aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03Worked on defect CCSDK-1793Arundathi Patil1-3/+3
Changed base url from controller-blueprint to blueprint-processor Issue-ID: CCSDK-1793 Change-Id: I38f8e8ba482a05d5b385c109fcd4c54f2cd77b48 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-18Optimizing Imports and Formatting codeSingal, Kapil (ks220y)3-5/+5
No Business logic change, no code change.. just optimizing imports and reformatting code Issue-ID: CCSDK-1744 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I1fb2ed10525a6f392f3c0d963c2ed03cfe8dec7e
2019-09-18Ensure json-smart is in right scopeSingal, Kapil (ks220y)4-6/+6
Adding json-smart:2.3 as dependencies to avoid Junit Failure Issue-ID: CCSDK-1740 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I6a01d344735ded414d9b42b14221cdb447882528
2019-09-18Merge "Remove Save metadta and Save Sources Button"Brinda Santh Muthuramalingam2-14/+9
2019-09-18Remove Save metadta and Save Sources ButtonArundathi Patil2-14/+9
Implemented code to save changes automatically on user operation Issue-ID: CCSDK-1734 Change-Id: I2ea040ea2cdad07babbf965c98e2fe0b692b482b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-17Plugin to format/validate POMSINGAL, KAPIL (ks220y)4-12/+8
Adding tidy-maven-plugin and related profile to format/vaidate pom files To format POM Files just run mvn process-sources -P format Issue-ID: CCSDK-1739 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: I58dc261ac7b3179a91a0ab5a06237990707543f5
2019-09-16Changing line separator type to LFSINGAL, KAPIL (ks220y)7-333/+333
Changed Line Separator for all files using find . -type f -not -name .* -exec dos2unix {} \; Issue-ID: CCSDK-1733 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: I2efa3276c35c0a0159c6d4debe21c0bd0b4a7b85
2019-09-16Properties mode for editor CBA creationEzhilarasi1-30/+32
Change-Id: I6fa5d4456d733fa10d5b42ab887328691e4065e4 Issue-ID: CCSDK-1728 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-09-12Merge "Added mode for kt and create method"Dan Timoney2-4/+16
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)4-8/+8
Roll master version for Frankfurt development Change-Id: Ife7ecc5bfb2d8d515805c40c381f6acb34af538b Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-10Added mode for kt and create methodEzhilarasi2-4/+16
Change-Id: I4c1c20077a2da5269724fff12fc456a86b5168f4 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-09-09Resource Dictionary: fecthing data-type listArundathi Patil7-6/+57
Created loopback API function to fetch data-types from backend and display them in data-type drop-down Issue-ID: CCSDK-707 Change-Id: I797177b9042558c99a94df9c9dd4295c43389d29 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-04Merge "CDS UI code changes"Dan Timoney3-9/+3
2019-09-04Merge "Search DB UI fix"Dan Timoney2-1/+2
2019-09-03CDS UI code changesEzhilarasi3-9/+3
Change-Id: Idca4f7e1e04853bd2118308dafa67fd2d7aee7d8 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-09-03Fixed defect CCSDK-1680Arundathi Patil1-2/+2
Issue-ID: CCSDK-1680 Change-Id: Icf7564137d74ecf832d3df485ea68be1b35d2b83 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-09-03Search DB UI fixEzhilarasi2-1/+2
Stepper 2 search db UI height fix Change-Id: I8d247200b861b55aa873d083140fd40f43e27bd6 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-29Merge "Read only mode for CBA view"Brinda Santh Muthuramalingam2-13/+25
2019-08-29Merge "Roll versions"Dan Timoney4-8/+8
2019-08-29Read only mode for CBA viewEzhilarasi2-13/+25
Change-Id: I7fa0fddf14749499692931eeb86bba705de4819f Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-29Merge "Fixed defect CCSDK-1610"Brinda Santh Muthuramalingam1-8/+3
2019-08-29Utility for Zip file extractionEzhilarasi5-91/+3
Change-Id: Id30facf5b79dddfcaf97e8b0c13c0c8a8d937e3b Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)4-8/+8
Roll versions in master branch Change-Id: I12ac01bc8769303c9d6fe7053306bdaa68f54396 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Fixed defect CCSDK-1610Arundathi Patil1-8/+3
Fixed issue which was adding name feild to workflows on saveMedata action Issue-ID: CCSDK-1610 Change-Id: I00b1224971e48ad1d360e57e58ec241c925e1d47 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-28Metadata form edit changesEzhilarasi1-5/+46
Changes to make Metadata form edit option from search from database Change-Id: I5602fd2609b43d8702736b039b0ab0c0105e1e1f Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-28Fixed store update error after searchEzhilarasi1-21/+19
Had issue with updating blueprint to stores. Fixed it Change-Id: Id38df2c7dd3e22679e2753689d34eac75093558e Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-27Make source-db consistent across samplesOleg Mitsura1-2/+2
Issue-Id: CCSDK-1623 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Iec7c6909c39c34894be11bfdac45f6394010d9cf
2019-08-26Removed unused server filesEzhilarasi3-117/+0
Change-Id: Id7a708a3ae6029a775d28710967fe9f3eec42c59 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-22Merge "Passing Option from Search DB to metadata"Dan Timoney6-30/+41
2019-08-22Passing Option from Search DB to metadataEzhilarasi6-30/+41
Changes to make metadata and editor option based Search from db buttons Change-Id: I93f1f2658b2c2d4ba11f35cc44c190998c08381d Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-22Notification service for downloaded CBEzhilarasi2-15/+6
Replaced window alert with notification service Change-Id: I1e2ba50eea8360dff2747c14c857af8c59763f02 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-22Merge "Edit option service"Brinda Santh Muthuramalingam4-12/+75
2019-08-22Edit option serviceEzhilarasi4-12/+75
Update edit option fromsearch db to service and update metadata Change-Id: Ic873ea0daa56bc083005ec84e9ffa04542b26f20 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-19File structure code separationEzhilarasi5-1/+225
Separated repeated code in the modules Change-Id: I71a52e597ecd74798b7fec20a58773699448ebcd Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-15Edit CBA method integrationEzhilarasi1-4/+153
Added method for Edit CBA after search Change-Id: I6f3e80c014c0cb9b1c1068089145b20bc60b2216 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-15Update to NeonTimoney, Dan (dt5972)4-8/+8
Update to neon versions Change-Id: I095b46cefa264006bea5722b952c789374870370 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Search Template code changeEzhilarasi2-43/+27
Added parameter in Search DB template and removed unused code in search template Change-Id: I77436e8d592876affab4b74c3883d4c03fcdf279 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-14Search display formattingEzhilarasi2-11/+51
Change-Id: Ideac871019a8115a986ab0c81455627464c0586d Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-13Default mode Change to Form modeArundathi Patil1-2/+2
Implemented change to set default mode to designer mode Issue-ID: CCSDK-707 Change-Id: I264a6763f95ed539ca0fce394923d2863081f331 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-08-09Merge "resource save/delete functionality"Dan Timoney2-173/+209
2019-08-09Merge "Changed URL in server for backend"Dan Timoney1-1/+1
2019-08-09Merge "Search from db components change"Dan Timoney1-6/+11
2019-08-09Merge "Changed template option label"Dan Timoney2-10/+6
2019-08-09Added service for Edit CBAEzhilarasi5-8/+12
Added service for search result CBA Change-Id: Iba00f048abc59878e6dcda9d1de9f0fc823d9130 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-08Changed URL in server for backendEzhilarasi1-1/+1
Changed Bleuprint controller link for backend Change-Id: If3e14f26a6cd8a059cab37325326c2f11a58c8dc Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)4-8/+8
Roll versions to 0.5.1 - need to re-release El Alto early release Change-Id: Ifc0d4af8920065ca4ae8f509c63f98dc6e112322 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05Changed template option labelEzhilarasi2-10/+6
Change-Id: Iff709cefa5a76ddf1f9a9bcab49f98526283baf2 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-05Search from db components changeEzhilarasi1-6/+11
Added notification alert and method for edit Change-Id: Iab4763956ea4a4c9fc96753b32e405ba1715e707 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-08-05resource save/delete functionalityArundathi Patil2-173/+209
Implemented code to, 1. Delete and save the added source option from the panel. 2. Save edited changes of a particular source option Issue-ID: CCSDK-707 Change-Id: I38bf8a67e7fff4c926fd5c84f834de5d817e9640 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-07-31Source template component- store updateArundathi Patil1-1/+15
Implemented code to store sourc list changes to store Issue-ID: CCSDK-707 Change-Id: If1ff2cd4cf624473a8962bf921225c00ff161ef5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>