aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15Secure cassandra support on WF BEpriyanshu3-14/+68
1. Added support for secure cassandra on WF BE. 2. By default the SSL is not enabled. 3. updated ReadMe. Change-Id: I2ddb5ebf091fd70c9693e7cc325fb44d03949dd6 Issue-ID: SDC-2194 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2019-02-27HTTPS support for workflowPriyanshu3-4/+74
1. Added support for both http and https on BE. 2. By default the HTTPS is not enabled. 3. Added some logging properties. 4. updated ReadMe. Change-Id: I5337b19d6fe5eeaf7ded47019dc6bd3fbdcca309 Issue-ID: SDC-2136 Signed-off-by: priyanshu <pagarwal@amdocs.com>
2018-12-26WF-validation to empty artifactYarin Dekel2-6/+20
Issue-ID: SDC-2023 Change-Id: Idcc690cfad19da0d29232c93b202042f6230ffaf Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-11-28Workflow Deprecation - Archive Workflowavigaffa16-117/+123
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 presentsiddharth090520-87/+610
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-15Fix bug in update input/output parameterstalig1-0/+1
Change-Id: I52a50ab4730b021d190a3a9bcd3830bfaf749871 Issue-ID: SDC-1915 Signed-off-by: talig <talig@amdocs.com>
2018-10-14Unit Test coverageayalaben5-15/+174
Change-Id: Icc8453823906f89603862ad60a8dd3273936ebce Issue-ID: SDC-1822 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-10-04Merge "Fixed constructors in Lombok-annotated classes"Avi Gaffa8-40/+87
2018-10-03Fixed constructors in Lombok-annotated classesvempo8-40/+87
Used Lombok annotations instead of implementations for constructors where possible. Fixed copyright headers and formatting. Change-Id: I9d6cd2936cf165f08f31e11e253743b8670560a5 Issue-ID: SDC-1815 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-10-03Removing controllers tests printingsavigaffa2-19/+19
Removing controllers tests printings Change-Id: I753922f9db225122eb4bca96b64e2598001a5ba0 Issue-ID: SDC-1813 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-10-03Logback configuration for unit-testsvempo1-0/+13
Change-Id: I53e4c8c405c0505d9893b978f86c315be04d82e3 Issue-ID: SDC-1813 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-10-02Fix exception throwing violation detected by sonartalig7-25/+60
Change-Id: Iec96dbece79674741887dc39787e9e5520517836 Issue-ID: SDC-1806 Signed-off-by: talig <talig@amdocs.com>
2018-10-02Merge "Configurable name validation"Oren Kleks6-1/+227
2018-09-27Configurable name validationayalaben6-1/+227
Change-Id: Ifc4a25de21e16ae1e93287554e46cfeaef3c91c3 Issue-ID: SDC-1768 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-09-26Add version request/response DTOs.talig11-112/+241
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-13Fix USER_ID not shown in swaggeravigaffa2-0/+142
Fix USER_ID not shown in swagger after centralized USER_ID header Change-Id: I8e16562ec9e182b1332d3f5a25a9f1d6622c427c Issue-ID: SDC-1670 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-09-03Merge "Associate Artifact Test"Oren Kleks1-6/+4
2018-09-02Cenralized handling of USER_ID headervempo8-40/+238
Minor code style and spelling fixes. Change-Id: I07495a08d3c02276806c9043ed7dbf81ed1a9394 Issue-ID: SDC-1670 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-09-02Associate Artifact Testayalaben1-6/+4
Change-Id: I263865dc628876823d1bdba36a130c1445399e96 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-30Associate Artifact Testayalaben3-12/+151
Change-Id: Ia45b1b1123a76b5642dda64a7bd75a31065de027 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-30Search Workflow by name case insensitiveayalaben1-1/+2
Change-Id: I789e4e37ced7d1ebf21f1b68a101d033702b7b0b Issue-ID: SDC-1662 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-23Workflow name validationayalaben1-1/+1
Change-Id: I3d029337fd3b7bb10c21d4e2dc4182c62e9de321 Issue-ID: SDC-1654 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-22Search Workflow by nameayalaben5-39/+51
Change-Id: Ib45a028638293052865039a1f7bd6bf8b48e8e36 Issue-ID: SDC-1662 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-20Add audit logging for WFsiddharth090518-5/+297
Also formatting fixes. Change-Id: Ia57e7b3c7208df962fcc7305822a055984aafe0b Issue-ID: SDC-1530 Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com> Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-08-20Workflow name validation testayalaben3-9/+38
Change-Id: Ib1601649fdea065b8a3d43b39342fa6c01c58f91 Issue-ID: SDC-1654 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-16Workflow name validationayalaben3-4/+35
Change-Id: I6ff7175b84f32deb5e66ce9a3597bb2e32c12e70 Issue-ID: SDC-1654 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-15Map unexpected error to responsetalig3-26/+122
Change-Id: I84293aa040b736670885f01d625862cf41e359d2 Issue-ID: SDC-1647 Signed-off-by: talig <talig@amdocs.com>
2018-08-13Added default logging configurationvempo1-0/+194
Change-Id: I912418e3d83b612efe1dda4f7050acbc2a6d77e8 Issue-ID: SDC-1530 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-08-13Fixing Input\Output bugsavigaffa1-1/+1
1. I\O name must contain at least 1 character 2. name contains alphanumeric characters, underscores snd spaces) Change-Id: If2c7cd4d9383621832debf0b5cc913c0f1ea27d8 Issue-ID: SDC-1518 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-08-12Merge "Add JsonUtil and use it"Avi Gaffa6-43/+110
2018-08-12Add JsonUtil and use ittalig6-43/+110
Get rid of org.openecomp.core.utilities.json.JsonUtil Change-Id: I1dff97931dd76dde80c383baca9ff9e28e23d8ad Issue-ID: SDC-1606 Signed-off-by: talig <talig@amdocs.com>
2018-08-12Fixing Input\Output bugsavigaffa1-2/+2
1. I\O name must contain at least 1 character 2. name contains alphanumeric characters and underscores(No spaces) Change-Id: I04457bbab192b4f6e46c1c46c1c7fd78991e3e39 Issue-ID: SDC-1518 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-08-09Add activity spec codetalig63-253/+1928
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-08Associate Artifactayalaben4-1/+217
Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-07Add validator duplicate IO nameavigaffa9-150/+182
fixes comments of patch set 1 Change-Id: I44bbbfd8f992871880f2efe26c08393879fcff77 Issue-ID: SDC-1518 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-08-05Workflow version validatorayalaben7-78/+134
Change-Id: I8d3b86ecc03b6b5c36dc0f5c815962561fadbb68 Issue-ID: SDC-1518 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-05Refactor and add test flowstalig2-3/+4
Small fix in version state filter Change-Id: I015cbc52b8620b92ebb4f8f0167711e39d9d30a8 Issue-ID: SDC-1503 Signed-off-by: talig <talig@amdocs.com>
2018-08-02Refactor paging and sorting unit teststalig15-236/+505
Change-Id: I6c6b1e40d0069b78ef4180b719dbc8107732982d Issue-ID: SDC-1483 Signed-off-by: talig <talig@amdocs.com>
2018-08-01Validation additionsayalaben5-5/+12
Change-Id: I0e80789930b067dfe0c79d4cfb9d045509fb94f6 Issue-ID: SDC-1518 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-08-01Add dev properties fileavigaffa2-1/+48
1. Add dev properties file 2. change health check default endpoint status from 'never' to 'always' 3. add license Change-Id: I5ec8e5c06d633aaea98e91c558c436c10c385f6d Issue-ID: SDC-1584 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-08-01Change paging and sorting of list workflows apitalig24-366/+452
Use offset+limit instead page+size. Issue-ID: SDC-1483 Change-Id: Ied1a05d08de82ac5474aad7ac6427afa5baf083f Signed-off-by: talig <talig@amdocs.com>
2018-07-31Publish version exception handlingayalaben5-13/+41
Change-Id: If4e172f40c7410c5fa90d5686733f4d995b98d17 Issue-ID: SDC-1518 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-07-26Merge "Workflow - adding Health Actuator"Avi Gaffa1-1/+2
2018-07-26Workflow - adding Health Actuatorshrikantawachar1-1/+2
Workflow - adding Health Actuator Change-Id: Ic644ab2b26e2e8633266870192eb1f2b82484370 Issue-ID: SDC-1563 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-07-26Validator init binder fixayalaben3-3/+15
Change-Id: I98ac7b42512a4f7b1323e29ed5059553479b24e0 Issue-ID: SDC-1518 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-07-26Expand workflow versionsayalaben2-3/+28
Change-Id: I76dd9821bd338188d407aaa3c8344ba90c29ab0f Issue-ID: SDC-1518 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-07-25Replaced old implementation at rootvempo58-0/+4072
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 containerspriyanshu47-2247/+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 statetalig24-454/+583
Remove redundant controller interfaces, rename WorkflowVersionStatus to State Change-Id: I8ddc9cd656fc8bed607c68aa326c7fa7d2980116 Issue-ID: SDC-1503 Signed-off-by: talig <talig@amdocs.com>
2018-07-11Use GLOBAL_USER as collaboration is not supportedtalig14-71/+56
Move mappers to be under impl package Change-Id: I139af13791f8bb06c1eed7076234924d5cbae34f Issue-ID: SDC-1396 Signed-off-by: talig <talig@amdocs.com>