c94b5188bd
fix: modify workspacesdk to ask for tailnet API 2.0 ( #13684 )
...
#13617 bumped the Agent/Tailnet API minor version because it adds telemetry features. However, we don't actually use the protocol features yet, so it's a bit obnoxious for our CLI client to ask for the newest API version.
This is particularly true of the CLI client, since that's distributed separately, so if an end user installs the latest CLI client and their organization hasn't fully upgraded, then it will fail to connect.
Since we have a release coming up and the telemetry stuff won't make it, I think we should roll back to version 2.0 until we actually implement the telemetry stuff. That way the newest release (2.13) will work with Coder servers all the way back to 2.9.
2024-06-27 15:38:21 +04:00
5b59f2880f
fix: fix workspacesdk to return error on API mismatch ( #13683 )
2024-06-27 15:02:43 +04:00
c4f1676055
feat: expose workspace build ID to terraform-plugin-coder ( #13680 )
2024-06-27 10:07:30 +02:00
30c4b4db5c
chore: implement fetch all authorized templates api ( #13678 )
2024-06-26 11:50:32 -06:00
08e728bcb2
chore: implement organization scoped audit log requests ( #13663 )
...
* chore: add organization_id filter to audit logs
* chore: implement organization scoped audit log requests
2024-06-26 12:38:46 -05:00
20e59e0797
ci: test with multiple postgres versions ( #13665 )
...
- Tests now run on postgres 16 by default when run locally (can be specified with POSTGRES_VERSION)
- Adds test-go-pg-16 to test against postgres version 16
- Updates Dogfood dockerfile / nix flake to postgres version 16
- Updates docker-compose.yaml postgres tag to 16
2024-06-26 16:22:24 +01:00
d5d8b918d7
feat: lint github actions workflows ( #13552 )
2024-06-26 10:28:16 +02:00
8a3592582b
feat: add "Full Name" field to user creation ( #13659 )
...
Adds the ability to specify "Full Name" (a.k.a. Name) when
creating users either via CLI or UI.
2024-06-26 09:00:42 +01:00
87ad560aff
feat: add groups and group members to telemetry snapshot ( #13655 )
...
* feat: Added in groups and groups members to telemetry snapshot
* feat: adding in test to dbauthz for getting group members and groups
2024-06-25 11:01:40 -07:00
58325dfd14
chore: minor improvements and link updates in README.md ( #13656 )
...
* chore: minor improvements and link updates in README.md
* fixup!
2024-06-25 13:29:08 -04:00
fed668b432
chore: switch ssh session stats based on experiment ( #13637 )
2024-06-25 10:58:45 -04:00
d7eadee4d7
chore: insert audit log entries for organization CRUD ( #13660 )
...
* chore: insert audit log entries for organization CRUD
2024-06-25 09:03:15 -05:00
9c1a6a29f2
feat: add docstrings to mock timer and ticker methods and structs ( #13658 )
2024-06-25 16:59:35 +04:00
46e1c36c42
feat: add Next() method to mock Clock ( #13657 )
2024-06-25 16:48:26 +04:00
0d2f14606b
chore: add usage information to clock library README ( #13594 )
...
Adds a Usage section to the README of the clock testing library.
2024-06-25 16:38:32 +04:00
136900268e
ci: migrate to depot.dev runners ( #13467 )
2024-06-25 09:36:33 +03:00
313d4e02d2
chore(scaletest/dashboard): stub out initChromeDPCtx in unit tests ( #13650 )
2024-06-24 21:33:24 +01:00
65b9f9bfd6
chore: audit organization member add/delete/edit ( #13620 )
...
* chore: audit organization member add/removals
2024-06-24 14:19:32 -05:00
94639730f8
docs: bump mainline version to v2.12.3 ( #13652 )
...
* docs: bump mainline version to v2.12.3
* updated stable version
2024-06-24 14:07:42 -05:00
34c67e8428
test: add unit test helper to create templates in second organizations ( #13628 )
...
* chore: add coderdtest helpers
2024-06-24 12:55:57 -05:00
e4333c0433
chore: 'coder login' reset cli organization context ( #13646 )
...
Cli organization context is reset on `coder login` if the organization
selected is an invalid organization.
2024-06-24 12:55:39 -05:00
8ccdf05bbc
chore: bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.0 ( #13643 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.27.0 to 1.30.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.27.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 12:22:17 -05:00
218f429336
chore: bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.21.0 ( #13642 )
...
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl ) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/hashicorp/hcl/releases )
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/hcl/compare/v2.20.0...v2.21.0 )
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 12:21:45 -05:00
6f4a9b6b51
chore: bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 ( #13640 )
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.54.0 to 1.55.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/1.54.0...v1.55.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 12:21:18 -05:00
3dec6ff32f
chore: add protobuf types for tailnet telemetry ( #13617 )
2024-06-24 12:13:03 -05:00
b9d83c75de
fixed changelog script release channel flag ( #13649 )
2024-06-24 11:50:24 -05:00
7e20b56352
chore: bump alpine from 3.20.0 to 3.20.1 in /scripts ( #13644 )
...
Bumps alpine from 3.20.0 to 3.20.1.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 11:48:07 -05:00
3d6c9799e3
fixed script ref ( #13647 )
2024-06-24 11:27:13 -05:00
b4a5c7ffa9
chore: upgrade Go version to 1.22.4 ( #13623 )
...
Updates Go version to 1.22.4
Co-authored-by: Muhammad Atif Ali <me@matifali.dev >
2024-06-24 15:50:52 +01:00
7cb8bfb133
ci: bump the github-actions group with 2 updates ( #13645 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 15:52:05 +03:00
2cfadad023
manually updated autoversion ( #13633 )
2024-06-22 12:16:07 -05:00
9abaa94599
docs: bump mainline version to v2.12.2 ( #13632 )
2024-06-21 15:11:58 -05:00
54e8f30002
chore: remove failing_sections
from healthcheck ( #13426 )
...
Closes #10854 .
2024-06-21 14:49:02 -04:00
5177f366f5
fix: organization 404 write 1 http status ( #13629 )
2024-06-21 13:01:46 -05:00
0e933f0537
chore: refactor user -> rbac.subject into a function ( #13624 )
...
* chore: refactor user subject logic to be in 1 place
* test: implement test to assert deleted custom roles are omitted
* add unit test for deleted role
2024-06-21 11:30:02 -05:00
3ef12ac284
fix: remove connected button ( #13625 )
...
It didn't make a lot of sense in current form. It will when we improve autostop.
2024-06-21 11:41:59 -04:00
75e7213ac2
feat: add cli command to remove organization member ( #13619 )
2024-06-21 10:35:59 -05:00
cbdaa63b68
chore(site): refactor popover to make it easier to extend ( #13611 )
2024-06-21 11:15:37 -03:00
714f2ef83c
fix: fix shallow clones not retrieving a valid semver ( #13609 )
2024-06-22 00:02:12 +10:00
73a25c3bc5
chore(site): add InputGroup component ( #13597 )
2024-06-21 10:54:55 -03:00
819bfd3170
fix: remove assigning org-member role, this is implied from membership ( #13578 )
2024-06-21 08:01:39 -05:00
66a604d779
chore: bump golang.org/x/tools from 0.21.0 to 0.22.0 ( #13513 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 08:54:06 +03:00
2ef2f97388
chore: improve error message on adding existing org_member ( #13621 )
2024-06-20 18:05:11 -05:00
889daf200e
feat(enterprise): add auditing to SCIM ( #13614 )
2024-06-20 17:22:27 -05:00
c4656d77cc
chore: add help to error to reset organization context ( #13616 )
2024-06-20 16:44:47 -05:00
495eea452f
fix: track login page correctly ( #13618 )
2024-06-20 21:33:47 +00:00
43e45f4ab7
fix: fill out zero-value user properties in /audit ( #13604 )
2024-06-20 12:40:08 -08:00
57b38e5bb8
fix: allow coder.com in CSP if telemetry is enabled ( #13615 )
...
* fix: allow coder.com in CSP if telemetry is enabled
* Fix control couple lint
2024-06-20 16:05:22 -04:00
0793a4b35b
feat: add cross-origin reporting for telemetry in the dashboard ( #13612 )
...
* feat: add cross-origin reporting for telemetry in the dashboard
* Respect the telemetry flag
* Fix embedded metadata
* Fix compilation error
* Fix linting
2024-06-20 15:19:45 -04:00
a1db6d809e
chore: implement delete organization member ( #13589 )
...
Side effects of removing an organization member will orphan their
user resources. These side effects are not addressed here
2024-06-20 10:06:37 -05:00