1. f35311f private is redundant for enum constructors by Munir Ahmad · 7 years ago
  2. 295c0df Swap Optional.isPresent with functional expression by Munir Ahmad · 7 years ago
  3. 332b163 Merge "Pom parents fixed in aria build." by Rob Daugherty · 7 years ago
  4. 80f0404 Merge "Update resource recipe parameter prepare logic" by Rob Daugherty · 7 years ago
  5. 8681d68 Merge "Fix some Sonar Blockers in workflow/serviceTask" by Rob Daugherty · 7 years ago
  6. 9f28878 Merge "Collapse catch clauses where applicable" by Rob Daugherty · 7 years ago
  7. 349585b Pom parents fixed in aria build. by dfilppi · 7 years ago
  8. 96b5a68 Revert Reduce log noise/warnings by Rob Daugherty · 7 years ago
  9. a97d603 Collapse catch clauses where applicable by Munir Ahmad · 7 years ago
  10. 4475278 Remove redundant groupId inherited from parent by Munir Ahmad · 7 years ago
  11. f3b28a0 Merge "Reduce log noise/warnings format to conventions" by Seshu Kumar M · 7 years ago
  12. 16103f7 Update resource recipe parameter prepare logic by c00149107 · 7 years ago
  13. 8d0b9eb Merge "Support resource generic workflow Inputs" by Chuanyu Chen · 7 years ago
  14. 5d59cc0 Support resource generic workflow Inputs by c00149107 · 7 years ago
  15. 233b1d9 Merge "Sonar:Critical" by Seshu Kumar M · 7 years ago
  16. 5022c4d Fix some Sonar Blockers in workflow/serviceTask by Shashank Kumar Shankar · 7 years ago
  17. 327b17a Reduce log noise/warnings format to conventions by Marcus G K Williams · 7 years ago
  18. dee0361 Merge "Replace explicit type with diamond notation" by Seshu Kumar M · 7 years ago
  19. 25cfd08 Merge "Make use of contains instead of indexOf" by Seshu Kumar M · 7 years ago
  20. 8f8b3b9 Merge "Remove redundant String constructor calls" by Seshu Kumar M · 7 years ago
  21. a88ba9f Merge "Swap StringBuilder with string where makes sense" by Seshu Kumar M · 7 years ago
  22. 0079db1 Merge "Remove redundant declaration of extending object" by Seshu Kumar M · 7 years ago
  23. e3c8124 Merge "Remove unused code" by Seshu Kumar M · 7 years ago
  24. 879b6fc Merge "Make use of try with resource" by Seshu Kumar M · 7 years ago
  25. b31dc26 Merge "Make use of lambda" by Seshu Kumar M · 7 years ago
  26. a0d5b69 Merge "Swap Collection.sort with list.sort" by Seshu Kumar M · 7 years ago
  27. ec4e6d2 Merge "Swap if statement with switch" by Seshu Kumar M · 7 years ago
  28. 2b2c6de Replace explicit type with diamond notation by Munir Ahmad · 7 years ago
  29. 5cbd176 Make use of contains instead of indexOf by Munir Ahmad · 7 years ago
  30. a98fdce Remove redundant String constructor calls by Munir Ahmad · 7 years ago
  31. 36edf1a Swap StringBuilder with string where makes sense by Munir Ahmad · 7 years ago
  32. ed7baf2 Remove redundant declaration of extending object by Munir Ahmad · 7 years ago
  33. 27a4bb3 Make use of try with resource by Munir Ahmad · 7 years ago
  34. 0c43736 Make use of lambda by Munir Ahmad · 7 years ago
  35. 2531873 Swap Collection.sort with list.sort by Munir Ahmad · 7 years ago
  36. 9975687 Remove unused code by Munir Ahmad · 7 years ago
  37. bcfb7e2 Merge "Swap indexOf with contains" by Rob Daugherty · 7 years ago
  38. 242125e Merge "modify bug for UT case" by Rob Daugherty · 7 years ago
  39. 9717e76 Merge "Store NB Create req. userParam - Customer_Location" by Rob Daugherty · 7 years ago
  40. 4fb6ea3 Merge "Remove redundant catch clause" by Rob Daugherty · 7 years ago
  41. 61b1d1c Merge "Fix javadoc" by Rob Daugherty · 7 years ago
  42. 3c58fde Fix Aria compilation issue by subhash kumar singh · 7 years ago
  43. 0fa31fe Swap indexOf with contains by Munir Ahmad · 7 years ago
  44. 2ec6b94 Swap if statement with switch by Munir Ahmad · 7 years ago
  45. 2854544 modify bug for UT case by Yulian Han · 7 years ago
  46. 51b69b3 Remove unnecessary String constructor call by Munir Ahmad · 7 years ago
  47. 5c45d18 Merge "Support get resource recipe groovy common method" by Chuanyu Chen · 7 years ago
  48. 03defef update License for CII badging by Seshu-Kumar-M · 7 years ago
  49. 79c821a Support get resource recipe groovy common method by c00149107 · 7 years ago
  50. 0faf120 Merge "Support resource recipe query rest" by Chuanyu Chen · 7 years ago
  51. ff6c8b6 Merge "add update action for e2e svcinst" by Chuanyu Chen · 7 years ago
  52. 42db578 Support resource recipe query rest by c00149107 · 7 years ago
  53. c018d68 Merge "Support query ar recipe by ar model uuid" by Chuanyu Chen · 7 years ago
  54. d9134ec Merge "Support query vnf recipe by vnf model uuid" by Chuanyu Chen · 7 years ago
  55. 17d254a Support query ar recipe by ar model uuid by c00149107 · 7 years ago
  56. b5ee9a1 Support query vnf recipe by vnf model uuid by c00149107 · 7 years ago
  57. e6c32b8 Merge "Support query network recipe by module uuid" by Chuanyu Chen · 7 years ago
  58. 402785f Store NB Create req. userParam - Customer_Location by Marcus G K Williams · 7 years ago
  59. 8a6c06a Remove redundant catch clause by Munir Ahmad · 7 years ago
  60. 07b8dfd Fix javadoc by Munir Ahmad · 7 years ago
  61. a591b8d Merge "Make use of try with resources" by Seshu Kumar M · 7 years ago
  62. 18507d9 Merge "Replace StringBuilder with String & inline return" by Seshu Kumar M · 7 years ago
  63. 78e5db7 Make use of try with resources by Munir Ahmad · 7 years ago
  64. 2c3be92 Replace explicit type with dimond type by Munir Ahmad · 7 years ago
  65. 9f4a5be Merge "Unit test coverage" by Seshu Kumar M · 7 years ago
  66. b211f3b Merge "Swap Collection.sort with List sort" by Seshu Kumar M · 7 years ago
  67. 34b3e57 Merge "Make use of Map.getOrDefault" by Seshu Kumar M · 7 years ago
  68. 5b17ffb Replace StringBuilder with String & inline return by Munir Ahmad · 7 years ago
  69. 61d12d7 Merge "Simplify if statements where it makes sense" by Seshu Kumar M · 7 years ago
  70. 35ef894 Merge "private method was declared final" by Seshu Kumar M · 7 years ago
  71. 58c3e27 add update action for e2e svcinst by Yulian Han · 7 years ago
  72. 04ef8dd Support query network recipe by module uuid by c00149107 · 7 years ago
  73. b8566c5 Update paramXSD as recipe common field by c00149107 · 7 years ago
  74. 789ab7c Add allotted resource recipe by c00149107 · 7 years ago
  75. 5c7a57b private method was declared final by Munir Ahmad · 7 years ago
  76. 51f4f8e Merge "Removed unreachable log" by Seshu Kumar M · 7 years ago
  77. 2698d1d Removed unreachable log by Munir Ahmad · 7 years ago
  78. f8af1e8 Merge "Update generic create service workflow" by Chuanyu Chen · 7 years ago
  79. e6a0b6e Update generic create service workflow by c00149107 · 7 years ago
  80. 2fc0550 Swap Collection.sort with List sort by Munir Ahmad · 7 years ago
  81. 51343e0 Make use of Map.getOrDefault by Munir Ahmad · 7 years ago
  82. 51b8184 Revert previous Test commit by Rob Daugherty · 7 years ago
  83. f598871 Merge "Test commit in Test branch" by Rob Daugherty · 7 years ago
  84. c417831 Test commit in Test branch by Arthur Martella · 7 years ago
  85. 4372205 Merge "Support decompose service by model uuid" by Chuanyu Chen · 7 years ago
  86. 755cbb4 Unit test coverage by sanchitap · 7 years ago
  87. 787947c Merge "Support query service resources by modeluuid" by Chuanyu Chen · 7 years ago
  88. 0502c4a Support decompose service by model uuid by c00149107 · 7 years ago
  89. ec68cdf Merge "Support Resource Recipe Common Model" by Chuanyu Chen · 7 years ago
  90. 50a0780 Merge "Add Properties Order for recipeParams" by Chuanyu Chen · 7 years ago
  91. e7426c7 Merge "Support query service csar rest" by Chuanyu Chen · 7 years ago
  92. 9de144d Support query service resources by modeluuid by c00149107 · 7 years ago
  93. 3d8d6d2 Support Resource Recipe Common Model by c00149107 · 7 years ago
  94. 1aa0070 Merge "Support csar object query" by Seshu Kumar M · 7 years ago
  95. d6aa2df Merge "Add recipe params for bpmn call" by Seshu Kumar M · 7 years ago
  96. 312b0f2 Add Properties Order for recipeParams by c00149107 · 7 years ago
  97. 71343e7 Merge "Remove the unnecessary toString" by Seshu Kumar M · 7 years ago
  98. 91bce4a Merge "Removed System.out.println from catch clause" by Seshu Kumar M · 7 years ago
  99. e4403ac Merge "Adding Junit" by Seshu Kumar M · 7 years ago
  100. 6c5da4d Merge "Adding Junit" by Seshu Kumar M · 7 years ago