summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12Merge "CBA Blueprint Wizard"Dan Timoney6-6/+44
2019-02-12CBA Blueprint WizardEzhilarasi6-6/+44
Change-Id: Ia64999d65cd6e3175f0056c8193f9c9e8b352ee4 Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-07Fixed Material Import IssueEzhilarasi2-2/+54
Change-Id: Ia77e8b336511120a15d21cf54f52df25b7f75a3f Issue-ID: CCSDK-703 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
2019-02-05Merge "Template Option Component"Dan Timoney2-7/+14
2019-02-05Merge "Select template for CBA wizard"Dan Timoney3-8/+47
2019-02-05Merge "Search template and Metadata form"Dan Timoney4-10/+35
2019-02-01Search template and Metadata formezhil4-10/+35
Change-Id: I19d6b5080f07a123387c4681b32ec32f2b6d2c9c Issue-ID: CCSDK-703 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-02-01Template Option Componentezhil2-7/+14
Change-Id: I7262b53e1599e4c16a645da186a1d672987aab50 Issue-ID: CCSDK-703 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-02-01Select template for CBA wizardezhil3-8/+47
Change-Id: I57c5b9af9c0dfa50fcb332ee93a6657baaca4cf1 Issue-ID: CCSDK-703 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-30Application name input to CBAWizardezhil2-2/+5
Change-Id: I70edac57bbfb38a45dafcd48cefd169e60fbb8aa Issue-ID: CCSDK-703 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2019-01-29Merge "Text Editor"Dan Timoney4-0/+122
2019-01-29Text EditorArundathi Patil4-0/+122
This component contains code for text editor Issue-ID: CCSDK-975 Change-Id: Ic3b22f8edf6b548f11ad1dec81aa9997ba413173 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-29Designer componentArundathi Patil4-0/+254
This component contains the view for graphical blueprint editor Issue-ID: CCSDK-975 Change-Id: Iec0895bf553d0a561e62083f23da1095f7e388de Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-07Blueprint routingArundathi Patil3-5/+30
Added routes to blueprint module Issue-ID: CCSDK-816 Change-Id: I67b7fb21e85b04a77c3c0a8a6878420f8fd0855d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04Merge "Select Template module"Dan Timoney18-0/+587
2019-01-04Merge "Deploy tempate module"Dan Timoney6-0/+196
2019-01-04Merge "test-template module"Dan Timoney6-0/+198
2019-01-04Deploy tempate moduleArundathi Patil6-0/+196
This module holds components related to deploy template Issue-ID: CCSDK-816 Change-Id: I61203aa34fc8b9cbdbbb626ecd1e495675db722e Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04test-template moduleArundathi Patil6-0/+198
This module holds components for testing the created template Issue-ID: CCSDK-816 Change-Id: I1c042b7c2a77abc586c5361953e17e67e2b4584f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04modify/edit template moduleArundathi Patil6-0/+200
This module holds component for designing new template or modifying uploaded template (step 2) Issue-ID: CCSDK-816 Change-Id: I4ddb30337ccdab894c4f451e7a46232771828483 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04Select Template moduleArundathi Patil18-0/+587
This module holds components for selecting template, searching template and entering template metadata (step 1) Issue-ID: CCSDK-816 Change-Id: I2cf4f638854f246751df8827657e5c18aae8bed9 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-01-04Blueprint ModuleArundathi Patil6-0/+197
Added feature-modules folder and created blueprint module. All new modules should be added under feature-modules folder and all the code related to controller blueprint creation should go under blueprint module. Issue-ID: CCSDK-816 Change-Id: I8f35089aced867c29a0f80be14f4621e5a992001 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>