Create partition should not return partition info from payload. Empty response is good enough.
Changes:
- PartitionInfor is not returned after the creation of a partition, now empty
- Creation response status is changed from 200(OK) to 201(CREATED)
Please check all calls to create a partition in all services (if any)
Edited by Sviatoslav Nekhaienko
Merge request reports
Activity
118 118 responses: 119 119 '200': 120 120 description: OK 121 schema: 122 $ref: '#/definitions/PartitionInfo' 123 121 '201': 124 122 description: Created added 1 commit
- 8abc123e - change the creation return status from 200(OK) to 201(CREATED)
@snekhaienko Can you please rebase?
added 11 commits
- b81e52ed - merge from OSDU-delfi
- dabaf8a5 - remove redis from README.md
- bc7b9985 - AWS Implementation of Partition Service
- e1aa541e - Cleanup code and better error handling
- 4ff6d6cf - fix unit test
- e1b8a587 - set port to use APPLICATION_PORT env
- 46b804e1 - Update app properties
- 12f7b04d - accept HTTP requests since service runs behind ELB
- 257f48e1 - Set ENVIRONMENT variable for int tests
- a75b00f8 - allow 10 retries for check if partition was created fully
- 409515e7 - enable AWS CI
Toggle commit listadded 15 commits
-
409515e7...a3eb4651 - 14 commits from branch
master
- acf075e2 - Merge branch 'master' of...
-
409515e7...a3eb4651 - 14 commits from branch
Pipeline is green, merging it now: https://community.opengroup.org/osdu/platform/system/partition/-/pipelines/10760
Please register or sign in to reply