coder/codersdk
Garrett Delfosse 3ab3a62bef
feat: add port-sharing backend (#11939)
2024-02-13 09:31:20 -05:00
..
agentsdk chore: add tests for app ID copy in app healths (#12088) 2024-02-12 05:49:48 +00: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 feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
deployment_test.go fix: strip timezone information from a date in dau response (#11962) 2024-01-31 16:01:50 -06:00
externalauth.go feat: add user/settings page for managing external auth (#10945) 2023-12-06 08:41:45 -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 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
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: add endpoints to oauth2 provider applications (#11718) 2024-01-22 13:25:25 -09:00
organizations.go feat: add template activity_bump property (#11734) 2024-02-13 07:00:35 +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 chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04: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: 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: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05: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: add user-level parameter autofill (#11731) 2024-01-30 16:02:21 -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 chore: remove legacy wsconncache (#11816) 2024-01-30 07:56:36 +04:00
workspaceagentportshare.go feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
workspaceagents.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04:00
workspaceagents_internal_test.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04: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 feat(coderd): store workspace proxy version in the database (#10790) 2023-11-21 11:21:25 +00:00
workspaces.go feat(site): display user avatar (#11893) 2024-01-30 17:07:06 +00:00