-
Notifications
You must be signed in to change notification settings - Fork 899
feat: add support for optional external auth providers #12021
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
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f9feb97
frontend hacking
aslilac 179adae
pipe through all of the protobuf stuff
aslilac bdf6142
db migration
aslilac 751400b
💅
aslilac 5068d88
Merge branch 'main' into optional-external-auth
aslilac eaddb5b
🧹
aslilac eba3d12
tests!
aslilac ebb518b
🧪
aslilac 29be417
official release
aslilac 48267a4
add default first in up migration
aslilac e870667
manually default
aslilac d58c088
connect with correct version
aslilac 757ea0f
Merge branch 'main' into optional-external-auth
aslilac 79ad9da
land the backend changes separately
aslilac 6746f88
fix migration order
aslilac cb7ab9a
version.go is not generated
aslilac 3bacc70
it could just all go away
aslilac 28a878d
Revert "it could just all go away"
aslilac b514292
Merge branch 'main' into optional-external-auth
aslilac 892a79b
change tested version
aslilac c5e63eb
add `database.ExternalAuthProviders` type
aslilac 6f933b8
Merge branch 'main' into optional-external-auth
aslilac ea81a1f
`drop` migration functions
aslilac 2376357
`make gen`
aslilac b9471a5
Merge branch 'main' into optional-external-auth
aslilac b2b9e95
🆘
aslilac b159156
Merge branch 'main' into optional-external-auth
aslilac 04579de
no such file
aslilac 7ff56b1
bump version again
aslilac 16ba268
update test
aslilac bdb875a
Merge branch 'main' into optional-external-auth
aslilac 328202a
fix migration numbers
aslilac a475ec0
Merge branch 'main' into optional-external-auth
aslilac 353e6a3
`COMMENT ON VIEW`
aslilac 1021bc4
`make gen`
aslilac 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
Merge branch 'main' into optional-external-auth
- Loading branch information
commit b5142929d822f86ddcba2bfc8c0e98e85da5d2d2
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
heads-up: just before you merge, double-check the latest migration number on
main