coder/coderd
Steven Masley 2137db0445
test: Handle Filter flake with ctx errors (#7119)
* test: Handle Fitler flake with ctx errors
* Add unit test to check filter for proper error
* Correctly return category of errors
2023-04-14 12:30:35 -05:00
..
apidoc feat: expose agent stats via Prometheus endpoint (#7115) 2023-04-14 16:14:52 +02: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 feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05:00
database feat: expose agent stats via Prometheus endpoint (#7115) 2023-04-14 16:14:52 +02: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): prevent infinite loop if DERP message exchange fails (#7112) 2023-04-13 13:46:16 -05:00
httpapi chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
httpmw chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05: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: expose agent stats via Prometheus endpoint (#7115) 2023-04-14 16:14:52 +02:00
provisionerdserver feat(scaletest): allow scaletests to run using the host credentials (#7075) 2023-04-11 19:49:28 +00:00
rbac test: Handle Filter flake with ctx errors (#7119) 2023-04-14 12:30:35 -05:00
schedule feat: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +00:00
searchquery feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
telemetry feat: add workspace agent stat reporting to telemetry (#6577) 2023-03-13 14:16:54 -05:00
tracing chore: update otel to v1.14.0 (#6963) 2023-04-03 00:31:39 -05: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 chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
workspaceapps fix(provisionerd): only heartbeat when logs aren't being flushed (#7110) 2023-04-13 14:02:10 -05:00
wsconncache feat: add agent metadata (#6614) 2023-03-31 15:26:19 -05: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 chore: wrap audit logs in a mutex to fix data race (#6898) 2023-03-30 12:13:03 -05: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 feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05: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 feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -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 feat: Add deployment side config-ssh options (#6613) 2023-03-16 13:03:37 -05: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 chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
templates_test.go feat: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +00:00
templateversions.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
templateversions_test.go chore: wrap audit logs in a mutex to fix data race (#6898) 2023-03-30 12:13:03 -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 feat: differentiate new user registration from user login in the audit log (#7096) 2023-04-12 11:46:16 -07: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: wrap audit logs in a mutex to fix data race (#6898) 2023-03-30 12:13:03 -05:00
workspaceagents.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspaceagents_test.go chore: move workspace apps tests to new package (#7025) 2023-04-06 16:35:27 -05:00
workspaceapps.go chore: move app proxying code to workspaceapps pkg (#6998) 2023-04-05 13:41:55 -05:00
workspaceapps_test.go chore: move workspace apps tests to new package (#7025) 2023-04-06 16:35:27 -05:00
workspacebuilds.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspacebuilds_test.go feat: accept immutable parameters when used first time (#7000) 2023-04-04 14:22:46 +02: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 chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
workspaces_test.go feat: allow disabling autostart and custom autostop for template (#6933) 2023-04-04 12:48:35 +00:00