coder/codersdk
Steven Masley b5b5c37d03
docs: describe mutually exclusive create workspace template fields (#12834)
* docs: describe mutually exclusive create workspace template fields

Ideally we could do this in the OpenAPI spec, but there is no first
class "mutually exclusive" feature in OpenAPI. So in lieu of something
more complex, or changing our struct/validation, a description comment
should suffice.

* chore: Add description to code sample as well
2024-04-02 10:11:24 -05: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
healthsdk chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05:00
testdata chore: implement yaml parsing for external auth configs (#11268) 2023-12-19 18:09:45 +00:00
workspacesdk chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05: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 chore: remove middleware to request version and entitlement warnings (#12750) 2024-03-25 15:01:42 -04: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 feat: make OAuth2 provider not enterprise-only (#12732) 2024-03-25 11:52:22 -08:00
deployment_test.go chore(cli): replace clibase with external `coder/serpent` (#12252) 2024-03-15 11:24:38 -05: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
insights.go feat(coderd): add sftp to insights apps (#12675) 2024-03-27 14:09:29 +02: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 docs: describe mutually exclusive create workspace template fields (#12834) 2024-04-02 10:11:24 -05: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 feat: allow number options with monotonic validation (#12726) 2024-03-27 08:54:42 +00: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 max_ttl from templates (#12644) 2024-03-20 10:37:57 -05: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 chore: remove max_ttl from templates (#12644) 2024-03-20 10:37:57 -05:00
websocket.go fix(codersdk): abort in-progress writes/reads when closing websocket (#12650) 2024-03-20 11:53:32 -05:00
websocket_test.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04:00
workspaceagentportshare.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
workspaceagents.go chore(codersdk): move all tailscale imports out of `codersdk` (#12735) 2024-03-26 12:44:31 -05: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 fix(cli): port-forward: update workspace last_used_at (#12659) 2024-03-20 16:44:12 +00:00