coder/codersdk
Cian Johnston d704ff4570
chore(codersdk): explain format of codersdk.UpdateWorkspaceAutostartRequest.Schedule (#12539)
2024-03-11 22:50:38 +00:00
..
agentsdk feat: use v2 API for agent metadata updates (#12281) 2024-02-26 09:50:19 +04:00
drpc chore: move drpc transport tools to codersdk/drpc (#11224) 2023-12-15 12:41:39 +04:00
testdata chore: implement yaml parsing for external auth configs (#11268) 2023-12-19 18:09:45 +00:00
apikey.go feat: allow creating manual oidc/github based users (#9000) 2023-08-10 20:04:35 -05:00
audit.go feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
authorization.go feat: Option to remove WorkspaceExec from `owner` role (#7050) 2023-04-11 08:57:23 -05:00
client.go fix: refresh all oauth links on external auth page (#11646) 2024-01-16 11:03:55 -06:00
client_internal_test.go fix: refresh all oauth links on external auth page (#11646) 2024-01-16 11:03:55 -06:00
deployment.go Revert "feat: make agent stats' cardinality configurable (#12468)" (#12533) 2024-03-11 14:33:36 +00:00
deployment_test.go fix(coderd): mark provisioner daemon psk as secret (#12322) 2024-02-27 16:33:32 +00:00
externalauth.go Entra External Auth for ADO (#12201) 2024-03-04 12:12:46 -06:00
files.go feat: support template bundles as zip archives (#11839) 2024-01-31 14:49:55 +01:00
gitsshkey.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
groups.go chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
health.go feat: add support package and accompanying tests (#12289) 2024-02-29 11:58:33 +00:00
insights.go feat: expose app insights as Prometheus metrics (#10346) 2023-11-07 17:14:59 +01:00
jfrog.go feat: add backend for jfrog xray support (#11829) 2024-01-29 19:30:02 -06:00
licenses.go feat!: add table format to 'coder license ls', 'license_expires' --> 'license_expires_human' (#8421) 2023-07-12 08:06:18 -04:00
oauth2.go feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
organizations.go feat: implement provisioner auth middleware and proper org params (#12330) 2024-03-04 15:15:41 -06:00
pagination.go feat: Validate swagger definitions (#5694) 2023-01-13 12:27:21 +01:00
pagination_test.go feat: Implement unified pagination and add template versions support (#1308) 2022-05-10 07:44:09 +00:00
provisionerdaemons.go feat: implement provisioner auth middleware and proper org params (#12330) 2024-03-04 15:15:41 -06:00
rbacresources.go feat: add user-level parameter autofill (#11731) 2024-01-30 16:02:21 -06:00
replicas.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
richparameters.go fix: previous parameter value is not a number (#12246) 2024-02-21 15:44:45 +01:00
richparameters_test.go fix: previous parameter value is not a number (#12246) 2024-02-21 15:44:45 +01:00
roles.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
serversentevents.go Revert "feat: add activity status and autostop reason to workspace overview (#11987)" (#12144) 2024-02-14 17:14:49 +00:00
templates.go chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
templateversions.go feat: add support for optional external auth providers (#12021) 2024-02-21 11:18:38 -07:00
time.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
time_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
updatecheck.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
users.go feat: implement organization context in the cli (#12259) 2024-02-26 10:03:49 -06:00
websocket.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04:00
websocket_test.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04:00
workspaceagentconn.go feat: show tailnet peer diagnostics after coder ping (#12314) 2024-02-27 22:04:46 +04:00
workspaceagentportshare.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
workspaceagents.go chore: refactor agent routines that use the v2 API (#12223) 2024-02-23 11:04:23 +04:00
workspaceagents_internal_test.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
workspaceagents_test.go feat: change agent to use v2 API for reporting stats (#12024) 2024-02-07 15:26:41 +04:00
workspaceapps.go feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
workspacebuilds.go feat(site): display user avatar (#11893) 2024-01-30 17:07:06 +00:00
workspacedisplaystatus.go fix: Remove `action` from build cancelation names (#4930) 2022-11-08 17:12:06 +00:00
workspacedisplaystatus_internal_test.go fix: Remove `action` from build cancelation names (#4930) 2022-11-08 17:12:06 +00:00
workspaceproxy.go chore: remove organization requirement from convertGroup() (#12195) 2024-02-21 15:58:11 -06:00
workspaces.go chore(codersdk): explain format of codersdk.UpdateWorkspaceAutostartRequest.Schedule (#12539) 2024-03-11 22:50:38 +00:00