summaryrefslogtreecommitdiffstats
path: root/workflow-bdd
AgeCommit message (Collapse)AuthorFilesLines
2020-03-15Fix name convention issuevasraz34-2174/+0
Rename modules: workflow-designer-init to sdc-workflow-designer-init workflow-designer-be to sdc-workflow-designer-be workflow-designer-ui to sdc-workflow-designer-ui Rename docker images: onap/workflow-init to onap/sdc-workflow-init onap/workflow-backend to onap/sdc-workflow-backend onap/workflow-frontend to onap/sdc-workflow-frontend List of changed files: modified: README.md modified: docker-compose/debug.yml modified: docker-compose/docker-compose.yml modified: pom.xml modified: sdc-workflow-bdd/pom.xml modified: sdc-workflow-designer-be/pom.xml modified: sdc-workflow-designer-init/pom.xml modified: sdc-workflow-designer-ui/pom.xml modified: sdc-workflow-designer-ui/src/main/frontend/yarn.lock modified: version.properties All others changes are relaited to rename/move. Change-Id: Ic989b6347b815f85e77e23fc8d7884c05b650a27 Issue-ID: SDC-2334 Issue-ID: SDC-2335 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
2020-02-23Bump version to 1.6.1Oren Kleks1-1/+1
Bump version to 1.6.1 Issue-ID: SDC-2595 Signed-off-by: shrek2000 <oren.kleks@amdocs.com> Change-Id: I5106d6aadba325fb334893c7512f6f4d9a117504 Signed-off-by: shrek2000 <oren.kleks@amdocs.com>
2019-12-03Node/Yarn updateilanap1-3/+3
Upgrade yarn/npm in accordance with SDC Issue-ID: SDC-2703 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: Ibbaeeebd13bbda98c920c6cb542539a2108b2fb6
2019-11-25Bump version to 1.6.0-SNAPSHOTtalig1-1/+1
Change-Id: I7926a49c42f448b273be9ad92a795c936ed076c4 Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com>
2019-11-20Use versioning, zusammen and session libs from sdc-common-betalig1-10/+10
zusammen-lib in sdc-common-be uses cassandra 3.6.0 withoutJMXReporting (cassandra 3.4.0 with spring boot 2.1.0 caused: java.lang.NoClassDefFoundError: com/codahale/metrics/JmxReporter) Change-Id: I248442d519b2ad5f4869e9384e447e9004d24586 Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com>
2019-10-07Bump version to 1.5.2Ofir Sonsino1-1/+1
Change-Id: I6c189aa907ef27729cd9246d88b62b452d23b633 Issue-ID: SDC-2560 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-10Bump version to 1.5.1Ofir Sonsino1-1/+1
Change-Id: I15f8ab906c3ae505cd3905234f6dfb05b58132a9 Issue-ID: SDC-2560 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-05-27Bumped up version to 1.5.0Sonsino, Ofir (os0695)1-1/+1
Change-Id: I538a52a0a0874cfe04621683c6900213f5fcff90 Issue-ID: SDC-1920 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-11-20Restrict workflow certify if artifact not presentsiddharth09051-0/+68
Support Workflow Archive and restore SDCNEW-972 Issue & Archive Workflow changes Change-Id: Ie98501fddaf3543ad1084998153727b6932d449e Issue-ID: SDC-1901 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
2018-11-19Bumped up version to 1.4.0vempo1-1/+1
Change-Id: Id14a7529f92a37c03620fc112532e8a36ca7234a Issue-ID: SDC-1920 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-11-05Bumped up version to 1.3.2vempo1-1/+1
Change-Id: I3375029808a9c35231b59fd90af67859b8756ed8 Issue-ID: SDC-1899 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-10-25Use release version 1.3.0 of ONAP dependenciesvempo1-1/+1
Change-Id: I6e12fa201fc76efcb4f424303e1b2b1dfa30170b Issue-ID: SDC-1858 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-09-26Add version request/response DTOs.talig3-0/+72
In order to prevent duplicate key error when updating input/output parameters - hide their internal Ids. Change-Id: I9bd23cb0b6559a94e32c5c7d75f3e0135822bcb1 Issue-ID: SDC-1793 Signed-off-by: talig <talig@amdocs.com>
2018-09-23fix licensing issuesMichael Lando1-1/+1
license section in package.json updated to apache 2 update the licensing file to align with LF format Change-Id: Idb2ed959be86918ee53b1b912af6d452122fb924 Issue-ID: SDC-1785 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-23Search Workflow by name BDD testayalaben3-3/+31
Change-Id: I759678da1864470e0d1baadb10f27c1f11918633 Issue-ID: SDC-1662 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-15Map unexpected error to responsetalig1-1/+1
Change-Id: I84293aa040b736670885f01d625862cf41e359d2 Issue-ID: SDC-1647 Signed-off-by: talig <talig@amdocs.com>
2018-08-09Add activity spec codetalig9-7/+169
Move code from sdc repository and: 1. place according to this project structure 2. refactor DTOs and use mapstruct 3. change errorResponse to be a json instead of a string (for all workflow code) Change-Id: Ia85590b53ab59ff7600e05b8a6d52e06b1773220 Issue-ID: SDC-1606 Signed-off-by: talig <talig@amdocs.com>
2018-08-05Refactor and add test flowstalig7-83/+210
Small fix in version state filter Change-Id: I015cbc52b8620b92ebb4f8f0167711e39d9d30a8 Issue-ID: SDC-1503 Signed-off-by: talig <talig@amdocs.com>
2018-07-25Replaced old implementation at rootvempo25-0/+1717
Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-07-16Workflow Docker containerspriyanshu23-1535/+0
1. Implemented workflow init container. 2. Implemented workflow backend container. 3. Added a placeholder for frontend module container. 4. Modifiled directory structure and POM files. 5. Added a ReadMe with sample commands to detail how to run the containers. Change-Id: Ib110fcc104ce72ff28fce514a1475a032cc2d82b Issue-ID: SDC-1482 Signed-off-by: priyanshu <pagarwal@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com> Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-07-15Get and update workflow version statetalig5-9/+50
Remove redundant controller interfaces, rename WorkflowVersionStatus to State Change-Id: I8ddc9cd656fc8bed607c68aa326c7fa7d2980116 Issue-ID: SDC-1503 Signed-off-by: talig <talig@amdocs.com>
2018-07-10Version Artifact APIayalaben4-273/+0
Change-Id: Iae2dace7d9b31a633e60c7eebcbc50ee3f6ac7d6 Issue-ID: SDC-1462 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-06-26workflow version APIayalaben3-0/+48
Change-Id: Iadbf5325091084b4feca386740d6655845904d88 Issue-ID: SDC-1445 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-06-24BDD cucumberayalaben23-0/+1719
Change-Id: I34f9950dab1c15f8c19da5f696783d793ee3511f Issue-ID: SDC-1442 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>