summaryrefslogtreecommitdiffstats
path: root/dmi-service
AgeCommit message (Collapse)AuthorFilesLines
2024-11-26[DMI] Dummy code change to verify DMI merge master Job 2nd timesourabh_sourabh1-1/+1
- Modify log info message Issue-ID: CPS-2499 Change-Id: Iba9f71c33f68d94384506f7e9033cfe6c094ad69 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-26[DMI] Fix for DMI merge master Jobsourabh_sourabh1-4/+4
- ncmp-dmi-plugin group id is changed from "org.onap.cps" to "org.onap.cps.ncmp-dmi-plugin" Issue-ID: CPS-2499 Change-Id: I6db7093c48c0f11ca2ef172458951a379d42d255 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-20[DMI] Fix for DMI merge master Jobsourabh_sourabh1-1/+1
- module names of onap dmi and stub is changed - reverted to 1.6.0-SNAPSHOT Issue-ID: CPS-2499 Change-Id: I2ca6f98ceb38bfc366997358ab9ecb0624098ac9 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-20[DMI] Fix for DMI merge master Job workingsourabh_sourabh1-1/+27
- Configured ECOMP snapshot and release repository for onap dmi and stub with root. Issue-ID: CPS-2499 Change-Id: I65aa559e5460b418c1a002a1e486e474500f1d00 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-19Fix for DMI merge master Job workingsourabh_sourabh1-1/+1
- Docker image name od dmi and stub is changed. Issue-ID: CPS-2499 Change-Id: Ib012cc3e319c5d071208b971146418e493e26da0 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-19Fix for DMI merge master Job workingsourabh_sourabh1-1/+1
- Bumped DMI version from 1.6.0-SNAPSHOT to 3.5.5-SNAPSHOT Issue-ID: CPS-2499 Change-Id: Ieeba324330080f5dc5f8723a7d8d6f37aa7945ca Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-1/+0
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: Iba0141c5d1d51712ae2a17b7ffb1daeb2cdc19db Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-0/+2
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: I18929479c73218d59296dcee8e28c50ff2da3a00 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fixed the java code checkstyle configuration and jacoco reportsourabh_sourabh4-18/+111
- Removed oParent dependency. - pulled cps checkstyle and applied for all dmi modules for code style check and copyright. - Ignored checkstyle folder for to be commited. - Fixed java code styles. - Added missing plugins and configurations for jacoco report. - Configured deply plugin and related onap properties. - Temporarily disabled CSIT. Issue-ID: CPS-2471 Change-Id: I5a26c2a156b93c3e58c5c42814f1dff85831d4df Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-13Fix for cps-ncmp-dmi-plugin-maven-merge-master jobsourabh_sourabh1-66/+2
Issue-ID: CPS-2496 Change-Id: I66f3a215188eed6dd7c83a52ce831d97f9c0db46 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-10-23Added maven-checkstyle-plugin to parent POM for code style checkssourabh_sourabh1-71/+17
- Integrate Checkstyle to enforce coding standards across modules. - Ensure Checkstyle applies to both dmi-service and dmi-stub modules. - Fixed all code check style issues. Issue-ID: CPS-2461 Change-Id: Ie84928c1f2e3de549cc8fab2001974369884a831 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-09-10Move Swagger API to docs folderegernug1-27/+4
Use docs folder for code genereation Issue-ID: CPS-2332 Change-Id: Ifd59025014766667e63baee65a06522903fd7da2 Signed-off-by: egernug <gerard.nugent@est.tech>
2024-09-06Update cps version in DMI pluginmpriyank8-68/+64
- updated cps version to 3.5.2 i.e the latest released version - updated corresponding dependant code from cps ncmp - Fixed the testware Issue-ID: CPS-2401 Change-Id: I8c3ed7cbdef11a195b86088006fd0e1e7642a572 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-09-05[DMI] Fix security vulnerabilitiesmpriyank1-0/+15
- upgraded spring-kafka and spring-kafka-test to 3.2.1 version - upgraded json-path to 2.9.0 version Issue-ID: CPS-2342 Change-Id: If8118cb831a16d43d2fa936770776b0bf02cf653 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-08-26Fixed URL for data job resultleventecsanyi3-7/+5
- fixed opeanapi and stub - updated pnp simulator image Issue-ID: CPS-2296 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: I6654762256097f9deb8ce40cfc8014bed67cb269
2024-08-15Refactored dat job interfaces - result endpoint changed is a separate commitleventecsanyi3-21/+25
-changed openapi and stub implementations Issue-ID: CPS-2360 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: Ib7d826f5909278309b7c16dc5caaabbe5f01732b
2024-07-26Get data job resultleventecsanyi3-12/+63
- extended openapi - added not-implemented http error for result endpoint - added testware - added stub implementation - fixed writeDataJob bug in stub Issue-ID: CPS-2296 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: I9398cb73b635bec360df886372690187ff54e0d4
2024-07-25Added REST endpoint for data job statusleventecsanyi3-2/+59
- extended opanapi - added not-implemented http error for new endpoint - added testware Issue-ID: CPS-2295 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: Ib7aa90da2ec53dd523740ad267919fd2e709e937
2024-07-19Added DataJob related stub implementationsleventecsanyi2-2/+20
- updated pom.xml - added dataJob related code to DMI Stub controller - uplifted swagger core dependency Issue-ID: CPS-2323 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: If30e1fad31daec004ad67dd3f2be1815aeb538b2
2024-06-24Create module structure in DMI Pluginegernug72-0/+6723
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>