summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25Add bi-directional GRPC python executor.Brinda Santh24-0/+1460
Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
2019-09-24AbstractComponentFunction Payload APISingal, Kapil (ks220y)3-7/+39
Adding new API's in AbstractComponentFunction to pull payload Issue-ID: CCSDK-1752 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6db5ea12d24765d3775c6c81d7cbbefcd1708ca1
2019-09-24Refactoring ResourceAssignmentUtilsSingal, Kapil (ks220y)9-54/+84
Changing isNull condition to isNullOrEmpty to make sure Empty value doesn't get assigned to resource Issue-ID: CCSDK-1748 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0744537c7ddec80f20ffd7e6545b947439f63743
2019-09-23Refactoring ResourceAssignmentUtilsSingal, Kapil (ks220y)1-32/+30
Refactoring ResourceAssignmentUtils parseResponseNodeForPrimitiveTypes API to remove cyclic value assignments Issue-ID: CCSDK-1748 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I27b5a7d3ed2df38cf4e3e44686aec094ebdb5f25
2019-09-20Release images for ccsdk-cdsJessica Wagantall1-0/+17
Release version: 0.6.3-STAGING-20190919T124725Z as 0.6.3 Issue-ID: CCSDK-1701 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie20d141a8352bea63cadc01c5fbb3cb090d45280
2019-09-19Refactoring Resource Resolution ComponentSingal, Kapil (ks220y)9-239/+310
Use Case: ---------- Input Value (IV): It can be API Input Value or API Default value If a Resource is marked as Input -> pick IV If a Resource is marked as other than Input -> pick IV -> if IV is not present then resolve it as per DataDictionary Definition ** Return Error if Resource is not resolved using assert : ResourceAssignmentUtils.assertTemplateKeyValueNotNull Issue-ID: CCSDK-1746 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ia3aaaa36d0e32b0b468f016d57ed5d2c4ddf6a32
2019-09-19Merge "Bug-fix - CDS Processor-DB & Default Dictionary not working"Dan Timoney7-274/+355
2019-09-19Merge "Upgrade Kotlin and move properties to parent."Dan Timoney3-205/+0
2019-09-19Upgrade Kotlin and move properties to parent.Brinda Santh3-205/+0
Check for Kotlin 1.3.50 upgrade and Kotlin properties moved to parent. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I5c88dfed5e03c49b93e4eb5f2e435b0e6a91822f
2019-09-19Bug-fix - CDS Processor-DB & Default Dictionary not workingSteve Siani7-274/+355
Issue-ID: CCSDK-1718 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Ia15f36d7732058161aa2addc9268dd647330f069 Issue-ID: CCSDK-1717 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Ia15f36d7732058161aa2addc9268dd647330f069
2019-09-19Merge "Refactor distribution module to application."Dan Timoney24-483/+595
2019-09-19Merge "Updated application.properties to match OOM"Brinda Santh Muthuramalingam2-18/+44
2019-09-18Merge "Simplify script compilation implementation."Dan Timoney6-385/+176
2019-09-18Updated application.properties to match OOMOleg Mitsura2-18/+44
Issue-ID: CCSDK-1720 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id4de210cc011f4c8c8bd7b55320640b4fed2ed1d
2019-09-18Merge "Add cba GRPC remove options."Dan Timoney3-8/+30
2019-09-18Refactor distribution module to application.Brinda Santh24-483/+595
Change-Id: If6451215e1d1c3b1b5963bbe5c6cda1532f01ac5 Issue-ID: CCSDK-1697 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-18Simplify script compilation implementation.Brinda Santh6-385/+176
Change-Id: Ib0ce35fe843aef73d7ffc3d980e9244941f48914 Issue-ID: CCSDK-1469 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-18Merge "Optimizing Imports and Formatting code"Brinda Santh Muthuramalingam49-185/+117
2019-09-18Merge "SSLRestClientProperties does not allow ignoring hostname ↵Dan Timoney2-3/+10
discrepancies with certificate, when doing SSL negotiation."
2019-09-18Merge "Updated Remote Ansible component to retrieve all artifacts and logs ↵Dan Timoney3-33/+70
produced by job/workflow."
2019-09-18SSLRestClientProperties does not allow ignoring hostname discrepancies with ↵Serge Simard2-3/+10
certificate, when doing SSL negotiation. Issue-ID: CCSDK-1732 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: I6e8d63b1f24abcd0098db471d18d2a55e45de3f9 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-09-18Optimizing Imports and Formatting codeSingal, Kapil (ks220y)49-185/+117
No Business logic change, no code change.. just optimizing imports and reformatting code Issue-ID: CCSDK-1744 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I1fb2ed10525a6f392f3c0d963c2ed03cfe8dec7e
2019-09-18Refactoring Netconf NetconfMessageUtilsSingal, Kapil (ks220y)40-241/+179
Appending New Line before and after request body within doWrapRpc and removing new line is child API's which forms the request body Issue-ID: CCSDK-1743 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic58566e24a21c71d545c45fb95a667c17de2fe66
2019-09-18Ensure json-smart is in right scopeSingal, Kapil (ks220y)18-169/+198
Adding json-smart:2.3 as dependencies to avoid Junit Failure Issue-ID: CCSDK-1740 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6a01d344735ded414d9b42b14221cdb447882528
2019-09-18Merge "Remove Save metadta and Save Sources Button"Brinda Santh Muthuramalingam2-14/+9
2019-09-18Remove Save metadta and Save Sources ButtonArundathi Patil2-14/+9
Implemented code to save changes automatically on user operation Issue-ID: CCSDK-1734 Change-Id: I2ea040ea2cdad07babbf965c98e2fe0b692b482b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Add cba GRPC remove options.Brinda Santh3-8/+30
Change-Id: Iaba18e145f11fc608f5b6efa8bdfb46c623d7ccf Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-17Updated Remote Ansible component to retrieve all artifacts and logs produced ↵Serge Simard3-33/+70
by job/workflow. Issue-ID: CCSDK-1741 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: I83e8bac79977a08d16d5356c0d21af1d7897cfc0 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-09-17Plugin to format/validate POMSINGAL, KAPIL (ks220y)49-123/+253
Adding tidy-maven-plugin and related profile to format/vaidate pom files To format POM Files just run mvn process-sources -P format Issue-ID: CCSDK-1739 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: I58dc261ac7b3179a91a0ab5a06237990707543f5
2019-09-17Merge "Updated golden README for config-assing"Dan Timoney1-2/+4
2019-09-17Merge "Golden config-assign fails to resolve golden-vf-module-type"Dan Timoney1-2/+2
2019-09-17Merge "Vault Client Rest API implementation for sensitive data"Dan Timoney6-33/+115
2019-09-17Merge "Fix deploy failure and other test cases."Dan Timoney18-148/+17
2019-09-17Fix deploy failure and other test cases.Brinda Santh18-148/+17
Change-Id: Ia43eebefb40190ed3fa6b65ee79f14c10ad222eb Issue-ID: CCSDK-1730 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-17Merge "Add -noprompt to keytool import ONAP Root CA"Dan Timoney1-1/+1
2019-09-17Merge "Add missing parent"Brinda Santh Muthuramalingam1-0/+7
2019-09-17Merge "Fix spring fox swagger snapshot version."Dan Timoney2-18/+17
2019-09-16Merge "add health-api project"Brinda Santh Muthuramalingam18-0/+545
2019-09-16Changing line separator type to LFSINGAL, KAPIL (ks220y)118-3936/+3883
Changed Line Separator for all files using find . -type f -not -name .* -exec dos2unix {} \; Issue-ID: CCSDK-1733 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: I2efa3276c35c0a0159c6d4debe21c0bd0b4a7b85
2019-09-16Fix spring fox swagger snapshot version.Brinda Santh2-18/+17
Change-Id: I62ce444d77fa0aa8d6d6adb3ceca0cc83040bbe9 Issue-ID: CCSDK-1724 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> (cherry picked from commit 0597d0d0eb3ec6a84a11555383e7d019ba8f005c)
2019-09-16Add missing parentTimoney, Dan (dt5972)1-0/+7
Added missing parent tag to pom.xml to repair merge build. Change-Id: I88fdf616c953ae10634f755953e0119ad1a120d9 Issue-ID: CCSDK-1730 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-16add health-api projectShaaban Ebrahim18-0/+545
Issue-ID: CCSDK-1669 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I8a05db50e4f896ecc2e040a113d1fc676f139121
2019-09-16Merge "Blueprintprocessor Table change."Dan Timoney5-29/+29
2019-09-16Merge "Fix proto cyclic dependency."Dan Timoney15-424/+154
2019-09-16Merge "Implement GRPC download cab."Dan Timoney3-12/+82
2019-09-16Merge "Implement GRPC response payload"Dan Timoney4-54/+126
2019-09-16Merge "CDS UI running guide"Brinda Santh Muthuramalingam2-3/+25
2019-09-16Merge "Properties mode for editor CBA creation"Brinda Santh Muthuramalingam1-30/+32
2019-09-16CDS UI running guideEzhilarasi2-3/+25
Change-Id: I02d87ee86c0d959c64631fa8b3d21c685f461787 Issue-ID: CCSDK-1727 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-09-16Properties mode for editor CBA creationEzhilarasi1-30/+32
Change-Id: I6fa5d4456d733fa10d5b42ab887328691e4065e4 Issue-ID: CCSDK-1728 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>