coder/codersdk
Steven Masley 7f25d31745
feat: Allow changing the 'group' oidc claim field (#6546)
* feat: Allow changing the 'group' oidc claim field
* Enable empty groups support
* fix: Delete was wiping all groups, not just the single user's groups
* Update docs
* fix: Dbfake delete group member fixed
2023-03-09 23:31:38 -06:00
..
agentsdk chore: use nil map on agent stats to check if report interval should be returned (#6479) 2023-03-07 14:25:04 +00:00
apikey.go feat: add ability to name tokens (#6365) 2023-03-02 09:39:38 -08:00
audit.go feat: audit addition and removal of licenses (#6125) 2023-02-14 16:34:13 -05:00
authorization.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
client.go feat: use JWT ticket to avoid DB queries on apps (#6148) 2023-03-07 19:38:11 +00:00
client_internal_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
deployment.go feat: Allow changing the 'group' oidc claim field (#6546) 2023-03-09 23:31:38 -06:00
deployment_test.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
files.go Stream template upload (#6035) 2023-02-04 20:07:09 +00:00
gitsshkey.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
groups.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
licenses.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
organizations.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00: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
parameters.go feat: add JSON output format to many CLI commands (#6082) 2023-02-08 17:09:38 +00:00
provisionerdaemons.go fix: pass sdk header transport to websocket connections (#6521) 2023-03-09 02:29:02 +00:00
replicas.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
richparameters.go feat: mark coder_parameter as "required" (#6433) 2023-03-07 16:38:31 +01:00
roles.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
serversentevents.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
templates.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
templateversions.go feat: mark coder_parameter as "required" (#6433) 2023-03-07 16:38:31 +01:00
time.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
time_test.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
updatecheck.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
users.go feat: add JSON output format to many CLI commands (#6082) 2023-02-08 17:09:38 +00:00
workspaceagentconn.go fix(tailnet): Improve tailnet setup and agentconn stability (#6292) 2023-02-24 13:11:28 +02:00
workspaceagents.go fix: pass sdk header transport to websocket connections (#6521) 2023-03-09 02:29:02 +00:00
workspaceagents_test.go chore: convert agent stats to use a table (#6374) 2023-02-28 13:33:33 -06:00
workspaceapps.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspacebuilds.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +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
workspaces.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00