coder/codersdk
Kyle Carberry c3ac55ff42
feat: add `template_active_version_id` to workspaces (#9226)
* feat: add `template_active_version_id` to workspaces

This reduces a fetch in the VS Code extension when getting the
active version update message!

* Fix entities.ts

* Fix golden gen
2023-08-27 16:26:20 +00:00
..
agentsdk feat: add server flag to force DERP to use always websockets (#9238) 2023-08-24 17:22:31 +00:00
apikey.go feat: allow creating manual oidc/github based users (#9000) 2023-08-10 20:04:35 -05:00
audit.go fix: add workspace_proxy type to auditlog friendly strings (#9194) 2023-08-21 10:53:41 -05:00
authorization.go feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05:00
client.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
client_internal_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
deployment.go feat: add server flag to force DERP to use always websockets (#9238) 2023-08-24 17:22:31 +00:00
deployment_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
files.go Stream template upload (#6035) 2023-02-04 20:07:09 +00:00
gitauth.go feat: add github device flow for authentication (#8232) 2023-06-29 18:58:01 +00:00
gitsshkey.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
groups.go feat: expose Everyone group through UI (#9117) 2023-08-17 13:25:16 -05:00
insights.go fix(coderd): use stable sorting for insights and improve test coverage (#9250) 2023-08-24 13:36:40 +03:00
licenses.go feat!: add table format to 'coder license ls', 'license_expires' --> 'license_expires_human' (#8421) 2023-07-12 08:06:18 -04:00
organizations.go chore: rename locked to dormant (#9290) 2023-08-24 13:25:54 -05:00
pagination.go feat: Validate swagger definitions (#5694) 2023-01-13 12:27:21 +01:00
pagination_test.go feat: Implement unified pagination and add template versions support (#1308) 2022-05-10 07:44:09 +00:00
provisionerdaemons.go fix: prompt when parameter options are incompatible (#9247) 2023-08-23 18:18:38 +02:00
rbacresources.go feat(cli): add dashboard load test command (#8723) 2023-07-27 09:40:13 +01:00
replicas.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
richparameters.go fix: unify parameter validation errors (#8738) 2023-07-26 17:44:50 +02:00
richparameters_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
roles.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
serversentevents.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templates.go chore: rename locked to dormant (#9290) 2023-08-24 13:25:54 -05:00
templateversions.go chore: join user information to workspace_build and template_version (#8625) 2023-07-25 09:14:38 -04:00
time.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
time_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
updatecheck.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
users.go feat: allow creating manual oidc/github based users (#9000) 2023-08-10 20:04:35 -05:00
workspaceagentconn.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceagents.go feat: add server flag to force DERP to use always websockets (#9238) 2023-08-24 17:22:31 +00:00
workspaceagents_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceapps.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspacebuilds.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
workspacedisplaystatus.go fix: Remove `action` from build cancelation names (#4930) 2022-11-08 17:12:06 +00:00
workspacedisplaystatus_internal_test.go fix: Remove `action` from build cancelation names (#4930) 2022-11-08 17:12:06 +00:00
workspaceproxy.go feat: add --derp-only flag to wsproxy (#8850) 2023-08-03 00:35:06 +10:00
workspaces.go feat: add `template_active_version_id` to workspaces (#9226) 2023-08-27 16:26:20 +00:00