diff options
author | JosephKeenan <joseph.keenan@est.tech> | 2021-12-08 18:16:44 +0000 |
---|---|---|
committer | JosephKeenan <joseph.keenan@est.tech> | 2021-12-14 16:13:40 +0000 |
commit | 82ebf531110deba98086f8f7cb9c745519bbc4f4 (patch) | |
tree | 6a64017dc6986dc4d2e042ea33e09e1ffdcd495f /docs/release-notes.rst | |
parent | 4207fab422760b17187d37776ebc1867b995bba1 (diff) |
Changing putOperationWithJson to postOperationWithJson
-Modified responseEntity<String> to reesponseEntity<Object>
-Changed behaviour of sync to use new repsonses and removed JSON parsing
-Updated tests to use new responsess
-Tests have been updated and added jira to docs
-Added messageConverters to RestTemplate to support plain text with
ResponseEntity<Object>
-Added docker log output for cps & dmi containers during CSIT teardown
-Moved reponse conversion from service into DMIModelOperations class
-Added response handling test (edgecases)
-Updated response request body for passthrough-running CSIT test to pass
Issue-ID: CPS-777
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: If2acf83a97b8aad5aa2c342154d807a47cace6a0
Diffstat (limited to 'docs/release-notes.rst')
-rwxr-xr-x | docs/release-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index da96970722..0ee8b1ba80 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -26,11 +26,11 @@ This section lists the main changes & fixes merged into master (snapshot) versio Features -------- - - `CPS-559 <https://jira.onap.org/browse/CPS-559>`_ Define response objects (schemas) in cps-ncmp - `CPS-636 <https://jira.onap.org/browse/CPS-636>`_ Update operation for datastore pass through running - `CPS-638 <https://jira.onap.org/browse/CPS-638>`_ Delete operation for datastore pass through running - `CPS-741 <https://jira.onap.org/browse/CPS-741>`_ Re sync after removing cm handles + - `CPS-777 <https://jira.onap.org/browse/CPS-777>`_ Ensure all DMI operations use POST method - `CPS-780 <https://jira.onap.org/browse/CPS-780>`_ Add examples for parameters, request and response in openapi yaml for cps-core Bug Fixes |