dependabot[bot]
c44d013519
chore: bump alpine from 3.20.2 to 3.20.3 in /scripts ( #14614 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 00:01:57 +05:00
Ethan
33e896d404
chore: add lint for codersdk dependencies ( #14638 )
2024-09-12 15:34:03 +10:00
Ethan
c8580a415a
feat: expose current agent connections by type via prometheus ( #14612 )
2024-09-11 14:13:30 +10:00
Steven Masley
92b81c4164
test: add some default group/roles claims to testidp ( #14591 )
...
Allows testing group/role sync with the fake
2024-09-06 12:35:17 -05:00
Cian Johnston
bcf9bc3c90
feat(cli): add --provisioner-log-debug option ( #14558 )
...
Allows starting a build in debug mode from the CLI without needing
to have the build fail first by adding `--provisioner-log-debug`.
2024-09-04 14:39:35 +01:00
Ethan
0b2ba96065
feat(cli): add shell completions ( #14341 )
2024-08-20 14:47:46 +10:00
Kyle Carberry
6f9b3c1592
chore: sign the windows installer ( #14353 )
2024-08-19 20:33:37 -04:00
Kayla Washburn-Love
1c3dc8392e
chore: remove dangling eslint-ignore comments ( #14334 )
2024-08-19 16:08:53 -06:00
Muhammad Atif Ali
cba6e93176
chore: update docs links ( #14221 )
2024-08-17 11:51:13 +00:00
Kayla Washburn-Love
95a7c0c4f0
chore: use tabs for prettier and biome ( #14283 )
2024-08-15 14:53:53 -06:00
Muhammad Atif Ali
48f29a1995
docs: move api and cli docs routes to reference/ ( #14241 )
2024-08-13 18:39:46 +03:00
Mathias Fredriksson
49feb12a7f
chore(scripts): remove branch checks from release script ( #14184 )
...
The initial assumption that branch manipulations should be done by this
script and not pushed to remote manually has proven to get in the way of
the regular release flow.
These are just safety-checks to prevent user error, safe to remove.
Fixes #13648
2024-08-06 14:54:26 +00:00
dependabot[bot]
1289937eae
chore: bump alpine from 3.20.1 to 3.20.2 in /scripts ( #14037 )
...
Bumps alpine from 3.20.1 to 3.20.2.
---
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-08-01 18:57:37 +03:00
Danny Kopping
c3390993dd
chore: update generated files after pnpm upgrade ( #14036 )
2024-07-31 17:23:55 +02:00
Steven Masley
ecc356f5a9
chore: generate rbac resource types to typescript ( #13975 )
...
* chore: generate rbac resource types to typescript
The existing typesGenerated.ts cannot support this as the generator
only inspects the types, not the values. So traversing the value AST
would have to be added. The rbac gen is already used for the sdk,
this extends it to the typescript
2024-07-23 10:07:52 -05:00
Mathias Fredriksson
5a4dbcfc02
chore(scripts): fix cherry-pick check in check_commit_metadata.sh ( #13980 )
2024-07-23 06:49:29 +00:00
Garrett Delfosse
6f20a64f9d
chore: add multi-org flag to develop.sh ( #13923 )
2024-07-18 14:43:07 -05:00
Colin Adler
7a34a70cb8
chore: upgrade terraform to 1.9.2 ( #13895 )
2024-07-15 13:27:08 -05:00
Mathias Fredriksson
fd10ea1dcc
chore(scripts): add script to update list of experiments after release ( #13872 )
...
Fixes #13119
2024-07-11 21:45:50 +03:00
Muhammad Atif Ali
0787de88a9
chore: update documentation links to the new format ( #13797 )
2024-07-10 21:31:37 +03:00
Cian Johnston
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
Stephen Kirby
b9d83c75de
fixed changelog script release channel flag ( #13649 )
2024-06-24 11:50:24 -05:00
dependabot[bot]
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
Stephen Kirby
3d6c9799e3
fixed script ref ( #13647 )
2024-06-24 11:27:13 -05:00
Ethan
714f2ef83c
fix: fix shallow clones not retrieving a valid semver ( #13609 )
2024-06-22 00:02:12 +10:00
Kyle Carberry
1ca5dc0328
chore: always use the latest released version tag when building ( #13556 )
...
* chore: always use the latest released version tag when building
* Update version.sh
Co-authored-by: Dean Sheather <dean@deansheather.com >
---------
Co-authored-by: Dean Sheather <dean@deansheather.com >
2024-06-12 14:52:35 -04:00
Cian Johnston
1131772e79
feat(coderd): set full name from IDP name claim ( #13468 )
...
* Updates OIDC and GitHub OAuth login to fetch set name from relevant claim fields
* Adds CODER_OIDC_NAME_FIELD as configurable source of user name claim
* Adds httpapi function to normalize a username such that it will pass validation
* Adds firstName / lastName fields to dev OIDC setup
2024-06-06 13:37:08 +01:00
Colin Adler
37676c46d5
chore(scripts): remove remaining gh_auth calls from release scripts ( #13485 )
2024-06-05 22:24:26 -05:00
Mathias Fredriksson
9a757f8e74
chore(scripts): fix release promote stable to set latest tag ( #13471 )
2024-06-04 23:01:26 +00:00
Mathias Fredriksson
3b7f9534fb
chore(scripts): fix dry run for autoversion in release.sh ( #13470 )
2024-06-04 20:10:15 +03:00
Mathias Fredriksson
a51076a4cd
chore(scripts): fix unbound variable in tag_version.sh ( #13428 )
2024-06-03 21:29:24 +00:00
Colin Adler
43ef00401c
chore: linting fixes ( #13450 )
2024-06-03 14:33:37 -05:00
Steven Masley
973cc2b875
chore: add edit organization role to cli ( #13365 )
...
Editing custom org roles from hidden org cli command.
2024-06-03 09:34:10 -05:00
Colin Adler
b723da9e91
chore: upgrade terraform to v1.8.5 ( #13429 )
2024-06-02 13:10:28 -04:00
Mathias Fredriksson
4758952ebc
chore(scripts): fix expression interpreted as exit code on some Bash versions ( #13417 )
2024-05-30 17:24:41 +00:00
Danny Kopping
7569cccc51
chore: remove git pinning ( #13414 )
...
Alpine 3.20 includes 2.45.1 by default: https://git.alpinelinux.org/aports/tree/main/git/APKBUILD?h=3.20-stable#n56
Follow-up from https://github.com/coder/coder/pull/13411#issuecomment-2139028721
Signed-off-by: Danny Kopping <danny@coder.com >
2024-05-30 15:58:32 +02:00
Danny Kopping
59ab5053b1
fix: return error if agent init script fails to download valid binary ( #13280 )
2024-05-30 13:33:00 +02:00
Danny Kopping
a1671a633c
Upgrade to git v2.45.1 to fix alpine 3.20 builds ( #13411 )
...
Possibly fixes https://github.com/coder/coder/issues/13407
Signed-off-by: Danny Kopping <danny@coder.com >
2024-05-30 08:36:24 +00:00
Mathias Fredriksson
9eb797eb5a
chore(scripts): add safety check for difference between dry run release notes ( #13398 )
2024-05-29 22:01:10 +03:00
Mathias Fredriksson
5fb231774c
chore(scripts): add custom gh auth to release script ( #13396 )
2024-05-29 18:37:04 +00:00
Mathias Fredriksson
9ae825ebae
chore(scripts): push version bump pr branch in release script ( #13397 )
2024-05-29 18:30:42 +00:00
Mathias Fredriksson
374f0a0fd1
chore(scripts): handle renamed cherry-pick commits in release script ( #13395 )
2024-05-29 21:30:11 +03:00
Garrett Delfosse
5789ea5397
chore: move stat reporting into workspacestats package ( #13386 )
2024-05-29 11:49:08 -04:00
dependabot[bot]
5b78ec97b6
chore: bump alpine from 3.19.1 to 3.20.0 in /scripts ( #13375 )
...
Bumps alpine from 3.19.1 to 3.20.0.
---
updated-dependencies:
- dependency-name: alpine
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-05-28 12:45:16 -05:00
Colin Adler
fa9edc1f42
chore(scripts): remove gh_auth from release.sh ( #13347 )
...
It breaks the `gh` cli for creating workflows.
2024-05-22 14:28:21 -05:00
Cian Johnston
45b45f1107
ci: re-enable test migrations in release workflow ( #13307 )
2024-05-20 10:35:06 +01:00
Mathias Fredriksson
f66d0445da
chore(scripts): fix stable release promote script ( #13204 )
2024-05-17 08:25:10 +00:00
Mathias Fredriksson
0998cedb5c
chore(scripts): fix a few release script changelog issues ( #13200 )
2024-05-17 11:19:48 +03:00
Colin Adler
80538c079d
chore: update git -> 2.43.4 and terraform -> 1.7.5 ( #13299 )
...
This fixes an RCE in git and gets us one minor version closer to fixing
a critical Terraform vulnerability. In the next release we'll bump to
1.8.x.
2024-05-16 19:07:07 +00:00
Steven Masley
194be12133
chore: verify validity of built in rbac roles ( #13296 )
...
Verifies our built in roles are valid according to our policy.go. Working on custom roles requires the dynamic roles to adhere to these rules. Feels fair the built in ones do too.
2024-05-16 12:07:44 -05:00