summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge "Fixed bugs/vulnerabilities reported by SonarQube"Brinda Santh Muthuramalingam6-24/+55
2019-07-15Merge "Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in blueprint...Dan Timoney2-1/+7
2019-07-15Merge "Minor updates in ResourceResolutionComponent class"Dan Timoney2-22/+25
2019-07-15Merge "Refractor blueprint-script to avoid cyclic dependency. There is a poss...Dan Timoney21-98/+46
2019-07-13Fixed bugs/vulnerabilities reported by SonarQubeEliezio Oliveira6-24/+55
2019-07-12Minor updates in ResourceResolutionComponent classPrathamesh Morde2-22/+25
2019-07-12Merge "Bug fixes request input default value"Dan Timoney3-133/+150
2019-07-12Merge "Refractor duplicate cli script function"Dan Timoney4-36/+11
2019-07-11Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in blueprintprocessorprathameshmo2-1/+7
2019-07-11Merge "Handle blank reponse body for PUT capability"Dan Timoney1-1/+5
2019-07-10Bug fixes request input default valueBrinda Santh3-133/+150
2019-07-10Refractor blueprint-script to avoid cyclic dependency.Brinda Santh21-98/+46
2019-07-10Handle blank reponse body for PUT capabilityAbdelmuhaimen Seaudi1-1/+5
2019-07-10Refractor duplicate cli script functionBrinda Santh4-36/+11
2019-07-10Check null instead of "null" JSON node.prathameshmo1-3/+3
2019-07-09SLF4J conflict: exclude logging in where it is redundantSteve Siani13-0/+96
2019-07-09Merge "Velocity template engine implement a separate instance"Dan Timoney4-18/+20
2019-07-09Merge "Adding tests to NetconfMessageUtilsTest.kt"Dan Timoney18-0/+293
2019-07-09Merge "Fix ComponentRemoteAnsibleExecutorTest"Dan Timoney5-189/+1381
2019-07-09Merge "Removed redundant Jython interpreter instantiation test"Dan Timoney1-48/+0
2019-07-09Merge "Re-enabled @Ignored tests on NetconfSessionImplTest"Dan Timoney1-13/+13
2019-07-09Merge "Re-enabled test for happy-path case on NetconfDeviceCommunicatorTest"Dan Timoney1-10/+9
2019-07-09Merge "Re-enabled BluePrintProcessingGRPCHandlerTest"Dan Timoney1-2/+0
2019-07-09Merge "Re-enabled RestClientServiceTest"Dan Timoney2-58/+59
2019-07-09Merge "Fix interrupt state left ON on NetconfSessionImpl.syncRpc()"Dan Timoney1-1/+0
2019-07-09Velocity template engine implement a separate instanceSteve Siani4-18/+20
2019-07-09Remove slf4j-log4j12 dependency which apache-kafka is bringing.prathameshmo1-1/+6
2019-07-08Merge "Do not dump a collection of outputs at the end."Dan Timoney1-1/+1
2019-07-08Merge "Add UT for ResourceResolutionService/Component"Dan Timoney11-139/+223
2019-07-08Merge "Add unit test for resolution repository"Dan Timoney4-4/+353
2019-07-08Merge "Enforce resolutionKey or resourceId/resourceType"Dan Timoney16-211/+512
2019-07-08Merge "Share RR context within node template"Dan Timoney5-21/+43
2019-07-08Merge "Fix swagger definition for blueprint processor"Dan Timoney14-105/+236
2019-07-08Merge "Refactor resolution controllers"Dan Timoney17-532/+410
2019-07-08Merge "Remote Python executor Handler class process fails with Arguments list...Dan Timoney1-0/+7
2019-07-08Merge "Kafka Messaging Controller API."Dan Timoney17-10/+464
2019-07-08Merge "Remote Python executor unescapes script parameter values"Dan Timoney1-2/+14
2019-07-08Adding tests to NetconfMessageUtilsTest.ktRodrigo Ottero18-0/+293
2019-07-08Fix ComponentRemoteAnsibleExecutorTestEliezio Oliveira5-189/+1381
2019-07-08Removed redundant Jython interpreter instantiation testEliezio Oliveira1-48/+0
2019-07-08Re-enabled @Ignored tests on NetconfSessionImplTestEliezio Oliveira1-13/+13
2019-07-08Re-enabled test for happy-path case on NetconfDeviceCommunicatorTestEliezio Oliveira1-10/+9
2019-07-08Re-enabled BluePrintProcessingGRPCHandlerTestEliezio Oliveira1-2/+0
2019-07-08Re-enabled RestClientServiceTestEliezio Oliveira2-58/+59
2019-07-08Fix interrupt state left ON on NetconfSessionImpl.syncRpc()Eliezio Oliveira1-1/+0
2019-07-08Removed empty ResourceResolutionControllerTestEliezio Oliveira1-22/+0
2019-07-04Add UT for ResourceResolutionService/ComponentAlexis de Talhouët11-139/+223
2019-07-04Add unit test for resolution repositoryAlexis de Talhouët4-4/+353
2019-07-04Enforce resolutionKey or resourceId/resourceTypeAlexis de Talhouët16-211/+512
2019-07-04Share RR context within node templateAlexis de Talhouët5-21/+43