1. 35ce89d General sonar fixes by Arindam Mondal · 5 years ago
  2. 2428d77 Added index infra_active_requests optimal query by Parthasarathy, Ramesh · 5 years ago
  3. 5f33c75 sonar fix-remove unused import by Thugutla sailakshmi · 5 years ago
  4. aaf4233 Merge "Add generic neutron network parameters" by Seshu Kumar M · 5 years ago
  5. 7981396 Merge "Moved setNeutronNetworkId() call inside null check to prevent crash at outputs.get() call" by Lukasz Muszkieta · 5 years ago
  6. 6a997ad Merge "Moved null check for outputs so that get() method call won't result in crash." by Lukasz Muszkieta · 5 years ago
  7. 176ebda Add generic neutron network parameters by Eric Multanen · 5 years ago
  8. 6f111a4 Added null check for latestStack to prevent crash by Oleksandr Moliavko · 5 years ago
  9. 4ec2459 Added null check for rootNode to prevent crash at for loop. by Oleksandr Moliavko · 5 years ago
  10. 1980b0e Rewritten checks for status according to comments by Oleksandr Moliavko · 5 years ago
  11. 5b17afb Added null check for heat to remove static analyzer warning by Oleksandr Moliavko · 5 years ago
  12. 4c41bf5 Merge "Initial commit of validation framework to APIH" by Steve Smokowski · 5 years ago
  13. 07f92a8 Removed unused CSAR class. by Oleksandr Moliavko · 5 years ago
  14. bbc6905 Replaced string concatenations in a loop with by Oleksandr Moliavko · 5 years ago
  15. fa36daa Initial commit of validation framework to APIH by Smokowski, Steven · 5 years ago
  16. 7e4474a Merge "Removed unused method setHPAParameters()" by Lukasz Muszkieta · 5 years ago
  17. 3e5e410 Removed unused method setHPAParameters() by Oleksandr Moliavko · 5 years ago
  18. 5d51903 Merge "Removed duplicate use of networkType field in String.format() call to prevent static analyzer warning" by Lukasz Muszkieta · 5 years ago
  19. 3ac5d28 Removed duplicate use of networkType field in by Oleksandr Moliavko · 5 years ago
  20. 92567d2 Merge "Sonar fix in mso-adapter-utils" by Lukasz Muszkieta · 5 years ago
  21. 23f087d Merge "Change collections size with isEmpty" by Seshu Kumar M · 5 years ago
  22. c52cca7 Merge "Move string literal left side-avoid null pointer ex" by Seshu Kumar M · 5 years ago
  23. 79e8d1d Sonar fix in mso-adapter-utils by Parshad Patel · 5 years ago
  24. d9b4f9f Move string literal left side-avoid null pointer ex by sindhu3672 · 5 years ago
  25. fa7e214 Change collections size with isEmpty by sindhu3672 · 5 years ago
  26. 8efd404 Replace collections size with isEmpty by sindhu3672 · 5 years ago
  27. f4753b2 Merge "Remove unused SDNCServiceRequest constructors" by Lukasz Muszkieta · 5 years ago
  28. a610ba5 Merge changes I8e443077,I51a9106a,I54076323 by subhash kumar singh · 5 years ago
  29. a2cab80 Remove unused SDNCServiceRequest constructors by Artem Naluzhnyy · 5 years ago
  30. f7683e2 Merge "Add SO re-name the migration sql for version conflict" by Steve Smokowski · 5 years ago
  31. cdb523d Merge "add rainy day handling with SERVICE_ROLE and type" by Steve Smokowski · 5 years ago
  32. 11bf8d3 fix sonar issue by sarada prasad sahoo · 5 years ago
  33. b32f322 fix sonar issue by sarada prasad sahoo · 5 years ago
  34. 3175593 Moved setNeutronNetworkId() call inside null check by Oleksandr Moliavko · 5 years ago
  35. 4a6c019 Moved null check for outputs so that get() method call won't result in crash. by Oleksandr Moliavko · 5 years ago
  36. cb25a91 add rainy day handling with SERVICE_ROLE and type by Mnushkin, Dmitry · 5 years ago
  37. d7d1655 Add SO re-name the migration sql for version conflict by Bonkur, Venkat (vb8416) · 5 years ago
  38. b6e991e fix sonar issue by sarada prasad sahoo · 5 years ago
  39. 23f5c77 Merge "VNFM adapter support two way TLS" by Seshu Kumar M · 5 years ago
  40. 7eb9564 Avoid local variables shadow class fields by sindhu3672 · 5 years ago
  41. 150f8b2 Merge "Replace duplicated String literals" by Seshu Kumar M · 5 years ago
  42. 34d21a7 Shift string literal to left side of equals(avoid null pointer ex) by sindhu3672 · 5 years ago
  43. c803817 Replace duplicated String literals by sindhu3672 · 5 years ago
  44. 37cacbd VNFM adapter support two way TLS by MichaelMorris · 5 years ago
  45. 8216fb7 Fix Blocker Bug by Lukasz Muszkieta · 5 years ago
  46. 8892816 Merge "General sonar fixes" by Seshu Kumar M · 5 years ago
  47. 4c3cbee Merge "Add oauth for calls from VNFM to VNFM adapter" by Seshu Kumar M · 5 years ago
  48. 47ef8d3 General sonar fixes by Arindam Mondal · 5 years ago
  49. 670bec1 Add SO Increase Action_category column width by Bonkur, Venkat (vb8416) · 5 years ago
  50. cef69e1 Add oauth for calls from VNFM to VNFM adapter by MichaelMorris · 5 years ago
  51. c91aac4 Add oauth for calls from VNFM adapter to VNFM by MichaelMorris · 5 years ago
  52. a3247b8 Merge "Replaced constructor call with Boolean.valueOf() call to prevent static analyzer warning about inefficient use of constructor" by Seshu Kumar M · 5 years ago
  53. 8e45144 Replaced constructor call with Boolean.valueOf() call by Oleksandr Moliavko · 5 years ago
  54. 5df2935 Merge "Added null check to heatStack.getOutputs() to prevent crash at get() call; removed redundant null check to simplify the code" by Seshu Kumar M · 5 years ago
  55. bfc7997 Added null check to heatStack.getOutputs() by Oleksandr Moliavko · 5 years ago
  56. ed03249 Merge "Replaced constructor call with valueOf() call to remove static analyzer warning about inefficient use of constructor" by Seshu Kumar M · 5 years ago
  57. 9a94b44 commented out bad tests, will revisit by DeWayne Filppi · 6 years ago
  58. 7890416 Merge "Sonar fix: CreateVfModuleRequest.java" by Seshu Kumar M · 5 years ago
  59. 6192cec Merge "Sonar fix: HealthStackAudit.java" by Seshu Kumar M · 5 years ago
  60. 0229eaa Merge "Sonar Fix: VduArtifact.java" by Seshu Kumar M · 5 years ago
  61. 9a53951 Replaced constructor call with valueOf() call to by Oleksandr Moliavko · 5 years ago
  62. 5bc663e Merge "Implement TLS for calls into VNFM adapter" by Steve Smokowski · 5 years ago
  63. 128fcc3 Merge "Upgrade springboot.version from 2.0.5 to 2.1.5." by Steve Smokowski · 5 years ago
  64. 4ad529a Merge "Add SpringClientFilter in ValetClient to autolog" by Steve Smokowski · 5 years ago
  65. c113f6e Merge "store heat env file sent to heat" by Steve Smokowski · 5 years ago
  66. 5ed9813 Upgrade springboot.version from 2.0.5 to 2.1.5. by Sangalang, Felix · 5 years ago
  67. 5e7da52 Merge "Fixed sonar issue in QueryServiceVnfs.java" by Seshu Kumar M · 5 years ago
  68. 61b1a3f Add SpringClientFilter in ValetClient to autolog by Mcblain, Thomas · 5 years ago
  69. d7cd3bc store heat env file sent to heat by Gamboa, Gilbert · 5 years ago
  70. 855b524 Major Sonar fixes by r.bogacki · 5 years ago
  71. c6c0077 Implement TLS for calls into VNFM adapter by MichaelMorris · 5 years ago
  72. bbdb1c4 Merge "Added servicename to MDC so that it gets logged" by Steve Smokowski · 5 years ago
  73. abe6e93 Added servicename to MDC so that it gets logged by Boslet, Cory · 5 years ago
  74. 1126945 Sonar fix: HealthStackAudit.java by Arundathi Patil · 5 years ago
  75. 654ab5f Sonar fix: CreateVfModuleRequest.java by Arundathi Patil · 5 years ago
  76. f765cc2 Merge "Added null check for yaml to prevent crash at getParameterListFromEnvt()" by Steve Smokowski · 5 years ago
  77. 2be5b56 Merge changes I5e72e1c6,I5e1cb624 by Steve Smokowski · 5 years ago
  78. 98bbc90 Removing application-local.yaml files by Roy, Amresh · 5 years ago
  79. 97ad3ad Merge "Implement TLS for calls from VNFM adapter to VNFM" by Steve Smokowski · 5 years ago
  80. 95ea95f Merge "Add SO BPMN name for NAME in tbl workflow" by Steve Smokowski · 5 years ago
  81. e3ae6ce Merge "We need to expand column request_status" by Steve Smokowski · 5 years ago
  82. d419c8d Implement TLS for calls from VNFM adapter to VNFM by MichaelMorris · 5 years ago
  83. 443d1ee Add SO BPMN name for NAME in tbl workflow by Bonkur, Venkat (vb8416) · 5 years ago
  84. 96fad73 We need to expand column request_status by Gamboa, Gilbert · 5 years ago
  85. eaef24e add query stack data and populate table step by Boslet, Cory · 5 years ago
  86. ab88cef Added null check for yaml to prevent crash at getParameterListFromEnvt() by Oleksandr Moliavko · 5 years ago
  87. 83c91e6 Added null check for function param pFqdns to prevent crash at for loop. by Oleksandr Moliavko · 6 years ago
  88. 6c13184 Sonar Fix: VduArtifact.java by Arundathi Patil · 6 years ago
  89. a116a92 Sonar Fix: SDNCAdapterApplication.java by Arundathi Patil · 6 years ago
  90. 878dcb3 Sonar fix in CreateInventoryTask.java by Arundathi Patil · 6 years ago
  91. 82e8c38 Merge "Added null check to prevent call of getVnfResources() method for null vf object" by Steve Smokowski · 6 years ago
  92. f83362f Merge "Added null check for heatStack to prevent crash at getCanonicalName() call" by Steve Smokowski · 6 years ago
  93. c327939 Merge "Fixed sonar issue in QueryGroups.java" by Seshu Kumar M · 6 years ago
  94. 055e4f7 Fixed sonar issue in QueryGroups.java by Arundathi Patil · 6 years ago
  95. fdc91bb Fixed sonar issue in QueryServiceVnfs.java by Arundathi Patil · 6 years ago
  96. cc805b1 mso will support new requeststate values by Gamboa, Gilbert · 6 years ago
  97. 0d95686 Added null check to prevent call of getVnfResources() method for null vf object by Oleksandr Moliavko · 6 years ago
  98. 824c03a Added null check for heatStack to prevent crash at getCanonicalName() call by Oleksandr Moliavko · 6 years ago
  99. 205f358 Merge "Update failsafe dependency to 2.0.1" by Steve Smokowski · 6 years ago
  100. 577bd39 Update failsafe dependency to 2.0.1 by Benjamin, Max · 6 years ago