Joe Previte
f9b7588963
refactor(ci): conditionally run jobs based on file changes ( #4242 )
...
* refactor(ci): only run ts jobs on ts changes
This modifies the `style-lint-typescript` and `test-js` jobs to only run
when there are changes in `site`.
* refactor(ci): only run lint-shellcheck on sh changes
* refactor(ci): only run go jobs on go changes
* refactor(ci): only run style-fmt when needed
This adds a new item to `changes` for `**.tf` changes. Now it will only
run `style-fmt` if PR includes changes to `site/**`, `**.tf`, or
`**.ts`.
* refactor(ci): run e2e on go, ts or tf changes
* refactor(ci): run gen on gen changes
* refactor(ci): delete old comments
* fixup: try moving if step inside test-go job
* fixup: try if all steps
* fixup!: refactor(ci): run gen on gen changes
* Revert "refactor(ci): run gen on gen changes"
This reverts commit d0a5ba1c4b .
2022-09-30 09:34:55 -07:00
Kira Pilot
c9bedc5e58
Feat: add showAvatar option to User Autocomplete ( #4269 )
...
* added avatar
* remove commented code
2022-09-30 09:50:36 -04:00
Bruno Quaresma
8c4de49359
chore: Remove unused deps ( #4273 )
2022-09-30 10:37:23 -03:00
Ammar Bandukwala
4b540b7c42
docs: simplify Docker quickstart ( #4257 )
2022-09-29 17:55:15 -05:00
Bruno Quaresma
e49ef68ebc
chore: Add XState inspector back ( #4268 )
2022-09-29 18:29:24 -03:00
Bruno Quaresma
1755e97748
chore: Remove webpack ( #4270 )
2022-09-29 18:28:44 -03:00
Kyle Carberry
d9a61dd4c8
fix: Don't generate files for deploy ( #4245 )
...
This should fix a common race we've been seeing!
2022-09-29 13:54:04 -05:00
Kira Pilot
776f287685
feat: allow admins to create workspaces for other users in UI ( #4247 )
...
* added permission for creating a workspace on behalf of a user
* committing stashed files
* hooked up autocomplete for users
* added label
* added translations
* wrote test
* added inputMargin prop
* fixed permissions
* added inputSTyle prop
* ran prettier
* fix lint
2022-09-29 14:32:38 -04:00
Joe Previte
70d7dd9b2f
docs: fix port forward link ( #4252 )
2022-09-29 11:04:13 -07:00
Cian Johnston
e6f568fcac
refactor: cli: address comments from #4240 ( #4259 )
2022-09-29 11:04:37 +01:00
Steven Masley
028a4edbd4
chore: Add flusher to make implement http.Flusher interface ( #4255 )
2022-09-29 01:16:11 +00:00
Colin Adler
6d2b7ea3ba
fix(audit): only generate diff on request success ( #4253 )
2022-09-28 17:28:33 -05:00
Colin Adler
9339d597b9
fix(audit): properly set old workspace in putWorkspaceTTL ( #4251 )
2022-09-28 16:50:21 -05:00
Colin Adler
574635f43d
chore: ignore db spans in workspace watch endpoint ( #4250 )
2022-09-28 16:17:24 -05:00
Ali Diamond and Ali Diamond
0c75ea6286
feat: coder ls should show possible columns to filter by ( #4240 )
...
* added showing columns in help call, need to format to make pretty
* finished formatting column strings for print of list /ls command
Co-authored-by: Ali Diamond <user@ali.dev >
2022-09-28 16:39:44 -04:00
Bruno Quaresma
df7c7393ad
chore: Ignore dynamic message for chromatic ( #4244 )
2022-09-28 18:18:12 +00:00
Bruno Quaresma
2a7fe13397
chore: Remove extra typegen ( #4243 )
2022-09-28 16:58:50 +00:00
Bruno Quaresma
af502a6a66
chore: Use Vite as build tool ( #4239 )
2022-09-28 13:11:00 -03:00
Kyle Carberry and Colin Adler
6c83012082
chore: Add comments to indicate what each field on a network node means ( #4241 )
...
* chore: Add comments to indicate what each field on a network node means
* Update tailnet/coordinator.go
Co-authored-by: Colin Adler <colin1adler@gmail.com >
* Update tailnet/coordinator.go
Co-authored-by: Colin Adler <colin1adler@gmail.com >
* Update tailnet/coordinator.go
Co-authored-by: Colin Adler <colin1adler@gmail.com >
Co-authored-by: Colin Adler <colin1adler@gmail.com >
2022-09-28 16:04:10 +00:00
Ammar Bandukwala
518f6960d0
docs: add missing icons to Administration section ( #4233 )
2022-09-28 10:12:31 -05:00
Bruno Quaresma
d38cc75f31
fix: Port forward button ( #4238 )
2022-09-28 14:19:04 +00:00
Mathias Fredriksson
31aaa1ed59
docs: Update Docker docs and docker-compose, mention group-add ( #4237 )
2022-09-28 16:33:36 +03:00
Bruno Quaresma
59cc4a2586
chore: Use Vite as main dev runner for FE ( #4230 )
2022-09-27 21:09:16 -03:00
Joe Previte
9775228b00
fix: call testing lib cleanup afterEach test ( #4232 )
2022-09-27 16:27:42 -07:00
Kira Pilot
65ff604969
fix: update workspace button should properly update the workspace ( #4228 )
...
* resolves #4098
* PR comments
2022-09-27 19:23:28 -04:00
Presley Pizzo
fedb180735
chore: Change usage of ChooseOne (no final condition) ( #4158 )
...
* Change contract of Cond: no condition on default case
* Handle no children case
* Format
2022-09-27 15:58:25 -04:00
Ben Potter
21e6bea792
docs: add health checks to docs & examples ( #4223 )
2022-09-27 12:58:39 -05:00
Steven Masley
27c8345ef2
chore: Add linter rule to prevent breaking of sse ( #4144 )
...
* chore: Add linter rule to prevent breaking of sse
v0.9.1
2022-09-27 11:14:58 -04:00
Bruno Quaresma and Kira Pilot
5a449bf86f
chore: Add user autocomplete ( #4210 )
...
* chore: Add user autocomplete
* Update value type
* fix initial load and option updates
* cleaned up styling
* PR comments
* prettier
Co-authored-by: Kira Pilot <kira.pilot23@gmail.com >
2022-09-27 10:23:38 -04:00
Ben Potter
a7e08db16d
docs: fix link 404 in port-forwarding ( #4211 )
2022-09-27 08:24:49 -05:00
Ben Potter
b6426083b9
fix: inline code blocks in template README ( #4141 )
2022-09-27 07:54:29 -05:00
Kyle Carberry
4f453544d4
chore: Update hero image ( #4216 )
2022-09-27 07:38:18 -05:00
Ammar Bandukwala
47a53ce6c5
coderd: treat email case insensitively ( #4215 )
2022-09-27 03:51:58 +00:00
Garrett Delfosse
20bcb04e8a
fix: use correct interval for healthcheck loop ( #4212 )
2022-09-26 21:00:58 +00:00
Ben Potter
c86fc6e976
chore: examples/lima: bump terraform version ( #4205 )
...
Download terraform binary directly instead of using Hashicorp APT
repo.
Workaround for https://github.com/hashicorp/terraform/issues/31826
Signed-off-by: Cian Johnston <cian@coder.com >
Co-authored-by: Ben Potter <ben@coder.com >
2022-09-26 20:04:59 +00:00
Steven Masley
2f0d30d7b5
chore: Reduce the amount of bytes allocated for Filter ( #4209 )
...
Reuse parsed data structure for subsequent queries
2022-09-26 15:16:46 -04:00
Steven Masley
48c0b59447
fix: Log out of legacy cookie ( #4202 )
v0.9.0
2022-09-26 14:20:38 -04:00
Kyle Carberry
39cf329404
fix: Replace access URL for built-in DERP servers ( #4197 )
...
Fixes #4195 .
2022-09-26 12:56:04 -05:00
Ammar Bandukwala
ee4b934601
Add Users Last Seen At ( #4192 )
2022-09-26 15:31:03 +00:00
Kyle Carberry
b8ec5c786d
fix: Ensure tailnet coordinations are sent orderly ( #4198 )
2022-09-26 10:16:04 -05:00
Bruno Quaresma
c37ecdb9ff
feat: Add port forward button ( #4167 )
2022-09-26 14:56:17 +00:00
Kyle Carberry
413bfb8d58
fix: Retry reporting agent version ( #4190 )
...
It's possible that an agent starts before a build is reported
as complete. This ensures the version is successfully sent
before the startup completes.
Fixes #4151 .
2022-09-25 11:11:36 -05:00
Kyle Carberry
112eaf80d1
fix: Add logging to Terraform install ( #4191 )
...
Fixes #4129 .
2022-09-24 14:55:17 -05:00
Kyle Carberry
4054a9c7cb
Fix permissions for welcome message
2022-09-24 02:27:23 +00:00
Ryan Merolle
6571e52f17
Add coder binary to Dockerfile $PATH ( #4189 )
2022-09-24 02:25:15 +00:00
Kyle Carberry
28428d1294
feat: Add custom version names ( #4186 )
...
Fixes #4137 .
2022-09-23 20:17:36 -05:00
Kyle Carberry
3c215a83b6
feat: Allow admins to create workspaces ( #4183 )
...
Fixes #3263 .
This is now possible via the API, but still isn't possible via the UI.
2022-09-23 20:17:10 -05:00
Kyle Carberry
266a3b24e7
fix: Replace getFormHelpers ( #4181 )
...
Fixes #3209 .
2022-09-23 16:37:44 -05:00
Kyle Carberry
f9075cab0e
fix: Hide agent status when a workspace is stopped ( #4185 )
...
Fixes #4033 .
2022-09-23 21:36:33 +00:00
Kyle Carberry
b64f624d17
fix: Remove unused scopes from parameter computation ( #4171 )
2022-09-23 16:09:45 -05:00