Marcin Tojek
2b574e2b2d
feat: add dismissed property to the healthcheck section ( #10940 )
2023-11-29 16:37:40 +00:00
Marcin Tojek
19b6d194fc
feat: manage health settings using Coder API ( #10861 )
2023-11-28 18:15:17 +01:00
Dean Sheather
3416f6dfb5
chore: update port-forwarding documentation ( #10916 )
2023-11-28 23:54:19 +10:00
Kira Pilot
54c3fc63d9
fix: docuemnt workspace filter query param correctly ( #10894 )
2023-11-27 12:57:24 -05:00
Ben Potter
3530d39740
docs: fix typo in additional-clusters.md ( #10868 )
2023-11-26 12:53:33 +00:00
Cian Johnston
dd161b172e
feat: allow auditors to read template insights ( #10860 )
...
- Adds a template_insights pseudo-resource
- Grants auditor and template admin roles read access on template_insights
- Updates existing RBAC checks to check for read template_insights, falling back to template update permissions where necessary
- Updates TemplateLayout to show Insights tab if can read template_insights or can update template
2023-11-24 17:21:32 +00:00
Cian Johnston
411ce46442
feat(coderd/healthcheck): add health check for proxy ( #10846 )
...
Adds a health check for workspace proxies:
- Healthy iff all proxies are healthy and the same version,
- Warning if some proxies are unhealthy,
- Error if all proxies are unhealthy, or do not all have the same version.
2023-11-24 15:06:51 +00:00
Marcin Tojek
78df68348a
feat: include health severity in reports ( #10817 )
2023-11-23 16:08:41 +01:00
sharkymark
e311e9ec24
chore: correct disabling direct and STUN; add vs code remote required URLs ( #10830 )
...
* chore: correct disabling direct and STUN; add vs code remote required URLs
* chore: offline docs
2023-11-22 20:04:56 -06:00
Zubarev Alexander
614c17924c
fix(docs): disable CODER_DERP_SERVER_STUN_ADDRESSES correctly ( #10840 )
2023-11-22 11:14:01 -06:00
Jon Ayers
8d1cfbce8f
fix: update workspace cleanup flag names for template cmds ( #10805 )
2023-11-21 18:20:01 -06:00
Muhammad Atif Ali
1c2f9e3199
chore: refactoring to move the notes at top
2023-11-21 22:03:21 +03:00
Jon Ayers
ad3eb4bb75
Revert "docs: add documentation for template update policies ( #10804 )" ( #10822 )
...
This reverts commit e6dc9eeffc .
2023-11-21 17:10:08 +00:00
Cian Johnston
abafc0863c
feat(coderd): store workspace proxy version in the database ( #10790 )
...
Stores workspace proxy version in database upon registration.
2023-11-21 11:21:25 +00:00
Jon Ayers and Ben Potter
e6dc9eeffc
docs: add documentation for template update policies ( #10804 )
...
Co-authored-by: Ben Potter <ben@coder.com >
2023-11-20 16:30:24 -06:00
Steven Masley
5229d7fd3a
feat: implement deprecated flag for templates to prevent new workspaces ( #10745 )
...
* feat: implement deprecated flag for templates to prevent new workspaces
* Add deprecated filter to template fetching
* Add deprecated to template table
* Add deprecated notice to template page
* Add ui to deprecate a template
2023-11-20 19:16:18 +00:00
Kayla Washburn and Kyle Carberry
9b6433e3a7
chore: remove theme experiment ( #10798 )
...
Co-authored-by: Kyle Carberry <kyle@carberry.com >
2023-11-20 09:53:20 -07:00
Muhammad Atif Ali
a8c25180db
fix(docs): fix a broken link ( #10783 )
2023-11-20 12:49:07 +03:00
JounQin and Muhammad Atif Ali
148eb90bda
docs: migrate all deprecated CODER_ADDRESS to CODER_HTTP_ADDRESS ( #10780 )
...
Co-authored-by: Muhammad Atif Ali <me@matifali.dev >
2023-11-19 17:54:02 +00:00
Ben Potter
d19a762589
docs: add v2.4.1 changelog ( #10770 )
2023-11-17 14:46:07 -06:00
Marcin Tojek
8999d5785a
feat: do not fail DERP healthcheck if WebSocket is used ( #10714 )
2023-11-17 16:00:49 +01:00
Spike Curtis
71f87d054f
fix: accept legacy redirect HTTP environment variables ( #10748 )
...
> Can someone help me understand the differences between these env variables:
>
> CODER_REDIRECT_TO_ACCESS_URL
> CODER_TLS_REDIRECT_HTTP_TO_HTTPS
> CODER_TLS_REDIRECT_HTTP
Oh man, what a mess. It looks like `CODER_TLS_REDIRECT_HTTP ` appears in our config docs. Maybe that was the initial name for the environment variable?
At some point, both the flag and the environment variable were `--tls-redirect-http-to-https` and `CODER_TLS_REDIRECT_HTTP_TO_HTTPS`. `CODER_TLS_REDIRECT_HTTP` did nothing.
However, then we introduced `CODER_REDIRECT_TO_ACCESS_URL`, we put in some deprecation code that was maybe fat-fingered such that we accept the environment variable `CODER_TLS_REDIRECT_HTTP` but the flag `--tls-redirect-http-to-https`. Our docs still refer to `CODER_TLS_REDIRECT_HTTP` at https://coder.com/docs/v2/latest/admin/configure#address
So, I think what we gotta do is still accept `CODER_TLS_REDIRECT_HTTP` since it was working and in an example doc, but also fix the deprecation code to accept `CODER_TLS_REDIRECT_HTTP_TO_HTTPS` environment variable.
2023-11-17 15:09:29 +04:00
Cian Johnston
9d310388e5
feat(coderd): /debug/health: add parameter to force healthcheck ( #10677 )
2023-11-15 15:54:15 +00:00
Ben Potter
3091f8f70c
chore: fix docs for max lifetime ( #10706 )
2023-11-14 21:08:06 +00:00
Bruno Quaresma
90b6e86555
chore(site): remove xstate ( #10659 )
2023-11-14 18:34:38 +00:00
Kira Pilot
ef70165a8a
feat: add orphan option to workspace delete in UI ( #10654 )
...
* added workspace delete dialog
* added stories and tests
* PR review
* fix flake
* fixed stories
2023-11-14 11:32:05 -05:00
Colin Adler
e0afee1b85
feat: add debug endpoint for single tailnet ( #10485 )
2023-11-13 17:14:12 -06:00
Cian Johnston
b69c237b8a
feat(coderd/healthcheck): allow configuring database hc threshold ( #10623 )
...
* feat(coderd/healthcheck): allow configuring database hc threshold
* feat(coderd): add database hc latency, plumb through
* feat(coderd): allow configuring healthcheck refresh interval
2023-11-13 14:14:43 +00:00
Cian Johnston and Mathias Fredriksson
a4f1319108
feat(cli): allow showing schedules for multiple workspaces ( #10596 )
...
* coder list: adds information about next start / stop to available columns (not default)
* coder schedule: show now essentially coder list with a different set of columns
* Updates cli schedule unit tests to use new dbfake
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2023-11-10 13:51:49 +00:00
Eric Paulsen
9c5b631323
feat: add docs for Bitbucket Server external auth config ( #10617 )
2023-11-09 16:14:22 -05:00
Marcin Tojek
61fac2dcfc
feat(cli): create workspace using parameters from existing workspace ( #10604 )
2023-11-09 19:22:47 +01:00
Mathias Fredriksson
e71c53d4d0
chore(site): add remote playwright support and script ( #10445 )
2023-11-09 13:26:26 +02:00
Jon Ayers
e23873ff8f
feat: add endpoint for resolving autostart status ( #10507 )
2023-11-08 23:24:56 -06:00
Steven Masley
64398def48
feat: add configurable cipher suites for tls listening ( #10505 )
...
* feat: add configurable cipher suites for tls listening
* tls.VersionName is go 1.21, copy the function
2023-11-07 14:55:39 +00:00
Patrick McKee and Dean Sheather
ddaf913088
feat: expose prometheus port in helm chart ( #10448 )
...
Co-authored-by: Dean Sheather <dean@deansheather.com >
2023-11-06 14:47:28 +00:00
Jon Ayers
2dce4151ba
feat: add cli support for workspace automatic updates ( #10438 )
2023-11-02 14:41:34 -05:00
Colin Adler
ac9c16864c
chore: update audit log api docs ( #10486 )
2023-11-02 16:12:38 +00:00
Spike Curtis
a7c671ca07
feat: add workspace agent APIVersion ( #10419 )
...
Fixes #10339
2023-10-31 10:08:43 +04:00
Ben Potter
e491217a12
docs: add v2.3.3 changelog ( #10435 )
2023-10-30 15:06:11 -05:00
Muhammad Atif Ali
99fda4a8e2
docs: replace gituth with externalauth ( #10409 )
2023-10-27 10:53:56 -04:00
Josh Vawdrey
6b2aee4133
feat(cli): make the dotfiles repository directory configurable ( #10377 )
2023-10-24 12:00:04 +03:00
Ben Potter
a7243b3f3b
docs: add v2.3.2 changelog ( #10371 )
2023-10-20 21:26:43 +00:00
Jon Ayers
1372bf82f5
chore: revert "chore: remove workspace_actions experiment ( #10030 )" ( #10363 )
2023-10-20 13:21:53 -05:00
Eric Paulsen
9dbc913798
fix: additional cluster SA, role names ( #10366 )
2023-10-20 11:44:16 -04:00
Jon Ayers
d33526108f
feat: add frontend support for mandating active template version ( #10338 )
2023-10-19 18:21:52 -05:00
Jon Ayers
f5f150d568
feat: add cli support for --require-active-version ( #10337 )
2023-10-19 17:16:15 -05:00
Ammar Bandukwala
b799014832
docs: rework telemetry doc and add CLI warning ( #10354 )
2023-10-19 15:50:20 -05:00
Muhammad Atif Ali
42c21d400f
fix(docs): update external-auth docs to use coder_external_auth ( #10347 )
2023-10-19 12:30:48 +00:00
Jon Ayers
997493d4ae
feat: add template setting to require active template version ( #10277 )
2023-10-18 17:07:21 -05:00
Muhammad Atif Ali
fe05fd1e6e
docs: update vscode web docs ( #10327 )
2023-10-18 12:13:44 +00:00