coder/enterprise/coderd
Steven Masley b7f4f3a771
chore: Implement workspace proxy going away (graceful shutdown) (#7459)
* chore: Implement workspace proxy going away

When a workspace proxy shuts down, the health status of that
proxy should immediately be updated. This is purely a courtesy
and technically not required
2023-05-10 19:23:16 -05:00
..
coderdenttest chore: Implement workspace proxy going away (graceful shutdown) (#7459) 2023-05-10 19:23:16 -05:00
keys POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
license feat: add license settings UI (#7210) 2023-04-26 17:47:46 -03:00
proxyhealth chore: Dynamic CSP connect-src to support terminals connecting to workspace proxies (#7352) 2023-05-02 08:30:44 -05:00
appearance.go chore: rename "InsertOrUpdate" to Upsert around the codebase (#6823) 2023-03-28 00:55:10 +00:00
appearance_test.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
authorize_test.go feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05:00
coderd.go chore: Implement workspace proxy going away (graceful shutdown) (#7459) 2023-05-10 19:23:16 -05:00
coderd_test.go feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
groups.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
groups_test.go chore: remove usage of `k8s.io/utils/pointer` (#7209) 2023-04-19 15:53:47 -05:00
licenses.go chore: Rbac errors should be returned, and not hidden behind 404 (#7122) 2023-04-13 13:06:16 -05:00
licenses_test.go refactor: deduplicate / type license feature code (#5734) 2023-01-17 17:04:29 -06:00
provisionerdaemons.go feat: add inactivity cleanup and failure cleanup configuration fields to Template Schedule Form (#7402) 2023-05-05 08:19:26 -07:00
provisionerdaemons_test.go chore: add echo helper to create an agent with token (#6576) 2023-03-21 18:03:38 +00:00
replicas.go docs: API enterprise (#5625) 2023-01-11 16:05:42 +01:00
replicas_test.go feat: add `coder ping` (#6161) 2023-02-13 10:38:00 -06:00
scim.go chore: break down dbauthz.System into smaller roles (#6218) 2023-02-15 16:14:37 +00:00
scim_test.go refactor: deduplicate / type license feature code (#5734) 2023-01-17 17:04:29 -06:00
templates.go chore: Make better error message if missing license (#7440) 2023-05-05 14:22:56 -05:00
templates_test.go test: Fix test timeouts due to contexts created too early (#7242) 2023-04-21 17:32:25 +03:00
userauth.go feat: assign users to groups returned by OIDC provider (#5965) 2023-02-02 19:53:48 +00:00
userauth_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
workspaceagents.go feat: Add trial property to licenses (#4372) 2022-10-06 19:28:22 -05:00
workspaceagents_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceproxy.go chore: Implement workspace proxy going away (graceful shutdown) (#7459) 2023-05-10 19:23:16 -05:00
workspaceproxy_internal_test.go feat: Implement experiment gated CRUD for workspace proxies (#6928) 2023-04-04 15:07:29 -05:00
workspaceproxy_test.go chore: Implement workspace proxy going away (graceful shutdown) (#7459) 2023-05-10 19:23:16 -05:00
workspacequota.go feat: Implement allow_list for scopes for resource specific permissions (#5769) 2023-01-19 13:41:36 -06:00
workspacequota_test.go chore: increase parallelism of TestWorkspaceQuota (#6710) 2023-03-21 22:44:01 +00:00
workspaces_test.go chore: remove `CreateAnotherUserWithUser` (#6068) 2023-02-06 23:48:21 +00:00