summaryrefslogtreecommitdiffstats
path: root/cds-ui/client
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09CDS UI Save metadata bug fixezhil1-1/+1
Issue-ID: CCSDK-2302 Change-Id: I9873c49c458ba57f1abd374b5223010c7fd46a4f Signed-off-by: ezhil <ezhrajam@in.ibm.com> (cherry picked from commit 97a301cd80080fbf8fd1cab06371f5179ed25660)
2020-04-08Merge "Adding delete catalog" into frankfurtDan Timoney4-31/+19
2020-04-08Adding delete catalogswapnalipode4-31/+19
Adding delete catalog functionality in client ui Change-Id: I56bcba1c09d949b80155b3ac9368203e85eb4f99 Issue-ID: CCSDK-815 Signed-off-by: swapnalipode <sp00501638@techmahindra.com> (cherry picked from commit 7cc92c22ac6172d6b51425d8628e431350593bca)
2020-04-07Roll to next Frankfurt snapshotDan Timoney1-2/+3
Roll to next Frankfurt snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia5a5dca4d552925f8909a2c2a92bbabeec39cdc4
2020-03-30Roll to next Frankfurt snapshot and fix sonar buildDan Timoney1-2/+2
Roll to next Frankfurt snapshot. Also, fixed config to skip sonar for error-catalog, which has no scannable components. Sonar builds were failing because error-catalog does not have standard maven source and test directories (src/main, src/test) Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iacb76b240e71206de8306af7e2447eaa07b0d33b
2020-03-27Change relative paths in Python Executor testMichal Jagiello1-0/+12178
Add "babel/compat-data" package to Designer Client devDependencies Remove package-lock.json from .gitignore Issue-ID: CCSDK-2192 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I2676412dc4994fa5314cd411ce64d19df2790e5a
2020-01-13Adding changes to Controller catalogswapnalipode5-73/+102
Adding new changes for integration in controller catalog Change-Id: I5a014ff35d01213545d09db79886c6c4fd9f827d Issue-ID: CCSDK-810 Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
2019-11-19Adding changes for catalog edit and createSwapnali Shadanan Pode7-60/+73
Adding changes for catalog edit and create Change-Id: Ib9567e2e483b3abf56f61a77d5c82d4234ee97dc Issue-ID: CCSDK-810 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)1-0/+2
Use released 1.5.0 version of parent pom Change-Id: Icfce7d572b7403e3ea43cb41675fe9d7b169e782 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-01Adding Edit catalog functionalitySwapnali Shadanan Pode9-33/+327
Adding Edit and Info catalog-dialogbox Change-Id: I497e71b836424af172ef3ed8a64bcdf96f1a5077 Issue-ID: CCSDK-813 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-10-24Merge "Jointjs integration with angular"Dan Timoney11-5/+257
2019-10-18Response message parsing for saveEzhilarasi2-3/+3
Change-Id: I79b6b14ee9154801f4e8d05f7750603c7de5d4ba Issue-ID: CCSDK-1785 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-10-11Jointjs integration with angularArundathi Patil11-5/+257
Added JointJS dependency to the project Issue-ID: CCSDK-1826 Change-Id: Iddd014b23d62e1874de4aedb01e3efd53fcf0945 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-11JointJS PrototypeArundathi Patil6-0/+1050
Added JointJS POC Issue-ID: CCSDK-1765 Change-Id: Ia8a6e913e3d4f10f3fdc0e1ec377304e49879240 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-10-09Adding Controller catalogSwapnali Shadanan Pode44-7/+1758
Adding new component controller catalog Change-Id: I30ce3498289320a1246d37089fb971c2f71ffe15 Issue-ID: CCSDK-810 Signed-off-by: Swapnali Shadanan Pode <sp00501638@techmahindra.com>
2019-09-18Optimizing Imports and Formatting codeSingal, Kapil (ks220y)2-4/+4
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)1-2/+2
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)1-1/+0
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)1-2/+2
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 Patil4-5/+29
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 Timoney1-2/+2
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)1-2/+2
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-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)1-2/+2
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>