-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
ref(users): move user & user_identity_config & auth serializers to new abode #76896
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
Merged
Christinarlong
merged 25 commits into
master
from
christinarlong/move-user-serializers-user
Sep 10, 2024
Merged
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a464cb5
move user and user_config serializers and tests
Christinarlong e1099cf
apply typing to user and user_config
Christinarlong 2b5af01
fix paths
Christinarlong 6a6838b
fix typing for serializesr
Christinarlong 2a63d9f
update paths in test patches
Christinarlong ec64d4f
actually import the serializer lol
Christinarlong 91610e1
:knife: regenerate mypy module blocklist
getsantry[bot] ae5c7eb
add authenticator
Christinarlong 2d6cb77
added more init.pys for pytest to find
Christinarlong 6b49f50
add typing for authenticator
Christinarlong fd588bb
revert userip changes
Christinarlong 641f46c
revert userrole changes
Christinarlong 5450c40
revert useremail changes
Christinarlong 387a467
:knife: regenerate mypy module blocklist
getsantry[bot] e503e6a
Merge branch 'master' into christinarlong/move-user-serializers-user
Christinarlong 8ad2c1d
actually export the user shim oop
Christinarlong c719035
remove barrel file
Christinarlong 0daef0b
explicitly use authenticatorinterface serializers
Christinarlong 3a1fd68
fix typing for interface serializers
Christinarlong 2926799
use user serializer explicitly
Christinarlong 70ea0c2
explicitly pass in uic serializer
Christinarlong 9f883fd
bring out manytoone to utils
Christinarlong 32b6303
remove unneeded inits
Christinarlong 91a255b
also bring back str or primseu
Christinarlong 4b2f36a
jk those inits were needed
Christinarlong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Not entirely related to these changes, but this module seems like a strange place for a very generic query utility. We can move it separately later.