coder/coderd
Kira Pilot ae3473dc1b
feat: add deleted_at field to workspace model (#7475)
* added impending_deletion workspace field

* gen docs

* update golden files

* added test

* PR comments
2023-05-11 08:47:53 -07:00
..
apidoc feat: add deleted_at field to workspace model (#7475) 2023-05-11 08:47:53 -07:00
audit feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07:00
autobuild Revert "fix: change auto-start to automatically update workspaces (#6053)" (#7084) 2023-04-11 14:14:35 +00:00
awsidentity chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
azureidentity fix: add more cached certificates to azure instance identity (#6519) 2023-03-08 19:32:10 -06:00
coderdtest chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
database chore: Allow editing proxy fields via api. (#7435) 2023-05-09 13:46:50 -05:00
devtunnel chore: switch to new wgtunnel via tunnelsdk (#6489) 2023-03-22 13:13:48 +00:00
gitauth feat: pass `access_token` to `coder_git_auth` resource (#6713) 2023-03-22 19:37:08 +00:00
gitsshkey feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
healthcheck fix(healthcheck): don't allow panics to exit coderd (#7276) 2023-04-25 15:11:45 +00:00
httpapi chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
httpmw chore: Allow cors requests to workspace proxies for latency checks (#7484) 2023-05-10 17:19:55 +00:00
metricscache feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
parameter chore: Use dbgen in unit test (#6111) 2023-02-08 13:47:05 -06:00
prometheusmetrics feat: Implement aggregator for agent metrics (#7259) 2023-04-27 12:34:00 +02:00
provisionerdserver feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
rbac chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
schedule feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
searchquery feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
telemetry fix: make telemetry source a string not an enum (#7390) 2023-05-03 14:33:51 +00:00
tracing feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
updatecheck chore: rename "InsertOrUpdate" to Upsert around the codebase (#6823) 2023-03-28 00:55:10 +00:00
userpassword feat: add minimum password entropy requirements (#6090) 2023-02-08 14:10:08 -06:00
util fix(audit): ensure template creation errors are audited (#7315) 2023-04-27 18:55:34 -05:00
workspaceapps chore: UI/UX for regions (#7283) 2023-04-28 16:04:52 -05:00
wsconncache chore: tailnet debug logging (#7260) 2023-04-27 13:59:01 +04:00
activitybump.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
activitybump_test.go chore: move workspace apps tests to new package (#7025) 2023-04-06 16:35:27 -05:00
apikey.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
apikey_test.go fix(coderd): ensure that user API keys are deleted when a user is (#7270) 2023-04-24 21:48:26 +01:00
apiroot.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
audit.go feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07:00
audit_test.go feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
authorize.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
authorize_test.go feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05:00
client_test.go chore: move workspace apps tests to new package (#7025) 2023-04-06 16:35:27 -05:00
coderd.go chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
coderd_test.go fix(tailnet): Skip nodes without DERP, avoid use of RemoveAllPeers (#6320) 2023-02-24 18:16:29 +02:00
csp.go feat: Validate swagger definitions (#5694) 2023-01-13 12:27:21 +01:00
debug.go feat(coderd): add DERP healthcheck (#6936) 2023-04-03 06:28:42 +00:00
debug_test.go feat(coderd): add DERP healthcheck (#6936) 2023-04-03 06:28:42 +00:00
deployment.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
deployment_test.go feat: allow configuring OIDC email claim and OIDC auth url parameters (#6867) 2023-03-30 09:36:57 +01:00
experiments.go feat: add --experiments flag to replace --experimental (#5767) 2023-01-18 19:12:53 +00:00
experiments_test.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
files.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
files_test.go Stream template upload (#6035) 2023-02-04 20:07:09 +00:00
gitsshkey.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
gitsshkey_test.go chore: wrap audit logs in a mutex to fix data race (#6898) 2023-03-30 12:13:03 -05:00
insights.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
insights_test.go fix: always show a newly created workspace at the top of the list (#6984) 2023-04-04 08:24:04 -05:00
members.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
organizations.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
organizations_test.go chore: remove `CreateAnotherUserWithUser` (#6068) 2023-02-06 23:48:21 +00:00
pagination.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
pagination_internal_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
parameters.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
parameters_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
provisionerjobs.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
provisionerjobs_internal_test.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
provisionerjobs_test.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
roles.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
roles_test.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
templates.go feat: add workspace actions cleanup configuration flags to CLI template create and edit (#7453) 2023-05-10 12:57:11 -07:00
templates_test.go feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
templateversions.go feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
templateversions_test.go fix: template versions test flake (#7400) 2023-05-03 20:19:49 -05:00
updatecheck.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
updatecheck_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userauth.go feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07:00
userauth_test.go fix(coderd): ensure that user API keys are deleted when a user is (#7270) 2023-04-24 21:48:26 +01:00
users.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
users_test.go chore: add global caching to rbac (#7439) 2023-05-08 08:59:01 -05:00
workspaceagents.go fix(coderd): don't hang on first gitauth clone (#7331) 2023-05-01 19:19:41 +00:00
workspaceagents_test.go fix: redirect to login on gitauth invalid session (#7416) 2023-05-04 17:19:44 +00:00
workspaceapps.go chore: Drop application host call, default to regions for info (#7457) 2023-05-09 09:28:25 -05:00
workspaceapps_test.go chore: add workspace proxies to the backend (#7032) 2023-04-17 19:57:21 +00:00
workspacebuilds.go feat: unified tracing between coderd<->provisionerd (#7370) 2023-05-03 23:02:35 +00:00
workspacebuilds_test.go fix: coder_parameter fallbacks to default (#7240) 2023-04-24 09:51:34 +02:00
workspaceproxies.go feat: add regions endpoint for proxies feature (#7277) 2023-04-25 09:37:52 -05:00
workspaceproxies_test.go feat: add regions endpoint for proxies feature (#7277) 2023-04-25 09:37:52 -05:00
workspaceresourceauth.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspaceresourceauth_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaces.go feat: add deleted_at field to workspace model (#7475) 2023-05-11 08:47:53 -07:00
workspaces_internal_test.go feat: add deleted_at field to workspace model (#7475) 2023-05-11 08:47:53 -07:00
workspaces_test.go test: Fix generated workspace name length (#7228) 2023-04-20 18:40:36 +00:00