summaryrefslogtreecommitdiffstats
path: root/ms
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23Clean restconf duplicate models and Implementation.Brinda Santh12-201/+226
Change-Id: Id439ac5ded631aac0ee7fc69846ebe9bca650bb2 Issue-ID: CCSDK-1499 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-23Refactor Netconf script component parent.Brinda Santh11-83/+142
Change-Id: Ibbec8cd5785372a89e14a86d4e6ff7f9fed4aad2 Issue-ID: CCSDK-1499 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-07-23Merge "Improve service template access through cache."Dan Timoney8-16/+201
2019-07-23Merge "Improve script file accessing through cache."Dan Timoney19-268/+313
2019-07-23Fix bug in repository tagTimoney, Dan (dt5972)1-0/+17
Repository added for springfox points to snapshot versions, but does not properly prevent maven from looking there for released. Needed to add separate <repository> lines for snapshots and releases, configured appropriately. Change-Id: I64232e35bccbe607eebf14b9d2697c4b8d7f4488 Issue-ID: CCSDK-1519 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-19Improve service template access through cache.Brinda Santh8-16/+201
Change-Id: Ibcff2a27f338c6fd019545dac5457943eff4b024 Issue-ID: CCSDK-1503 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-19Improve script file accessing through cache.Brinda Santh19-268/+313
Change-Id: If94e837975701dc7b2235c38acb46b3b883a424b Issue-ID: CCSDK-1503 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-18Resolve Attribute and properties fails with subPropertyNameSteve Siani9-29/+50
Issue-ID: CCSDK-1489 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: If27c0dd301f2c0e63cecc662cd89b1a72d1b21f1
2019-07-18Merge "Enable dynamic remote python executor"Brinda Santh Muthuramalingam3-17/+29
2019-07-18Merge "Fix missing constrains definitions."Dan Timoney6-57/+225
2019-07-17Enable dynamic remote python executorAlexis de Talhouët3-17/+29
Change-Id: I77a60de87acec862ce47256557a1223fefe82a12 Issue-ID: CCSDK-1497 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-17Added npmVersion to install NPMTimoney, Dan (dt5972)5-16/+7
To install local copy of npm, needed to make 2 changes to frontend-maven-plugin configuration: 1) Add tag <npmVersion>6.4.1</npmVersion> 2) Removed tag <npmDownloadRoot> Confirmed in local build that those changes result in npm being installed in local 'node' directory (which it was not before these changes). Also, changed parent version to 1.3.1-SNAPSHOT - this will be needed to prevent builds from breaking when new SAN certs are installed for ONAP gerrit. Change-Id: I576d8737eccfaa3024a36608edc1102535a55d26 Issue-ID: CCSDK-1491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-17Fail to get assignment-params when error occurAlexis de Talhouët2-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-17Merge "bubble up python error to CDS output"Brinda Santh Muthuramalingam2-8/+18
2019-07-17Merge "Remove application filter for controller blueprint"Brinda Santh Muthuramalingam1-98/+0
2019-07-17Remove application filter for controller blueprintAlexis de Talhouët1-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-16bubble up python error to CDS outputOleg Mitsura2-8/+18
Issue-ID: CCSDK-1494 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Iac9fc47ef51d92da507cc6d2dfee252490a2313a
2019-07-16Fix typo in logAlexis de Talhouët1-1/+1
Change-Id: I50799d9ba80002971c4149c80621fea98fa9184b Issue-ID: CCSDK-1493 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-07-16Merge "Python executor parameters sorted again."Brinda Santh Muthuramalingam2-11/+13
2019-07-16Merge "better errMsg for request block missing"Brinda Santh Muthuramalingam3-6/+50
2019-07-16Merge "Fixed bugs/vulnerabilities reported by SonarQube"Brinda Santh Muthuramalingam6-24/+55
2019-07-15better errMsg for request block missingOleg Mitsura3-6/+50
Issue-Id: CCSDK-1486 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I44881a149a1cb5fd6dda2cf682352f92fba45e0d
2019-07-15Fix missing constrains definitions.Brinda Santh6-57/+225
Change-Id: I1d60b1a24a5876f47af3a7b9936a48187bbf2d16 Issue-ID: CCSDK-1380 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-15Merge "Fix java.lang.NoClassDefFoundError: org/jsoup/Jsoup error in ↵Dan Timoney2-1/+7
blueprintprocessor application"
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 ↵Dan Timoney21-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-13Fixed bugs/vulnerabilities reported by SonarQubeEliezio Oliveira6-24/+55
Change-Id: Idc4be0d050d27fd419915210167b044b90fa2f0a Issue-ID: CCSDK-1483 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-07-12Minor updates in ResourceResolutionComponent classPrathamesh Morde2-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-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
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-11Merge "Handle blank reponse body for PUT capability"Dan Timoney1-1/+5
2019-07-10Bug fixes request input default valueBrinda Santh3-133/+150
Change-Id: I16afd71c2c35b7f270577ea784a9173ea3e0d604 Issue-ID: CCSDK-1357 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-10Refractor blueprint-script to avoid cyclic dependency.Brinda Santh21-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-10Handle blank reponse body for PUT capabilityAbdelmuhaimen Seaudi1-1/+5
Issue-Id: CCSDK-1467 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ibc50be0bf9986c49d2c7546f895c85c6851447bb
2019-07-10Python executor parameters sorted again.Oleg Mitsura2-11/+13
Issue-ID: CCSDK-1468 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: If8eb50fc2e8dfa084e486b02ace163eee1bfac77
2019-07-10Refractor duplicate cli script functionBrinda Santh4-36/+11
Change-Id: Ida75e839668eeeabd4577629f2bc6ec3240d7734 Issue-ID: CCSDK-1428 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-07-10Check null instead of "null" JSON node.prathameshmo1-3/+3
ISSUE-ID: CCSDK-1463 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: Id4e9827d94999a585b79460f147562bdd655ccfb
2019-07-09SLF4J conflict: exclude logging in where it is redundantSteve Siani13-0/+96
Issue-ID: CCSDK-1461 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I25521090a2ab8e5b9d7a9edef3178ba83b463657
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
Issue-ID: CCSDK-1457 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I8fd9918df5e03e1f7c0cdcf4bc63ddc5846195b8
2019-07-09Remove slf4j-log4j12 dependency which apache-kafka is bringing.prathameshmo1-1/+6
Issue-ID: CCSDK-1459 Signed-off-by: prathameshmo <prathamesh.morde@bell.ca> Change-Id: I318384ebe93cacb2b7436d3e796a8cac345724bb