-
Notifications
You must be signed in to change notification settings - Fork 336
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
feat(auth)!: authentication and users #4438
Merged
Merged
Conversation
This file contains 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
mikeldking
added
the
feature branch
a feature branch that consolidates multiple features into a single commit on main
label
Aug 29, 2024
axiomofjoy
requested changes
Aug 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auth feature branch
axiomofjoy
changed the title
feat(auth)authentication and users
feat(auth)!: authentication and users
Aug 29, 2024
RogerHYang
force-pushed
the
auth
branch
2 times, most recently
from
September 4, 2024 15:27
03a5ad0
to
dc21f70
Compare
* Spike out serverside rate limiting middleware * Refactor to keep multiple active partitions * Create StrawberryRateLimiter extension * Add rate limiter tests * Update extension to run synchronously * Ensure rate limiter extension works for both sync and async resolvers * Clean up type annotations * Improve tests and reset behavior * Clarify edge cases in testing and documentation * Use pop instead of `del` * Remove extension implementation
* feat(auth): user of a given key * remove user role not used * format * fix casing
* Add CreateUserApiKey mutation * Build gql schema * Clean up type annotations * Remove needless imports
* fix user * fix * simplify * fix lint error --------- Co-authored-by: Mikyo King <mikyo@arize.com>
* viewer node * feat(auth): rudamentary viewer context and profile page
* feat(auth): auth rbac components * fix deps arrays
* Add API keys to viewer node * Implement api_keys as a resolver on the user node
* feat(auth): add delete user api keys mutation * add permission classes * remove codegen * code gen * update generated
Co-authored-by: Dustin Ngo <dustin@arize.com>
…4500) * Modify conftest to allow a threshold of flaky postgres tests * Less permissive xfail limit * xfail all database tests * Make tests more permissive, only xfail when running all db tests
* fix: use referer or base url in password reset url * clean up
* ci: Update hatch to only run on 3.9 * Ruff 🐶
* Catch DecodeErrors for malformed jwts * Catch all JoseErrors
* docs: deprecate use of phoenix.trace.openai * fix more * clean
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
* fix(playwright): revert back to localhost for playwright * fix
* fix: overflow of UI issues * fix more
* Simplify experiment tests * Remove breakpoint :( * Reintroduce plateform skips * remove pydantic-specific versions * remove pydantic-specific versions * Sleep a while * Properly check score * Fewer evaluators for consistency * Remove needless empty dataset check * Uncomment flaky skip * Remove flaky assertion --------- Co-authored-by: Alexander Song <axiomofjoy@gmail.com>
…4760) * chore(ci): add pnpm cache and frozen-lockfile install for playwright * try pnpm cache in pnpm step * add back node * test * test * test * test
* chore(ci): move pnpm action above node * remove null checks on username * Remove flaky assertions --------- Co-authored-by: Dustin Ngo <dustin@arize.com>
* fixdeprecate support for 3.8 * more changes
dosubot
bot
added
the
size:XXL
This PR changes 1000+ lines, ignoring generated files.
label
Sep 26, 2024
axiomofjoy
approved these changes
Sep 26, 2024
Parker-Stafford
approved these changes
Sep 26, 2024
anticorrelator
approved these changes
Sep 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 👄 👁️
RogerHYang
approved these changes
Sep 26, 2024
fjcasti1
approved these changes
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature branch
a feature branch that consolidates multiple features into a single commit on main
size:XXL
This PR changes 1000+ lines, ignoring generated files.
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.
No description provided.