-
Notifications
You must be signed in to change notification settings - Fork 8
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
xReg: issues with xReg (was discovery) #8
Comments
I think we can close this one now.
|
duglin
added a commit
to duglin/xreg-spec
that referenced
this issue
Oct 30, 2024
- s/$json/$structure/g - Support PATCH on collections - s/GROUPs/GROUPS/g - s/RESOURCEs/RESOURCES/g - move ?model to ?inline=model, require ?nested on writes - make no statement about 2nd GET missing entities meaning "deleted or not" Fixes xregistry#8 Fixes xregistry#184 Fixes xregistry#182 Fixes xregistry#179 Signed-off-by: Doug Davis <[email protected]>
duglin
added a commit
to duglin/xreg-spec
that referenced
this issue
Oct 30, 2024
- s/$json/$structure/g - Support PATCH on collections - s/GROUPs/GROUPS/g - s/RESOURCEs/RESOURCES/g - move ?model to ?inline=model, require ?nested on writes - make no statement about 2nd GET missing entities meaning "deleted or not" Fixes xregistry#8 Fixes xregistry#184 Fixes xregistry#182 Fixes xregistry#179 Signed-off-by: Doug Davis <[email protected]>
duglin
added a commit
to duglin/xreg-spec
that referenced
this issue
Oct 30, 2024
- s/$json/$structure/g - Support PATCH on collections - s/GROUPs/GROUPS/g - s/RESOURCEs/RESOURCES/g - move ?model to ?inline=model, require ?nested on writes - make no statement about 2nd GET missing entities meaning "deleted or not" Fixes xregistry#8 Fixes xregistry#184 Fixes xregistry#182 Fixes xregistry#179 Signed-off-by: Doug Davis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These might still apply to xReg - need to check:
WIP
https://github.com/cloudevents/spec/blob/master/discovery.md#get-services
Any Service previously returned to a client that does not appear in this result can be assumed to be no longer available.
I think this needs to be limited to just unfiltered queries since a missing entry from a filtered set could mean that it was deleted or that the filtered field changed.Discovery endpoints MUST support filtering with the following attributes and MUST reject any unsupported filters.
we should probably say what the HTTP response code is.Moved from: cloudevents/spec#863
The text was updated successfully, but these errors were encountered: