Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-17 | Fail to get assignment-params when error occur | Alexis de Talhouët | 2 | -2/+6 | |
Exception is always thrown due to the contract, enforcing the get attribute to throw an exception if not found. For the resource resolution result, we can simply initialize the property to an empty json, so system won't throw an exception if user request the output, but process failed. Change-Id: I39e288590502c75495e2938a44b874dfd0671155 Issue-ID: CCSDK-1495 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> | |||||
2019-07-17 | Merge "bubble up python error to CDS output" | Brinda Santh Muthuramalingam | 2 | -8/+18 | |
2019-07-17 | Merge "Remove application filter for controller blueprint" | Brinda Santh Muthuramalingam | 1 | -98/+0 | |
2019-07-17 | Remove application filter for controller blueprint | Alexis de Talhouët | 1 | -98/+0 | |
This is not used, nor needed for the broader ONAP scope. Change-Id: Id6ddc92145e944890aed413fccc20bc6fc0fd956 Issue-ID: CCSDK-1492 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> | |||||
2019-07-16 | bubble up python error to CDS output | Oleg Mitsura | 2 | -8/+18 | |
Issue-ID: CCSDK-1494 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Iac9fc47ef51d92da507cc6d2dfee252490a2313a | |||||
2019-07-16 | Fix typo in log | Alexis de Talhouët | 1 | -1/+1 | |
Change-Id: I50799d9ba80002971c4149c80621fea98fa9184b Issue-ID: CCSDK-1493 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> | |||||
2019-07-16 | Merge "Python executor parameters sorted again." | Brinda Santh Muthuramalingam | 2 | -11/+13 | |
2019-07-16 | Merge "better errMsg for request block missing" | Brinda Santh Muthuramalingam | 3 | -6/+50 | |
2019-07-16 | Merge "Fixed bugs/vulnerabilities reported by SonarQube" | Brinda Santh Muthuramalingam | 6 | -24/+55 | |
2019-07-15 | better errMsg for request block missing | Oleg Mitsura | 3 | -6/+50 | |
Issue-Id: CCSDK-1486 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I44881a149a1cb5fd6dda2cf682352f92fba45e0d | |||||
2019-07-15 | Merge "Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in ↵ | Dan Timoney | 2 | -1/+7 | |
blueprintprocessor application" | |||||
2019-07-15 | Merge "Minor updates in ResourceResolutionComponent class" | Dan Timoney | 2 | -22/+25 | |
2019-07-15 | Merge "Refractor blueprint-script to avoid cyclic dependency. There is a ↵ | Dan Timoney | 21 | -98/+46 | |
possibility of cyclic dependencies between blueprint-script module and code module. To avoid cyclic dependency blueprint-script implementation should be moved to Core module. This implementation has zero impact on code functionality and code testing." | |||||
2019-07-13 | Fixed bugs/vulnerabilities reported by SonarQube | Eliezio Oliveira | 6 | -24/+55 | |
Change-Id: Idc4be0d050d27fd419915210167b044b90fa2f0a Issue-ID: CCSDK-1483 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech> | |||||
2019-07-12 | Minor updates in ResourceResolutionComponent class | Prathamesh Morde | 2 | -22/+25 | |
Issue-ID: CCSDK-1479 Signed-off-by: Prathamesh Morde <prathamesh.morde@bell.ca> Change-Id: I37fbce8d4621d85d3a47d38464eeeee267d46741 Signed-off-by: Prathamesh Morde <prathamesh_morde@yahoo.ca> | |||||
2019-07-12 | Merge "Bug fixes request input default value" | Dan Timoney | 3 | -133/+150 | |
2019-07-12 | Merge "Refractor duplicate cli script function" | Dan Timoney | 4 | -36/+11 | |
2019-07-11 | Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in blueprintprocessor | prathameshmo | 2 | -1/+7 | |
application Issue-ID: CCSDK-1466 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: Ic001d3a5d12b4483e421eb0409c62ab985712464 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> | |||||
2019-07-11 | Merge "Handle blank reponse body for PUT capability" | Dan Timoney | 1 | -1/+5 | |
2019-07-10 | Bug fixes request input default value | Brinda Santh | 3 | -133/+150 | |
Change-Id: I16afd71c2c35b7f270577ea784a9173ea3e0d604 Issue-ID: CCSDK-1357 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> | |||||
2019-07-10 | Refractor blueprint-script to avoid cyclic dependency. | Brinda Santh | 21 | -98/+46 | |
There is a possibility of cyclic dependencies between blueprint-script module and code module. To avoid cyclic dependency blueprint-script implementation should be moved to Core module. This implementation has zero impact on code functionality and code testing. Change-Id: Ic18ea848cb2e1e2e7a5f1c144714de26d1495cee Issue-ID: CCSDK-1469 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> | |||||
2019-07-10 | Handle blank reponse body for PUT capability | Abdelmuhaimen Seaudi | 1 | -1/+5 | |
Issue-Id: CCSDK-1467 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ibc50be0bf9986c49d2c7546f895c85c6851447bb | |||||
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-10 | Refractor duplicate cli script function | Brinda Santh | 4 | -36/+11 | |
Change-Id: Ida75e839668eeeabd4577629f2bc6ec3240d7734 Issue-ID: CCSDK-1428 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> | |||||
2019-07-10 | Check null instead of "null" JSON node. | prathameshmo | 1 | -3/+3 | |
ISSUE-ID: CCSDK-1463 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: Id4e9827d94999a585b79460f147562bdd655ccfb | |||||
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 | 4 | -18/+20 | |
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 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 | 4 | -18/+20 | |
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 "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 | 16 | -211/+512 | |
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 "Remote Python executor Handler class process fails with Arguments ↵ | Dan Timoney | 1 | -0/+7 | |
list too long" | |||||
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 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> |