Bruno Quaresma
9389c2b283
refactor(site): only show derp tags if they are true ( #11439 )
2024-01-05 09:45:34 -03:00
Spike Curtis
64638b381d
feat: promote PG Coordinator out of experimental ( #11398 )
...
Promotes PG Coordinator out of experimental to GA
2024-01-05 08:03:36 +04:00
Muhammad Atif Ali
f0db302df2
chore: add lxc logo ( #11404 )
2024-01-04 16:31:16 +03:00
Spike Curtis
48cd4c3a10
feat: promote single-tailnet out of experimental ( #11366 )
2024-01-04 09:27:36 +04:00
Kayla Washburn
ffa7722c31
feat: select group avatars with the emoji picker ( #11395 )
2024-01-03 15:47:24 -07:00
Bruno Quaresma
4edd21ae9e
fix(site): fix loading spinner on template version status badge ( #11392 )
2024-01-03 16:29:04 +00:00
Bruno Quaresma
f5196c06e1
fix(site): fix insights picker and disable animation ( #11391 )
2024-01-03 16:25:01 +00:00
Cian Johnston
1ef96022b0
feat(coderd): add provisioner build version and api_version on serve ( #11369 )
...
* assert provisioner daemon version and api_version in unit tests
* add build info in HTTP header, extract codersdk.BuildVersionHeader
* add api_version to codersdk.ProvisionerDaemon
* testutil.MustString -> testutil.MustRandString
2024-01-03 09:01:57 +00:00
Garrett Delfosse
227234ded5
fix: correct wording on logo url field ( #11377 )
2024-01-02 14:53:18 -05:00
Bruno Quaresma
ac899be74c
chore(site): move workspace topbar component ( #11374 )
2024-01-02 16:02:11 -03:00
Bruno Quaresma
099be249a7
fix(site): fix external auth button loading state ( #11373 )
2024-01-02 18:30:05 +00:00
Kayla Washburn
6308a78365
chore: clean up light theme code ( #11319 )
2024-01-02 15:19:20 -03:00
Bruno Quaresma
c37c0e7d1b
refactor(site): simplify workspace topbar ( #11370 )
2024-01-02 15:17:42 -03:00
Bruno Quaresma
62a20e86fd
chore(site): ignore deletion date on chromatic ( #11372 )
2024-01-02 18:17:24 +00:00
Bruno Quaresma
a1341ee9ac
fix(site): fix pill spinner size ( #11368 )
2024-01-02 15:05:20 -03:00
Bruno Quaresma
467a1a3e71
fix(site): fix workspace topbar back button ( #11371 )
2024-01-02 18:01:06 +00:00
Kayla Washburn
a24c3b4dc7
chore: cleanup inline prop type definitions ( #11317 )
2024-01-02 10:39:00 -07:00
Bruno Quaresma
cf17fabcc6
feat(site): refactor workspace header to be more slim ( #11327 )
2024-01-02 12:42:51 -03:00
Muhammad Atif Ali
608937c79c
chore(site): update node to version 18.19.0 ( #11344 )
2024-01-02 12:41:24 +00:00
Bruno Quaresma
8717fdfc20
refactor(site): refactor pill component API ( #11329 )
...
Refactor the Pill API to make it easier to extend and reuse.
2024-01-02 09:28:51 -03:00
Muhammad Atif Ali
e9437e2662
chore(site): update miscellaneous svg icons ( #11343 )
2023-12-27 23:05:03 +03:00
Mathias Fredriksson
be3889af07
test(site/e2e): catch missing agent defaults in fillResource ( #11105 )
2023-12-23 11:52:27 +00:00
Michael Smith
167c15238a
fix: prevent UI from jumping around when selecting workspaces ( #11321 )
2023-12-21 22:36:42 +00:00
Kayla Washburn
029c92fede
fix: fix name for external auth connections ( #11318 )
2023-12-21 15:27:16 -07:00
Kayla Washburn
db71c0fa54
refactor: remove theme "color palettes" ( #11314 )
2023-12-21 14:45:54 -07:00
Asher
5cfa34b31e
feat: add OAuth2 applications ( #11197 )
...
* Add database tables for OAuth2 applications
These are applications that will be able to use OAuth2 to get an API key
from Coder.
* Add endpoints for managing OAuth2 applications
These let you add, update, and remove OAuth2 applications.
* Add frontend for managing OAuth2 applications
2023-12-21 21:38:42 +00:00
Kayla Washburn
e044d3b752
fix: add additional theme colors ( #11313 )
2023-12-21 12:59:39 -07:00
Jon Ayers
0b7d68dc3f
chore: remove template_update_policies experiment ( #11250 )
2023-12-21 13:39:33 -06:00
Kira Pilot
20dff2aa5d
added react query dev tools ( #11293 )
2023-12-20 10:08:51 -05:00
Bruno Quaresma
e2e56d7d4f
refactor(site): move workspace schedule controls to its own component ( #11281 )
2023-12-20 08:46:18 -03:00
Kayla Washburn
97f7a35a47
feat: add light theme ( #11266 )
2023-12-19 17:03:00 -07:00
Bruno Quaresma
e0d34ca6f7
fix(site): fix error when loading workspaces with dormant ( #11291 )
2023-12-19 20:42:07 -03:00
Steven Masley
24080b121c
feat: enable csrf token header ( #11283 )
...
* feat: enable csrf token header
* Exempt external auth requets
* ensure dev server bypasses CSRF
* external auth is just get requests
* Add some more routes
* Extra assurance nothing breaks
2023-12-19 15:42:05 -06:00
Steven Masley
fbda21a9f2
feat: move moons experiment to ga (released) ( #11285 )
...
* feat: release moons experiment as ga
2023-12-19 14:40:22 -06:00
Bruno Quaresma
7c4fbe5bae
refactor(site): make HelpTooltip easier to reuse and compose ( #11242 )
2023-12-19 10:43:23 -03:00
Bruno Quaresma
e84d89353f
fix(site): fix template editor filetree navigation ( #11260 )
...
Close https://github.com/coder/coder/issues/11203
2023-12-18 14:21:24 -03:00
Garrett Delfosse
7924bb2a56
feat!: move workspace renames behind flag, disable by default ( #11189 )
2023-12-15 13:38:47 -05:00
Dean Sheather
1e49190e12
feat: add server flag to disable user custom quiet hours ( #11124 )
2023-12-15 19:33:51 +10:00
Dean Sheather
b36071c6bb
feat: allow templates to specify max_ttl or autostop_requirement ( #10920 )
2023-12-15 18:27:56 +10:00
Kayla Washburn
81ed112cd3
fix: fix auto theme ( #11215 )
2023-12-14 11:31:42 -07:00
Bruno Quaresma
32c93a887e
fix(site): fix initial body background color
2023-12-14 18:15:25 +00:00
Bruno Quaresma
43411d20ba
fix(site): fix pending color on dark blue theme ( #11212 )
2023-12-14 15:08:53 -03:00
Kayla Washburn
133dc66143
feat: add a theme picker ( #11140 )
2023-12-14 10:38:44 -07:00
Bruno Quaresma
0cd4842d18
fix(site): fix pending indicator color ( #11209 )
2023-12-14 11:30:40 -03:00
Kayla Washburn
f67c5cf72b
fix: only show orphan option while deleting failed workspaces ( #11161 )
2023-12-12 11:18:04 -07:00
Kayla Washburn
689da5b7c1
feat(site): improve bulk delete flow ( #11093 )
2023-12-12 10:14:28 -07:00
Jon Ayers
41dbe7de4e
fix: use correct permission when determining orphan deletion privileges ( #11143 )
2023-12-12 08:24:04 -06:00
Cian Johnston
8afbc8f7f5
chore(site): update test entities ( #11155 )
2023-12-12 13:03:37 +00:00
Cian Johnston
b02796655e
fix(coderd/database): remove column updated_at from provisioner_daemons table ( #11108 )
2023-12-12 11:19:28 +00:00
Michael Smith
3ce7b2ebe6
fix: remove URL desyncs when trying to search users table ( #11144 )
...
* fix: remove URL search params desync
* refactor: clean up payload definition for clarity
2023-12-12 00:45:03 +00:00