1. 91312ae fix INFO.yaml by Ofir Sonsino · 5 years ago
  2. fdbb48a Update PM Mapper Data Type by dfarrelly · 5 years ago
  3. a61abdd Handle 'get_input' syntax for layer_protocols in PnfExtCp type by vasraz · 5 years ago
  4. 1a252d9 Updating documentation on onboarding packages by bilal.iqbal · 5 years ago
  5. b0bfb07 HTTPS calls for sdc-onboarding by r.bogacki · 5 years ago
  6. f2b7733 Add unit tests for NicInternalNetworkErrorBuilder by m.kowalski3 · 5 years ago
  7. d3d4e1d Fix PM Mapper policy ID by dfarrelly · 5 years ago
  8. caad9bb Additional unit tests by Tomasz Golabek · 5 years ago
  9. b86fbc8 Additional unit tests by Tomasz Golabek · 5 years ago
  10. 430315a Additional unit tests by Tomasz Golabek · 5 years ago
  11. fd6ba7e Fix in RestConf - Policy model by Vidyashree Rama · 5 years ago
  12. 5f06322 Minor feature by checking for status code in addition to error code by ilanap · 5 years ago
  13. 031db86 Validate PM Dictionary and VES Events YAML Files by andre.schmid · 5 years ago
  14. d7d87dc Added unit tests for AbstractPropertyConstraint by Piotr Borelowski · 5 years ago
  15. 4f088f2 RestConf - Policy model support by Vidyashree Rama · 5 years ago
  16. 6e1773c Additional unit tests by Tomasz Golabek · 5 years ago
  17. 4e7e53e Set ES port to 9300 explicitly by Ofir Sonsino · 5 years ago
  18. 02f4880 Fix test docker readiness check by kaihlavi · 5 years ago
  19. 061ca93 Issue-ID: SDC-2483 by ilanap · 5 years ago
  20. 610ff24 Update SDC version 1.5.1 by Ofir Sonsino · 5 years ago
  21. 692dec1 fixing warnings from checkstyle in ui-ci by Bartosz Gardziejewski · 5 years ago
  22. 156ca46 fixing warnings from checkstyle in common-be by Bartosz Gardziejewski · 5 years ago
  23. b0006af Fix for ResourceInstanceBusinessLogicTest by Tomasz Golabek · 5 years ago
  24. 79827ec Autowired annotation for catalog-be by Tomasz Golabek · 5 years ago
  25. 8b6d4ee Refactor ConfigurationRepositoryTest to remove the powermock. by k.kedron · 5 years ago
  26. 6692cde Fix view attachment for onboarded CSAR packages by andre.schmid · 5 years ago
  27. 38b3b95 Migrate swagger to openapi v3 Issue-ID: SDC-2261 by Wojciech Sliwka · 5 years ago
  28. a73cbca File name calculation refactoring by Piotr Darosz · 5 years ago
  29. 4d8364e Improved test for ReportManger, ArtifactValidationUtils and Sonar fixes. by k.kedron · 5 years ago
  30. cf1372c update INFO.yaml by avigaffa · 5 years ago
  31. 2f156e8 Improved unit tests for the DaoUtils class. by k.kedron · 5 years ago
  32. 6043f67 Improved the CsarGenerator unit tests. by k.kedron · 5 years ago
  33. 2ca6a9f Improved unit tests for ArtifactValidationUtils and Sonar fixes. by k.kedron · 5 years ago
  34. aebdb3e update info.yaml by Ofir Sonsino · 5 years ago
  35. 4b6ceb6 Add unit test for TranslationFileCreationErrorBuilder by m.kowalski3 · 5 years ago
  36. 732768b Added unit tests for AbstractStringPropertyConstraint by Piotr Borelowski · 5 years ago
  37. b1eb291 Can't set property for VF by Piotr Darosz · 5 years ago
  38. 706a6ce Remove Proprietary notices by Ofir Sonsino · 5 years ago
  39. 22360c7 Allow relative path for SOL004 descriptors import by andre.schmid · 5 years ago
  40. 9a3add2 SDC alignment SOL004 2.6.1 by bilal.iqbal · 5 years ago
  41. 6feb752 Remove duplicated entries on error-configuration.yaml by vasraz · 5 years ago
  42. b35c78c catalog-be servlets refactoring by Piotr Darosz · 5 years ago
  43. 5d32e6c Add unit test for PackageNotFoundErrorBuilder by m.kowalski3 · 5 years ago
  44. 6e94aaf fixing warnings from checkstyle in catalog-fe by Bartosz Gardziejewski · 5 years ago
  45. 96e5fc6 fixing warnings from checkstyle in common-app-api by Bartosz Gardziejewski · 5 years ago
  46. 8a894e5 Fix checkstyle violations in sdc-main/common by michal.banka · 5 years ago
  47. a51eac0 upgrade to ONAP-UI by Arielk · 5 years ago
  48. 3338a07 Fixing build by Wojciech Sliwka · 5 years ago
  49. af504ed Constructor injection in asdctool by Piotr Darosz · 5 years ago
  50. a2b6793 Add Lombok support to Repository by noahs · 5 years ago
  51. 1fbaac4 Add unit tests for UploadInvalidErrorBuilder by m.kowalski3 · 5 years ago
  52. 62bf933 Add unit tests for NicInternalNetworkErrorBuilder and OnboardingMethodErrorBuilder by m.kowalski3 · 5 years ago
  53. 5bb0a3b ComponentCache & ComponentCassandraDao removal by Tomasz Golabek · 5 years ago
  54. ff5db76 Maven staging plugin removed by Tomasz Golabek · 5 years ago
  55. 2e727b1 Fixed banned dependency by Piotr Darosz · 5 years ago
  56. c8fcbbc Added oparent to sdc main by Tomasz Golabek · 5 years ago
  57. 57844f3 Fixed the startup.sh script in the sdc-onboard-db-init-docker. by k.kedron · 5 years ago
  58. 004fb64 Corrected typos in chef scripts. by k.kedron · 5 years ago
  59. 533eb74 Add unit test for PackageInvalidErrorBuilder by m.kowalski3 · 5 years ago
  60. ba6a9e6 Incrrct intrfc type populated in tosca for S proxy by Mojahidul Islam · 5 years ago
  61. da8b241 Move import handling to service template by ojasdubey · 5 years ago
  62. 3b72874 Add validation of non referenced file in package by andre.schmid · 5 years ago
  63. 30cc865 Add unit test for OrchestrationTemplateNotFoundErrorBuilder by m.kowalski3 · 5 years ago
  64. 8f82ddc Improved unit tests for ComponentValidationUtils and Sonar fixes. by k.kedron · 5 years ago
  65. 6185ebc Autowired annotation for openecomp-be by Tomasz Golabek · 5 years ago
  66. 958a87d Remove field injection in catalog-dao by Wojciech Sliwka · 5 years ago
  67. bf2ffad Remove field injection in catalog-dao by Wojciech Sliwka · 5 years ago
  68. 868746d PM-Mapper Policy Model support by rajendrajaiswal · 5 years ago
  69. 9eb80fd Improved the ConfigurationRepositoryTest. by k.kedron · 5 years ago
  70. 97b2d7e Add unit tests for: by m.kowalski3 · 5 years ago
  71. 9d17276 Add unit test for InformationArtifactCreationErrorBuilder by m.kowalski3 · 5 years ago
  72. c062119 Add unit test for ProcessManagerImpl by m.kowalski3 · 5 years ago
  73. c9b9138 Added unit tests for ConfigurationRepository by Piotr Borelowski · 5 years ago
  74. dc58ff4 Fix artifact implementation proxy node type by ojasdubey · 5 years ago
  75. cf070ae Add unit tests for: by m.kowalski3 · 5 years ago
  76. 38f9118 Add unit tests for OrchestrationTemplateCandidateManagerImpl by m.kowalski3 · 5 years ago
  77. 9ed7972 Highlight Windows-specific parts by kaihlavi · 5 years ago
  78. 4318fb7 Add unit tests for ComponentDependencyModelErrorBuilder by m.kowalski3 · 5 years ago
  79. d9cf49c Upgrade jackson-databind by Piotr Darosz · 6 years ago
  80. 073d324 Add unit tests for HealthCheckService by m.kowalski3 · 5 years ago
  81. f4dcec3 Fix for Cassandra init by Ofir Sonsino · 5 years ago
  82. d761b7c Add unit tests for: by m.kowalski3 · 5 years ago
  83. b0f83a8 Add unit test for CompositionEntityDataManagerImpl by m.kowalski3 · 5 years ago
  84. 7433e04 Fix known issues title in release notes by Ofir Sonsino · 5 years ago
  85. f11ca3a Revert "add automated fadeout to sdc splashscreen" by kaihlavi · 5 years ago
  86. 267816c Add the known issues to release notes by Ofir Sonsino · 5 years ago
  87. caa5ebd fixing CsarUtilsTest by Bartosz Gardziejewski · 5 years ago
  88. 8da6ea9 Fix node filter properties value by talio · 5 years ago
  89. b7a3859 Fixed bug - implementation path under interfaces by Mojahidul Islam · 5 years ago
  90. aa18a95 ExportImportMenu tests by Tomasz Golabek · 6 years ago
  91. 4c2766d refactoring CsarUtilsTest by Bartosz Gardziejewski · 6 years ago
  92. dbb1b14 Add Lombok support to RelationshipType by noahs · 5 years ago
  93. 5624272 Fix minor documentation issues by kaihlavi · 6 years ago
  94. 0e72730 Clean up MdcData and ImportMetadata by Tomasz Golabek · 6 years ago
  95. 1e3477a TestNG and BeanShell update by Piotr Darosz · 5 years ago
  96. a4beafe Optimize Dockerfile to reduce SDC image size by Satoshi Fujii · 5 years ago
  97. 044b3f8 Upgrade jetty version by Piotr Darosz · 6 years ago
  98. 2a74ec3 fix sonar null pointer by k.kazak · 6 years ago
  99. a67f45c Upgrade libthrift by Piotr Darosz · 6 years ago
  100. c82ace5 Upgrade netty by Piotr Darosz · 6 years ago