coder/enterprise/coderd
Garrett Delfosse c550d0641d
feat: move shared ports out of experiment (#13120)
2024-05-02 14:11:33 -04:00
..
coderdenttest feat: add `deployment_id` to the ui and licenses (#13096) 2024-04-29 16:50:11 -04:00
dbauthz feat: implement deprecated flag for templates to prevent new workspaces (#10745) 2023-11-20 19:16:18 +00:00
dormancy chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
keys POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
license feat: add `deployment_id` to the ui and licenses (#13096) 2024-04-29 16:50:11 -04:00
portsharing feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
proxyhealth chore: remove `useLocalStorage` hook (#11712) 2024-01-19 16:04:19 -07:00
schedule chore: cover deadline crossing autostart border on start (#13115) 2024-05-01 10:43:04 -05:00
appearance.go chore: refactor Appearance to an interface callable by AGPL code (#11769) 2024-01-29 12:17:31 +04:00
appearance_test.go chore(cli): replace clibase with external `coder/serpent` (#12252) 2024-03-15 11:24:38 -05:00
authorize_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
coderd.go fix: add grace period before showing replicas license error (#12989) 2024-04-17 13:30:32 -04:00
coderd_test.go chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05:00
groups.go chore: enforce orgid in audit logs where required (#12283) 2024-02-26 08:27:33 -06:00
groups_test.go chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
insights_test.go feat: allow auditors to read template insights (#10860) 2023-11-24 17:21:32 +00:00
jfrog.go feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
jfrog_test.go feat: add backend for jfrog xray support (#11829) 2024-01-29 19:30:02 -06:00
licenses.go feat: add `deployment_id` to the ui and licenses (#13096) 2024-04-29 16:50:11 -04:00
licenses_test.go feat: add `deployment_id` to the ui and licenses (#13096) 2024-04-29 16:50:11 -04:00
provisionerdaemons.go chore: merge authorization contexts (#12816) 2024-03-29 10:14:27 -05:00
provisionerdaemons_test.go fix: separate signals for passive, active, and forced shutdown (#12358) 2024-03-15 13:16:36 +00:00
replicas.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
replicas_test.go fix: add grace period before showing replicas license error (#12989) 2024-04-17 13:30:32 -04:00
scim.go fix: use default org over index [0] for new scim (#12284) 2024-02-23 15:31:36 -06:00
scim_test.go chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
templates.go chore: enforce orgid in audit logs where required (#12283) 2024-02-26 08:27:33 -06:00
templates_test.go chore: remove max_ttl from templates (#12644) 2024-03-20 10:37:57 -05:00
userauth.go feat: set groupsync to use default org (#12146) 2024-02-16 11:09:19 -06:00
userauth_test.go chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
users.go feat: add server flag to disable user custom quiet hours (#11124) 2023-12-15 19:33:51 +10:00
users_test.go fix: refresh entitlements after creating first user (#12285) 2024-02-23 16:48:24 +00:00
workspaceagents.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceagents_test.go chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05:00
workspacebuilds_test.go fix: return 403 when rebuilding workspace with require_active_version (#11114) 2023-12-08 23:03:46 -06:00
workspaceportshare_test.go feat: move shared ports out of experiment (#13120) 2024-05-02 14:11:33 -04:00
workspaceproxy.go feat: add agent acks to in-memory coordinator (#12786) 2024-04-10 17:15:33 -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: add test for workspace proxy derp meshing (#12220) 2024-03-04 23:40:15 -08:00
workspaceproxycoordinate.go fix(enterprise/coderd): check provisionerd API version on connection (#12191) 2024-02-16 18:43:07 +00:00
workspacequota.go fix: correctly reject quota-violating builds (#9233) 2023-08-22 02:55:39 +00:00
workspacequota_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
workspaces_test.go fix: show template autostop setting when it overrides the workspace setting (#12910) 2024-04-11 13:08:51 -06:00