summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app
AgeCommit message (Collapse)AuthorFilesLines
2019-03-21Merge "Select Template css changes"Dan Timoney1-6/+4
2019-03-21Merge "Editor Component Changes"Dan Timoney3-52/+12
2019-03-21Merge "Designer View css changes"Dan Timoney1-1/+1
2019-03-20Metadata component css changesArundathi Patil1-1/+4
Added css changes to metadata component Issue-ID: CCSDK-1098 Change-Id: Ic989b3bec49d0c876901458242ba0d1610ae4418 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-20sources template changesSwapnali Shadanan Pode3-16/+41
json editor added in panels Change-Id: I99430bc4bcc3be2e729b551a77a2677dcd74d46e Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-20Search pipeSwapnali Shadanan Pode1-7/+8
Change-Id: I12067ff7e9e7a8aac1ea11328e8d0da08cb791f2 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-20Search template css changesArundathi Patil2-2/+15
Made css changes to buttons in search component Issue-ID: CCSDK-1098 Change-Id: I8ad371b291ca6daf72ae8b9445d7c31e69754c33 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-20Select Template css changesArundathi Patil1-6/+4
Add css changes to buttons in select template component Issue-ID: CCSDK-1098 Change-Id: Id56bfaad1627a5cce2a13eb78155ecdd4a8876b8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-20Editor Component ChangesArundathi Patil3-52/+12
Implemented code to highlight file o select. Issue-ID: CCSDK-1098 Change-Id: I1daa4d86b77ebb5de72f425b536ba64e18b04dfd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-20Removed unwanted componetsSwapnali Shadanan Pode10-318/+0
Change-Id: I8fa225f4f7999e8613786726f88e07fe3259d67f Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-20Removed save componentSwapnali Shadanan Pode1-2/+0
Change-Id: I0bec8a830384dc0ba02739e6a5ad7e7a9cebf7c4 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-20Designer View css changesArundathi Patil1-1/+1
Made css changes Issue-ID: CCSDK-975 Change-Id: Ia43f8d3952f09b06d83fe863c8841e15618be71c Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-18Modify Component HTML changesArundathi Patil5-74/+69
Moved the deploy, save , download, publish, enrich action buttons to common modify-template component Issue-ID: CCSDK-1098 Change-Id: I52d4cb1864d90eecbb7b1fcdadfb17d8be84b86d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-14Merge "Removed inline css styles"Dan Timoney3-105/+26
2019-03-14Merge "Fixed Side menu CBA name"Dan Timoney1-19/+15
2019-03-14Removed inline css stylesArundathi Patil3-105/+26
Moved the inline styles to .css file Issue-ID: CCSDK-1069 Change-Id: Id4a6fd43290666b992d6884dccda0896062a00b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-14Fixed Side menu CBA nameEzhilarasi1-19/+15
Change-Id: I5cdab2c5646940f2e6d26ff0f971c4cf67717fdc Issue-ID: CCSDK-804 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-14Velocity mode supportEzhilarasi1-4/+3
Change-Id: I6814b57d117fed267bbb39988ca2e6f4ea7f7c49 Issue-ID: CCSDK-707 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-13Merge "Designer component changes"Dan Timoney2-2/+125
2019-03-13Merge "Modify Template changes"Dan Timoney2-180/+57
2019-03-13Merge "Display alert box on wrong file upload"Dan Timoney2-12/+22
2019-03-13Merge "Side Menu item name change"Dan Timoney1-1/+1
2019-03-13Designer component changesArundathi Patil2-2/+125
Added the nodetemplate list panel and node template property panel as part of designer component Issue-ID: CCSDK-1135 Change-Id: Ifc02d203be2510ad7452247aa0816886e48838a6 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-13Modify Template changesArundathi Patil2-180/+57
Removed the designer code from modify component. This code will be added as part of designer component Issue-ID: CCSDK-1135 Change-Id: I90ce6290eff9cb8f69168a04e9a01ba1d17ddcf4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-13Display alert box on wrong file uploadArundathi Patil2-12/+22
Implemeted code to display error message to user when user uploads incorrect file Issue-ID: CCSDK-1135 Change-Id: I66674391858386ec0579314d2bd1858e7cdbd98e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-13Side Menu item name changeArundathi Patil1-1/+1
Updated Data dictionary menu name to "Resource Definition" Issue-ID: CCSDK-804 Change-Id: I947481889653a9b3cc39b34b8f7bd6da83e3fbbd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-13Editor component changesArundathi Patil3-5/+5
Added method calls on save and download button clicks Issue-ID: CCSDK-1135 Change-Id: Ib60b7853aaee1742bf69c8b2785f9df42e7a73dd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-13Merge "Import Ace editor in Test module"Dan Timoney1-1/+3
2019-03-13Merge "ControllerBlueprint Test editor"Dan Timoney3-53/+72
2019-03-13Merge "search sourecs options issue fixed"Dan Timoney1-8/+7
2019-03-12Import Ace editor in Test moduleEzhilarasi1-1/+3
Change-Id: Ibb4cf1a0331071187b3ac34033d32fe55307791a Issue-ID: CCSDK-917 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-12ControllerBlueprint Test editorEzhilarasi3-53/+72
Change-Id: I02d94da784287cda2d090a1480a6e49fd7d8945f Issue-ID: CCSDK-761 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-12search sourecs options issue fixedSwapnali Shadanan Pode1-8/+7
Change-Id: I828414c8db8299019c073976509e0cd7408916ce Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-11Editor mode for all type filesEzhilarasi2-18/+47
Change-Id: I51f478f8a6b042d5137dae15d197a60f6ea35822 Issue-ID: CCSDK-1135 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-03-11Merge "Stepper form changes"Dan Timoney1-3/+0
2019-03-11Merge "Blueprint Name changes"Dan Timoney1-0/+1
2019-03-11Merge "Save edited changes"Dan Timoney4-56/+96
2019-03-11Merge "Store changes"Dan Timoney3-0/+3
2019-03-11Stepper form changesArundathi Patil1-3/+0
Removed Proceed button from 2nd step as it is not required Issue-ID: CCSDK-1135 Change-Id: Idecc858c85cc063b03a728397f21b8c7ee24e2b5 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-11Blueprint Name changesArundathi Patil1-0/+1
Saved blueprint name to store Issue-ID: CCSDK-1135 Change-Id: I6009e8fdffd7d41abf33774d37631e14e68fe69e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-11Store changesArundathi Patil3-0/+3
Added blueprint name variable to blueprintState model Issue-ID: CCSDK-1135 Change-Id: I647e9f7440663c6cf1f5672ea7fd2a75f5bcf0aa Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-11Save edited changesArundathi Patil4-56/+96
Implemented code to save chnages to store on click of save button in editor view Issue-ID: CCSDK-1135 Change-Id: I8a2c911a94daea50c14730540f8b2e9183b5edb3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-11Error fixed in resources metadataSwapnali Shadanan Pode1-1/+0
Change-Id: I3e94fab5d04fe39cfd1200e073b44f7ebddd9fbf Issue-ID: CCSDK-807 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-07Merge "File Download"Dan Timoney2-36/+102
2019-03-07File DownloadArundathi Patil2-36/+102
Added file download functionality Issue-ID: CCSDK-759 Change-Id: I9106ce4f6229c7d848e5bef9a1842444ca828934 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-07TOSCA MetadataArundathi Patil2-21/+56
Code to fetch the b;ueprint name from tosca.meta file Issue-ID: CCSDK-1112 Change-Id: I166e5f1c2cb210de100eaf7b8f1195cdbe7d1488 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-07sources template changesSwapnali Shadanan Pode2-20/+35
Change-Id: I394dbb4d538d57534b81d5a4884c1681f03d5577 Issue-ID: CCSDK-807 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-07Resource metadata changesSwapnali Shadanan Pode2-15/+65
Change-Id: I700b7e2bb5848272a744637c48b97880694cf89d Issue-ID: CCSDK-807 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-07Upload fileSwapnali Shadanan Pode4-15/+45
Change-Id: Icaab7e8800fac9a82ebe38709aacc550da9f43fa Issue-ID: CCSDK-808 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
2019-03-07store changesSwapnali Shadanan Pode14-5/+353
Change-Id: I317f4c2d649c1c8057d52a714f4e5aaf0ba0f6cc Issue-ID: CCSDK-804 Signed-off-by: sp00501638 <sp00501638@techmahindra.com>