summaryrefslogtreecommitdiffstats
path: root/dmi-service/src/main
AgeCommit message (Collapse)AuthorFilesLines
8 daysONAP Code Coverage for DMI is not publishing to sonarHEADmastersourabh_sourabh1-1/+1
- Added sonar plugin for dmi service. Issue-ID: CPS-2545 Change-Id: Ic779c81dc5db3071010f5b47cd3f4a75a107c494 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
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-18Fixed the java code checkstyle configuration and jacoco reportsourabh_sourabh3-5/+5
- 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-09-06Update cps version in DMI pluginmpriyank3-34/+31
- 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-08-26Fixed URL for data job resultleventecsanyi1-3/+2
- 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 commitleventecsanyi1-11/+4
-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 resultleventecsanyi1-12/+29
- 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 statusleventecsanyi1-2/+17
- 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-06-24Create module structure in DMI Pluginegernug39-0/+3057
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>