coder/coderd
Colin Adler 3d6d51fbd0
feat: audit log api (#3898)
2022-09-07 16:38:19 +00:00
..
audit feat: add unique ids to all HTTP requests (#3845) 2022-09-02 13:04:29 -05:00
autobuild chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
awsidentity feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
azureidentity chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
coderdtest feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
database feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
devtunnel chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
gitsshkey feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
httpapi feat: add panic recovery middleware (#3687) 2022-08-29 17:00:52 -05:00
httpmw feat: add unique ids to all HTTP requests (#3845) 2022-09-02 13:04:29 -05:00
metricscache Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
parameter fix: Sort `ComputedValue` according to parameter schema index (#3022) 2022-07-18 19:39:24 +03:00
prometheusmetrics feat: Add workspace metrics export to Prometheus (#3421) 2022-08-09 01:08:42 +00:00
rbac feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
telemetry fix: Use first user for telemetry email (#3761) 2022-08-30 19:00:23 +00:00
tracing feat: add panic recovery middleware (#3687) 2022-08-29 17:00:52 -05:00
turnconn fix: Close TURN connections to resolve flake (#1079) 2022-04-19 11:14:55 -05:00
userpassword Correct spelling of macOS (#3478) 2022-08-11 21:22:06 -04:00
util chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
wsconncache feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
audit.go feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
audit_test.go feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
authorize.go GET license endpoint (#3651) 2022-08-24 18:44:22 +00:00
coderd.go feat: audit log api (#3898) 2022-09-07 16:38:19 +00:00
coderd_test.go fix: Add latency-check for DERP over HTTP(s) (#3788) 2022-09-01 16:41:47 +00:00
csp.go ref: move httpapi.Reponse into codersdk (#2954) 2022-07-12 19:15:02 -05:00
features.go Feature server implementation (#3899) 2022-09-06 18:59:10 +00:00
features_internal_test.go Feature server implementation (#3899) 2022-09-06 18:59:10 +00:00
files.go chore: Drop resource_id support in rbac system (#3426) 2022-08-09 18:16:53 +00:00
files_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
gitsshkey.go ref: move httpapi.Reponse into codersdk (#2954) 2022-07-12 19:15:02 -05:00
gitsshkey_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
licenses.go POST license API endpoint (#3570) 2022-08-22 15:02:50 -07:00
members.go chore: Make member role struct match site roles (#3671) 2022-08-24 15:58:57 -04:00
organizations.go chore: Drop resource_id support in rbac system (#3426) 2022-08-09 18:16:53 +00:00
organizations_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
pagination.go ref: move httpapi.Reponse into codersdk (#2954) 2022-07-12 19:15:02 -05:00
pagination_internal_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
parameters.go ref: move httpapi.Reponse into codersdk (#2954) 2022-07-12 19:15:02 -05:00
parameters_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
provisionerdaemons.go feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
provisionerdaemons_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
provisionerjobs.go feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
provisionerjobs_internal_test.go Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
provisionerjobs_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
roles.go fix: Role assign ui fixes (#3521) 2022-08-16 10:39:42 -05:00
roles_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
templates.go Daily Active User Metrics (#3735) 2022-09-01 14:58:23 -05:00
templates_test.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
templateversions.go feat: add template version creator (#3001) 2022-07-15 14:12:39 -07:00
templateversions_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
userauth.go fix: fix creating users with wrong login type (#3929) 2022-09-07 10:37:15 -05:00
userauth_test.go feat: Add profile pictures to OAuth users (#3855) 2022-09-04 11:44:27 -05:00
users.go feat: Add profile pictures to OAuth users (#3855) 2022-09-04 11:44:27 -05:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaceagents.go feat: add last used to Workspaces page (#3816) 2022-09-02 00:08:51 +00:00
workspaceagents_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaceapps.go fix: Fix properly selecting workspace apps by agent (#3684) 2022-08-29 08:56:52 -04:00
workspaceapps_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspacebuilds.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
workspacebuilds_test.go feat: add orphan support (#3849) 2022-09-06 17:07:00 +00:00
workspaceresourceauth.go ref: move httpapi.Reponse into codersdk (#2954) 2022-07-12 19:15:02 -05:00
workspaceresourceauth_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaceresources.go feat: Add Tailscale networking (#3505) 2022-08-31 20:09:44 -05:00
workspaceresources_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaces.go fix: Skip empty values so Terraform can use the default value (#3902) 2022-09-06 15:15:19 -03:00
workspaces_internal_test.go fix: Allow spaces in searches (#2723) 2022-06-29 11:59:38 -05:00
workspaces_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00