coder/coderd
Kyle Carberry b4c29f34c3
fix: Always use UTC time when inserting stats (#4009)
Fixes a flake reported by @mafredri
2022-09-12 16:01:42 +00:00
..
audit feat: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05:00
autobuild fix: Remove name from workspace builds (#3937) 2022-09-07 19:49:57 +00: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 auditing to user routes (#3961) 2022-09-08 21:16:16 -05:00
database feat: Allow hide resources (#3977) 2022-09-09 16:38:00 -03:00
devtunnel chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
features feat: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05: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 fix: Remove name from workspace builds (#3937) 2022-09-07 19:49:57 +00:00
metricscache feat: use active users instead of total users in Template views (#3900) 2022-09-09 19:30:31 +00: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: add description to audit log responses (#3949) 2022-09-08 09:36:34 -05: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: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05: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 feat: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05:00
features_internal_test.go feat: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05: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: Allow hide resources (#3977) 2022-09-09 16:38:00 -03:00
provisionerdaemons_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
provisionerjobs.go fix: Sort resources by name (#3941) 2022-09-08 03:16:26 +00: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 feat: use active users instead of total users in Template views (#3900) 2022-09-09 19:30:31 +00:00
templates_test.go fix: Always use UTC time when inserting stats (#4009) 2022-09-12 16:01:42 +00:00
templateversions.go feat: add template/template version auditing (#3965) 2022-09-09 11:34:23 -05:00
templateversions_test.go feat: add template/template version auditing (#3965) 2022-09-09 11:34:23 -05:00
userauth.go fix: Optionally consume `email_verified` if it's provided (#3957) 2022-09-08 14:06:00 +00:00
userauth_test.go fix: Optionally consume `email_verified` if it's provided (#3957) 2022-09-08 14:06:00 +00:00
users.go feat: add auditing to user routes (#3961) 2022-09-08 21:16:16 -05:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go feat: add workspace auditing (#3966) 2022-09-10 11:07:45 -05:00
workspaceagents.go fix: Always use UTC time when inserting stats (#4009) 2022-09-12 16:01:42 +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: Allow hide resources (#3977) 2022-09-09 16:38:00 -03:00
workspacebuilds_test.go fix: Sort resources by name (#3941) 2022-09-08 03:16:26 +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 fix: Sort resources by name (#3941) 2022-09-08 03:16:26 +00:00
workspaces.go feat: add workspace auditing (#3966) 2022-09-10 11:07:45 -05:00
workspaces_internal_test.go fix: Allow spaces in searches (#2723) 2022-06-29 11:59:38 -05:00
workspaces_test.go feat: add workspace auditing (#3966) 2022-09-10 11:07:45 -05:00