Commit Graph

7080 Commits

Author SHA1 Message Date
Jon Ayers b7c23ffa81 hotfix: skip dependency license review on main 2024-04-17 03:58:12 +00:00
Jon Ayers 245d44e815 Revert "Reapply "add a gpl go package to be sure we detect both""
This reverts commit e450103095.
2024-04-17 00:44:39 +00:00
Jon Ayers e450103095 Reapply "add a gpl go package to be sure we detect both"
This reverts commit 71e692442c.
2024-04-17 00:42:08 +00:00
Jon Ayers 428ac03adb Revert "try a valid dependency"
This reverts commit 37833aa899.
2024-04-17 00:42:04 +00:00
Jon Ayers 7d7220f6ab Revert "Reapply "add nested dependency""
This reverts commit 419f1e8d63.
2024-04-17 00:41:26 +00:00
Jon Ayers bd799d6d10 format output 2024-04-17 00:41:04 +00:00
Jon Ayers 419f1e8d63 Reapply "add nested dependency"
This reverts commit eed768fc74.
2024-04-17 00:36:55 +00:00
Jon Ayers 84de36a78f update action to support checking all fields in the payload 2024-04-17 00:35:02 +00:00
Jon Ayers 37833aa899 try a valid dependency 2024-04-17 00:25:03 +00:00
Jon Ayers a227f0fc02 update license list 2024-04-17 00:23:09 +00:00
Jon Ayers eed768fc74 Revert "add nested dependency"
This reverts commit d7ad1e85c6.
2024-04-17 00:21:52 +00:00
Jon Ayers 71e692442c Revert "add a gpl go package to be sure we detect both"
This reverts commit c252fb164b.
2024-04-17 00:21:41 +00:00
Jon Ayers c252fb164b add a gpl go package to be sure we detect both 2024-04-17 00:17:41 +00:00
Jon Ayers bce711596d Revert "gpl npm"
This reverts commit 444db54d0c.
2024-04-17 00:16:37 +00:00
Jon Ayers d7ad1e85c6 add nested dependency 2024-04-17 00:16:21 +00:00
Jon Ayers d9e72adf88 quote 2024-04-17 00:13:51 +00:00
Jon Ayers fcde457e97 always run report 2024-04-17 00:12:46 +00:00
Jon Ayers 444db54d0c gpl npm 2024-04-16 23:50:56 +00:00
Jon Ayers 4404ea100f fmt 2024-04-16 23:49:52 +00:00
Jon Ayers 6d7a0dc9dd Revert "attempt adding a GPL go pkg"
This reverts commit 58e39ee69d.
2024-04-16 23:49:03 +00:00
Jon Ayers 58e39ee69d attempt adding a GPL go pkg 2024-04-16 23:27:49 +00:00
Jon Ayers c5c6ffaf4b try omitting apache 2024-04-16 23:20:06 +00:00
Jon Ayers b7e7bb9844 whoops 2024-04-16 23:15:54 +00:00
Jon Ayers 3775d6da08 test omitting MIT 2024-04-16 23:13:14 +00:00
Jon Ayers 8a8300ca10 report on invalid licenses 2024-04-16 23:10:42 +00:00
Jon Ayers 7f47fd8f18 chore: add license review to CI 2024-04-16 23:04:36 +00:00
Colin Adler 777dfbe965
feat(enterprise): add ready for handshake support to pgcoord (#12935) 2024-04-16 15:01:10 -05:00
Colin Adler 942e90270e
fix: disable azureidentity test on darwin (#12979)
See https://github.com/coder/coder/issues/12978
2024-04-16 19:33:04 +00:00
Colin Adler 231fc26c92
fix(coderd): properly calculate query latency for tailnet queries (#12944)
The defer used seems correct, but the `time.Since` will always resolve
immediately since it's a param to the deferred function.
2024-04-16 19:03:27 +00:00
Colin Adler ba52a4fbe2
chore: fix linting issue (#12945)
The error wasn't used.
2024-04-16 13:50:46 -05:00
Cian Johnston 8e1e0f04a4
feat(cli): support bundle: show links to docs/admin/healthcheck (#12974) 2024-04-16 16:21:09 +01:00
Marcin Tojek b598aef543
test(site): add e2e tests for user auth (#12971) 2024-04-16 14:32:07 +02:00
Cian Johnston 407e61ecd4
feat(cli): support bundle: dump healthcheck summary (#12963)
* refactor(codersdk): extract common fields from HealthReport and friends
* feat(codersdk/healthsdk): add Summarize() method
* feat(cli): support bundle: dump healthcheck summary
2024-04-16 13:31:56 +01:00
Danny Kopping 06e042acfa
chore: apply shellcheck recommendation which was causing "make lint" to fail locally (#12972) 2024-04-16 13:06:08 +02:00
Kyle Carberry 41ca6e4f7f
chore: add `created_at` to workspace resource telemetry (#12969) 2024-04-15 20:06:59 +00:00
Garrett Delfosse 3ab5a51ec2
feat: add listening ports protocol selector (#12915) 2024-04-15 15:00:24 -04:00
Marcin Tojek 49689162bb
test(site): add e2e tests for security (#12961) 2024-04-15 19:31:33 +02:00
Cian Johnston 9a4703a311
feat(coderd/healthcheck): improve detection of STUN issues (#12951)
Adds checks to coderd/healthcheck/derphealth for STUN issues:
- Alerts if there is not least one healthy STUN server,
- Alerts if we see variable port mapping.
2024-04-15 17:10:49 +01:00
Stephen Kirby c13909a1a2
chore: fix broken links in the jfrog guide (#12835)
* replaced jfrog guide links

* replaced github link

* fmt

---------

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2024-04-15 09:51:58 -05:00
Steven Masley d9da054c9d
chore: update generated array type definitions in TypeScript to be readonly (#12947)
* chore: types generated handling readonly slices

* add -update flag to update goldens

* revert excess gens

* fix: update most UI types to account for readonly modifiers

* fix: remove accidental mutation from NavBarView

* fix: remove mutation warning for BatchUpdateConfirmation stories

* fix: remove mutation warning for BactchUpdateConfirmation

* fix: format ActiveUserChart

* fix: update import to make linter happy

* fix: update fmt issue

* fix: disable file write lint rule from unit test

---------

Co-authored-by: Parkreiner <throwawayclover@gmail.com>
2024-04-15 09:46:10 -04:00
Kayla Washburn-Love 7cf8577f1c
label some template settings as enterprise (#12952) 2024-04-15 09:24:11 -04:00
Kyle Carberry d3790bb5be
fix: use provided username when fetching workspaces (#12955) 2024-04-13 14:39:57 -04:00
Kayla Washburn-Love 00fcf36999
test: add an e2e audit logs test (#12868) 2024-04-12 14:01:54 -06:00
Marcin Tojek cf2d2a98bd
test(site): add e2e tests for appearance (#12950) 2024-04-12 14:46:44 +02:00
Cian Johnston b71af32113
chore(docs): add support bundle guide (#12931)
Adds a guide explaining support bundles.
2024-04-12 10:11:05 +01:00
Marcin Tojek dcf1d3a9ae
test(site): add e2e tests for experiments (#12940) 2024-04-12 10:42:27 +02:00
Cian Johnston b163bc7f01
fix(support): correctly rename existing agent connection info, add real netcheck (#12946) 2024-04-12 09:40:04 +01:00
Kayla Washburn-Love c5367c201b
test: fix url checks in e2e tests (#12881) 2024-04-11 15:48:53 -06:00
Steven Masley 93b46fe1f6
chore: skip global.setup if first user already exists (#12930)
* chore: skip global.setup if first user already exists

treat test as a setup, rather than a test

Co-authored-by: Kayla Washburn-Love <mckayla@hey.com>

---------

Co-authored-by: Kayla Washburn-Love <mckayla@hey.com>
2024-04-11 21:10:40 +00:00
Kayla Washburn-Love 2ad7fcc0b7
fix: show template autostop setting when it overrides the workspace setting (#12910) 2024-04-11 13:08:51 -06:00