coder/coderd
Kyle Carberry 3cc77d96eb
feat: Add tunnel by default (#4399)
* feat: Add tunnel by default

If an access URL is not specified, we will always tunnel.

This is from community-member feedback who exclaimed that
it's confusing having the default for `coder server` display
a warning message, and I agree.

There is very little (maybe none) in running `coder server`
without tunnel and without an access URL, so this seems like
overall a much better UX.

* Update install.sh

Co-authored-by: Ben Potter <ben@coder.com>

* Update docs/install/packages.md

Co-authored-by: Ben Potter <ben@coder.com>

* Fix reset pass test

* Fix e2e test

Co-authored-by: Ben Potter <ben@coder.com>
2022-10-07 08:05:56 -05:00
..
audit fix(audit): only generate diff on request success (#4253) 2022-09-28 17:28:33 -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: Convert rego queries into SQL clauses (#4225) 2022-10-04 11:35:33 -04:00
database feat: tokens (#4380) 2022-10-06 19:02:27 +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 fix: Ensure WebSockets routinely transfer data (#4367) 2022-10-04 17:10:58 -05:00
httpmw fix: Install Terraform once and only log >=500 (#4339) 2022-10-03 15:19:02 -05:00
metricscache feat: use active users instead of total users in Template views (#3900) 2022-09-09 19:30:31 +00:00
parameter fix: Remove unused scopes from parameter computation (#4171) 2022-09-23 16:09:45 -05:00
prometheusmetrics feat: add API key scopes and application_connect scope (#4067) 2022-09-19 17:39:02 +00:00
rbac feat: Convert rego queries into SQL clauses (#4225) 2022-10-04 11:35:33 -04:00
telemetry feat: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
tracing chore: Add flusher to make implement http.Flusher interface (#4255) 2022-09-29 01:16:11 +00: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
workspacequota feat: workspace quotas (#4184) 2022-09-30 14:01:20 -04:00
wsconncache feat: add health check monitoring to workspace apps (#4114) 2022-09-23 15:51:04 -04:00
activitybump.go feat: bump workspace deadline on user activity (#4119) 2022-09-20 21:17:24 +00:00
activitybump_test.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00
apikey.go fix: add back missing postAPIKey route (#4406) 2022-10-06 17:56:43 -04:00
apikey_test.go fix: add back missing postAPIKey route (#4406) 2022-10-06 17:56:43 -04:00
audit.go fix: Fix audit search query (#4352) 2022-10-03 20:56:54 -03:00
audit_test.go fix: Fix audit search query (#4352) 2022-10-03 20:56:54 -03:00
authorize.go feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
authorize_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
coderd.go fix: add back missing postAPIKey route (#4406) 2022-10-06 17:56:43 -04:00
coderd_test.go chore: Refactor Enterprise code to layer on top of AGPL (#4034) 2022-09-19 23:11:01 -05:00
csp.go feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
files.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
files_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03:00
gitsshkey.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
gitsshkey_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
members.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
organizations.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05: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 feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -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: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
provisionerdaemons_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
provisionerjobs.go fix: Ensure WebSockets routinely transfer data (#4367) 2022-10-04 17:10:58 -05:00
provisionerjobs_internal_test.go fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
provisionerjobs_test.go fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
roles.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
roles_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
templates.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
templates_test.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00
templateversions.go fix: Test flake in `TestWorkspaceStatus` (#4333) 2022-10-03 11:43:11 -05:00
templateversions_test.go fix: Test flake in `TestWorkspaceStatus` (#4333) 2022-10-03 11:43:11 -05:00
userauth.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
userauth_test.go feat: Implement (but not enforce) CSRF for FE requests (#3786) 2022-09-13 15:26:46 -04:00
users.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
workspaceagents.go feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
workspaceagents_test.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
workspaceapps.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
workspaceapps_internal_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
workspaceapps_test.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
workspacebuilds.go fix: Test flake in `TestWorkspaceStatus` (#4333) 2022-10-03 11:43:11 -05:00
workspacebuilds_test.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00
workspaceresourceauth.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
workspaceresourceauth_test.go chore: Reduce test times (#3856) 2022-09-04 11:28:09 -05:00
workspaces.go feat: Convert rego queries into SQL clauses (#4225) 2022-10-04 11:35:33 -04:00
workspaces_internal_test.go fix: Allow spaces in searches (#2723) 2022-06-29 11:59:38 -05:00
workspaces_test.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00