summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/datasources
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22Loopback search by tag serviceEzhilarasi1-1/+18
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-07-17loopback Api- get Sources listArundathi Patil1-0/+17
Implemented api to fetch source list from backend Issue-ID: CCSDK-707 Change-Id: Ica7a3177f7a426456d921474a7758d2745eae33f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-26CDS-UI: support gRPC integration with blueprint processor mSNirvan Ramjuttun2-16/+16
- For deploy blueprint functionality Change-Id: I35395ae315ac063c3bb3f6893956965ecb74e74e Issue-ID: CCSDK-1274 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-05-30Add logger to the serverRami2-0/+2
- 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 Ramjuttun4-26/+30
Issue-ID: CCSDK-1292 Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-04-11Resource Dictionary Loopback integrationEzhilarasi3-0/+104
Change-Id: If1b3dbc23797e03f97deab7d67f9adb22d07bc1c Issue-ID: CCSDK-1070 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-04-05Service for get and post BlueprintEzhilarasi5-1/+38
Change-Id: Ie99f2ae09e65754e5da5384501f4f8574399da42 Issue-ID: CCSDK-1068 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Loopback rest serviceArundathi Patil2-0/+71
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 Patil3-0/+65
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 Patil1-0/+24
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>