coder/codersdk
Steven Masley b246f08d84
chore: move app URL parsing to its own package (#11651)
* chore: move app url parsing to it's own package
2024-01-17 10:41:42 -06:00
..
agentsdk feat(cli): add `coder open vscode` (#11191) 2024-01-02 20:46:18 +02: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: manage health settings using Coder API (#10861) 2023-11-28 18:15:17 +01: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 chore: move app URL parsing to its own package (#11651) 2024-01-17 10:41:42 -06:00
deployment_test.go chore: implement yaml parsing for external auth configs (#11268) 2023-12-19 18:09:45 +00:00
externalauth.go feat: add user/settings page for managing external auth (#10945) 2023-12-06 08:41:45 -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 feat: expose Everyone group through UI (#9117) 2023-08-17 13:25:16 -05:00
health.go feat(site): add healthcheck page for provisioner daemons (#11494) 2024-01-08 17:14:09 +00:00
insights.go feat: expose app insights as Prometheus metrics (#10346) 2023-11-07 17:14:59 +01: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: add OAuth2 applications (#11197) 2023-12-21 21:38:42 +00:00
organizations.go feat(coderd): insert provisioner daemons (#11207) 2023-12-18 16:44:52 +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
provisionerdaemons.go feat(coderd): add provisioner build version and api_version on serve (#11369) 2024-01-03 09:01:57 +00:00
rbacresources.go feat: allow auditors to read template insights (#10860) 2023-11-24 17:21:32 +00:00
replicas.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
richparameters.go fix: unify parameter validation errors (#8738) 2023-07-26 17:44:50 +02:00
richparameters_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
roles.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
serversentevents.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
templates.go chore: deprecate template create command in favor of template push (#11390) 2024-01-05 21:04:14 +00:00
templateversions.go feat: archive template versions to hide them from the ui (#10179) 2023-10-11 09:26:22 -05: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: expose `owner_name` in `coder_workspace` resource (#11639) 2024-01-17 13:20:45 +01:00
workspaceagentconn.go fix: close ssh sessions gracefully (#10732) 2023-11-17 12:43:20 +04:00
workspaceagents.go fix: use header flags in wsproxy server (#10985) 2023-12-05 14:13:42 +04:00
workspaceagents_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceapps.go feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
workspacebuilds.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05: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 feat(coderd): store workspace proxy version in the database (#10790) 2023-11-21 11:21:25 +00:00
workspaces.go feat(cli): add `coder open vscode` (#11191) 2024-01-02 20:46:18 +02:00