coder/enterprise/coderd
Kyle Carberry 03ab37b343
chore: remove middleware to request version and entitlement warnings (#12750)
This cleans up `root.go` a bit, adds tests for middleware HTTP transport
functions, and removes two HTTP requests we always always performed previously
when executing *any* client command.

It should improve CLI performance (especially for users with higher latency).
2024-03-25 15:01:42 -04:00
..
coderdenttest feat: add derp mesh health checking in workspace proxies (#12222) 2024-03-08 16:31:40 +10: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
identityprovider fix: move oauth2 routes (#12240) 2024-02-20 17:01:25 -09:00
keys POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
license chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00: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: remove max_ttl from templates (#12644) 2024-03-20 10:37:57 -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 chore: remove middleware to request version and entitlement warnings (#12750) 2024-03-25 15:01:42 -04:00
coderd_test.go chore: remove middleware to request version and entitlement warnings (#12750) 2024-03-25 15:01:42 -04: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 fix: refresh entitlements after creating first user (#12285) 2024-02-23 16:48:24 +00:00
licenses_test.go chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
oauth2.go feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
oauth2_test.go feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
provisionerdaemons.go chore: enforce that provisioners can only acquire jobs in their own organization (#12600) 2024-03-18 12:48:13 -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 chore: refactor agent routines that use the v2 API (#12223) 2024-02-23 11:04:23 +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: refactor agent routines that use the v2 API (#12223) 2024-02-23 11:04:23 +04: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: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
workspaceproxy.go fix: allow proxy version mismatch (with warning) (#12433) 2024-03-20 18:24:18 +00: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 chore: fix TestWorkspaceAutobuild/DormancyThresholdOK flake (#11251) 2023-12-18 09:23:06 -06:00