coder/coderd
Kyle Carberry c5afaffa7e
fix: Tidy up closes for nicer output (#4605)
* fix: Tidy up closes for nicer output

There was a context canceled message that would appear
because of traces, and this was using the wrong close.

I don't think it was causing any specific problems, but
it could make a replica warning appear on restart.

* Fix migration and experimental
2022-10-17 18:36:23 -05:00
..
audit fix: duplicate workspace update entries (#4513) 2022-10-14 14:39:20 -04:00
autobuild fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
awsidentity feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
azureidentity chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
coderdtest chore: Move deployment UI and HA into experimental (#4595) 2022-10-17 18:29:40 +00:00
database fix: Tidy up closes for nicer output (#4605) 2022-10-17 18:36:23 -05:00
devtunnel fix: Add timeout to selecting a dev tunnel (#4592) 2022-10-17 18:03:17 +00:00
gitsshkey feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
httpapi feat: allow suffix after wildcard in wildcard access URL (#4524) 2022-10-14 18:25:11 +00:00
httpmw feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
metricscache Support all transitions in build progress bar (#4575) 2022-10-16 23:34:03 -05:00
parameter fix: Remove unused scopes from parameter computation (#4171) 2022-09-23 16:09:45 -05:00
prometheusmetrics feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
rbac feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
telemetry feat: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
tracing fix: Tidy up closes for nicer output (#4605) 2022-10-17 18:36:23 -05:00
userpassword Correct spelling of macOS (#3478) 2022-08-11 21:22:06 -04:00
util chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
workspacequota feat: workspace quotas (#4184) 2022-09-30 14:01:20 -04:00
wsconncache feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
activitybump.go feat: bump workspace deadline on user activity (#4119) 2022-09-20 21:17:24 +00:00
activitybump_test.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
apikey.go feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
apikey_test.go feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
audit.go feat: audit git ssh key regeneration (#4544) 2022-10-14 16:25:46 -05:00
audit_test.go fix: Fix audit search query (#4352) 2022-10-03 20:56:54 -03:00
authorize.go feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
authorize_test.go feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
coderd.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
coderd_test.go chore: Refactor Enterprise code to layer on top of AGPL (#4034) 2022-09-19 23:11:01 -05:00
csp.go feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
files.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
files_test.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
flags.go feat: deployment flags (#4426) 2022-10-10 15:04:15 -04:00
flags_test.go feat: make flags in one place (#4452) 2022-10-11 15:16:19 +00:00
gitsshkey.go feat: audit git ssh key regeneration (#4544) 2022-10-14 16:25:46 -05:00
gitsshkey_test.go feat: audit git ssh key regeneration (#4544) 2022-10-14 16:25:46 -05:00
members.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
organizations.go feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
organizations_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03: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 feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
parameters_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
provisionerdaemons.go feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
provisionerdaemons_test.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
provisionerjobs.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
provisionerjobs_internal_test.go feat: filter for running workspaces (#4157) 2022-10-11 13:50:41 -04:00
provisionerjobs_test.go fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
roles.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
roles_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
templates.go Support all transitions in build progress bar (#4575) 2022-10-16 23:34:03 -05:00
templates_test.go coderd: fix race condition in template test 2022-10-17 19:12:21 +00:00
templateversions.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
templateversions_test.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
userauth.go fix: Allow OIDC with the username as email (#4594) 2022-10-17 14:14:49 -05:00
userauth_test.go fix: Allow OIDC with the username as email (#4594) 2022-10-17 14:14:49 -05:00
users.go feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go feat: app sharing (now open source!) (#4378) 2022-10-15 02:46:38 +10:00
workspaceagents.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
workspaceagents_test.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
workspaceapps.go feat: allow suffix after wildcard in wildcard access URL (#4524) 2022-10-14 18:25:11 +00:00
workspaceapps_internal_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
workspaceapps_test.go feat: allow suffix after wildcard in wildcard access URL (#4524) 2022-10-14 18:25:11 +00:00
workspacebuilds.go feat: Add high availability for multiple replicas (#4555) 2022-10-17 13:43:30 +00:00
workspacebuilds_test.go fix: ensure deleting workspace creates audit log (#4537) 2022-10-14 09:47:38 -04:00
workspaceresourceauth.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
workspaceresourceauth_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaces.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
workspaces_internal_test.go feat: add pagination to getWorkspaces (#4521) 2022-10-13 12:41:13 -04:00
workspaces_test.go feat: add pagination to getWorkspaces (#4521) 2022-10-13 12:41:13 -04:00