coder/coderd
Kyle Carberry 52fa1f2464
fix: Handle all method types for app proxying (#2868)
All methods need to be accepted on app routes. Some apps
may POST (like Jupyter).
2022-07-08 15:45:28 -05:00
..
audit fix: populate default created_by and add not-null constraint in templates (#2290) 2022-06-13 17:25:06 +00:00
autobuild fix: Parse 24h time format from schedule cron in CLI (#2586) 2022-06-22 17:45:00 +00:00
awsidentity feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
azureidentity feat: Add Azure instance identitity authentication (#1064) 2022-04-19 13:48:13 +00:00
coderdtest provisionerd sends failed or complete last (#2732) 2022-07-01 09:55:46 -07:00
database fix: update template updated_at value (#2729) 2022-06-30 12:14:51 +00:00
devtunnel feat(devtunnel): support geodistributed tunnels (#2711) 2022-06-30 19:11:13 -05:00
gitsshkey feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
httpapi feat: improve Users filter API (#2645) 2022-06-24 23:55:28 +00:00
httpmw fix: use valid ip mask in api keys when remote address is ipv6 (#2695) 2022-06-27 20:31:18 +00:00
parameter feat: Allow inheriting parameters from previous template_versions when updating a template (#2397) 2022-06-17 12:22:28 -05:00
rbac feat: Add workspace application support (#1773) 2022-06-04 15:13:37 -05:00
telemetry feat: Add `ip_address` to API keys (#2580) 2022-06-22 17:32:21 +00:00
tracing feat: add tracing for sql (#1610) 2022-05-20 10:51:06 -05:00
turnconn fix: Close TURN connections to resolve flake (#1079) 2022-04-19 11:14:55 -05:00
userpassword fix: Add route for user to change own password (#1812) 2022-05-27 17:29:55 +00:00
util feat: Workspace filters case insensitive (#2646) 2022-06-25 06:22:59 -05:00
wsconncache feat: Add workspace application support (#1773) 2022-06-04 15:13:37 -05:00
authorize.go feat: peer wireguard (#2445) 2022-06-24 10:25:01 -05:00
coderd.go fix: Handle all method types for app proxying (#2868) 2022-07-08 15:45:28 -05:00
coderd_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
csp.go chore: Linter rule for properly formatted api errors (#2123) 2022-06-07 14:33:06 +00:00
files.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
files_test.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
gitsshkey.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
gitsshkey_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
members.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
organizations.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
organizations_test.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
pagination.go fix: Adjust pagination limit to be zero-based (#2663) 2022-06-26 20:23:25 +00:00
pagination_internal_test.go fix: Adjust pagination limit to be zero-based (#2663) 2022-06-26 20:23:25 +00:00
parameters.go feat: Allow inheriting parameters from previous template_versions when updating a template (#2397) 2022-06-17 12:22:28 -05:00
parameters_test.go chore: Update BE http errors to be ui friendly (#1994) 2022-06-03 21:48:09 +00:00
provisionerdaemons.go fix pubsub/poll race on provisioner job logs (#2783) 2022-07-01 14:07:18 -07:00
provisionerdaemons_test.go feat: RBAC provisionerdaemons and parameters (#1755) 2022-05-26 11:20:54 -05:00
provisionerjobs.go fix pubsub/poll race on provisioner job logs (#2783) 2022-07-01 14:07:18 -07:00
provisionerjobs_internal_test.go fix pubsub/poll race on provisioner job logs (#2783) 2022-07-01 14:07:18 -07:00
provisionerjobs_test.go fix pubsub/poll race on provisioner job logs (#2783) 2022-07-01 14:07:18 -07:00
roles.go feat: Return more 404s vs 403s (#2194) 2022-06-14 10:14:05 -05:00
roles_test.go chore: Update BE http errors to be ui friendly (#1994) 2022-06-03 21:48:09 +00:00
templates.go fix: update template updated_at value (#2729) 2022-06-30 12:14:51 +00:00
templates_test.go fix: Fix test flake based on same update time (#2484) 2022-06-17 15:20:21 -05:00
templateversions.go fix: update template updated_at value (#2729) 2022-06-30 12:14:51 +00:00
templateversions_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
userauth.go chore: Linter rule for properly formatted api errors (#2123) 2022-06-07 14:33:06 +00:00
userauth_test.go fix: Use verified and primary email for GitHub signup (#1230) 2022-04-29 15:13:35 -05:00
users.go chore: Add linter rule to catch missing return after http writes (#2702) 2022-06-28 14:13:37 -05:00
users_internal_test.go fix: Allow spaces in searches (#2723) 2022-06-29 11:59:38 -05:00
users_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
workspaceagents.go fix: update template updated_at value (#2729) 2022-06-30 12:14:51 +00:00
workspaceagents_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
workspaceapps.go chore: Add linter rule to catch missing return after http writes (#2702) 2022-06-28 14:13:37 -05:00
workspaceapps_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
workspacebuilds.go feat: Updating workspace prompts new parameters (#2598) 2022-06-27 16:19:10 +00:00
workspacebuilds_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
workspaceresourceauth.go chore: Linter rule for properly formatted api errors (#2123) 2022-06-07 14:33:06 +00:00
workspaceresourceauth_test.go feat: in-process provisionerd connection (#1568) 2022-05-19 17:47:45 -05:00
workspaceresources.go fix: Elongate agent disconnect timeout in tests (#2687) 2022-06-27 15:06:51 +00:00
workspaceresources_test.go feat: unexpose coderdtest.NewWithAPI (#2613) 2022-06-27 13:50:52 -05:00
workspaces.go feat: Workspace filters case insensitive (#2646) 2022-06-25 06:22:59 -05:00
workspaces_internal_test.go fix: Allow spaces in searches (#2723) 2022-06-29 11:59:38 -05:00
workspaces_test.go fix: Disable random workspace filter tests due to flakes (#2855) 2022-07-08 13:01:00 -05:00