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

WIP: feat: initial implementation of the LookupWatch API #255

Closed
wants to merge 116 commits into from

Conversation

jon-whit
Copy link

@jon-whit jon-whit commented Nov 3, 2021

The changes here add a preliminary implementation of the LookupWatch API as proposed in issue #207. The LookupWatch API will provide clients with a stream of updates indicating changes in the accessibility of one or more kinds of resources.

jzelinskie and others added 2 commits November 2, 2021 21:10
This commit also:
- renames internal-grpc flags to dispatch-redispatch
- fixes logging occurring during the version command
- adds a missing error to a log in `serve-devtools`
- adds missing flags to various servers
The changes here add a preliminary implementation of the LookupWatch
API as proposed in issue authzed#207. The LookupWatch API will provide clients
with a stream of updates indicating changes in the accessibility of one
or more kinds of resources.
@github-actions github-actions bot added the area/api v1 Affects the v1 API label Nov 3, 2021
@jon-whit
Copy link
Author

jon-whit commented Nov 3, 2021

@josephschorr looping you in on this. I've put this PR up so that you can track my progress on your end if you'd like.

I'll remove the WIP label once this is ready for official review after you and I have had a chance to sync up and finalize our integrations between the Reachability APIs and the LookupWatch API.

Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
cmd/serve: revert dispatch-cluster flags changes
josephschorr and others added 17 commits December 1, 2021 15:01
…hub.com/ory/dockertest/v3-3.8.1

Bump github.com/ory/dockertest/v3 from 3.8.0 to 3.8.1
…opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.27.0

Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.26.0 to 0.27.0
goreleaser: fix tag in docker release notes
internal/dispatch: extract combined dispatcher
Memdb datastore MVCC improvements
The changes here add a preliminary implementation of the LookupWatch
API as proposed in issue authzed#207. The LookupWatch API will provide clients
with a stream of updates indicating changes in the accessibility of one
or more kinds of resources.
@github-actions github-actions bot added area/api devtools Affects the devtools API area/api http Affects the HTTP Gateway API area/api v0 Affects the v0 API area/CLI Affects the command line area/dashboard Affects the dashboard area/datastore Affects the storage system area/dependencies Affects dependencies area/dispatch Affects dispatching of requests area/docs Affects docs or metadata (e.g. README) area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels Dec 7, 2021
@jon-whit jon-whit closed this Dec 7, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/api devtools Affects the devtools API area/api http Affects the HTTP Gateway API area/api v0 Affects the v0 API area/api v1 Affects the v1 API area/CLI Affects the command line area/dashboard Affects the dashboard area/datastore Affects the storage system area/dependencies Affects dependencies area/dispatch Affects dispatching of requests area/docs Affects docs or metadata (e.g. README) area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants