aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
AgeCommit message (Collapse)AuthorFilesLines
2019-11-18Merge "Add client-frankfurt skeleton project"Dan Timoney78-0/+4849
2019-11-18Add client-frankfurt skeleton projectShaaban Ebrahim78-0/+4849
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I6a3dcb02b692fae778eb5cf65277ab2c269d96f8
2019-11-15change maven artifact for proto-definition in cds-ui server to be ↵Ahmed Abbas1-2/+2
blueprint-proto Issue-ID: CCSDK-1932 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I87c625cb4a49ac290f670eeab0a54ddc3207b8cb
2019-11-14Merge "add API to list blueprints with pagination in loopback server"Brinda Santh Muthuramalingam3-13/+44
2019-11-14add API to list blueprints with pagination in loopback serverAhmed Abbas3-13/+44
Issue-ID: CCSDK-1770 Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com> Change-Id: I705135af4898db68eeddb8b67bf62fbbea6921ac
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)3-1/+4
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-06add search by meta data in cds-ui server and blueprint processorShaaban Ebrahim3-3/+34
Issue-ID: CCSDK-1770 Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> Change-Id: I8ac77ab4903e3141d065a61bf28404f3d16077cd
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-30Merge "Loopback code for GRPC functionality"Brinda Santh Muthuramalingam3-26/+103
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-18Loopback code for GRPC functionalityEzhilarasi3-26/+103
GRPC integration for Draft, Publish, Download Change-Id: I24e138fae766da7a112ac9f49a8ba036d81b5bb5 Issue-ID: CCSDK-1785 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-10-11Merge "Remove Controller API url and use blueprintProcessorApi url instead ↵Dan Timoney4-31/+31
Issue-ID: CCSDK-1793"
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-09Remove Controller API url and use blueprintProcessorApi url insteadShaaban Ebrahim4-31/+31
Issue-ID: CCSDK-1793 Signed-off-by: Shaaban Eltanany <shaaban.eltanany.ext@orange.com> Change-Id: Ic22a886bb7018ec09c557166e3ebd69196713d4c
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-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>