Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 35 commits intomainfromoptional-external-auth
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
35 commits
Select commitHold shift + click to select a range
f9feb97
frontend hacking
aslilacFeb 9, 2024
179adae
pipe through all of the protobuf stuff
aslilacFeb 9, 2024
bdf6142
db migration
aslilacFeb 9, 2024
751400b
💅
aslilacFeb 12, 2024
5068d88
Merge branch 'main' into optional-external-auth
aslilacFeb 12, 2024
eaddb5b
🧹
aslilacFeb 12, 2024
eba3d12
tests!
aslilacFeb 12, 2024
ebb518b
🧪
aslilacFeb 12, 2024
29be417
official release
aslilacFeb 12, 2024
48267a4
add default first in up migration
aslilacFeb 12, 2024
e870667
manually default
aslilacFeb 12, 2024
d58c088
connect with correct version
aslilacFeb 13, 2024
757ea0f
Merge branch 'main' into optional-external-auth
aslilacFeb 14, 2024
79ad9da
land the backend changes separately
aslilacFeb 14, 2024
6746f88
fix migration order
aslilacFeb 14, 2024
cb7ab9a
version.go is not generated
aslilacFeb 14, 2024
3bacc70
it could just all go away
aslilacFeb 15, 2024
28a878d
Revert "it could just all go away"
aslilacFeb 15, 2024
b514292
Merge branch 'main' into optional-external-auth
aslilacFeb 15, 2024
892a79b
change tested version
aslilacFeb 15, 2024
c5e63eb
add `database.ExternalAuthProviders` type
aslilacFeb 15, 2024
6f933b8
Merge branch 'main' into optional-external-auth
aslilacFeb 16, 2024
ea81a1f
`drop` migration functions
aslilacFeb 16, 2024
2376357
`make gen`
aslilacFeb 16, 2024
b9471a5
Merge branch 'main' into optional-external-auth
aslilacFeb 16, 2024
b2b9e95
🆘
aslilacFeb 16, 2024
b159156
Merge branch 'main' into optional-external-auth
aslilacFeb 20, 2024
04579de
no such file
aslilacFeb 20, 2024
7ff56b1
bump version again
aslilacFeb 20, 2024
16ba268
update test
aslilacFeb 20, 2024
bdb875a
Merge branch 'main' into optional-external-auth
aslilacFeb 21, 2024
328202a
fix migration numbers
aslilacFeb 21, 2024
a475ec0
Merge branch 'main' into optional-external-auth
aslilacFeb 21, 2024
353e6a3
`COMMENT ON VIEW`
aslilacFeb 21, 2024
1021bc4
`make gen`
aslilacFeb 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
manually default
  • Loading branch information
@aslilac
aslilac committedFeb 12, 2024
commite87066791e4eea53e41baa4ee1be526f615f865a
1 change: 1 addition & 0 deletions.gitattributes
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,5 +11,6 @@ provisionersdk/proto/*.go linguist-generated=true
*.tfstate.json linguist-generated=true
*.tfstate.dot linguist-generated=true
*.tfplan.dot linguist-generated=true
site/e2e/provisionerGenerated.ts linguist-generated=true
site/src/api/typesGenerated.ts linguist-generated=true
site/src/pages/SetupPage/countries.tsx linguist-generated=true
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,6 +27,9 @@ ALTER TABLE template_versions


-- Make the column non-nullable to make the types nicer on the Go side
UPDATE template_versions
SET external_auth_providers = '[]'::jsonb
WHERE external_auth_providers IS NULL;
ALTER TABLE template_versions
ALTER COLUMN external_auth_providers SET DEFAULT '[]'::jsonb;
ALTER TABLE template_versions
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp