This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/NBI.git. Pull mirroring updated .
  1. Jun 27, 2022
  2. Jun 24, 2022
  3. Jun 22, 2022
  4. Jun 21, 2022
  5. Jun 20, 2022
  6. Jun 07, 2022
  7. May 30, 2022
  8. May 27, 2022
  9. May 26, 2022
  10. May 25, 2022
  11. May 24, 2022
  12. May 22, 2022
  13. May 19, 2022
  14. May 18, 2022
  15. May 17, 2022
  16. May 16, 2022
  17. May 05, 2022
  18. Apr 26, 2022
  19. Apr 13, 2022
    • Mark Beierl's avatar
      Bug 1989 Do not use trailing / for directory · 81b30e91
      Mark Beierl authored
      
      
      When storing package contents in fsmongo, the tar format does not have a trailing
      / on directories, but zip format does.  As a result, when searching for the charm
      directory, logic was added to append the / on the end of the directory name.
      
      This is no longer needed as the reverse sync is being used now to store package
      content and it handles directory names properly.
      
      Fixes bug 1989
      
      Change-Id: I31540c817113f393e222ae47c3420f374769e3ed
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      81b30e91
  20. Apr 08, 2022
    • Mark Beierl's avatar
      Feature 10908: NBI Revisions · cee2ebfe
      Mark Beierl authored
      
      
      Changes to package management and instance creation to support
      revisions.
      Change the file store to also create directories of revisions
      and clean them up on package deletion.
      
      Change-Id: Ice3586247d08532efe8a5ab00bbadaa71a6c1b99
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      cee2ebfe
  21. Apr 06, 2022
  22. Mar 22, 2022
  23. Jan 28, 2022
  24. Jan 18, 2022
    • Mark Beierl's avatar
      Bug 1844: LTS Support · 0ae051c5
      Mark Beierl authored
      
      
      Updates base to Ubuntu 20.04
      Updates python to 3.8
      Updates pip dependencies to more recent versions
      Adds apt cache to stage 2 dockerfile
      
      Fixes bug 1844
      
      Change-Id: I66a80d649fa5beaaf0821c9e307ca7215ede9fd4
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      0ae051c5
  25. Dec 02, 2021
  26. Nov 22, 2021
  27. Nov 16, 2021
  28. Nov 10, 2021
  29. Oct 21, 2021
  30. Oct 14, 2021
  31. Oct 07, 2021
  32. Aug 24, 2021
    • ksaikiranr's avatar
      Bug 1538 Fixed · bb00602b
      ksaikiranr authored and guzman's avatar guzman committed
      
      
      In case if df is not available in an NSD then  nsd.get("df", [[]])[0].get("vnf-profile", ())
      raises an exception. Since [[]][0] returns a list and list does not have a get() function.
      Fix is to change [[]] to [{}] such that when [{}][0] is executed we get a dict instead of
      list.
      
      Change-Id: I7e7ce62a44720dcc368ce7a4fa3d0bc1d7beb43b
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      bb00602b