ccsdk/cds.git
4 years agoAdd bi-directional GRPC python executor. 47/96147/3
Brinda Santh [Mon, 23 Sep 2019 14:10:58 +0000 (10:10 -0400)]
Add bi-directional GRPC python executor.

Python based bidirectional communication script executor microservice.

Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a

4 years agoAbstractComponentFunction Payload API 93/96193/1
Singal, Kapil (ks220y) [Tue, 24 Sep 2019 19:10:41 +0000 (15:10 -0400)]
AbstractComponentFunction Payload API

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

4 years agoRefactoring ResourceAssignmentUtils 61/96161/8
Singal, Kapil (ks220y) [Mon, 23 Sep 2019 22:47:29 +0000 (18:47 -0400)]
Refactoring ResourceAssignmentUtils

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

4 years agoRefactoring ResourceAssignmentUtils 58/96158/1
Singal, Kapil (ks220y) [Mon, 23 Sep 2019 20:11:17 +0000 (16:11 -0400)]
Refactoring ResourceAssignmentUtils

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

4 years agoRelease images for ccsdk-cds 02/96102/1
Jessica Wagantall [Fri, 20 Sep 2019 20:34:34 +0000 (13:34 -0700)]
Release images for ccsdk-cds

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

4 years agoRefactoring Resource Resolution Component 41/96041/6
Singal, Kapil (ks220y) [Thu, 19 Sep 2019 20:58:46 +0000 (16:58 -0400)]
Refactoring Resource Resolution Component

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

4 years agoMerge "Bug-fix - CDS Processor-DB & Default Dictionary not working"
Dan Timoney [Thu, 19 Sep 2019 19:51:32 +0000 (19:51 +0000)]
Merge "Bug-fix - CDS Processor-DB & Default Dictionary not working"

4 years agoMerge "Upgrade Kotlin and move properties to parent."
Dan Timoney [Thu, 19 Sep 2019 17:24:02 +0000 (17:24 +0000)]
Merge "Upgrade Kotlin  and move properties to parent."

4 years agoUpgrade Kotlin and move properties to parent. 14/96014/2
Brinda Santh [Thu, 19 Sep 2019 15:55:01 +0000 (11:55 -0400)]
Upgrade Kotlin  and move properties to parent.

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

4 years agoBug-fix - CDS Processor-DB & Default Dictionary not working 87/95687/13
Steve Siani [Fri, 13 Sep 2019 22:09:43 +0000 (18:09 -0400)]
Bug-fix - CDS Processor-DB & Default Dictionary not working

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

4 years agoMerge "Refactor distribution module to application."
Dan Timoney [Thu, 19 Sep 2019 16:21:32 +0000 (16:21 +0000)]
Merge "Refactor distribution  module to application."

4 years agoMerge "Updated application.properties to match OOM"
Brinda Santh Muthuramalingam [Thu, 19 Sep 2019 13:37:43 +0000 (13:37 +0000)]
Merge "Updated application.properties to match OOM"

4 years agoMerge "Simplify script compilation implementation."
Dan Timoney [Wed, 18 Sep 2019 19:27:47 +0000 (19:27 +0000)]
Merge "Simplify script compilation implementation."

4 years agoUpdated application.properties to match OOM 53/95953/1
Oleg Mitsura [Wed, 18 Sep 2019 19:24:24 +0000 (15:24 -0400)]
Updated application.properties to match OOM

Issue-ID: CCSDK-1720

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id4de210cc011f4c8c8bd7b55320640b4fed2ed1d

4 years agoMerge "Add cba GRPC remove options."
Dan Timoney [Wed, 18 Sep 2019 19:10:41 +0000 (19:10 +0000)]
Merge "Add cba GRPC remove options."

4 years agoRefactor distribution module to application. 81/95181/3
Brinda Santh [Fri, 6 Sep 2019 18:37:04 +0000 (14:37 -0400)]
Refactor distribution  module to application.

Change-Id: If6451215e1d1c3b1b5963bbe5c6cda1532f01ac5
Issue-ID: CCSDK-1697
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoSimplify script compilation implementation. 82/95882/2
Brinda Santh [Tue, 17 Sep 2019 23:33:45 +0000 (19:33 -0400)]
Simplify script compilation implementation.

Change-Id: Ib0ce35fe843aef73d7ffc3d980e9244941f48914
Issue-ID: CCSDK-1469
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoMerge "Optimizing Imports and Formatting code"
Brinda Santh Muthuramalingam [Wed, 18 Sep 2019 18:02:39 +0000 (18:02 +0000)]
Merge "Optimizing Imports and Formatting code"

4 years agoMerge "SSLRestClientProperties does not allow ignoring hostname discrepancies with...
Dan Timoney [Wed, 18 Sep 2019 17:24:34 +0000 (17:24 +0000)]
Merge "SSLRestClientProperties does not allow ignoring hostname discrepancies with certificate, when doing SSL negotiation."

4 years agoMerge "Updated Remote Ansible component to retrieve all artifacts and logs produced...
Dan Timoney [Wed, 18 Sep 2019 17:24:06 +0000 (17:24 +0000)]
Merge "Updated Remote Ansible component to retrieve all artifacts and logs produced by job/workflow."

4 years agoSSLRestClientProperties does not allow ignoring hostname discrepancies with certificate, 72/95772/4
Serge Simard [Mon, 16 Sep 2019 21:06:58 +0000 (17:06 -0400)]
SSLRestClientProperties does not allow ignoring hostname discrepancies with 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>
4 years agoOptimizing Imports and Formatting code 34/95934/1
Singal, Kapil (ks220y) [Wed, 18 Sep 2019 16:23:42 +0000 (12:23 -0400)]
Optimizing Imports and Formatting code

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

4 years agoRefactoring Netconf NetconfMessageUtils 29/95929/2
Singal, Kapil (ks220y) [Wed, 18 Sep 2019 15:19:15 +0000 (11:19 -0400)]
Refactoring Netconf NetconfMessageUtils

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

4 years agoEnsure json-smart is in right scope 22/95922/1
Singal, Kapil (ks220y) [Wed, 18 Sep 2019 14:05:39 +0000 (10:05 -0400)]
Ensure json-smart is in right scope

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

4 years agoMerge "Remove Save metadta and Save Sources Button"
Brinda Santh Muthuramalingam [Wed, 18 Sep 2019 13:47:50 +0000 (13:47 +0000)]
Merge "Remove Save metadta and Save Sources Button"

4 years agoRemove Save metadta and Save Sources Button 13/95813/2
Arundathi Patil [Tue, 17 Sep 2019 11:17:29 +0000 (16:47 +0530)]
Remove Save metadta and Save Sources Button

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>
4 years agoAdd cba GRPC remove options. 68/95868/1
Brinda Santh [Tue, 17 Sep 2019 19:56:20 +0000 (15:56 -0400)]
Add cba GRPC remove options.

Change-Id: Iaba18e145f11fc608f5b6efa8bdfb46c623d7ccf
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoUpdated Remote Ansible component to retrieve all artifacts and logs produced by job... 71/95771/4
Serge Simard [Mon, 16 Sep 2019 20:55:59 +0000 (16:55 -0400)]
Updated Remote Ansible component to retrieve all artifacts and logs produced 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>
4 years agoPlugin to format/validate POM 30/95830/2
SINGAL, KAPIL (ks220y) [Tue, 17 Sep 2019 16:36:59 +0000 (16:36 +0000)]
Plugin to format/validate POM

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

4 years agoMerge "Updated golden README for config-assing"
Dan Timoney [Tue, 17 Sep 2019 16:40:44 +0000 (16:40 +0000)]
Merge "Updated golden README for config-assing"

4 years agoMerge "Golden config-assign fails to resolve golden-vf-module-type"
Dan Timoney [Tue, 17 Sep 2019 16:40:25 +0000 (16:40 +0000)]
Merge "Golden config-assign fails to resolve golden-vf-module-type"

4 years agoMerge "Vault Client Rest API implementation for sensitive data"
Dan Timoney [Tue, 17 Sep 2019 16:04:43 +0000 (16:04 +0000)]
Merge "Vault Client Rest API implementation for sensitive data"

4 years agoMerge "Fix deploy failure and other test cases."
Dan Timoney [Tue, 17 Sep 2019 16:01:42 +0000 (16:01 +0000)]
Merge "Fix deploy failure and other test cases."

4 years agoFix deploy failure and other test cases. 89/95789/2
Brinda Santh [Tue, 17 Sep 2019 02:37:59 +0000 (22:37 -0400)]
Fix deploy failure and other test cases.

Change-Id: Ia43eebefb40190ed3fa6b65ee79f14c10ad222eb
Issue-ID: CCSDK-1730
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoMerge "Add -noprompt to keytool import ONAP Root CA"
Dan Timoney [Tue, 17 Sep 2019 13:42:29 +0000 (13:42 +0000)]
Merge "Add -noprompt to keytool import ONAP Root CA"

4 years agoMerge "Add missing parent"
Brinda Santh Muthuramalingam [Tue, 17 Sep 2019 01:35:45 +0000 (01:35 +0000)]
Merge "Add missing  parent"

4 years agoMerge "Fix spring fox swagger snapshot version."
Dan Timoney [Tue, 17 Sep 2019 00:47:17 +0000 (00:47 +0000)]
Merge "Fix spring fox swagger snapshot version."

4 years agoMerge "add health-api project"
Brinda Santh Muthuramalingam [Mon, 16 Sep 2019 23:55:45 +0000 (23:55 +0000)]
Merge "add health-api project"

4 years agoChanging line separator type to LF 79/95779/1
SINGAL, KAPIL (ks220y) [Mon, 16 Sep 2019 22:03:41 +0000 (22:03 +0000)]
Changing line separator type to LF

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

4 years agoFix spring fox swagger snapshot version. 57/95757/1
Brinda Santh [Sat, 14 Sep 2019 00:00:14 +0000 (20:00 -0400)]
Fix spring fox swagger snapshot version.

Change-Id: I62ce444d77fa0aa8d6d6adb3ceca0cc83040bbe9
Issue-ID: CCSDK-1724
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
(cherry picked from commit 0597d0d0eb3ec6a84a11555383e7d019ba8f005c)

4 years agoAdd missing parent 47/95747/2
Timoney, Dan (dt5972) [Mon, 16 Sep 2019 15:28:10 +0000 (11:28 -0400)]
Add missing  parent

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>
4 years agoadd health-api project 79/95479/3
Shaaban Ebrahim [Tue, 10 Sep 2019 16:12:32 +0000 (18:12 +0200)]
add health-api project

Issue-ID: CCSDK-1669
Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Change-Id: I8a05db50e4f896ecc2e040a113d1fc676f139121

4 years agoMerge "Blueprintprocessor Table change."
Dan Timoney [Mon, 16 Sep 2019 14:25:19 +0000 (14:25 +0000)]
Merge "Blueprintprocessor Table change."

4 years agoMerge "Fix proto cyclic dependency."
Dan Timoney [Mon, 16 Sep 2019 14:25:10 +0000 (14:25 +0000)]
Merge "Fix proto cyclic dependency."

4 years agoMerge "Implement GRPC download cab."
Dan Timoney [Mon, 16 Sep 2019 14:24:59 +0000 (14:24 +0000)]
Merge "Implement GRPC download cab."

4 years agoMerge "Implement GRPC response payload"
Dan Timoney [Mon, 16 Sep 2019 14:24:51 +0000 (14:24 +0000)]
Merge "Implement GRPC response payload"

4 years agoMerge "CDS UI running guide"
Brinda Santh Muthuramalingam [Mon, 16 Sep 2019 13:49:29 +0000 (13:49 +0000)]
Merge "CDS UI running guide"

4 years agoMerge "Properties mode for editor CBA creation"
Brinda Santh Muthuramalingam [Mon, 16 Sep 2019 13:48:39 +0000 (13:48 +0000)]
Merge "Properties mode for editor CBA creation"

4 years agoCDS UI running guide 28/95728/1
Ezhilarasi [Mon, 16 Sep 2019 09:53:27 +0000 (15:23 +0530)]
CDS UI running guide

Change-Id: I02d87ee86c0d959c64631fa8b3d21c685f461787
Issue-ID: CCSDK-1727
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
4 years agoProperties mode for editor CBA creation 27/95727/1
Ezhilarasi [Mon, 16 Sep 2019 09:37:28 +0000 (15:07 +0530)]
Properties mode for editor CBA creation

Change-Id: I6fa5d4456d733fa10d5b42ab887328691e4065e4
Issue-ID: CCSDK-1728
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
4 years agoUpdated golden README for config-assing 01/95701/1
Samuli Silvius [Sun, 15 Sep 2019 15:56:35 +0000 (18:56 +0300)]
Updated golden README for config-assing

interface-name and unit-name parameters added to example payload as they are resolved from input.

Issue-ID: CCSDK-1726

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I8016b7b48947d5fb9b57085f6a4669ba342bbc73

4 years agoGolden config-assign fails to resolve golden-vf-module-type 00/95700/1
Samuli Silvius [Sun, 15 Sep 2019 15:34:46 +0000 (18:34 +0300)]
Golden config-assign fails to resolve golden-vf-module-type

Issue-ID: CCSDK-1726

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I6cc09f9cf5a734b64dba2883656dbcdb03cf752d

4 years agoMerge "Add wrapper function for Cli and Netconf executor"
Brinda Santh Muthuramalingam [Fri, 13 Sep 2019 14:16:16 +0000 (14:16 +0000)]
Merge "Add wrapper function for Cli and Netconf executor"

4 years agoAdd wrapper function for Cli and Netconf executor 20/95620/1
Steve Siani [Thu, 12 Sep 2019 19:38:23 +0000 (15:38 -0400)]
Add wrapper function for Cli and Netconf executor

Issue-ID: CCSDK-1707
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I2c29d0135b8252cd21ed3d139516ac637c846927

4 years agoBlueprintprocessor Table change. 10/95610/1
Brinda Santh [Thu, 12 Sep 2019 19:03:20 +0000 (15:03 -0400)]
Blueprintprocessor Table change.

Change-Id: I42942ce06a65e994b67e6611ad93167a56c8fd7b
Issue-ID: CCSDK-1663
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoMerge "Ensure proper unloading of resources associated with the dynamic classloader...
Brinda Santh Muthuramalingam [Thu, 12 Sep 2019 17:05:59 +0000 (17:05 +0000)]
Merge "Ensure proper unloading of resources associated with the dynamic classloader for Kotlin scripts."

4 years agoFix proto cyclic dependency. 50/95550/4
Brinda Santh [Thu, 12 Sep 2019 02:07:33 +0000 (22:07 -0400)]
Fix proto cyclic dependency.

Change-Id: I84e0ba25b78e8212eff6b4c91fca2d4457dbf7eb
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoMerge "Added mode for kt and create method"
Dan Timoney [Thu, 12 Sep 2019 13:56:46 +0000 (13:56 +0000)]
Merge "Added mode for kt and create method"

4 years agoImplement GRPC download cab. 71/95271/2
Brinda Santh [Mon, 9 Sep 2019 20:44:39 +0000 (16:44 -0400)]
Implement GRPC download cab.

Change-Id: I7c872b7e6e20590668c68b92ed221752a9413bd8
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoImplement GRPC response payload 60/95260/2
Brinda Santh [Mon, 9 Sep 2019 18:30:16 +0000 (14:30 -0400)]
Implement GRPC response payload

Change-Id: I137cb9e2fa15c12f45a412d84e867f0613f15bf8
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoVault Client Rest API implementation for sensitive data 09/92909/8
Steve Siani [Tue, 6 Aug 2019 21:59:20 +0000 (17:59 -0400)]
Vault Client Rest API implementation for sensitive data

Issue-ID: CCSDK-1597
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I81bf24d0dd0a12b0bb3a038647773900ad80e7fd

4 years agoMerge "Add source-rest mapping"
Dan Timoney [Wed, 11 Sep 2019 19:56:15 +0000 (19:56 +0000)]
Merge "Add source-rest mapping"

4 years agoMerge "Implement GRPC enrich rpc."
Dan Timoney [Wed, 11 Sep 2019 19:55:16 +0000 (19:55 +0000)]
Merge "Implement GRPC enrich rpc."

4 years agoMerge "Move GRPC management api to designer api."
Dan Timoney [Wed, 11 Sep 2019 19:54:09 +0000 (19:54 +0000)]
Merge "Move GRPC management api to designer api."

4 years agoEnsure proper unloading of resources associated with the dynamic classloader for... 17/95517/1
Serge Simard [Wed, 11 Sep 2019 17:38:15 +0000 (13:38 -0400)]
Ensure proper unloading of resources associated with the dynamic classloader for Kotlin scripts.

Issue-ID: CCSDK-1692

Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: Ic1c1bf263331bf4a43d855798d2d62ec97503ceb

4 years agoRoll versions for Frankfurt development 07/95507/1
Timoney, Dan (dt5972) [Wed, 11 Sep 2019 14:54:30 +0000 (10:54 -0400)]
Roll versions for Frankfurt development

Roll master version for Frankfurt development

Change-Id: Ife7ecc5bfb2d8d515805c40c381f6acb34af538b
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRelease version 0.6.1 34/95434/1
Timoney, Dan (dt5972) [Tue, 10 Sep 2019 20:42:40 +0000 (16:42 -0400)]
Release version 0.6.1

Release CCSDK version 0.6.1

Change-Id: I672526e55538206829ef257aaab2c6b7c1155196
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd -noprompt to keytool import ONAP Root CA 77/95377/1
Abdelmuhaimen Seaudi [Tue, 10 Sep 2019 14:16:29 +0000 (14:16 +0000)]
Add -noprompt to keytool import ONAP Root CA

Issue-ID: CCSDK-1534
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ief45b1e6f197763392a4324db4d48ce76d1caeb5

4 years agoAdded mode for kt and create method 25/95225/2
Ezhilarasi [Mon, 9 Sep 2019 12:27:56 +0000 (17:57 +0530)]
Added mode for kt and create method

Change-Id: I4c1c20077a2da5269724fff12fc456a86b5168f4
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
4 years agoMerge "Resource Dictionary: fecthing data-type list"
Brinda Santh Muthuramalingam [Tue, 10 Sep 2019 00:26:08 +0000 (00:26 +0000)]
Merge "Resource Dictionary: fecthing data-type list"

4 years agoMerge "Revert "Use ProcessPool rather than ThreadPool Executor""
Brinda Santh Muthuramalingam [Tue, 10 Sep 2019 00:24:59 +0000 (00:24 +0000)]
Merge "Revert "Use ProcessPool rather than ThreadPool  Executor""

4 years agoMerge "HTTP headers feature for BP REST endpoints def'ns"
Brinda Santh Muthuramalingam [Mon, 9 Sep 2019 20:46:43 +0000 (20:46 +0000)]
Merge "HTTP headers feature for BP REST endpoints def'ns"

4 years agoResource Dictionary: fecthing data-type list 36/95236/1
Arundathi Patil [Mon, 9 Sep 2019 13:57:04 +0000 (19:27 +0530)]
Resource Dictionary: fecthing data-type list

Created loopback API function to fetch data-types from backend and
display them in data-type drop-down

Issue-ID: CCSDK-707
Change-Id: I797177b9042558c99a94df9c9dd4295c43389d29
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoHTTP headers feature for BP REST endpoints def'ns 11/88011/5
Oleg Mitsura [Fri, 17 May 2019 15:56:30 +0000 (11:56 -0400)]
HTTP headers feature for BP REST endpoints def'ns

Issue-ID: CCSDK-1341

Change-Id: I2da6a19ddea137c0fb868a413f77a45c1def3877
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
4 years agoMerge "Fix errors in INFO.yaml"
Dan Timoney [Sat, 7 Sep 2019 15:17:58 +0000 (15:17 +0000)]
Merge "Fix errors in INFO.yaml"

4 years agoImplement GRPC enrich rpc. 76/95176/1
Brinda Santh [Fri, 6 Sep 2019 16:35:39 +0000 (12:35 -0400)]
Implement GRPC enrich rpc.

Change-Id: I51d3b93a1a48677339e371a8cec7d2fd63811140
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoAdd source-rest mapping 68/95168/1
Alexis de Talhouët [Fri, 6 Sep 2019 15:22:57 +0000 (11:22 -0400)]
Add source-rest mapping

Change-Id: I700a6fb6dbf97f87ea00460a1cf9f00948379128
Issue-ID: CCSDK-1623
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoFix errors in INFO.yaml 45/95145/2
Timoney, Dan (dt5972) [Fri, 6 Sep 2019 13:43:13 +0000 (09:43 -0400)]
Fix errors in INFO.yaml

Fix errors in INFO.yaml file

Issue-ID: CCSDK-1696
Change-Id: I796d30d30e9d4751b3a9fcfb99464d73b9d3633f
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRevert "Use ProcessPool rather than ThreadPool Executor" 40/95140/1
Alexis de Talhouët [Fri, 6 Sep 2019 13:05:21 +0000 (13:05 +0000)]
Revert "Use ProcessPool rather than ThreadPool  Executor"

This reverts commit cd29a05ccd4279d7fb740d03bbeee6a0839b287e.

Issue-ID: CCSDK-1681
Change-Id: I5827256ea5dc76b6ff8806250c684d155656dfc5
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoMerge "Resource resolution fix + improvement."
Dan Timoney [Fri, 6 Sep 2019 12:43:30 +0000 (12:43 +0000)]
Merge "Resource resolution fix + improvement."

4 years agoResource resolution fix + improvement. 81/95081/3
Serge Simard [Thu, 5 Sep 2019 18:42:43 +0000 (14:42 -0400)]
Resource resolution fix + improvement.

Fix: Fix for list typed data resolution retrieved from database table.
Improvement: exposing occurrence property to template engine;
useful, when doing multi-occurrence template generation,
to index list data resolved previously.

Issue-ID: CCSDK-1693

Signed-off-by: Serge Simard <serge@agilitae.com>
Change-Id: I3a601ebabfcd42c439a515d3fe44ff4fc00b2314
Signed-off-by: Serge Simard <serge@agilitae.com>
4 years agoMove GRPC management api to designer api. 91/95091/1
Brinda Santh [Thu, 5 Sep 2019 20:13:28 +0000 (16:13 -0400)]
Move GRPC management api to designer api.

Change-Id: I58ee303d361cf4f1996c966c094ec66886587b52
Issue-ID: CCSDK-1682
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoMerge "Add Config based blueprint process consumer"
Dan Timoney [Thu, 5 Sep 2019 18:54:47 +0000 (18:54 +0000)]
Merge "Add Config based blueprint process consumer"

4 years agoMerge "Add Kafka message lib consumer services"
Dan Timoney [Thu, 5 Sep 2019 18:54:33 +0000 (18:54 +0000)]
Merge "Add Kafka message lib consumer services"

4 years agoMerge "RR Complex types and Unit tests coverage"
Dan Timoney [Thu, 5 Sep 2019 18:53:59 +0000 (18:53 +0000)]
Merge "RR Complex types and Unit tests coverage"

4 years agoAdd Config based blueprint process consumer 57/95057/1
Brinda Santh [Thu, 5 Sep 2019 15:06:48 +0000 (11:06 -0400)]
Add Config based blueprint process consumer

Change-Id: I9e37ecb5032047f835f3b2ea20b2689c76353497
Issue-ID: CCSDK-1668
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoDo not output StepData information 73/94973/4
Alexis de Talhouët [Wed, 4 Sep 2019 19:02:55 +0000 (15:02 -0400)]
Do not output StepData information

This information is for internal processing purposes, it should
not be output to user, as could cause confusion.

Change-Id: I95ead3fbc5e22e3a1751e41d90e567965cc00fa4
Issue-ID: CCSDK-1691
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoDo not throw exception when no data exist. 72/94972/3
Alexis de Talhouët [Wed, 4 Sep 2019 18:57:51 +0000 (14:57 -0400)]
Do not throw exception when no data exist.

The first time we're doing a diff, if a store operation has
never been done before, we shouldn't throw exception, we should
silently succeed and set the diff as empty value.

Change-Id: Ie2371737758a1525da6b76ac85bceb7fe1aa4673
Issue-ID: CCSDK-1690
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoAdd Kafka message lib consumer services 86/94986/1
Brinda Santh [Thu, 5 Sep 2019 01:44:59 +0000 (21:44 -0400)]
Add Kafka message lib consumer services

Change-Id: Iaf1df07a0d8f4fb54d5d06047520010d3bfe5465
Issue-ID: CCSDK-1668
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoFix vFW CBA 65/94965/1
Alexis de Talhouët [Wed, 4 Sep 2019 18:10:48 +0000 (14:10 -0400)]
Fix vFW CBA

Change-Id: I3e45644a216daba1317d1052a054c3cbbb3a20be
Issue-ID: CCSDK-1689
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
4 years agoMerge "Add draft and publish grpc upload options."
Dan Timoney [Wed, 4 Sep 2019 15:50:07 +0000 (15:50 +0000)]
Merge "Add draft and publish grpc upload options."

4 years agoMerge "Add support for cba enrich, publish, draft, remove"
Dan Timoney [Wed, 4 Sep 2019 15:49:58 +0000 (15:49 +0000)]
Merge "Add support for cba enrich, publish, draft, remove"

4 years agoMerge "CDS UI code changes"
Dan Timoney [Wed, 4 Sep 2019 15:45:25 +0000 (15:45 +0000)]
Merge "CDS UI code changes"

4 years agoMerge "Do not duplicate model types and data dictionaries"
Dan Timoney [Wed, 4 Sep 2019 15:45:06 +0000 (15:45 +0000)]
Merge "Do not duplicate model types and  data dictionaries"

4 years agoMerge "Use ProcessPool rather than ThreadPool Executor"
Dan Timoney [Wed, 4 Sep 2019 15:44:57 +0000 (15:44 +0000)]
Merge "Use ProcessPool rather than ThreadPool  Executor"

4 years agoMerge "Combine Blueprint entities and repositories."
Dan Timoney [Wed, 4 Sep 2019 15:44:50 +0000 (15:44 +0000)]
Merge "Combine Blueprint entities and repositories."

4 years agoMerge "Remove controllerbluprints distribution."
Dan Timoney [Wed, 4 Sep 2019 15:44:42 +0000 (15:44 +0000)]
Merge "Remove controllerbluprints distribution."

4 years agoMerge "Refactor resource dictionary entity and repositories."
Dan Timoney [Wed, 4 Sep 2019 15:44:31 +0000 (15:44 +0000)]
Merge "Refactor resource dictionary entity and repositories."

4 years agoMerge "Refactor handlers, services to designer api."
Dan Timoney [Wed, 4 Sep 2019 15:44:22 +0000 (15:44 +0000)]
Merge "Refactor handlers, services to designer api."

4 years agoMerge "Refactor catalog service to blueprint processor."
Dan Timoney [Wed, 4 Sep 2019 15:44:11 +0000 (15:44 +0000)]
Merge "Refactor catalog service to blueprint processor."