Skip to content
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git. Pull mirroring updated .
  1. Apr 02, 2024
  2. Jan 29, 2024
  3. Dec 14, 2023
  4. Dec 11, 2023
  5. Aug 10, 2023
  6. Aug 09, 2023
  7. Aug 08, 2023
  8. Jun 23, 2023
  9. Jun 22, 2023
  10. Jun 19, 2023
  11. Jun 11, 2023
  12. May 29, 2023
  13. May 17, 2023
  14. May 15, 2023
    • aticig's avatar
      Fix VimAdminThread run method · aba1518f
      aticig authored
      
      
      The run_coroutine_threadsafe() function is used to schedule a coroutine object from a different thread and returns a concurrent.futures.Future.
      run_coroutine_threadsafe is unnecessary to run the main task and replaced with asyncio.run().
      
      Change-Id: I8ea31828a9798140d596165443bdf26659b4eef8
      Signed-off-by: aticig's avatarGulsum Atici <gulsum.atici@canonical.com>
      aba1518f
  15. May 10, 2023
  16. May 08, 2023
  17. Mar 22, 2023
  18. Mar 01, 2023
  19. Feb 28, 2023
  20. Feb 06, 2023
  21. Feb 02, 2023
  22. Jan 31, 2023
  23. Jan 30, 2023
  24. Jan 18, 2023
  25. Dec 14, 2022
  26. Nov 22, 2022
  27. Nov 14, 2022
  28. Oct 27, 2022
  29. Oct 03, 2022
  30. Sep 06, 2022
  31. Sep 03, 2022
  32. Jul 31, 2022
  33. Jul 25, 2022
    • aticig's avatar
      Fix Bug 2086 Updating VNF status configurable · 1ac189e7
      aticig authored
      
      
      This fix allows to set REFRESH_ACTIVE period as config option which
      periodically checks the VM status from VIM. Env variable can be set in the
      ro container export OSMRO_PERIOD_REFRESH_ACTIVE=-1 to disable VM status updates.
      This config parameter allowed to set >= 60 seconds or -1.
      Making the stage-releasenotes.sh executable.
      
      Change-Id: I90a859d9b831c1ce24faea4eab12dc998ac655d5
      Signed-off-by: aticig's avataraticig <gulsum.atici@canonical.com>
      1ac189e7
  34. Jun 24, 2022
  35. Jun 23, 2022
  36. Jun 21, 2022
Loading