Update geofencing-subscriptions for Spring25#284
Merged
maxl2287 merged 5 commits intocamaraproject:mainfrom Jan 15, 2025
Merged
Update geofencing-subscriptions for Spring25#284maxl2287 merged 5 commits intocamaraproject:mainfrom
maxl2287 merged 5 commits intocamaraproject:mainfrom
Conversation
bigludo7
reviewed
Jan 7, 2025
Collaborator
bigludo7
left a comment
There was a problem hiding this comment.
Thanks @maxl2287
Few comments - mot of them related to the PR361 of commonalities (which is not yet merged but hope soon to be):
- 429 is not required for GET & DELETE (as described here).
- It probably misses an example for 401: AUTHENTICATION_REQUIRED - look the PR361
- For 422 we have to align the code value with the PR361 also - like IDENTIFIER_MISMATCH instead of DEVICE_IDENTIFIERS_MISMATCH, SERVICE_NOT_APPLICABLE instead of DEVICE_NOT_APPLICABLE
- I guess the 422 UNNECESSARY_IDENTIFIER, MISSING_IDENTIFIER & UNSUPPORTED_IDENTIFIER examples must be added.
aa577ef to
5a7c7de
Compare
Contributor
Author
|
Sorry I mistakingly pushed here a commit, what I wanted to do in a seperate branch. |
jlurien
approved these changes
Jan 14, 2025
Collaborator
jlurien
left a comment
There was a problem hiding this comment.
LGTM so far
Do we need to update the test plan as well? Please double check that error codes are still valid
Contributor
Author
@jlurien I will create a seperate PR after we have merged this one here, where I will add addtional test cases for HTTP-422. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it:
Updates location-verification API with the changes derived from Commonalities and ICM updates
x-camara-guidelines: 0.5.0
Which issue(s) this PR fixes:
Fixes #276
Special notes for reviewers:
There are still some open discussions in Commonalities that may impact this PR, so we will keep it open until there is a final version for x-camara-guidelines: 0.5.0
Changelog input