summaryrefslogtreecommitdiffstats
path: root/dcaedt_catalog
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Updated the sdc cert1.3.4k.kedron6-6/+6
Also bumping project version Issue-ID: SDC-2855 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I6f53b77b3ba8e229800fa7414a0ed555decda4e9
2020-03-19Bump version 1.3.3v1.3.31.3.3Ofir Sonsino6-6/+6
Change-Id: I50a74ac36b1ad3a52abc31fb2a7e7e5f746111d4 Issue-ID: SDC-2798 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-09-10Bump version to 1.3.2Ofir Sonsino6-6/+6
Change-Id: Ie41566e6b128eb002bd320c0fd65a32ffd1810c4 Issue-ID: SDC-2560 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-08-30Fully HTTPS support in the dcaedt-bek.kedron1-10/+47
Fully HTTPS support: -Updated the onap/base_sdc-jetty docker image version -Updated the chef script to properly used of the new docker image -Updated jvm configuration to support call to the SDC components using HTTPS. -Add support for change the http to https in the python script -Added buildRestClient method to create the CloseableHttpClient supporting the SSL connection -Checkstyle in the recipes -Update the docker_run.sh: - Change JAVA_OPTIONS - Used the secure connection to do health check Issue-ID: SDC-2477 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I7bf3d307e5765fa75a37ba0a4b41fd7fa87d28ab
2019-08-14Added new tests for SdcRestClientUtilsk.kedron2-2/+172
Added new tests. Fixed sonar issue: # added private constructor to the SdcRestClientUtils # used String.format instead of stream.collect Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I904e4a7e31bab8f26dbdbb03a956bc4b1dc5922e
2019-07-29Update DCAE-DS version 1.3.11.3.1Ofir Sonsino6-6/+6
Change-Id: I64ca155e4eeea34930f4348e7a659701b584914d Issue-ID: SDC-2478 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-07-16Set Oparent as parent and fix Checkstyle errorsmichal.banka44-21/+881
Change-Id: I30e289057c8fa944d70a231c9067299ea33bb5ff Issue-ID: SDC-2439 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-06-24Change import for 'enums' packaged.k.kedron6-6/+6
In the DCAE-BE-PROPERTY the Enums package was renamed (90067), the import of this package must be updated. Cleaned not used import. Issue-ID: SDC-2327 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I17e0603cee5e4ba36f815a340607e76b5fc0d24b
2018-10-29Sync code3.0.0-ONAP1.3.0casablancaEran (ev672n), Vosk5-81/+35
Sync the code between repositories Change-Id: I3e570c9c8b090adc5520381019a22e8a46d66beb Issue-ID: SDC-1874 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-10-21upgrade dace-beManor, Yanir (ym903w)3-20/+22
Change-Id: Iaef6ef0d37e2e216321f141d10692edcaf26ffab Issue-ID: DCAEGEN2-836 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
2018-10-18security check issuesEran (ev672n), Vosk1-4/+3
updating springfox-swagger-ui version, using security check issues Change-Id: Ia5a63298b5a720652279320d00bdbdbee1f79e21 Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-10-17security check issuesEran (ev672n), Vosk4-17/+40
recheck eun-clm updating spring version, using security check issues Change-Id: Ic9eb249b70d4e32669fc6f1f4262b0fb91c0cd70 Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-10-15security check issuesEran (ev672n), Vosk1-1/+1
updating spring version, using security check issues Change-Id: Ic6bb7030f106acaf92410eb8cec3f40932657148 Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-10-15security check issuesEran (ev672n), Vosk4-7/+7
updating spring version, using security check issues Change-Id: I55018c335f4167709dc92de891c224fcdad1dc7a Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-10-10security check issuesEran (ev672n), Vosk2-2/+2
updating some of the libraries to use safer versions, using security check issues Change-Id: I1a849669da16404661bfa7f1a826c0fa9828c410 Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-09-26upgrade dace-d be pom versionManor, Yanir (ym903w)1-25/+24
upgrade dace-d be pom version Change-Id: I481673ae1149820b9081cf770f3af5d4b1c05c8b Issue-ID: DCAEGEN2-840 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
2018-09-26upgrade dace-d be pom versionManor, Yanir (ym903w)5-223/+226
upgrade dace-d be pom version Change-Id: I0332926c1eb5d4f185b256fd4553b39200f73150 Issue-ID: DCAEGEN2-840 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
2018-08-06Changing the dcae dt main codeEran (ev672n), Vosk19-1495/+67
Updating DCAE-dt-main code for Dockerizing the DCAE-CI code Change-Id: Ia50d24e60e9ddc9bbc58dd8651d7a4f7e0dc8270 Issue-ID: SDC-1605 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
2018-05-27Fix policy violations2.0.0-ONAPbeijing2.0.0-ONAPStone, Avi (as206k)4-9/+9
Update pom dependencies to different versions and fix failed test Change-Id: Ib945753f1f06c815359cacb1510463d12bd13a96 Issue-ID: SDC-1372 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-24Update codeStone, Avi (as206k)11-1076/+49
Update to latest version after improving testing and sonar coverage Change-Id: I527f4bc38d3b4e1005d38e3a2584fa730857425d Issue-ID: SDC-1313 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-24Fix pomStone, Avi (as206k)4-1/+12
Update pom app name Change-Id: Ie118a6441359196ca81c2d0f93ff9e12b553dc5a Issue-ID: SDC-1313 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-23Upgrade dt-be-mainStone, Avi (as206k)26-2128/+1273
Update sources for dcae-dt-be-main to latest version Change-Id: I3d58a2dc32611c0ca90f1c97e1294a17d5748623 Issue-ID: SDC-1359 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-17pom fixAreli, Fuss (af732p)5-132/+118
Change-Id: If3bbd9f8bf578a60a6a2bbd32125217e6ecb3941 Issue-ID: SDC-1339 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-05-13Fix pom.xmlStone, Avi (as206k)6-32/+32
Change pom version according to ONAP versioning Change-Id: I2cecbebb11040a690335947aaddad8d3c2f7afd1 Issue-ID: SDC-1316 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-09Remove AT&T LicenseStone, Avi (as206k)2-2023/+44
Remove AT&T License from source files Change-Id: I409c195b373882dee4b2a84f109cc8f821f97f23 Issue-ID: SDC-1316 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-04-12DCAE-D be initial commitStone, Avi (as206k)66-0/+11090
DCAE-D be initial commit Issue-ID: SDC-1218 Change-Id: Id18ba96c499e785aa9ac395fbaf32d57f08c281b Signed-off-by: Stone, Avi (as206k) <as206k@att.com>