summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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-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-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-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-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-11Save edited changesArundathi Patil3-53/+90
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-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-06Merge "Deploy blueprint step"Dan Timoney1-2/+3
2019-03-06Merge "Zip file upload Methods"Dan Timoney1-3/+63
2019-03-06Deploy blueprint stepArundathi Patil1-2/+3
Removed deploy step from stepper. It will be included as part designer step. Issue-ID: CCSDK-1112 Change-Id: I91de42ba60006bdb17f45190e0d9ad61054261b2 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-04Error FixArundathi Patil1-0/+1
Fixed error in editor component. Issue-ID: CCSDK-704 Change-Id: I4777bcc8b24797e65bf0be64c8191f40bf163631 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-01Zip file upload MethodsArundathi Patil1-3/+63
Added methods for zip file upload functionality Issue-ID: CCSDK-1112 Change-Id: I6cf2d54f926f2db3eaf3f28808fcc4bd0b6e994e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-27Merge "Deploy component"Dan Timoney3-6/+116
2019-02-26Deploy componentArundathi Patil3-6/+116
Created UI for buleprint deploy and save Issue-ID: CCSDK-1102 Change-Id: I1c3874361cffc5e446f187d7ea4e4622c94948c8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-26Test componentArundathi Patil2-29/+81
Added test component changes as per the mockup Issue-ID: CCSDK-761 Change-Id: Ie0d86a00d6d0b0ae540bcd78a37dcac74ad903a8 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-22Merge "Added Ace-editor component"Dan Timoney2-16/+31
2019-02-22Merge "Button style changes"Dan Timoney1-1/+2
2019-02-22Merge "Style changes in Select template"Dan Timoney1-1/+2
2019-02-22Merge "Mat stpper button style change"Dan Timoney1-4/+3
2019-02-22Merge "Editor text options and change"Dan Timoney1-12/+67
2019-02-22Merge "Editor module import"Dan Timoney1-2/+5
2019-02-22Merge "Stepper changes"Dan Timoney1-5/+5
2019-02-22Button style changesEzhilarasi1-1/+2
Search upload button changes Change-Id: I9fde93e62d63a90cc10ca9fb1daaa074db4a9711 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Style changes in Select templateEzhilarasi1-1/+2
Change-Id: If1c6edd9274dd43d8474f1ef0afcc70eaaa4f04b Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Mat stpper button style changeEzhilarasi1-4/+3
Change-Id: Ie4857ad9cbab5d863587ab069aa5f923894031f7 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Editor text options and changeEzhilarasi1-12/+67
Change-Id: I347f8b9e47ed8af1e40907da3b535a5d45243b1a Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Added Ace-editor componentEzhilarasi2-16/+31
Change-Id: Ib140ee5b32ab738b88cc1d499ca9248373a3bb99 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Stepper changesArundathi Patil1-5/+5
Changed the sequence of steps in blueprint creation. Moved deploy step before test Issue-ID: CCSDK-1069 Change-Id: If40d7f91749521cb46524202f311be44ab2bc86f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-22Editor module importEzhilarasi1-2/+5
Change-Id: I5a72a201985f55ac7feb5c9cb313f1e1574dc1ba Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-22Fixed issues in metadata componentEzhilarasi3-7/+8
Change-Id: Ibe0a330b57ed043f31e6a30e424d48a569fd4cc2 Issue-ID: CCSDK-704 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-21Merge "Update metadata change to stores"Dan Timoney1-7/+11
2019-02-21Merge "Modify component changes"Dan Timoney3-13/+36
2019-02-21Merge "File View-editor component"Dan Timoney3-3/+123