Renaming Delta Operations as per RFC 9144 87/138687/7
authorArpit Singh <as00745003@techmahindra.com>
Wed, 4 Sep 2024 05:32:06 +0000 (11:02 +0530)
committerArpit Singh <as00745003@techmahindra.com>
Tue, 10 Sep 2024 10:10:29 +0000 (10:10 +0000)
commit3c8539cf17b1698cadf08e6f3acc4a8b9273af85
tree491c24c147e6a303fcb68bbdf5b27bb6ae69ffd8
parent3a4dcb5af00b85ae3f48709dfa0f9d797e02aabd
Renaming Delta Operations as per RFC 9144

RFC 9144 recommends naming convention for operations that can be performed on any datastore.
The recommended names are:
- create
- remove
- replace
Whereas in CPS Delta feature these operaitions were named:
- add
- remove
- update
So, "add" and "update" operations have been changed to "create" and "replace" respectively.

Issue-ID: CPS-2393
Change-Id: Ie39f5f8ccc91e96cf484ca7fbc833a6be8758054
Signed-off-by: Arpit Singh <as00745003@techmahindra.com>
cps-rest/docs/openapi/components.yml
cps-rest/src/test/groovy/org/onap/cps/rest/controller/DataRestControllerSpec.groovy
cps-service/src/main/java/org/onap/cps/api/impl/CpsDeltaServiceImpl.java
cps-service/src/main/java/org/onap/cps/spi/model/DeltaReport.java
cps-service/src/main/java/org/onap/cps/spi/model/DeltaReportBuilder.java
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsDeltaServiceImplSpec.groovy
cps-service/src/test/groovy/org/onap/cps/spi/model/DeltaReportBuilderSpec.groovy
docs/_static/cps-delta-mechanism.png
docs/cps-delta-endpoints.rst
docs/cps-delta-feature.rst
integration-test/src/test/groovy/org/onap/cps/integration/functional/cps/DataServiceIntegrationSpec.groovy