coder/codersdk
Spike Curtis 8d7eb1728c
fix: stop inserting provisioner daemons into the database (#9108)
Signed-off-by: Spike Curtis <spike@coder.com>
2023-09-08 10:37:36 +00:00
..
agentsdk refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +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 fix: avoid redirect loop on workspace proxies (#9389) 2023-08-28 20:34:52 -05:00
client_internal_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
deployment.go feat(coderd): connect dbcrypt package implementation (#9523) 2023-09-07 15:49:49 +01:00
deployment_test.go feat(coderd): connect dbcrypt package implementation (#9523) 2023-09-07 15:49:49 +01: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 fix: stop inserting provisioner daemons into the database (#9108) 2023-09-08 10:37:36 +00: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 refactor(cli): use codersdk for provisioner types (#9508) 2023-09-04 21:42:15 +03: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 feat: add experimental template autostop requirement template settings UI (#9417) 2023-08-30 20:41:27 +00: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: allow configuring display apps from template (#9100) 2023-08-30 14:53:42 -05: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