Kyle Carberry
b50bb99fe7
fix: Check if the response body is nil before panicing ( #4448 )
...
If a WebSocket connection couldn't be established, a panic would occur.
v0.9.8
2022-10-10 18:45:03 +00:00
Kyle Carberry
daa34cf7b8
fix: Return deleted users when fetching workspace builds ( #4441 )
...
Fixes #4359 .
2022-10-10 18:03:54 +00:00
Ammar Bandukwala
85c679597c
site: reduce printWidth to 80 ( #4437 )
...
Resolves #4435
2022-10-10 10:33:35 -07:00
Ammar Bandukwala
cb54986d3f
docs: fix bullet points in kubernetes.md ( #4445 )
2022-10-10 17:21:32 +00:00
Bruno Quaresma
5e594adfba
refactor: Display tooltip on cancel action ( #4421 )
2022-10-10 12:34:09 -03:00
Ammar Bandukwala
eefc26c108
Hide build logs older than 30 days ( #4436 )
2022-10-09 20:01:18 +00:00
Andrei Kondratiev
dd5173b45c
fix: apply loadBalancerIP and externalTrafficPolicy values in helm chart ( #4427 )
2022-10-08 21:15:56 +00:00
Ammar Bandukwala
c01910fb75
docs: use enterprise badges ( #4428 )
2022-10-07 23:44:41 -05:00
Colin Adler
0ad8e775a5
fix(ci): use correct retention-days in e2e ( #4424 )
2022-10-07 13:46:16 -05:00
Mathias Fredriksson
3ad27b547f
chore: Rename context in cli/agent ( #4422 )
...
Rename context from common `ctx` to `retryCtx` to avoid later re-use.
Also kind of a bug-fix since client post was using `cmd.Context()`.
2022-10-07 18:06:20 +00:00
Bruno Quaresma
50966c4cf7
fix: Fix keyboard focus styles on buttons ( #4418 )
2022-10-07 14:39:39 -03:00
Bruno Quaresma
34f799257c
refactor: Remove user roles from dropdown ( #4419 )
2022-10-07 14:17:56 -03:00
Kira Pilot
257df81667
chore: replace old ErrorSummary component ( #4417 )
...
* replaced error summary
* fixed tests
* positioning caret
2022-10-07 13:14:32 -04:00
Joe Previte
2b6586d542
chore: add ignoreRestSiblings to no-unused-vars ESLint rule ( #4404 )
...
* chore: add ignoreRestSiblings to eslint config
* fix(site): remove eslint warning in <Markdown />
2022-10-07 09:55:27 -07:00
Mathias Fredriksson
adcf8838d2
fix: Ensure GitHub OAuth2 users are active in organization ( #4416 )
2022-10-07 19:53:58 +03:00
Kira Pilot
e8e095e2f8
feat: redesign error alert ( #4403 )
...
* added a warning summary component
* added warning to workspace page
* consolidated warnings
* prettier
* updated design
* added color scheme
* updated expander component
* cleanup
* fixed tests
* fixed height issue
* prettier
* use theme constants
* increased icon margin
2022-10-07 10:39:27 -04:00
Kyle Carberry and Ben Potter
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
Kyle Carberry
3049a56355
fix: Use the maximum number of users for a license warning ( #4410 )
...
This was causing a banner on dev.coder.com. But now we have a test!
v0.9.7
2022-10-06 20:59:25 -05:00
Kyle Carberry
915bb41ea2
feat: Add trial property to licenses ( #4372 )
...
* feat: Add trial property to licenses
This allows the frontend to display whether the user is on
a trial license of Coder. This is useful for advertising
Enterprise functionality.
* Improve tests for license enablement code
* Add all features property
2022-10-06 19:28:22 -05:00
Timo
05670d133e
fix: Spelling in audit log docs ( #4384 )
2022-10-06 22:13:25 +00:00
Garrett Delfosse
32bb1e7ce9
fix: add back missing postAPIKey route ( #4406 )
2022-10-06 17:56:43 -04:00
Garrett Delfosse
a89d6909b2
fix: show help on wraper commands ( #4402 )
2022-10-06 20:15:28 +00:00
Garrett Delfosse
f5df54831a
feat: tokens ( #4380 )
2022-10-06 19:02:27 +00:00
Kyle Carberry
fe7c9f8ec1
chore: Stop building images on tag pushes ( #4397 )
...
This was causing a red X on releases!
2022-10-06 15:39:53 +00:00
Kyle Carberry
9cf3e102ba
chore: Pin typos to fix CI ( #4396 )
v0.9.6
2022-10-06 10:27:23 -05:00
Dean Sheather
3b15f13ae4
fix: fix apps being unavailable until rebuild ( #4395 )
2022-10-06 10:23:55 -05:00
Kyle Carberry
9b1ff43e9f
fix: Don't run CI for releases ( #4393 )
...
This was unnecessary and causing weird issues like double deploys and runs.
2022-10-06 10:02:37 -05:00
Ben Potter
ea42212a2a
chore: add icons to quickstarts ( #4379 )
2022-10-06 10:56:46 -04:00
Kyle Carberry
0ebcb7de55
fix: Remove reliance of relative_path on subdomains ( #4390 )
...
This broke all relative path applications.
v0.9.5
2022-10-06 09:30:10 -05:00
Kyle Carberry
d275331c13
fix: Remove audit warning if unlicensed ( #4387 )
...
Fixes #4383 .
2022-10-06 08:48:44 -05:00
Dean Sheather
29a2fe46e8
fix: fix builds on windows_arm64 ( #4388 )
2022-10-06 23:42:58 +10:00
Mathias Fredriksson
93b8121c9b
fix: Change use of 1337 to 13337 in example templates ( #4386 )
2022-10-06 13:25:18 +00:00
Dean Sheather
1386465631
feat: add endpoint to get listening ports in agent ( #4260 )
2022-10-06 22:38:22 +10:00
Kyle Carberry
bbe2baf3f6
fix: Ignore all hidden files and folders in archive ( #4382 )
...
This also adds a suite of tests to ensure this cannot happen again!
v0.9.4
2022-10-06 00:36:45 +00:00
Kira Pilot
3ad5e11d22
feat: add warning if workspace page becomes stale ( #4375 )
...
* added a warning summary component
* added warning to workspace page
* consolidated warnings
* prettier
* updated design
2022-10-05 18:46:46 -04:00
Presley Pizzo
9a670b90df
chore: refactor frontend to use workspace status directly ( #4361 )
...
* Add/update copy
* Update mocks
* Handle disabled button labels separately
* Use workspace status directly, use i18n
* Update stories and tests
* Fix optimistic update in xservice to use status, pending
* Rename started to running in story
* Fix deletion banner conditional
* Send label to disabled button
* Refactor workspace actions
2022-10-05 16:20:29 -04:00
Dean Sheather
2a66395fb7
feat: use app wildcards for apps if configured ( #4263 )
...
* feat: use app wildcards for apps if configured
* feat: relative_path -> subdomain
- rename relative_path -> subdomain when referring to apps
- migrate workspace_apps.relative_path to workspace_apps.subdomain
- upgrade coder/coder terraform module to 0.5.0
2022-10-05 19:23:01 +00:00
Ammar Bandukwala
4f3958c831
docs: link all enterprise features ( #4368 )
2022-10-05 15:05:28 -04:00
Garrett Delfosse
b65c555dfc
fix: warn user if not entitled feature is enabled ( #4377 )
2022-10-05 17:45:05 +00:00
Garrett Delfosse
8d14076a23
fix: move quotas above inputs ( #4376 )
2022-10-05 13:44:15 -04:00
Muhammad Atif Ali
3759bb2a9a
docs: fixed a typo ( #4374 )
2022-10-05 09:50:56 -05:00
Kyle Carberry
504cd462a7
fix: Check for a response body when dialing the Tailnet WebSocket ( #4327 )
...
There was a panic in this code that caused it to fail on error!
v0.9.3
2022-10-04 19:46:59 -05:00
Kyle Carberry
8940ea179e
fix: Always set DisconnectedAt if the agent isn't connected ( #4328 )
...
Fixes #4315 .
2022-10-05 00:28:47 +00:00
Steven Masley
587017665a
feat: Also log out of apps if they are hosted on the same domain ( #4334 )
...
* feat: Also log out of apps if they are hosted on the same domain
* Update comment
2022-10-04 19:01:16 -04:00
Kyle Carberry
06d7e368ab
fix: Ignore hidden folders when archiving ( #4370 )
...
Fixes #4369 .
2022-10-04 22:27:14 +00:00
Kyle Carberry
f2952000d9
fix: Ensure WebSockets routinely transfer data ( #4367 )
...
Fixes #4351 .
2022-10-04 17:10:58 -05:00
Ammar Bandukwala
a6bb3b29d0
docs: add quotas ( #4366 )
2022-10-04 20:55:43 +00:00
Ammar Bandukwala
db7030716d
docs: add minor quickstart fixups ( #4363 )
...
- And fix Telemetry in manifest.json
2022-10-04 14:57:06 -05:00
Kyle Carberry
45c05a0896
Fix additional .md on port-forwarding docs
2022-10-04 19:52:30 +00:00
Garrett Delfosse
ffbaa93722
feat: add experimental flag ( #4364 )
2022-10-04 19:45:00 +00:00