Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-10 | Python executor parameters sorted again. | Oleg Mitsura | 2 | -11/+13 | |
Issue-ID: CCSDK-1468 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: If8eb50fc2e8dfa084e486b02ace163eee1bfac77 | |||||
2019-07-09 | SLF4J conflict: exclude logging in where it is redundant | Steve Siani | 13 | -0/+96 | |
Issue-ID: CCSDK-1461 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I25521090a2ab8e5b9d7a9edef3178ba83b463657 | |||||
2019-07-09 | Merge "Velocity template engine implement a separate instance" | Dan Timoney | 5 | -19/+28 | |
2019-07-09 | Merge "Adding tests to NetconfMessageUtilsTest.kt" | Dan Timoney | 18 | -0/+293 | |
2019-07-09 | Merge "Fix ComponentRemoteAnsibleExecutorTest" | Dan Timoney | 5 | -189/+1381 | |
2019-07-09 | Merge "Removed empty ResourceResolutionControllerTest" | Dan Timoney | 0 | -0/+0 | |
2019-07-09 | Merge "Removed redundant Jython interpreter instantiation test" | Dan Timoney | 1 | -48/+0 | |
2019-07-09 | Merge "Re-enabled @Ignored tests on NetconfSessionImplTest" | Dan Timoney | 1 | -13/+13 | |
2019-07-09 | Merge "Re-enabled test for happy-path case on NetconfDeviceCommunicatorTest" | Dan Timoney | 1 | -10/+9 | |
2019-07-09 | Merge "Re-enabled BluePrintProcessingGRPCHandlerTest" | Dan Timoney | 1 | -2/+0 | |
2019-07-09 | Merge "Re-enabled RestClientServiceTest" | Dan Timoney | 2 | -58/+59 | |
2019-07-09 | Merge "Fix interrupt state left ON on NetconfSessionImpl.syncRpc()" | Dan Timoney | 1 | -1/+0 | |
2019-07-09 | Velocity template engine implement a separate instance | Steve Siani | 5 | -19/+28 | |
Issue-ID: CCSDK-1457 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I8fd9918df5e03e1f7c0cdcf4bc63ddc5846195b8 | |||||
2019-07-09 | Remove slf4j-log4j12 dependency which apache-kafka is bringing. | prathameshmo | 1 | -1/+6 | |
Issue-ID: CCSDK-1459 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: I318384ebe93cacb2b7436d3e796a8cac345724bb | |||||
2019-07-08 | Merge "Corrected title section in Microservice index" | Dan Timoney | 2 | -6/+6 | |
2019-07-08 | Merge "Created microservice folder" | Dan Timoney | 3 | -0/+105 | |
2019-07-08 | Merge "Created media folders for ResourceDictionary" | Dan Timoney | 6 | -9/+11 | |
2019-07-08 | Merge "Do not dump a collection of outputs at the end." | Dan Timoney | 1 | -1/+1 | |
2019-07-08 | Merge "Add UT for ResourceResolutionService/Component" | Dan Timoney | 11 | -139/+223 | |
2019-07-08 | Merge "Add unit test for resolution repository" | Dan Timoney | 4 | -4/+353 | |
2019-07-08 | Merge "Enforce resolutionKey or resourceId/resourceType" | Dan Timoney | 17 | -212/+519 | |
2019-07-08 | Merge "Share RR context within node template" | Dan Timoney | 5 | -21/+43 | |
2019-07-08 | Merge "Fix swagger definition for blueprint processor" | Dan Timoney | 14 | -105/+236 | |
2019-07-08 | Merge "Refactor resolution controllers" | Dan Timoney | 17 | -532/+410 | |
2019-07-08 | Merge "Enable https for cds-ui" | Dan Timoney | 3 | -0/+55 | |
2019-07-08 | Merge "Added Search CBA component" | Dan Timoney | 5 | -2/+111 | |
2019-07-08 | Merge "Added Side Nav menu for search CBA" | Dan Timoney | 2 | -6/+36 | |
2019-07-08 | Merge "Create CBA Search existing template" | Dan Timoney | 2 | -6/+48 | |
2019-07-08 | Merge "Template option populate to Select template" | Dan Timoney | 2 | -3/+11 | |
2019-07-08 | Merge "Search service for Controller Blueprint" | Dan Timoney | 2 | -0/+28 | |
2019-07-08 | Merge "Added template options to create CBA" | Dan Timoney | 1 | -3/+3 | |
2019-07-08 | Merge "Remote Python executor Handler class process fails with Arguments ↵ | Dan Timoney | 1 | -0/+7 | |
list too long" | |||||
2019-07-08 | Merge "Enhance logger to the server" | Dan Timoney | 1 | -3/+10 | |
2019-07-08 | Merge "CDS-UI: support gRPC integration with blueprint processor mS - For ↵ | Dan Timoney | 9 | -37/+207 | |
deploy blueprint functionality" | |||||
2019-07-08 | Merge "Kafka Messaging Controller API." | Dan Timoney | 17 | -10/+464 | |
2019-07-08 | Merge "Remote Python executor unescapes script parameter values" | Dan Timoney | 1 | -2/+14 | |
2019-07-08 | Adding tests to NetconfMessageUtilsTest.kt | Rodrigo Ottero | 18 | -0/+293 | |
Change-Id: If7a0d90ce264e7362e7118132303653eaaef9e69 Issue-ID: CCSDK-1046 Signed-off-by: Rodrigo Ottero <rodrigo.ottero@est.tech> | |||||
2019-07-08 | Fix ComponentRemoteAnsibleExecutorTest | Eliezio Oliveira | 5 | -189/+1381 | |
Change-Id: I0031e354c61ba84fb280f9b50e93c8bdc772627b Issue-ID: CCSDK-1452 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Removed empty ResourceResolutionControllerTest | Eliezio Oliveira | 1 | -22/+0 | |
Change-Id: I75d7cf7171b284f26fba8b0623e9be964b924b35 Issue-ID: CCSDK-1454 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Removed redundant Jython interpreter instantiation test | Eliezio Oliveira | 1 | -48/+0 | |
Change-Id: I5f446dcff85d0c2b0395e32bbbdcbb7b8ebe9708 Issue-ID: CCSDK-1454 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Re-enabled @Ignored tests on NetconfSessionImplTest | Eliezio Oliveira | 1 | -13/+13 | |
Change-Id: I7d223956c95d4effc6a6d6c4cc3bf6648ada28be Issue-ID: CCSDK-1451 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Re-enabled test for happy-path case on NetconfDeviceCommunicatorTest | Eliezio Oliveira | 1 | -10/+9 | |
Change-Id: I741e87f889b346ab63c29ce17231815a87a4e94d Issue-ID: CCSDK-1450 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Re-enabled BluePrintProcessingGRPCHandlerTest | Eliezio Oliveira | 1 | -2/+0 | |
Change-Id: I0ffd89526c355aa768ac53c1a1f201ab6d0317de Issue-ID: CCSDK-1449 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Re-enabled RestClientServiceTest | Eliezio Oliveira | 2 | -58/+59 | |
Secondary HTTP server switched from blocking Tomcat to reactive Netty Change-Id: I44ae3e4d1f4f1af1335a94032f236a1023dbdea0 Issue-ID: CCSDK-1447 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-08 | Fix interrupt state left ON on NetconfSessionImpl.syncRpc() | Eliezio Oliveira | 1 | -1/+0 | |
Change-Id: Ib1a58ff94f88f352636b5f0af7a6fe5244a8fe7e Issue-ID: CCSDK-1455 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-05 | Created media folders for ResourceDictionary | Ezhilarasi | 6 | -9/+11 | |
Change-Id: I5cef94b48b3ba3cf13bb6090ae4f9c9b0a6bbb9d Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com> | |||||
2019-07-05 | Created microservice folder | Ezhilarasi | 3 | -0/+105 | |
Change-Id: I89fd0da33dbaa1704ba93d2ca7ab2f29c4493935 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com> | |||||
2019-07-05 | Corrected title section in Microservice index | Ezhilarasi | 2 | -6/+6 | |
Change-Id: I67a34bdc3709566f86d428f0f703aa5470724eab Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com> | |||||
2019-07-04 | Add UT for ResourceResolutionService/Component | Alexis de Talhouët | 11 | -139/+223 | |
Change-Id: I460b3747ffdf5f4cfcb486803097939d1ae1fec0 Issue-ID: CCSDK-1046 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> | |||||
2019-07-04 | Add unit test for resolution repository | Alexis de Talhouët | 4 | -4/+353 | |
Change-Id: If66670cc5397b0bcce340092ec6ff9ec008677bc Issue-ID: CCSDK-1423 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> |