summaryrefslogtreecommitdiffstats
path: root/dmi-service/openapi/openapi-datajob.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-12-04Add plugin to copy openapi files to doc foldermpriyank1-1/+1
- Added copy to doc folder plugin for ncmp-dmi-plugin - Updated the info.version property to 1.7.0 which ensures that the plugin works Issue-ID: CPS-2539 Change-Id: I1d456e2b16a6d66e6e71c21e5e16732408721837 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-7/+18
-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-0/+22
- 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-0/+29
- 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 implementationsleventecsanyi1-1/+19
- 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 Pluginegernug1-0/+254
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>