coder/codersdk
Szabolcs Fruhwald baf3bf6b9c
feat: add workspace_id, owner_name to agent manifest (#10199)
Co-authored-by: Kyle Carberry <kyle@carberry.com>
Co-authored-by: Atif Ali <atif@coder.com>
2023-12-04 00:41:54 +03:00
..
agentsdk feat: add workspace_id, owner_name to agent manifest (#10199) 2023-12-04 00:41:54 +03: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 chore: change cli error message handling (#9952) 2023-09-29 16:50:23 -05:00
client_internal_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
deployment.go fix: enable FeatureHighAvailability if it is licensed (#10834) 2023-11-22 14:46:55 +04:00
deployment_test.go feat(site): add annotation to display values of type clibase.Duration correctly (#10667) 2023-11-15 12:29:20 +00:00
externalauth.go feat: implement bitbucket-server external auth defaults (#10520) 2023-11-08 11:05:51 -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: add `dismissed` property to the healthcheck section (#10940) 2023-11-29 16:37:40 +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
organizations.go feat: add template setting to require active template version (#10277) 2023-10-18 17:07:21 -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: add telemetry for external provisioners (#10322) 2023-10-18 14:20:30 -05: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 feat: implement deprecated flag for templates to prevent new workspaces (#10745) 2023-11-20 19:16:18 +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: allow creating manual oidc/github based users (#9000) 2023-08-10 20:04:35 -05:00
workspaceagentconn.go fix: close ssh sessions gracefully (#10732) 2023-11-17 12:43:20 +04:00
workspaceagents.go fix(codersdk): keep workspace agent connection open after dial context (#10863) 2023-11-27 14:29:57 +02:00
workspaceagents_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceapps.go refactor: generate application URL on backend side (#9618) 2023-09-12 15:25:10 +02: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: add endpoint for resolving autostart status (#10507) 2023-11-08 23:24:56 -06:00