aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/test/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImplTest.java
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28Workflow Deprecation - Archive Workflowavigaffa1-35/+32
returning workflow archiving status in a field called "archiving" instead of "status" when listing workflows Change-Id: Ib75696257ecef0ef0646c0465e0bf6cb6d0533c1 Issue-ID: SDC-1866 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-11-20Restrict workflow certify if artifact not presentsiddharth09051-15/+57
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-08-22Search Workflow by nameayalaben1-17/+17
Change-Id: Ib45a028638293052865039a1f7bd6bf8b48e8e36 Issue-ID: SDC-1662 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-09Add activity spec codetalig1-2/+2
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-02Refactor paging and sorting unit teststalig1-59/+168
Change-Id: I6c6b1e40d0069b78ef4180b719dbc8107732982d Issue-ID: SDC-1483 Signed-off-by: talig <talig@amdocs.com>
2018-08-01Change paging and sorting of list workflows apitalig1-35/+37
Use offset+limit instead page+size. Issue-ID: SDC-1483 Change-Id: Ied1a05d08de82ac5474aad7ac6427afa5baf083f Signed-off-by: talig <talig@amdocs.com>
2018-07-25Replaced old implementation at rootvempo1-0/+240
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 containerspriyanshu1-119/+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 statetalig1-0/+119
Remove redundant controller interfaces, rename WorkflowVersionStatus to State Change-Id: I8ddc9cd656fc8bed607c68aa326c7fa7d2980116 Issue-ID: SDC-1503 Signed-off-by: talig <talig@amdocs.com>