aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-03-15Fix name convention issuevasraz1-23/+23
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>
2019-10-15Enabled HTTPS for sdc-workflow-designerr.bogacki1-14/+15
-Fixes for frontend and backend communication Change-Id: Ic8e27e1e8f116ccef23e032fbb02a99af56fa516 Issue-ID: SDC-2479 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-05-05Connection to WF designer times outavigaffa1-1/+15
Adding support for SSL to WFD-FE Issue-ID: SDC-2246 Change-Id: Ia16327f90e6c96e0584f2e2dbb9b2ee3afd7af08 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-03-15Secure cassandra support on WF BEpriyanshu1-6/+16
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 workflowPriyanshu1-2/+12
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>
2019-01-24Allow custom plugins in SDCshrikantawachar1-9/+10
Allow custom plugins in SDC Change-Id: I678e592c56eb0d30f5f6e3744cce2856a949720a Issue-ID: SDC-2022 Signed-off-by: Shri4LF <shrikant.awachar@amdocs.com>
2019-01-03workflow replication factoravigaffa1-0/+11
Change sdc-workflow-designer-init docker to support keyspace configuration Change-Id: I5e5350b00de1702d978d3c7179692c7b0cd04e9e Issue-ID: SDC-2033 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-12-02Minor improvements to docker compose, READMEvempo1-53/+143
Minor improvements, updated documentation, added Cassandra as a container Change-Id: If30d2fc5612625c67a4d1c4d30826a38038cee58 Issue-ID: SDC-1743 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-10-23Removed healthcheck config from READMEvempo1-6/+4
Minor improvements, proofreading. Change-Id: I89be90ca9e69fc71771a651edd3010bd2c252213 Issue-ID: SDC-1743 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-10-23Updated READMEvempo1-30/+182
Change-Id: Iee2caa8ba98030b5e9cb7b362f0d4fb1ba674f85 Issue-ID: SDC-1743 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-08-08Associate Artifactayalaben1-0/+8
Change-Id: Iba63c1a32c8ef7647874ea7234e853edc9d8d0d7 Issue-ID: SDC-1535 Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
2018-07-26Workflow - adding Health Actuatorshrikantawachar1-0/+2
Workflow - adding Health Actuator Change-Id: Ic644ab2b26e2e8633266870192eb1f2b82484370 Issue-ID: SDC-1563 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2018-07-25Replaced old implementation at rootvempo1-0/+41
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>