aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src
AgeCommit message (Collapse)AuthorFilesLines
2019-05-30Add logger to the serverRami6-5/+37
- add logger with interceptor for requests Change-Id: Iecb6b6e51c28aadcc4eec3bb69dc38f4e0e346c5 Issue-ID: CCSDK-1295 Signed-off-by: Rami <rmohamed.ext@orange.com>
2019-05-07Modify CDS-UI server to allow communicating with external blueprint mSNirvan Ramjuttun8-55/+71
Issue-ID: CCSDK-1292 Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-04-25Resource dictionary: backend URL changesArundathi Patil1-1/+1
Changed the resource dictionay search by tags backend url Issue-ID: CCSDK-1217 Change-Id: I6c6b8a7536481c2b30c933cf28269db7d2ecd735 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-04-12Merge "Resource Dictionary Loopback integration"Dan Timoney7-0/+214
2019-04-11Resource Dictionary Loopback integrationEzhilarasi7-0/+214
Change-Id: If1b3dbc23797e03f97deab7d67f9adb22d07bc1c Issue-ID: CCSDK-1070 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.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 BlueprintEzhilarasi8-90/+213
Change-Id: Ie99f2ae09e65754e5da5384501f4f8574399da42 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Loopback rest serviceArundathi Patil3-0/+117
Created rest service , which will be used to interact with backend API's Issue-ID: CCSDK-1097 Change-Id: Ie91b1b60e2237c1ec80e490877dc6292c3106835 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-21Blueprint controllerArundathi Patil8-0/+360
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>
2019-01-17Seed code for loopback serverArundathi Patil10-0/+393
Added seed project structure for loopback server. This will act as intermediate layer between UI and backend. The angular UI app will be serverd through this server. Issue-ID: CCSDK-943 Change-Id: I03259782927eda0d7e5bff989f61a36f09a3afd8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>