summaryrefslogtreecommitdiffstats
path: root/cds-ui/server/src/datasources
AgeCommit message (Collapse)AuthorFilesLines
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>