aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Version upgradesDan Timoney1-0/+3
Upgrade versions to address security vulnerabilities detected by Nexus IQ scan Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ibef910a025cbe5827d4c7d18ad57e5f233eca73a
2020-03-27Change relative paths in Python Executor testMichal Jagiello1-1/+0
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
2019-12-11Generate dependency listTimoney, Dan (dt5972)1-0/+2
Generate list of direct dependencies for repository and publish to Nexus. Change-Id: I068b4adde5c0d7559cbe63fe9a9e9b1b2dd31f03 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-25Add bi-directional GRPC python executor.Brinda Santh1-0/+1
Python based bidirectional communication script executor microservice. Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: If2e8f862ca4cb97d10714df2ab1cccccef2d576a
2019-09-16Changing line separator type to LFSINGAL, KAPIL (ks220y)1-1/+5
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-07-24Fix missing capability cli models.Brinda Santh1-0/+2
Change-Id: Id5ad2f75cf27b7c09dc95a028997847098cd3d2e Issue-ID: CCSDK-1046 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
2019-05-07Modify CDS-UI server to allow communicating with external blueprint mSNirvan Ramjuttun1-0/+1
Issue-ID: CCSDK-1292 Change-Id: I3536437bad334841d7c7ecd577c092cd13f42a9b Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
2019-04-16Add Command executor maven module and DockerfileAlexis de Talhouët1-0/+3
Change-Id: Iea3d14854e837fede441330ad34b35ac9d156f9a Issue-ID: CCSDK-1164 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-04-09Added required docker file to deploy as containerChandan Ghosh1-0/+1
Added required docker file to deploy as container Issue-ID: CCSDK-1209 Change-Id: Ib455cfee95f58ca759eefa6d06469d164930e3a3 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-04-01Improve save and delete cbaMuthuramalingam, Brinda Santh1-0/+1
Change-Id: I1dbfb6d8155e5a58663d7061de468c6d70bb29df Issue-ID: CCSDK-1137 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-25Add output enrichment validationMuthuramalingam, Brinda Santh1-0/+33
Change-Id: Iad7f2ef5a5cdfee3acd6104653c1a6fbb928bacb Issue-ID: CCSDK-1175 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët1-0/+30
Issue-ID: CCSDK-1177 Issue-ID: CCSDK-1178 Change-Id: I0c02702fbec52211ca367abbba72aebecee8cbaa Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-02-14Create a Dockerfile for CDS-UISylvain Desbureaux1-0/+82
Dockerfile done in order to be able to construct Helm chart for the project. Final image is pretty large because of the many dependencies npm downloads. Created a pom.xml trying to mimic what's done in ccsdk/distribution Change-Id: I502a08066ceaa8984f77116f3c3bf4505da3c934 Issue-ID: CCSDK-1015 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>