- Notifications
You must be signed in to change notification settings - Fork1.1k
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
15f24ac905f7555dd67fe0c4280ced3cb9ac9ed52e99e548fc87cb536803ace2b5c4f215261643d33137da376fdcc20293229b9c0File 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 @@ | ||
| ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'dashboard'; | ||
| ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'cli'; | ||
| ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'ssh_connection'; | ||
| ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'vscode_connection'; | ||
| ALTER TYPE 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.