summaryrefslogtreecommitdiffstats
path: root/cds-ui
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19Merge "resource-edit changes"Dan Timoney3-12/+48
2019-07-19Merge "Create blueprint search option from db"Dan Timoney8-15/+212
2019-07-19Merge "Resource dictionary URL's"Dan Timoney1-1/+3
2019-07-19Merge "loopback Api- get Sources list"Dan Timoney3-1/+30
2019-07-19Merge "resource edit component changes"Dan Timoney1-3/+5
2019-07-19resource-edit changesArundathi Patil3-12/+48
made changes to fetch sources Issue-ID: CCSDK-707 Change-Id: If7d07eb9cd49db61cbb8d8016c7f0dca01d00490 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-19Create blueprint search option from dbEzhilarasi8-15/+212
Search exisiting blueprint as model Change-Id: I241dba4a78c145f5707943b24319eba4170bc245 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-18Merge "Renamed template options and reordered"Dan Timoney1-3/+3
2019-07-17Added npmVersion to install NPMTimoney, Dan (dt5972)4-5/+4
To install local copy of npm, needed to make 2 changes to frontend-maven-plugin configuration: 1) Add tag <npmVersion>6.4.1</npmVersion> 2) Removed tag <npmDownloadRoot> Confirmed in local build that those changes result in npm being installed in local 'node' directory (which it was not before these changes). Also, changed parent version to 1.3.1-SNAPSHOT - this will be needed to prevent builds from breaking when new SAN certs are installed for ONAP gerrit. Change-Id: I576d8737eccfaa3024a36608edc1102535a55d26 Issue-ID: CCSDK-1491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-17Resource dictionary URL'sArundathi Patil1-1/+3
Added loopback url's to fetch source list and model type Issue-ID: CCSDK-707 Change-Id: I7b7db824914804a17599df2274f48de5211e872c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-17loopback Api- get Sources listArundathi Patil3-1/+30
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-07-17resource edit component changesArundathi Patil1-3/+5
Implemented changes to retain data in UI when the user switches between designer mode and editor mode Issue-ID: CCSDK-707 Change-Id: I77ceadf38f3de05783ad58bbcd014e15456eca0d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-16CDS Server Package.json issue fixEzhilarasi1-2/+3
Server compilation failure fix Change-Id: Icea5108e38329f34886f232bb3c7ba1f32dd75a3 Issue-ID: CCSDK-1491 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-16Renamed template options and reorderedEzhilarasi1-3/+3
Change-Id: Ib89624214f61bc51c6a7dc9eebdbcd3698ccb63d Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-15Fixed Search CBA edit component issueEzhilarasi2-3/+8
Change-Id: If0d6bff1da8b85e86e97c2a53059d06329b4b560 Issue-id: CCSDK-1279 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-08Merge "Enable https for cds-ui"Dan Timoney3-0/+55
2019-07-08Merge "Added Search CBA component"Dan Timoney5-2/+111
2019-07-08Merge "Added Side Nav menu for search CBA"Dan Timoney2-6/+36
2019-07-08Merge "Create CBA Search existing template"Dan Timoney2-6/+48
2019-07-08Merge "Template option populate to Select template"Dan Timoney2-3/+11
2019-07-08Merge "Search service for Controller Blueprint"Dan Timoney2-0/+28
2019-07-08Merge "Added template options to create CBA"Dan Timoney1-3/+3
2019-07-08Merge "Enhance logger to the server"Dan Timoney1-3/+10
2019-07-04Enable https for cds-uieeginux3-0/+55
Enabling https for cds-ui-server Add dummy private key and cert Change-Id: I9d318ceea3527ebb4f0776e26fb9dbf5d4cb6615 Issue-ID: OJSI-196 Signed-off-by: Xuefeng Xie <henry.xie@est.tech>
2019-07-03Added Search CBA componentEzhilarasi5-2/+111
Change-Id: Ib0a755222f913d5fcd881059f90f50ac69b23101 Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-03Added Side Nav menu for search CBAEzhilarasi2-6/+36
Added sub menus for controller Blueprint Change-Id: Ie4d56186655fd62393133c01d36d1d7aecee9b3a Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-03Create CBA Search existing templateEzhilarasi2-6/+48
Template to be shown for option choosed from stepper form 1 Change-Id: I52b5f8c8ed217e455e44862df159831c028ff244 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-03Template option populate to Select templateEzhilarasi2-3/+11
Change-Id: I0d949283906493f1471377619fdc5615a310b690 Issue-Id: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-07-03Search service for Controller BlueprintEzhilarasi2-0/+28
Search service for controller blueprint creation and Search capability Change-Id: I20b7f60aa357af2785c6209003429d83b34c4342 Issue-ID: CCSDK-1269 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-06-26CDS-UI: support gRPC integration with blueprint processor mSNirvan Ramjuttun8-36/+206
- For deploy blueprint functionality Change-Id: I35395ae315ac063c3bb3f6893956965ecb74e74e Issue-ID: CCSDK-1274 Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-06-26Added template options to create CBAEzhilarasi1-3/+3
Change-Id: I3720e7efdf3100fa50261012387179f9edd87680 Issue-id: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-06-25Merge "Replace windows alert with Notification component"Dan Timoney10-30/+88
2019-06-23Enhance logger to the serverRami2-3/+11
- Remove autorization from request logs - add request ID if it doesn't exist - log response code Issue-ID: CCSDK-1295 Change-Id: Ia83125bd85ddb1cd89f02cf55220f1aa11049810 Signed-off-by: Rami <rmohamed.ext@orange.com>
2019-06-21Replace windows alert with Notification componentArundathi Patil10-30/+88
Removed windows.alert across files and replaced it with notification component Issue-ID: CCSDK-1381 Change-Id: If521c92544a1639b2fafb07163163844817c1c7a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-20Fixed bug CCSDK-1402Arundathi Patil1-1/+7
fixed defect ccsdk-1402 Issue-ID: CCSDK-1402 Change-Id: Ib654486f15b5a4b22ecdee355cf8a64af5e717d1 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-18Merge "Added test.ts file"Dan Timoney1-0/+41
2019-06-18Merge "Notification Handler service"Dan Timoney1-0/+51
2019-06-18Merge "Implemented loader service"Dan Timoney1-0/+43
2019-06-18Added test.ts fileArundathi Patil1-0/+41
Added test.ts file required to run the unit test cases. Acts as entry point. Issue-ID: CCSDK-1411 Change-Id: I96d18f49f23d7ec192e415ee7941b371c1f6d624 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-17Notification Handler serviceArundathi Patil1-0/+51
Implemented notification handler. All the notifications will be triggered through this service Issue-ID: CCSDK-1377 Change-Id: Ia1e07fe3e9c425efc1c426b397669d7272fb982a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-06Implemented loader serviceArundathi Patil1-0/+43
implemented loader bar to display loading actions on certain operations Issue-ID: CCSDK-1383 Change-Id: If2cea04fa385d11b2e12529238110be3d07a9920 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-06-04CCSDK-1377- Notification ImplementationArundathi Patil7-0/+309
Implemented notification component Issue-ID: CCSDK-1377 Change-Id: Ib2dbcf425de9fc279072bb45c99634fbe94496e3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-31Merge "Add logger to the server"Dan Timoney7-8/+41
2019-05-30Add logger to the serverRami7-8/+41
- add logger with interceptor for requests Change-Id: Iecb6b6e51c28aadcc4eec3bb69dc38f4e0e346c5 Issue-ID: CCSDK-1295 Signed-off-by: Rami <rmohamed.ext@orange.com>
2019-05-27CCSDK-1308- Files sortingArundathi Patil4-3/+66
Files are now sorted in ascending order Issue-ID: CCSDK-1308 Change-Id: I4143a132a946815363f1c80b6ab37b6590ee242c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-21Fixed defect CCSDK-1339Arundathi Patil4-5/+40
Fixed defect ccsdk-1339 Issue-ID: CCSDK-1339 Change-Id: Iabf12c0c7430cda9a259d1917f344d58c432bd05 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-16Merge "Resource dictionary- updated license text"Dan Timoney10-0/+20
2019-05-16Merge "Resource dictionary- updated license text"Dan Timoney10-0/+20
2019-05-16Merge "Resource dictionary- updated license text"Dan Timoney10-0/+20
2019-05-13Merge "Resource dictionary- updated license text"Dan Timoney10-0/+20