summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04Merge "Remove unused file and format content"Dan Timoney2-26/+7
2019-09-04Add draft and publish grpc upload options.Brinda Santh4-20/+54
Change-Id: Id1476f1cb449c4070a7ef53a918b62d26da26391 Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-04RR Complex types and Unit tests coverageSteve Siani3-67/+505
Issue-ID: CCSDK-1615 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I1035aa05b4b038095c9d17fdcd00c462bed5085a
2019-09-03Add support for cba enrich, publish, draft, removeBrinda Santh1-10/+43
Change-Id: If02e737e6103f0c51ad4371129f6ea1e7337ec98 Issue-ID: CCSDK-1682 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-09-03Do not duplicate model types and data dictionariesAlexis de Talhouët77-1830/+5
Change-Id: I960e9ce040490dea82bd9afa9133ed982fe08d14 Issue-ID: CCSDK-1663 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-09-03Use ProcessPool rather than ThreadPool ExecutorAlexis de Talhouët4-8/+10
Change-Id: I66a800bf30cabce35123b0ac24b3b3e00eef6026 Issue-ID: CCSDK-1681 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-09-03CDS UI code changesEzhilarasi3-9/+3
Change-Id: Idca4f7e1e04853bd2118308dafa67fd2d7aee7d8 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-09-03Fixed defect CCSDK-1680Arundathi Patil1-2/+2
Issue-ID: CCSDK-1680 Change-Id: Icf7564137d74ecf832d3df485ea68be1b35d2b83 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-03Search DB UI fixEzhilarasi2-1/+2
Stepper 2 search db UI height fix Change-Id: I8d247200b861b55aa873d083140fd40f43e27bd6 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-30Combine Blueprint entities and repositories.Brinda Santh17-324/+65
Change-Id: I9e8672d6d0252dcf125e27060322ddd2b455aa39 Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Remove controllerbluprints distribution.Brinda Santh42-2940/+166
Change-Id: I8c7269f97f2b32a0fe8689baaeddfe1e82e0d075 Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Refactor resource dictionary entity and repositories.Brinda Santh28-567/+339
Change-Id: I156d63df70d04e129e4a753cdc11e119ee97d37a Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Refactor handlers, services to designer api.Brinda Santh38-650/+665
Change-Id: I3bc56e14fca332c0c0b661bb7e8a501a2dadbe91 Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Refactor catalog service to blueprint processor.Brinda Santh18-103/+5
Change-Id: Ia4bfc7c1b3ffb4020458f18deb71a2cf451ab65e Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Refactor model entity and repository.Brinda Santh13-668/+340
Change-Id: I6f06fc46fcedbe1cbb8a8e6f8c30b131680a5b08 Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Refactor model types load to designer api.Brinda Santh6-7/+7
Change-Id: Icc75c2cac2b9522fc20aa2247aafa8a1f494758e Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-30Remove unused file and format contentEzhilarasi2-26/+7
Change-Id: I31cbb4aed1910964ba971ab84f9745d3675b5777 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-30Doc content formatEzhilarasi2-31/+33
Index file and user guide format Change-Id: I5e0de701d4c86d877286d7e6a16673129622c77b Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-30Refactor enhancer service to designer api.Brinda Santh14-47/+47
Change-Id: I63aa56c61f9b97826c2171479dd4d6f238c9d8da Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-29Refactor Blueprint model controller to designer api.Brinda Santh7-20/+121
Change-Id: I6e729aab24262f6bdef4b92febf9f65a4819d142 Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-29Resolve duplicate application property valuesBrinda Santh19-147/+134
Change-Id: I0813ff96388bce77eba9fbc9eff0eccf59a6be6a Issue-ID: CCSDK-1663 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-08-29Merge "Read only mode for CBA view"Brinda Santh Muthuramalingam2-13/+25
2019-08-29Merge "Roll versions"Dan Timoney56-67/+67
2019-08-29Read only mode for CBA viewEzhilarasi2-13/+25
Change-Id: I7fa0fddf14749499692931eeb86bba705de4819f Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-29Merge "Remove duplicated function in netconfclient.py"Brinda Santh Muthuramalingam1-3/+0
2019-08-29Merge "Fixed defect CCSDK-1610"Brinda Santh Muthuramalingam1-8/+3
2019-08-29Merge "rename config-data=>sdnc"Brinda Santh Muthuramalingam105-263/+263
2019-08-29Utility for Zip file extractionEzhilarasi5-91/+3
Change-Id: Id30facf5b79dddfcaf97e8b0c13c0c8a8d937e3b Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)56-67/+67
Roll versions in master branch Change-Id: I12ac01bc8769303c9d6fe7053306bdaa68f54396 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Remove duplicated function in netconfclient.pySteve Siani1-3/+0
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I8308c579f78e3da3e5abc756733212afc606b435
2019-08-28Fixed defect CCSDK-1610Arundathi Patil1-8/+3
Fixed issue which was adding name feild to workflows on saveMedata action Issue-ID: CCSDK-1610 Change-Id: I00b1224971e48ad1d360e57e58ec241c925e1d47 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-28Metadata form edit changesEzhilarasi1-5/+46
Changes to make Metadata form edit option from search from database Change-Id: I5602fd2609b43d8702736b039b0ab0c0105e1e1f Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-28Merge "Release version 0.6.0"Dan Timoney1-0/+5
2019-08-28rename config-data=>sdncOleg Mitsura105-263/+263
Issue-ID: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Id203a2c9673e732cba5425f8e301f84711fe3705
2019-08-28Fixed store update error after searchEzhilarasi1-21/+19
Had issue with updating blueprint to stores. Fixed it Change-Id: Id38df2c7dd3e22679e2753689d34eac75093558e Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-28Merge "Add Get function in Netconf execution service for operational commands"Brinda Santh Muthuramalingam7-2/+101
2019-08-27Release version 0.6.0Timoney, Dan (dt5972)1-0/+5
Release CCSDK version 0.6.0 Change-Id: I38fc84ca61cddf608f6656d1218a2b2c72145465 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-27Merge "allow null type for primitives"Dan Timoney1-1/+1
2019-08-27Add Get function in Netconf execution service for operational commandsSteve Siani7-2/+101
Issue-ID: CCSDK-1657 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: I12b82a7f1233fce256190ec0d35a5b85ad937b7b
2019-08-27Merge "Fix sonar build"Dan Timoney1-0/+4
2019-08-27allow null type for primitivesOleg Mitsura1-3/+6
(to be consistent with validPrimitiveTypes() in BluePrintTypes) TODO: refactor that as well. This should fix the issue with missing values in output-type-mapping breaking execution. Issue-Id: CCSDK-1614 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ia209a3bfcdc5fc2ef1179bd46669be2d57426749
2019-08-27Make source-db consistent across samplesOleg Mitsura184-1296/+1340
Issue-Id: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Iec7c6909c39c34894be11bfdac45f6394010d9cf
2019-08-26Merge "Add output filename param to compresToFilePart"Dan Timoney1-2/+3
2019-08-26Fix sonar buildTimoney, Dan (dt5972)1-0/+4
Set sonar.skip to true in empty module designer-api Change-Id: I9330fb7c8b8adfc53a2284e907cb02376a3640dd Issue-ID: CCSDK-1655 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-26Merge "Removed unused server files"Dan Timoney3-117/+0
2019-08-26Merge "Formatted and fixed errors in DOC"Dan Timoney4-86/+93
2019-08-26Removed unused server filesEzhilarasi3-117/+0
Change-Id: Id7a708a3ae6029a775d28710967fe9f3eec42c59 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-26Formatted and fixed errors in DOCEzhilarasi4-86/+93
Change-Id: I613716d80cd6cf1bc9a4f4bb4cb38802cfe9e34d Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-24UAT: fix validation of request headersebo4-21/+50
Change-Id: I9725be21b421f2890cce2ef76bbe5c371ab5b46e Issue-ID: CCSDK-1639 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2019-08-23Add output filename param to compresToFilePartOleg Mitsura1-2/+3
Currently, just defaults to "enhanced-cba.zip" as before; Should be part of the feature that names enhanced files yyyy-mm-dd-BPname-BPver Issue-Id: CCSDK-1652 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I464c242bf5651958671a06e1acf4148c28e69147