Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PartialUpdates reporting + additional improvements in error responses #4447

Merged
merged 35 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
a772397
FIX improve problematic attribute reporting on updates
fgalan Nov 17, 2023
f4eb0a2
FIX ftest
fgalan Nov 20, 2023
bd76b31
FIX PartialUpdate cases
fgalan Nov 20, 2023
4ed3022
FIX avoid magic string for error response
fgalan Nov 20, 2023
6dcca23
ADD stub for partical update test cases
fgalan Nov 21, 2023
a515124
FIX delete attributes operation and improve error reporting
fgalan Nov 21, 2023
39b338c
FIX refactor
fgalan Nov 21, 2023
d8214e5
FIX refactor
fgalan Nov 21, 2023
2399c31
FIX refactor
fgalan Nov 21, 2023
a14931c
FIX PartialUpdate detection logic
fgalan Nov 21, 2023
4c2d7b5
FIX ftest cases
fgalan Nov 22, 2023
59cf077
FIX broker NGSIv1 test case
fgalan Nov 22, 2023
141dc91
FIX minor fixes
fgalan Nov 23, 2023
692b788
ADD ftest covering all combination cases
fgalan Nov 24, 2023
ebf656c
FIX PartialUpdate cases
fgalan Nov 24, 2023
06ca9c9
FIX improve error response for cases 1715 and 3499
fgalan Nov 28, 2023
e412425
FIX response error string
fgalan Nov 28, 2023
c5e74e8
FIX single entity error description in responses
fgalan Nov 28, 2023
32bec9f
FIX error reponses for the NotFound case with CPrs in place
fgalan Nov 29, 2023
d6e484d
FIX single error description responses
fgalan Nov 29, 2023
34b2314
FIX old ftest
fgalan Nov 29, 2023
8163e11
FIX rename ftest
fgalan Nov 29, 2023
3def719
ADD test caes for single update cases
fgalan Nov 29, 2023
3ac1bfc
Update CHANGES_NEXT_RELEASE
fgalan Nov 29, 2023
48c5ca4
FIX adjust response codes
fgalan Nov 30, 2023
3a3d7a5
ADD ftest for error responses on updates and doc and code changes to …
fgalan Dec 13, 2023
2bd828c
FIX align some existing test cases with recent changes
fgalan Dec 13, 2023
b240965
FIX additional test cases for error responses in batch update and ali…
fgalan Dec 13, 2023
b4baaac
FIX typos
fgalan Dec 13, 2023
5ff4b26
FIX cleanup
fgalan Dec 13, 2023
a1cd4c5
FIX simplify implementation
fgalan Dec 13, 2023
8b69143
Merge branch 'master' into feature/3499_partial_updates_reporting
fgalan Dec 19, 2023
a4b8cc1
Update CHANGES_NEXT_RELEASE
fgalan Jan 8, 2024
c16bdc9
FIX documentation
fgalan Jan 8, 2024
b46c269
FIX typo in doc
fgalan Jan 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- Fix: DateTime and geo:json types were not supported in custom notifications using ngsi patching (#4435)
- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated)
- Fix: improve error traces (#4387)
- Fix: on delete attributes operation, the lack of attribute in entity doesn't preclude the deletion of attributes which do exist (this way behaving same way as update attributes operation)
- Fix: POST /v2/entities/E/attrs?options=append was wrongly creating entities
- Fix: provide more informative error description in some error responses in update/delete operations
- Fix: proper use of "PartialUpdate" (instead of "Unprocessed") in responses in the case of partial updates/deletions (#3499)
- Fix: response 404 Not Found "NotFound" errors instead of 422 Unprocessable Content "Unprocessed" in the case of missing attribute in existing entity in attribute update operations
- Add: CLI parameter -dbUri / env var ORION_MONGO_URI (#3794)
- Fix: improve logs in MongoDB query logic
- Upgrade Debian version from 11.6 to 12.1 in Dockerfile
Expand Down
Loading
Loading