- Notifications
You must be signed in to change notification settings - Fork1k
feat: extend workspace build reasons to track connection types#18827
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
Changes fromall commits
15f24ac
905f755
5dd67fe
0c4280c
ed3cb9a
c9ed52e
99e548f
c87cb53
6803ace
2b5c4f2
1526164
3d33137
da376fd
cc20293
229b9c0
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- It's not possible to delete enum values. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ALTERTYPE build_reason ADD VALUE IF NOT EXISTS'dashboard'; | ||
ALTERTYPE build_reason ADD VALUE IF NOT EXISTS'cli'; | ||
ALTERTYPE build_reason ADD VALUE IF NOT EXISTS'ssh_connection'; | ||
ALTERTYPE build_reason ADD VALUE IF NOT EXISTS'vscode_connection'; | ||
ALTERTYPE build_reason ADD VALUE IF NOT EXISTS'jetbrains_connection'; |
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.