This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/NBI.git. Pull mirroring updated .
  1. Oct 11, 2022
  2. Sep 21, 2022
    • jayaramans's avatar
      Bug 2068 - show_content_artifacts error for zip uploaded packages (sol004 and sol007) · ba5bbda7
      jayaramans authored and garciadeblas's avatar garciadeblas committed
      
      
      NG-UI throws an error while clicking content button inside action dropdown
      For zip based onboarded packages (sol004 and sol007), facing issues while retrieving the file contents from NG-UI.
      
      API used: /osm/vnfpkgm/v1/vnf_packages/<id>/artifacts
      
      Error detail: Packages does not contains artifacts
      
      Changes made: Zip based packages will check for the folder name, if it doesn't have folder name,
      then it will raise the exception else it will pass and print the required output.
      
      Change-Id: I0e6ea93a37162a646ddf2a08103d2a99791a8777
      Signed-off-by: default avatarselvi.j <selvi.j@tataelxsi.co.in>
      v12.0.3
      ba5bbda7
  3. Aug 31, 2022
  4. Aug 23, 2022
  5. Aug 12, 2022
  6. Jul 26, 2022
  7. Jul 20, 2022
  8. Jun 27, 2022
  9. Jun 24, 2022
  10. Jun 22, 2022
  11. Jun 21, 2022
  12. Jun 20, 2022
  13. Jun 07, 2022
  14. May 30, 2022
  15. May 27, 2022
  16. May 26, 2022
  17. May 25, 2022
  18. May 24, 2022
  19. May 22, 2022
  20. May 19, 2022
  21. May 18, 2022
  22. May 17, 2022
  23. May 16, 2022
  24. May 05, 2022
  25. Apr 26, 2022
  26. 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
  27. 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
  28. Apr 06, 2022
  29. Mar 22, 2022
  30. Jan 28, 2022
  31. 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
  32. Dec 02, 2021