aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Update pom version5.0.2-ONAPelaltosebdet5-5/+5
Update pom version to 1.5.3 so that we can release a new Elalto Issue-ID: SDC-3162 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I91dccb9d0b156e41b93687b0e9351988b1f489a8
2020-07-01Update P12 certifsebdet3-0/+0
Update P12 for El Alto maintenance release Issue-ID: SDC-3157 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ifa1ba74c42fdcd0037d75f55869e423610f1fa33
2019-12-18Changes for backend to support SSLilanap14-63/+422
Changes to support starting in https mode and changes to support making a secured call to the SDC backend (cherry picked from commit 820f4ec65a28ed822d4205b05ac6fbbd910a46cc) Issue-ID: SDC-2405 Change-Id: I0588484fdcb0903934814906672f4fc9a76eca2c Signed-off-by: ilanap <ilanap@amdocs.com>
2019-11-26Use versioning, zusammen and session libs from sdc-common-betalig40-1010/+666
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) Bump to version 1.5.2 Change-Id: I6786b0dfec6c4052ae775fcb478aba4b23cf805f Issue-ID: SDC-2541 Signed-off-by: talig <talig@amdocs.com>
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 Sonsino6-6/+6
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-08-19fix INFO.yamlOfir Sonsino1-6/+20
Change-Id: If2e4cc9bf54185fc33e7e746c7509f35d1355c87 Issue-ID: SDC-2448 Signed-off-by: Ofir Sonsino <os0695@intl.att.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-17update INFO.yaml1.5.0avigaffa1-0/+8
update INFO.yaml withOjas Dubey as committer Change-Id: I8bb84f1bc7a4b277200f5cc89872760c3822050c Issue-ID: CIMAN-267 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-07-16Added oparent to workflow designerTomasz Golabek27-11/+465
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-12Maven staging plugin removedTomasz Golabek1-13/+0
Required by global-jjb Change-Id: I640090fc37a1d4c326fdcda73792a284a0b22afa Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.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-07-07Upgrade to ONAP-UIAriel Kenan26-131/+94
Change-Id: I1266dea133a4bd5196ba7662c0905afaa021972d Issue-ID: SDC-2411 Signed-off-by: Ariel Kenan <Ariel.Kenan@amdocs.com>
2019-06-12Upgrade jetty-httpPiotr Darosz1-2/+3
Upgrade the jetty-http component to the current version. Change-Id: I5512fe8d47506d8fb951fdc2ad63c8178d34afdf Issue-ID: SDC-2268 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2019-06-11Fix INFO.yaml lint issuesJessica Wagantall1-1/+14
- Fixed indentation issues - Fixed duplication key issues Issue-ID: CIMAN-246 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I3a1bf4217ae2173a8f1156cebae56f27eef45845
2019-05-27Bumped up version to 1.5.0Sonsino, Ofir (os0695)6-6/+6
Change-Id: I538a52a0a0874cfe04621683c6900213f5fcff90 Issue-ID: SDC-1920 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2019-05-05Connection to WF designer times outavigaffa4-10/+82
Adding support for SSL to WFD-FE Issue-ID: SDC-2246 Change-Id: Ia16327f90e6c96e0584f2e2dbb9b2ee3afd7af08 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-04-14fix artifact not updating with versioning1.4.0Ariel Kenan8-121/+217
Change-Id: Id343b73f600154eff7b52b643be3aeca3bdf23c9 Issue-ID: SDC-2223 Signed-off-by: Ariel Kenan <Ariel.Kenan@amdocs.com>
2019-04-01update INFO.yamlavigaffa1-44/+50
removing Vitaliy Change-Id: Ib9102c7e760b13b339dfaca97a8c7dd24ca0e90e Issue-ID: CIMAN-246 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-03-15Secure cassandra support on WF BEpriyanshu4-20/+84
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 workflowPriyanshu4-6/+86
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-02-19support workflow route change 2Yarin Dekel3-3/+3
Issue-ID: SDC-2126 Change-Id: I8ea037d6825053a9392d952ecca5dffc5ad09f77 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-02-19support route changeYarin Dekel1-2/+2
Issue-ID: SDC-2125 Change-Id: I9a8974ef9d23749a80350e804de3f8a627d5239c Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-02-14support route path change in workflowYarin Dekel9-14/+14
Issue-ID: SDC-2122 Change-Id: I85e712d1a119475a48a22cd21fd4f29d54f9c607 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-02-06update INFO.yaml with Priyanshu as committeravigaffa1-2/+2
adding Priyanshu Agarwal as committer Change-Id: I1700ba3775ab2a12addd0f54e811017878a40f06 Issue-ID: CIMAN-237 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2019-02-05update INFO.yaml with Priyanshu as committeravigaffa1-0/+8
adding Priyanshu Agarwal as committer Change-Id: Idd0ecb9b49cd29cb8fef6658ff88a5cb9fe81189 Issue-ID: CIMAN-237 Signed-off-by: avigaffa <avi.gaffa@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-06version data not saved when empty artifactYarin Dekel1-12/+10
Issue-ID: SDC-2035 Change-Id: Ibee4d133ca29a5499f6abf90ff665915d4c1d496 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-01-03workflow replication factoravigaffa5-21/+35
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>
2019-01-02WF- fix service task Implementation locationYarin Dekel1-14/+14
Issue-ID: SDC-2027 Change-Id: I59dc4e2734ac16d66ab7b91f3ca58f6906260373 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2019-01-01WF- fix scroll dynamic heightYarin Dekel1-1/+1
Issue-ID: SDC-2029 Change-Id: If4b43761f4f0d298d870e6dad397cf3d83f3b854 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-31Using a multi-platform base imagevempo2-3/+3
Change-Id: I4a7120bfbe7eff128d38cb9be57f5289759aa2cc Issue-ID: SDC-2026 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-12-31Removed python version constraints to fix buildvempo1-1/+1
Change-Id: Ibcd590ee55f692550b9af29191639ac0c273d082 Issue-ID: SDC-2026 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-12-31Enabled Docker build verbose for troubleshootingvempo2-3/+2
Change-Id: I8ec3436936e8491ff11a736fe133ad80f92b06b8 Issue-ID: SDC-2026 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-12-31upgrade io.fabric8 docker-maven-plugin versionavigaffa1-1/+2
Spliting install in docker file to 2 rows to see where the build is failing on ARM Issue-ID: SDC-2026 Change-Id: I51fd800bd368d2eb1050d5b412fc15b8cd5b1ea6 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-12-30WF-fixed navigation after archiveYarin Dekel1-3/+2
Issue-ID: SDC-2025 Change-Id: I111dbb94dadff3302fa866dac86d87f81c7ffe68 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-27upgrade io.fabric8 docker-maven-plugin versionavigaffa1-1/+1
upgrade io.fabric8 docker-maven-plugin version Issue-ID: SDC-2026 Change-Id: Ia07808ca38b43ae59997ef06933ef4b04e0db1b1 Signed-off-by: avigaffa <avi.gaffa@amdocs.com>
2018-12-26WF-validation to empty artifactYarin Dekel11-39/+106
Issue-ID: SDC-2023 Change-Id: Idcc690cfad19da0d29232c93b202042f6230ffaf Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-18WF-make composition always executableYarin Dekel2-5/+2
Issue-ID: SDC-2015 Change-Id: I9c065b539a947b363c6cffca9b9da5b57f12da13 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-18WF- disable composition field archive&certifiedYarin Dekel4-13/+41
Issue-ID: SDC-2013 Change-Id: I3f6cc3d1f5ccd09766ee7d6e7c68cae6b1abd216 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-13WF-disable new version when archiveYarin Dekel3-8/+16
Issue-ID: SDC-2000 Change-Id: I29c988c22d047ef67c65385ef28beaae5714f7bb Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-09WF- add notification when archived wfYarin Dekel2-2/+15
Issue-ID: SDC-1995 Change-Id: I83b3ae7df2da5f2201359e21bd9f2568fb0d5749 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-06WF-fix search when status changedYarin Dekel2-4/+2
Issue-ID: SDC-1984 Change-Id: If91bb4d060f6765db4e7849fbc20a4192e9939b4 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-06WF- get workflow after restoring workflowYarin Dekel2-8/+20
Issue-ID: SDC-1985 Change-Id: I22a9806c1bae86e6a27c2ddbf372b36a9bd278e8 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-05Workflow- added getWorkflow call to catalogYarin Dekel2-11/+27
Issue-ID: SDC-1963 Change-Id: Icacc4d1e7511adde514ecec3fb7dab1cad6a3b33 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-05WF- disable add new when ARCHIVEDYarin Dekel1-1/+4
Issue-ID: SDC-1972 Change-Id: I3c73d587b3b891a09b0858cf9df00467c111d7ff Signed-off-by: Yarin Dekel <yarind@amdocs.com>
2018-12-05Update INFO.yaml fileJessica Wagantall1-9/+8
Remove Michael Lando. Add Ofir Sonsino as PTL Change-Id: I6594a9ae9da8b39177ed78a29ae4b1c36e9be85b Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-04WF- archive warning before deletingYarin Dekel3-4/+27
Issue-ID: SDC-1981 Change-Id: I3c00021c25847a68a0d603db87173da7cb190d43 Signed-off-by: Yarin Dekel <yarind@amdocs.com>