summaryrefslogtreecommitdiffstats
path: root/docs/submodules/ccsdk
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 571c49342a905616298d923a9d29a201ae4ecd11 - Add Json unit diff option. Change-Id: Icfdef05e40b0638afc8570962bdc750aee1acc25 Issue-ID: CCSDK-1608 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to afcd99e9dc0d765758be1d91ab862afa54d244dd - Add class model for workflow and resource data type. Change-Id: Ia42f56541bef0418dddb797c019ecda3afa6983b Issue-ID: CCSDK-1380 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 977287b586e27e2f835a5d24950abf1f2adae8be - Add resource definition resolution service. Change-Id: Ife75d290540e3ed0e0dfd0a82785a498607a2d25 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 70638d1eb225acbc61e00ddbf9356aef38e8f143 - Major- Replace comparison Operators The == and != operators do type coercion before comparing values. This is bad because it can mask type errors. For example, it evaluates ' \t\r\n' == 0 as true. It is best to always use the side-effect-less === and !== operators instead. Issue-ID: CCSDK-1583 Change-Id: I202ada53b472542261ee69623ea72b52005fdfab Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-09Update git submodulesHerbert Eiselt1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to ed0e6be174e1445b6c47a69dccf25a642f17bdd7 - Add license information Add license information to devicemanager head plugin Issue-ID: SDNC-843 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: I60e4030d90762b4c185aaf593cc1a42e71824fb5 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2019-08-09Update git submodulesHerbert Eiselt1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 8404b495de1770617d745ab488116714e9d2d06d - Fix malformed time stamp Fix malformed time stamp in devicemanager Issue-ID: SDNC-788 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 4001ac13397c082ee97c7ff440fa2ead5d50b421 - Merge "Add declarative acceptance tests" - Add declarative acceptance tests First two UATs are for blueprints Echo and "PNF Configuration". The body of the ODL mount request was changed from XML to JSON, so it can be represented in a YAML file. Initial documentation about the UATs can be found at components/model-catalog/blueprint-model/uat-blueprints/README.md BluePrintArchiveUtils.recurseFiles() replaced by compressFolder() that uses native Java 7. Removed commons-compress as dependency since is no longer used. Change-Id: I96a584ae12ca009f90fe8fe9485eb57ce05e8add Issue-ID: CCSDK-1569 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3c1781135b4029fdc657b2009259d3b8ddd8eebc - Merge "Fixed restconf Python scripts bugs caused by BPP refactor" - Fixed restconf Python scripts bugs caused by BPP refactor Change-Id: I9f064aca6f40c0427614d41a08be6b0e6288bcec Issue-ID: CCSDK-1573 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e5b42d3d61651866c0f12b5de6653b1a9d2b9b85 - Merge "Fix occurrence really optional" - Fix occurrence really optional Change-Id: I18c4d0803e20ed18e4dde553288d37143dff936a Issue-ID: CCSDK-1572 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b4441ff5bebb5a0b24148ee804215ffde485d40a - Merge "Set resource data value when fetch from database" - Set resource data value when fetch from database When doing resource resolution, if the same resolution-key, or the same resource-id/resource-type combo, is used, then the process will only try to resolve the resources set with a "failure" status from the RESOURCE_RESOLUTION db table. In the case the resource has previsously successfully been resolved, then we need to set its value in the resource assignemnt resolution store so it can be used later in the processing, for instance if another resource depends on it. Change-Id: Ifa3957fe3d2365e1f4347aa61ed963124f8a69f7 Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 097a6e66c3ff19aa53ef3a72dce3a2e41c4eb9ed - Merge "Add dynamic-properties as python script arg" - Add dynamic-properties as python script arg For the remote python executor, we have the ability to provide dynamic properties, that will end up marshall as Json. Through the gRPC session, it will be transform to a Google Proto Struct. Once in the remote python executor, we use utility method from Proto to convert the Struct into a Json string, and we pass it as the last argument of the script execution. That way, user can access them in their script, simply by loading the content using json.loads and then interact with the data through the python dict. Change-Id: Ib3552c06734aed252ec28f47173bc8668afe085d Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 20f27d87bb4ce6343ec2ce54a5cebf1681fac8be - Merge "Default resolution status when storing result" - Default resolution status when storing result It can happen the resolve fails, and the status end up not being set, hence to avoid any exception, we default to failure. Change-Id: Ia5fb9ad954c109f394425f33c506e66d7e1969e4 Issue-ID: CCSDK-1606 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 260f2cdf890ea4926437975aef1bcaa67c8de329 - Merge "Add sample test dsl type cba" - Add sample test dsl type cba Change-Id: I277588b4f38f8c99c33f3a1f65e8ca7c3919940d Issue-ID: CCSDK-1580 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fb771064907e93a64f67b43f18b4051740967e1a - Merge "Add resource assignment DSL." - Add resource assignment DSL. Change-Id: I44a3596c05b02faa171f90b9207f774ce34976a6 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to b80a4b9a4b33dbf560a980425cfa4cd36b41a76e - Merge "Add resource definition DSL." - Add resource definition DSL. Change-Id: I66d340727918842a26f07e8609a043c37e5089f4 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 9b1a8f7a95a6e80df01d77b7b094e624fbb9147f - Merge "Add resource source template DSL." - Add resource source template DSL. Change-Id: If68ce2e944700cb19380d34ff3b466a9c8633472 Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fbf82e9f5f8e8ec37168a2516c82cd0d40cbfef2 - Merge "Add property definition type DSL." - Add property definition type DSL. Change-Id: I83a3d1391c60cd426236b55d0d399e273e7c15dc Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to fd26b3cc681564c2b77cdc15bca806598a99e20e - Merge "Add resource source node type DSL definitions." - Add resource source node type DSL definitions. Change-Id: If21c4964bda08e5d50e6fd11fb1d657e5bf8785c Issue-ID: CCSDK-1577 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c42777bd73fcd3744353048dbc32c89cb6fcca6e - Merge "Add CBA parent pom." - Add CBA parent pom. Change-Id: Iddfb27d271bbb58375190c506173edccdd60b9e0 Issue-ID: CCSDK-1576 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-09Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 458a85ec8dab60092a91208030ef2b31b3e545d2 - Roll to next snapshot Roll to next snapshot version Change-Id: I05e831bbf2524289a252a0b143cda3b5c4152ec3 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 1001fc436835b7376e5d7fd3b5c41923a0d4f8fe - Merge "resource save/delete functionality" - resource save/delete functionality Implemented code to, 1. Delete and save the added source option from the panel. 2. Save edited changes of a particular source option Issue-ID: CCSDK-707 Change-Id: I38bf8a67e7fff4c926fd5c84f834de5d817e9640 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 77339e32345330f20421987bee7597f6419402b8 - Merge "Changed URL in server for backend" - Changed URL in server for backend Changed Bleuprint controller link for backend Change-Id: If3e14f26a6cd8a059cab37325326c2f11a58c8dc Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 44394f3fb4953b11574d2686501d50809efc7195 - Merge "Search from db components change" - Search from db components change Added notification alert and method for edit Change-Id: Iab4763956ea4a4c9fc96753b32e405ba1715e707 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3a1077c1405b10e9d5e49e39e6e2493c8529c59a - Merge "Changed template option label" - Changed template option label Change-Id: Iff709cefa5a76ddf1f9a9bcab49f98526283baf2 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3e1cee7f8c022fe18e0e22cf72f925174c9ead26 - Merge "Controller Blueprints fails to lookup directory" - Controller Blueprints fails to lookup directory Create directory for saving CBA package in case one does not exist Issue-ID: CCSDK-1607 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com> Change-Id: I0f5b547ec781bf7211414507ee847e756402f0e7
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 159de601758f7cedcef9359da471f182dcf73781 - Merge "Application name changes in meta json" - Application name changes in meta json Application name changes in meta json Rebased for version 0.5.2-SNAPSHOT Issue-ID: SDNC-842 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: Ied888a1d4228c1ad85617aec8584c4069761b49a
2019-08-09Update git submodulesEliezio Oliveira1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 68528acbb786a257408d577bab13fc882ad71fc9 - Unified Http server configuration To allow UA tests with both servers listening on random TCP ports. Change-Id: I9f125b8f2568797b8f7a747b7d8b7bd9a163d30e Issue-ID: CCSDK-1568 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesEliezio Oliveira1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 3d9197f70b2af07831074f34ab9f7b7da32338d8 - Removed redundant BlueprintProcessorApplicationTest Change-Id: I9d3fa66e7185938f30447884753c3e9c2644c0cc Issue-ID: CCSDK-1567 Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to b374698684414f0a40bf0c1b113da9f74dc78b8c - Merge "pom file added to readthedocs and change in script" - pom file added to readthedocs and change in script pom file added to readthedocs and change in script Issue-ID: SDNC-841 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I44be2d1bc5fba164f67746a5bcac49199ed433fd
2019-08-09Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 34740c107d7d67ec6be97bd46f4a54b77ee45d78 - Merge "Added more content to helpserver abbreviations" - Added more content to helpserver abbreviations Added more content to helpserver abbreviations Issue-ID: SDNC-839 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I018b4625ec451b466a2fc566c1463505ea3f4365
2019-08-09Update git submodulesEzhilarasi1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c75c7f25e756f92782565d9ab2a697bba1fa1614 - Added service for Edit CBA Added service for search result CBA Change-Id: Iba00f048abc59878e6dcda9d1de9f0fc823d9130 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-09Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 0bbf3f4f7ee0ec5c0f09e6d07bc301622e51fc67 - Roll to next snapshot Roll to next snapshot version Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Update git submodulesanushadasari1-0/+0
* Update docs/submodules/ccsdk/dashboard.git from branch 'master' to 86a2c9e15470079d818b37d01fb01771e951622e - Sonar- blueprint-controllers.js Add a semicolon at the end of this statement. Remove the useless trailing whitespaces at the end of this line. Change-Id: Iae0434b07bcc713794164079f626e781e1de844d Issue-ID: CCSDK-1582 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-09Update git submodulesMichael Dürre1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to b4fce004a40753e396f100ac9abdbe876de5865e - fixed mediator app route requests through apigateway Issue-ID: SDNC-824 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ief159a71888f271a7751884260f85be01efdd6b4
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to cc43d753b045913924b3a978630508f11ab7c542 - Release CCSDK version 0.5.1 Release version 0.5.1 of CCSDK artifacts Change-Id: I1d99387672b5fee939de244f02c1c93f0813a32d Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 025c4a0d54daa3eb66886daec9495a8635ffbf45 - Release CCSDK version 0.5.1 Release version 0.5.1 of CCSDK artifacts Change-Id: I7bc17fac30bb50bd54a12db64e99db32c32c9184 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 1b656572c8257d9e137ca30487fafa3ce0bc83a4 - Roll version to recreate artifacts Roll version to 0.5.1-SNAPSHOT to recreate El Alto early drop artifacts Change-Id: Ibfbad4c9dcf3f2158c709e12d16b315b9a3693de Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 4eca81f93864645e24674949f034f88a67f52f7d - Roll version to recreate artifacts Roll version to 0.5.1-SNAPSHOT to recreate El Alto early drop artifacts Change-Id: Id04157e44241aadcf7781ec71250bd2eff7c908a Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to f60b704c23ffb6df5ceb3b6d5b43729a5434f375 - Release CCSDK version 0.5.1 Release version 0.5.1 of CCSDK artifacts Change-Id: Idae9fb9570473671df3f57f95f6ae0b1e1765dd2 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-08Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 24f07af3434838c1d41c1dfd64bcb2a083201cd9 - Release CCSDK version 0.5.1 Release version 0.5.1 of CCSDK artifacts Change-Id: Ibdd3730b8c8006ca72a4e1482eca925d27e27413 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to a93828ae3a2bfe74e2cf36a0ba9887f0a6a19434 - Roll version to recreate release artifacts Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ibb269d876fcf41591164b27d0de3142ec79fe5ab Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 45bdf840d3e0380e30cf77c29eb084bc7adce308 - Roll version to recreate release artifacts Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ifc0d4af8920065ca4ae8f509c63f98dc6e112322 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-06Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 73302372232267c9908a957dce1dc38d94c20441 - Release 1.3.2 parent poms Release version 1.3.2 of parent poms Change-Id: I8459c0e66e6d8a2a4ae786c106b0d2d598deb6e9 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-06Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/parent.git from branch 'master' to 49410e7d38ae37506cbb13aa88e0c33ec4ad1bc2 - Roll version to recreate release artifacts Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ie9204c9ec0eb84989303df1089f536314df2c8d7 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 85eb22e9870c9fe33f42880a883012d845e6f2ad - Release 0.5.0 version of mvn artifacts Release version 0.5.0 of maven artifacts Change-Id: I91882b0e259a2b1751a6525f19be87189a512fc0 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 4b9589a1206f864a492dba84041a34c1fc0298a5 - Use released versions of maven artifacts Use released versions of maven artifacts to create docker images Change-Id: I00e7a589b82282d69a2d6315f9e4652e3c0ea332 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-04Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 99f7280b3287db70a4500c273d46a8097e8be421 - Release ccsdk/features 0.5.0 Release ccsdk/features version 0.5.0 Change-Id: I3dc68198e2dcb1afe8af32b64465b0981b492623 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-04Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 5adebfcaf101c30fab21ff7ede89d3f42617f8e7 - Release ccsdk/cds 0.5.0 Release ccsdk/cds version 0.5.0 Change-Id: If1aa49d0fc202850ccbaf69c8b7036bfb8f3828d Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-02Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/apps.git from branch 'master' to 5de8d8cbfd5776b87515bf7b343df9ee534a7689 - Release ccsdk/apps 0.5.0 Release ccsdk/apps version 0.5.0 Change-Id: Ifcf39e9fbd6473a4d2f65db8d0edd8304e486177 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-01Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 8d3f825da365b672731e07c2b4560a67ec287a61 - Modify POM, properties and docker distributions. Change-Id: I541edfc36c0866fa7669129a46140fb21a63c6ba Issue-ID: CCSDK-1574 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>