summaryrefslogtreecommitdiffstats
path: root/workflow-designer-be
AgeCommit message (Collapse)AuthorFilesLines
2020-03-15Fix name convention issuevasraz133-9396/+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-09Secure FE communications to the workflow backendilanap1-11/+0
Updating the pom file so that the dockers are created for the new charts Issue-ID: OOM-1954 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I7ac0c2b6bfd9f6a9cd6664c36a6797c297752987 Signed-off-by: ilanap <ilanap@amdocs.com>
2019-12-03Bump version to 1.6.0 with changes to commonilanap1-3/+3
Taking the changes made to the common libs and take the release instead of the snapshot Issue-ID: SDC-2541 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I8af53f69bd164eb9d6a9de9c46cfa16a6484741b
2019-11-25Bump version to 1.6.0-SNAPSHOTtalig1-4/+4
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-betalig34-1045/+641
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-11-20Changes for backend to support SSLilanap7-28/+182
Changes to support starting in https mode and changes to support making a secured call to the SDC backend Issue-ID: SDC-2405 Signed-off-by: ilanap <ilanap@amdocs.com> Change-Id: I0588484fdcb0903934814906672f4fc9a76eca2c Signed-off-by: ilanap <ilanap@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-10-06Enabled HTTPS for sdc-workflow-designerr.bogacki5-12/+35
-Enabled HTTPS for frontend and backend -Updated paths and passwords for a certificates Issue-ID: SDC-2479 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ibccdae478c047aac1a69192e3c257ea31dc39cac
2019-09-13Stop Swagger UI interface in workflow-designer-bePiotr Borelowski1-1/+1
Changed profile name to 'swagger' to make sure the release container build process does not use it. Still, anyone can use it if they want. Issue-ID: OJSI-31 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I0474ca3ddcf9ae3c781d1e5ebd49183b1d8e7b9f
2019-09-10Stop Swagger UI interface in workflow-designer-bePiotr Borelowski1-0/+33
Implemented DisableSwaggerController to respond with NOT_FOUND status when asked for swagger-ui.html. Issue-ID: OJSI-31 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I0dd580cb7a936c28c028dd6c1168468c40a9dc3b
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-09-09Fix throwing an UnsatisfiedDependencyException upon startingPiotr Borelowski1-1/+1
The UnsatisfiedDependencyException is finally caused by ClassNotFoundException: c.g.c.u.c.FutureFallback. That was fixed by upgrading the spring boot version to 2.1.0.RELEASE. By doing that the cassandra version was upgraded to version 3.6.0, which doesn't require the FutureFallback class. Issue-ID: SDC-2557 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I5b319096978e768b7520fb937fd2b3dad26f15c5
2019-08-28commons-codec removedTomasz Golabek1-4/+4
Change-Id: Id2b6e0f65f15bed115b9c30ec2b51f9ed3ab0532 Issue-ID: SDC-2504 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
2019-07-29HTTPS calls into sdc-workflow-designer-ber.bogacki2-7/+7
Implement HTTPS calls into sdc-workflow-designer-be -Added p12 certificate. -Updated application configuration. Issue-ID: SDC-2479 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: I80dd694452a253a93627850a901b17f217d8366b
2019-07-16Added oparent to workflow designerTomasz Golabek24-11/+394
Removed errors regarding to a missing license and others. Added checkstyle-suppressions.xml to disable some warnings. Fixed License Change-Id: I90cb860e6879454287279abdc3c36c7aafbdd2a0 Issue-ID: SDC-2429 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-07-10Autowired annotation for ApplicationConfigurerTomasz Golabek1-1/+8
Injection of the properties moved to the constructor replacing field annotations. Change-Id: Iba78b8171f8ee022c1f91637a12fb40e93162459 Issue-ID: SDC-2407 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.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>
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-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-15Fix bug in update input/output parameterstalig1-0/+1
Change-Id: I52a50ab4730b021d190a3a9bcd3830bfaf749871 Issue-ID: SDC-1915 Signed-off-by: talig <talig@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-22Bumped up project version to 1.3.1-SNAPSHOTvempo1-1/+1
Change-Id: Iaecd9b89de877eda07d8f9b25728f6c7d9b7619d Issue-ID: SDC-1858 Signed-off-by: vempo <vitaliy.emporopulo@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 WFsiddharth090519-6/+302
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 configurationvempo2-6/+207
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>