aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/controllers/blueprint-rest.controller.ts
AgeCommit message (Collapse)AuthorFilesLines
2020-09-14adding deploy featureShaabanEltanany1-1/+1
Issue-ID: CCSDK-2299 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I1b4ac4d12d18371cd4db9226ca8cbd215f01b3b3
2020-06-28Add package deletion buttonAhmedEldeeb501-23/+35
Issue-ID: CCSDK-2483 Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: I7e1c0f80eb9e6073a1eb472bd6f042e8545c5ab7
2020-05-05fix sort at package listShaabanEltanany1-26/+8
Issue-ID: CCSDK-2320 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ia91d519c315b6ef0c01089422253599b137eceec
2019-12-30add package creation component and fixing designer compilation and lintingshaaban Altanany1-73/+85
Issue-ID: CCSDK-2014 Issue-ID: CCSDK-1780 Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com> Change-Id: I65e02ba498516edb27eefd2448d50a61779cc22c
2019-12-04Creating findOneBluePrintModel (configuration)Shaaban Ebrahim1-0/+13
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I61a947533a1b61138d004a22c5a796d09ab2c8d9
2019-11-18add service for searching in meta data pageableShaaban Ebrahim1-0/+16
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: Ibf718314f2f818108af3133641ab7be48c334dce
2019-11-14add API to list blueprints with pagination in loopback serverAhmed Abbas1-0/+15
Issue-ID: CCSDK-1770 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I705135af4898db68eeddb8b67bf62fbbea6921ac
2019-11-06add search by meta data in cds-ui server and blueprint processorShaaban Ebrahim1-1/+15
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I8ac77ab4903e3141d065a61bf28404f3d16077cd
2019-10-18Loopback code for GRPC functionalityEzhilarasi1-22/+66
GRPC integration for Draft, Publish, Download Change-Id: I24e138fae766da7a112ac9f49a8ba036d81b5bb5 Issue-ID: CCSDK-1785 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-10-09Remove Controller API url and use blueprintProcessorApi url insteadShaaban Ebrahim1-3/+3
Issue-ID: CCSDK-1793 Signed-off-by: Shaaban Eltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c
2019-07-29Blueprint controller loopback fixEzhilarasi1-7/+7
Exported blueprint controller in index and changed uri path Change-Id: If83d2260912dfd92353b0923b1237726ff4baad3 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-22Loopback search by tag serviceEzhilarasi1-48/+59
Added search by tag service in Server for CBA Change-Id: Ib1b3f0e9e3aaf5f5854a0cf011d90f2cd3661bf3 Issue-ID: CCSDK-1279 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-06-26CDS-UI: support gRPC integration with blueprint processor mSNirvan Ramjuttun1-9/+21
- For deploy blueprint functionality Change-Id: I35395ae315ac063c3bb3f6893956965ecb74e74e Issue-ID: CCSDK-1274 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-05-07Modify CDS-UI server to allow communicating with external blueprint mSNirvan Ramjuttun1-17/+27
Issue-ID: CCSDK-1292 Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-04-11Enrichment and Download Zip file bug fixEzhilarasi1-55/+97
Change-Id: If4219a99bfc7082648a28149652d75a09333bd55 Issue-ID: CCSDK-1212 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-04-08Changed CBA download with name and versionEzhilarasi1-4/+5
Change-Id: I6121e6248138569b2bb0908bb99d9059a1115784 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-04-06CBA integrationEzhilarasi1-0/+1
Change-Id: I0505e32fe7680f1e2ee029f36d37e3ec84088789 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-04-05Service for get and post BlueprintEzhilarasi1-89/+155
Change-Id: Ie99f2ae09e65754e5da5384501f4f8574399da42 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-01-21Blueprint controllerArundathi Patil1-0/+160
Added blueprint controlller. All the rest calls to backend to upload a blueprint will be called through this controller Issue-ID: CCSDK-943 Change-Id: Ifd6bed47a4b9fe212e8651d41ebca0f47955eee9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>