coder/coderd
Kyle Carberry 026b1cd2a4
chore: update to go 1.20 (#5968)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
2023-02-02 12:36:27 -06:00
..
apidoc chore: remove unused `workspace_owner_count` field (#5958) 2023-02-02 17:59:43 +00:00
audit fix: audit log broken build links (#5895) 2023-01-30 18:43:29 +00:00
autobuild feat: Support rich parameters in autobuilds (#5916) 2023-01-30 15:34:38 +01: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: Disallow using legacy params with rich params (#5974) 2023-02-02 16:44:57 +01:00
database chore: remove unused `workspace_owner_count` field (#5958) 2023-02-02 17:59:43 +00:00
devtunnel fix: Add timeout to selecting a dev tunnel (#4592) 2022-10-17 18:03:17 +00:00
gitauth fix: fix security vulnerabilities reported by CodeQL (#5467) 2022-12-19 19:25:59 +00:00
gitsshkey feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
httpapi chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
httpmw chore: update to go 1.20 (#5968) 2023-02-02 12:36:27 -06:00
metricscache feat(site): Add deployment-wide DAU chart (#5810) 2023-01-25 22:03:47 -03:00
parameter chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
prometheusmetrics feat: Add database data generator to make fakedbs easier to populate (#5922) 2023-01-31 15:10:03 -06:00
provisionerdserver feat: Add database data generator to make fakedbs easier to populate (#5922) 2023-01-31 15:10:03 -06:00
rbac chore: update to go 1.20 (#5968) 2023-02-02 12:36:27 -06:00
telemetry chore: Update sqlc to v1.16.0 (#5788) 2023-01-23 13:14:47 +02:00
tracing feat: tracing improvements (#4988) 2022-11-29 07:22:10 +10:00
updatecheck chore: update to go 1.20 (#5968) 2023-02-02 12:36:27 -06:00
userpassword Correct spelling of macOS (#3478) 2022-08-11 21:22:06 -04:00
util chore: Add generics to typescript generator (#4664) 2022-10-20 08:15:24 -05:00
wsconncache chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
activitybump.go feat(coderd): activity bump for full TTL instead of 1h (#5732) 2023-01-16 20:13:34 +00:00
activitybump_test.go feat(coderd): activity bump for full TTL instead of 1h (#5732) 2023-01-16 20:13:34 +00:00
apikey.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
apikey_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
apiroot.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
audit.go fix: audit log broken build links (#5895) 2023-01-30 18:43:29 +00:00
audit_test.go fix: audit log broken build links (#5895) 2023-01-30 18:43:29 +00:00
authorize.go chore: Implement standard rbac.Subject to be reused everywhere (#5881) 2023-01-26 14:42:54 -06:00
authorize_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
buildinfo.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
client_test.go fix: workspaceapps: overloaded test server responds with 502s (#5255) 2022-12-02 23:16:07 +01:00
coderd.go feat(site): Add deployment-wide DAU chart (#5810) 2023-01-25 22:03:47 -03:00
coderd_test.go feat: Build framework for generating API docs (#5383) 2022-12-19 18:43:46 +01:00
csp.go feat: Validate swagger definitions (#5694) 2023-01-13 12:27:21 +01:00
debug.go feat: add debug server for tailnet coordinators (#5861) 2023-01-25 21:27:36 +00:00
deploymentconfig.go docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
deploymentconfig_test.go fix: move experimental flag to server (#4959) 2022-11-08 16:59:39 +00:00
experiments.go feat: add --experiments flag to replace --experimental (#5767) 2023-01-18 19:12:53 +00:00
experiments_test.go chore: move vscode local out of experiments (#5773) 2023-01-20 04:32:59 +00:00
files.go feat: Implement allow_list for scopes for resource specific permissions (#5769) 2023-01-19 13:41:36 -06:00
files_test.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
gitsshkey.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
gitsshkey_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
insights.go feat(site): Add deployment-wide DAU chart (#5810) 2023-01-25 22:03:47 -03:00
insights_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
members.go chore: Implement standard rbac.Subject to be reused everywhere (#5881) 2023-01-26 14:42:54 -06:00
organizations.go feat: Implement allow_list for scopes for resource specific permissions (#5769) 2023-01-19 13:41:36 -06:00
organizations_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
pagination.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
pagination_internal_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
parameters.go docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
parameters_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
provisionerjobs.go Updated PreconditionFailed status occurences to more appropriate statuses. (#5513) 2023-01-13 08:30:48 -06:00
provisionerjobs_internal_test.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
provisionerjobs_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
roles.go chore: Implement standard rbac.Subject to be reused everywhere (#5881) 2023-01-26 14:42:54 -06:00
roles_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
templates.go chore: remove unused `workspace_owner_count` field (#5958) 2023-02-02 17:59:43 +00:00
templates_test.go chore: remove unused `workspace_owner_count` field (#5958) 2023-02-02 17:59:43 +00:00
templateversions.go feat: Validate workspace build parameters (#5807) 2023-01-24 14:22:00 +01:00
templateversions_test.go Updated PreconditionFailed status occurences to more appropriate statuses. (#5513) 2023-01-13 08:30:48 -06:00
updatecheck.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
updatecheck_test.go feat: Add support for update checks and notifications (#4810) 2022-12-01 19:43:28 +02:00
userauth.go feat: Allow hiding password auth, changing OpenID Connect text and OpenID Connect icon (#5101) 2023-01-31 18:33:25 +00:00
userauth_test.go feat: Allow hiding password auth, changing OpenID Connect text and OpenID Connect icon (#5101) 2023-01-31 18:33:25 +00:00
users.go fix: remove authentication requirement for `/users/login` (#5717) 2023-01-30 02:46:04 +00:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceagents.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceagents_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceapps.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceapps_internal_test.go feat: Add database data generator to make fakedbs easier to populate (#5922) 2023-01-31 15:10:03 -06:00
workspaceapps_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspacebuilds.go feat: Disallow using legacy params with rich params (#5974) 2023-02-02 16:44:57 +01:00
workspacebuilds_test.go fix: loop variable captured by func literal in parameters test (#5878) 2023-01-27 09:37:55 -06:00
workspaceresourceauth.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaceresourceauth_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaces.go fix: audit log broken build links (#5895) 2023-01-30 18:43:29 +00:00
workspaces_internal_test.go Filter query: has-agent connecting, connected, disconnected, timeout (#5145) 2022-11-24 15:33:13 +01:00
workspaces_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00