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

Change namespace+relation validation to use a single DB lookup #1336

Merged
merged 1 commit into from May 22, 2023

Conversation

josephschorr
Copy link
Member

Should reduce DB roundtrips and goroutine usage

Fixes #1333

@josephschorr josephschorr requested a review from a team as a code owner May 19, 2023 21:57
@github-actions github-actions bot added area/api v1 Affects the v1 API area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) labels May 19, 2023
Should reduce DB roundtrips and goroutine usage

Fixes authzed#1333
@vroldanbet vroldanbet added this pull request to the merge queue May 22, 2023
Merged via the queue into authzed:main with commit d7dab43 May 22, 2023
25 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/api v1 Affects the v1 API 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.

refactor CheckNamespaceAndRelation to support multiple values
2 participants