Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: update dynamic parameters for beta release#18512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
stirby merged 57 commits intomainfromdynamic-params-beta
Jul 8, 2025

Conversation

EdwardAngert
Copy link
Contributor

@EdwardAngertEdwardAngert commentedJun 23, 2025
edited by stirby
Loading

update dynamic parameters documentation with the latest features, examples, and FAQ/troubleshooting

closes#17473

todo

  • note about validation/reasons a build might be rejected (might belong at the end of the doc as general troubleshooting)
  • what happens when you un-"Enable Dynamic Parameters in Workspace Creation"
    • and if you reenable it after
  • modules
    • module/Coder version compatibility
    • this might need its own issue/PR

New Preview Link
https://coder.com/docs/@dynamic-params-beta/admin/templates/extending-templates/dynamic-parameters

@EdwardAngertEdwardAngert added the docsArea: coder.com/docs labelJun 23, 2025
@Emyrk
Copy link
Member

We might want to document thedata source shenanigans

@stirbystirby requested review fromjaaydenh andEmyrkJuly 3, 2025 04:12
@stirbystirby marked this pull request as ready for reviewJuly 3, 2025 04:12
@stirby
Copy link
Collaborator

I have finished the examples. I want to add a gif at the top and expand on known limitations and troubleshooting.

cc@Emyrk@jaaydenh

@stirby
Copy link
Collaborator

stirby commentedJul 3, 2025
edited
Loading

Notes from@Emyrk

  • Missing Beta badge
  • Missing screenshot
  • Missing GIF
  • Add external HTTP Data fetching exemption
  • Switch specific mention of group or role to "identity"
  • Secret text is a misnomer - "masked text inputs"
  • disabled is stylistically immutable, not functionally immutable (remove this line)
  • disabled,mask_input,place_holder
  • The options tab on the form type table does not make sense, support is the correct attribute.
  • removeerror form type
  • Reorder form_types to be logical grouping
  • Remove backticks from codeblog.
  • Secrets -> Mask Input marketing
  • Change ordering of mask_input_note
  • Remove daisy chaining example for now
  • Update issue URL

stirbyand others added7 commitsJuly 7, 2025 20:22
…me envbuilder template (#18741)This change adds a new `docker-devcontainer` template which allows youto provision a workspace running in Docker, that also creates workspacesvia Docker running inside (DinD).- **chore(examples/templates): rename `docker-devcontainer` to`docker-envbuilder`**- **feat(examples/templates): add `docker-devcontainer` exampletemplate**
Emyrkand others added25 commitsJuly 7, 2025 20:44
If using dynamic parameters, workspace tags are extracted using`coder/preview`.
Add a confirmation dialog to the release script that prompts the user tomanually update the release calendar documentation before proceedingwith the release.## Changes- Added a confirmation prompt that asks users to update the releasecalendar documentation- Provides the URL to the documentation(https://coder.com/docs/install/releases#release-schedule)- Suggests running the `./scripts/update-release-calendar.sh` script- Requires explicit confirmation before proceeding with the release- Exits the script if the user hasn't updated the documentation## Testing- [x] Script syntax validation passes (`bash -n scripts/release.sh`)- [x] Changes are placed at the appropriate point in the release flow(after release notes editing, before actual release creation)This addresses the issue where the release calendar documentation wasgetting out of date. While automation can be added later, this ensuresusers manually confirm the documentation is updated before each release.Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: bpmct <22407953+bpmct@users.noreply.github.com>
Adds a new hook called `useWithRetry` as part ofcoder/internal#659---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: BrunoQuaresma <3165839+BrunoQuaresma@users.noreply.github.com>Co-authored-by: Claude <noreply@anthropic.com>
some of these changes might also be in other PRs, but hopefully thisdoesn't cause any merge conflictscloses#18197---------Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
- Reorganize each option in two sections: Web and Desktop Client- Moves the warning about UDP connections to the bottom- Move Coder Desktop as the first option- Links the Coder Desktop RDP modulePreview:https://coder.com/docs/@remote-desktop-module/user-guides/workspace-access/remote-desktops
This bumps `slog` to incorporatecoder/slog#219.Before:```json{  "fields": {      "Code": "{Int32:0 Valid:false}",      "ValidCode": "{Int32:12 Valid:true}"  }}```After:```json{  "fields": {      "Code": null,      "ValidCode": 12  }}```
…gurable (#18756)Makes `initialDelaySeconds` configurable for both `readinessProbe` and`livenessProbe` in the Helm chart.**Changes:**- Added `coder.readinessProbe.initialDelaySeconds` and`coder.livenessProbe.initialDelaySeconds` to `values.yaml`- Updated `_coder.tpl` template to use these configurable values- Defaults to 0 seconds to maintain existing behavior**Testing:**- Verified template rendering with default values (0)- Verified template rendering with custom values (30, 60)- Both probes correctly use the configured `initialDelaySeconds`---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Preview:https://coder.com/docs/@tasks-docs/ai-coder---------Co-authored-by: Hugo Dutka <hugo@coder.com>
Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore <dependency name> major version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's major version (unless you unignore this specificdependency's major version or upgrade to it yourself)- `@dependabot ignore <dependency name> minor version` will close thisgroup update PR and stop Dependabot creating any more for the specificdependency's minor version (unless you unignore this specificdependency's minor version or upgrade to it yourself)- `@dependabot ignore <dependency name>` will close this group update PRand stop Dependabot creating any more for the specific dependency(unless you unignore this specific dependency or upgrade to it yourself)- `@dependabot unignore <dependency name>` will remove all of the ignoreconditions of the specified dependency- `@dependabot unignore <dependency name> <ignore condition>` willremove the ignore condition of the specified dependency and ignoreconditions</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [go.nhat.io/otelsql](https://github.com/nhatthm/otelsql) from0.15.0 to 0.16.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/nhatthm/otelsql/releases">go.nhat.io/otelsql'sreleases</a>.</em></p><blockquote><h2>v0.16.0</h2><h2>What's Changed</h2><ul><li>Bump the otel group with 7 updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/334">nhatthm/otelsql#334</a></li><li>Bump golang.org/x/net from 0.23.0 to 0.33.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/335">nhatthm/otelsql#335</a></li><li>Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 in/tests/mysql by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/336">nhatthm/otelsql#336</a></li><li>Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 in/tests/suite by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/337">nhatthm/otelsql#337</a></li><li>Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 in/tests/suite by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/338">nhatthm/otelsql#338</a></li><li>Bump the otel group with 7 updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/339">nhatthm/otelsql#339</a></li><li>Bump golang.org/x/net from 0.33.0 to 0.36.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/340">nhatthm/otelsql#340</a></li><li>Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in/tests/mssql by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/342">nhatthm/otelsql#342</a></li><li>Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1 in/tests/mysql by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/341">nhatthm/otelsql#341</a></li><li>Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 in /tests/postgresby <a href="https://github.com/dependabot"><code>@​dependabot</code></a>in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/343">nhatthm/otelsql#343</a></li><li>Bump dependencies by <ahref="https://github.com/nhatthm"><code>@​nhatthm</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/347">nhatthm/otelsql#347</a></li><li>Bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 in /tests/postgresby <a href="https://github.com/dependabot"><code>@​dependabot</code></a>in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/344">nhatthm/otelsql#344</a></li><li>Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 in/tests/mysql by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/345">nhatthm/otelsql#345</a></li><li>Bump golang.org/x/net from 0.36.0 to 0.38.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/348">nhatthm/otelsql#348</a></li><li>Bump the otel group with 7 updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/350">nhatthm/otelsql#350</a></li><li>Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 in /tests/postgresby <a href="https://github.com/dependabot"><code>@​dependabot</code></a>in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/349">nhatthm/otelsql#349</a></li><li>Bump github.com/bool64/sqluct from 0.2.4 to 0.2.5 in /tests/suite by<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in<ahref="https://redirect.github.com/nhatthm/otelsql/pull/351">nhatthm/otelsql#351</a></li><li>Bump github.com/bool64/sqluct from 0.2.5 to 0.2.6 in /tests/suite by<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in<ahref="https://redirect.github.com/nhatthm/otelsql/pull/353">nhatthm/otelsql#353</a></li><li>Bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 in/tests/mysql by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/352">nhatthm/otelsql#352</a></li><li>avoid allocating attributes when the span is not recording by <ahref="https://github.com/boekkooi-impossiblecloud"><code>@​boekkooi-impossiblecloud</code></a>in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/354">nhatthm/otelsql#354</a></li><li>Bump the otel group with 7 updates by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/nhatthm/otelsql/pull/355">nhatthm/otelsql#355</a></li><li>Bump github.com/bool64/sqluct from 0.2.6 to 0.2.7 in /tests/suite by<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in<ahref="https://redirect.github.com/nhatthm/otelsql/pull/356">nhatthm/otelsql#356</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/nhatthm/otelsql/compare/v0.15.0...v0.16.0">https://github.com/nhatthm/otelsql/compare/v0.15.0...v0.16.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/nhatthm/otelsql/commit/9213586ccd31a41f9a70507245f1970397502d00"><code>9213586</code></a>Bump github.com/bool64/sqluct from 0.2.6 to 0.2.7 in /tests/suite (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/356">#356</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/ff42240692792e9aa1277be17324937d8bbe0f6e"><code>ff42240</code></a>Bump the otel group with 7 updates (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/355">#355</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/324b3bc0c37ff441deddfb4b1c02840f02c45cae"><code>324b3bc</code></a>avoid allocating attributes when the span is not recording (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/354">#354</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/7cf081467d8c0457fe3c4528654a81084b8b569a"><code>7cf0814</code></a>Bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3 in /tests/mysql(<ahref="https://redirect.github.com/nhatthm/otelsql/issues/352">#352</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/c5bf99ad7971c12f4909f103bd026b3592675e0b"><code>c5bf99a</code></a>Bump github.com/bool64/sqluct from 0.2.5 to 0.2.6 in /tests/suite (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/353">#353</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/f7d72a363f1fa3db072c9e6e02955a4221fcc3d7"><code>f7d72a3</code></a>Bump github.com/bool64/sqluct from 0.2.4 to 0.2.5 in /tests/suite (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/351">#351</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/ff0e5865586ec909643aff7cbbccb90d61bbbcbf"><code>ff0e586</code></a>Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 in /tests/postgres (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/349">#349</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/fb7f15c94a1309d85f67db46114f5a52e6677606"><code>fb7f15c</code></a>Bump the otel group with 7 updates (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/350">#350</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/00a194983cdd2f291e8106da75a210249c5b5ff8"><code>00a1949</code></a>Bump golang.org/x/net from 0.36.0 to 0.38.0 (<ahref="https://redirect.github.com/nhatthm/otelsql/issues/348">#348</a>)</li><li><ahref="https://github.com/nhatthm/otelsql/commit/ebcac0a7fc58469868c9dbfaa8b7ad7cb8fbf0e6"><code>ebcac0a</code></a>Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 in /tests/mysql(<ahref="https://redirect.github.com/nhatthm/otelsql/issues/345">#345</a>)</li><li>Additional commits viewable in <ahref="https://github.com/nhatthm/otelsql/compare/v0.15.0...v0.16.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.nhat.io/otelsql&package-manager=go_modules&previous-version=0.15.0&new-version=0.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
hotfix[preview](https://coder.com/docs/@18705-windsurf-md/user-guides/workspace-access/windsurf)Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
….27.0 (#18772)Bumps[github.com/go-playground/validator/v10](https://github.com/go-playground/validator)from 10.26.0 to 10.27.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10'sreleases</a>.</em></p><blockquote><h2>Release 10.27.0</h2><h2>What's Changed</h2><ul><li>Fix Release version badge on README page by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1406">go-playground/validator#1406</a></li><li>fix russian E.164 error message by <ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li>chore: remove unnecessary statement by <ahref="https://github.com/qshuai"><code>@​qshuai</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li>Re-enable several linters by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1412">go-playground/validator#1412</a></li><li>add support to tag validateFn by <ahref="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li>Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1418">go-playground/validator#1418</a></li><li>Bump golang.org/x/net from 0.34.0 to 0.38.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1419">go-playground/validator#1419</a></li><li>Align required_without with the contract stated in the documentationby <a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li>Add translation example by <ahref="https://github.com/cxlblm"><code>@​cxlblm</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li>doc(errors): mention RegisterTagNameFunc for FieldError.Field by <ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li>Bump golangci/golangci-lint-action from 7 to 8 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1425">go-playground/validator#1425</a></li><li>feat(translation): add en translation for urn_rfc2141 by <ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li>fix: panics when private field is validated by <ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li>Fix: support validation for map values with struct types by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li>Omitzero does not work with slice and map bug by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1436">go-playground/validator#1436</a></li><li>Fix: Validator panics when 'nil' is used along with required if forslices and maps by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1442">go-playground/validator#1442</a></li><li>docs: typos by <ahref="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li>fix: make &quot;file://&quot; fail <code>url</code> validation by <ahref="https://github.com/bfabio"><code>@​bfabio</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li><li>disable way too aggressive and disagreeable linters by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1445">go-playground/validator#1445</a></li><li>use golangci lint file for disables by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1447">go-playground/validator#1447</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li><a href="https://github.com/qshuai"><code>@​qshuai</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li><a href="https://github.com/peczenyj"><code>@​peczenyj</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li><a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li><a href="https://github.com/cxlblm"><code>@​cxlblm</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li><ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li><ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li><ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li><ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li><a href="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li><a href="https://github.com/bfabio"><code>@​bfabio</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/go-playground/validator/commit/bc77d03bfbd951ad1299267754e230b0af36a5aa"><code>bc77d03</code></a>use golangci lint file for disables (<ahref="https://redirect.github.com/go-playground/validator/issues/1447">#1447</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/4a1bc2f2628506a2cab2e3fe88d0cb57ccedbb6a"><code>4a1bc2f</code></a>disable way too aggressive and disagreeable linters (<ahref="https://redirect.github.com/go-playground/validator/issues/1445">#1445</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/cf2267f30e617916a42e6217cd5d3c837100b374"><code>cf2267f</code></a>fix: make &quot;file://&quot; fail <code>url</code> validation (<ahref="https://redirect.github.com/go-playground/validator/issues/1444">#1444</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/3fd4678e4a0346d57ac1ebcb81ceb86a87ed59f0"><code>3fd4678</code></a>docs: typos (<ahref="https://redirect.github.com/go-playground/validator/issues/1440">#1440</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/ec374ef02d93322f9d337c47678fbb45ac055323"><code>ec374ef</code></a>Fix: Validator panics when 'nil' is used along with required if forslices an...</li><li><ahref="https://github.com/go-playground/validator/commit/0e3e2f997385102062275f226e825b4a109f4833"><code>0e3e2f9</code></a>Omitzero does not work with slice and map bug (<ahref="https://redirect.github.com/go-playground/validator/issues/1436">#1436</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/dfc7ccd4d817cfd6f065273e37d83f7ae7815cce"><code>dfc7ccd</code></a>Fix: support validation for map values with struct types (<ahref="https://redirect.github.com/go-playground/validator/issues/1433">#1433</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/5b9542b93487972cdfa75ed03ebe4286c3f44c01"><code>5b9542b</code></a>fix: panics when private field is validated (<ahref="https://redirect.github.com/go-playground/validator/issues/1423">#1423</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/f9a5a1fa1e61028e09df895cd92dfd31673e245f"><code>f9a5a1f</code></a>feat(translation): add en translation for urn_rfc2141 (<ahref="https://redirect.github.com/go-playground/validator/issues/1431">#1431</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/20f7df64bdd443294349535a5da244ad0b2af71a"><code>20f7df6</code></a>Bump golangci/golangci-lint-action from 7 to 8 (<ahref="https://redirect.github.com/go-playground/validator/issues/1425">#1425</a>)</li><li>Additional commits viewable in <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.26.0&new-version=10.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)from 1.62.0 to 1.63.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp'sreleases</a>.</em></p><blockquote><h2>v1.63.0</h2><h2>What's Changed</h2><ul><li>chore(deps): bump securego/gosec from 2.22.3 to 2.22.4 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2007">valyala/fasthttp#2007</a></li><li>fix: removed resolved issue link from readme file, issue no longerex… by <ahref="https://github.com/viralkansarav"><code>@​viralkansarav</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2008">valyala/fasthttp#2008</a></li><li>feat: Add iter.Seq2 iterator by <ahref="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2011">valyala/fasthttp#2011</a></li><li>Removed old information from main documentation as these functionsdoes not exist by <ahref="https://github.com/viralkansarav"><code>@​viralkansarav</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2012">valyala/fasthttp#2012</a></li><li>Proposal : To add Unsafe Zero-Allocation Conversions Sections inmain documentation by <ahref="https://github.com/viralkansarav"><code>@​viralkansarav</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2013">valyala/fasthttp#2013</a></li><li>chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2018">valyala/fasthttp#2018</a></li><li>Drop support before go1.20 by <ahref="https://github.com/erikdubbelboer"><code>@​erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2022">valyala/fasthttp#2022</a></li><li>chore(deps): bump securego/gosec from 2.22.4 to 2.22.5 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2025">valyala/fasthttp#2025</a></li><li>Implement io.StringWriter on some more types by <ahref="https://github.com/erikdubbelboer"><code>@​erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2023">valyala/fasthttp#2023</a></li><li>chore(deps): bump github.com/andybalholm/brotli from 1.1.1 to 1.2.0by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2029">valyala/fasthttp#2029</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/viralkansarav"><code>@​viralkansarav</code></a>made their first contribution in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2008">valyala/fasthttp#2008</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/valyala/fasthttp/compare/v1.62.0...v1.63.0">https://github.com/valyala/fasthttp/compare/v1.62.0...v1.63.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/valyala/fasthttp/commit/8b512b7dae68ffb700b3240bcb81bed5f5c9e6e8"><code>8b512b7</code></a>chore(deps): bump github.com/andybalholm/brotli from 1.1.1 to 1.2.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2029">#2029</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/d356cacd848d92e7f25f06ec64c29f43e033e369"><code>d356cac</code></a>Implement io.StringWriter on some more types (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2023">#2023</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/641dd96586089dd225652745cb1f67492509dd1c"><code>641dd96</code></a>chore(deps): bump securego/gosec from 2.22.4 to 2.22.5 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2025">#2025</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/28ebbd9bf1300bc7d763a0f02facad70ee60190f"><code>28ebbd9</code></a>Drop support before go1.20 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2022">#2022</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/75d2192d37d5cd444850d9d857437fc83165e351"><code>75d2192</code></a>chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2018">#2018</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/46ae933953a610c389f33c1058b8c2b901113e55"><code>46ae933</code></a>Proposal : To add Unsafe Zero-Allocation Conversions Sections in maindocume...</li><li><ahref="https://github.com/valyala/fasthttp/commit/74f3d4cfc825c095c1c1630bd69e0b8da3cd8755"><code>74f3d4c</code></a>Removed old information from main documentation as these functions doesnot e...</li><li><ahref="https://github.com/valyala/fasthttp/commit/a1783ffacc6269de7d37a3a99da1005f404a7a82"><code>a1783ff</code></a>feat: Add iter.Seq2 iterator <ahref="https://redirect.github.com/valyala/fasthttp/issues/2010">#2010</a>(<ahref="https://redirect.github.com/valyala/fasthttp/issues/2011">#2011</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/246634464811c0389369f7a5bd298b85f63670e4"><code>2466344</code></a>Remove unused file</li><li><ahref="https://github.com/valyala/fasthttp/commit/d856840619aa61cff3274ad8403a8f34f15957c7"><code>d856840</code></a>fix: removed resolved issue link from readme file, issue no longerexists (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2">#2</a>...</li><li>Additional commits viewable in <ahref="https://github.com/valyala/fasthttp/compare/v1.62.0...v1.63.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.62.0&new-version=1.63.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add `format:"uri"` to `Group.AvatarURL` (matches `User.AvatarURL`field)- `<user_id>` and `<group_id>` were backwards in the `example:` tags- The `@Success` annotation for `/acl [get]` had an incorrect type
## ProblemUsers were being automatically logged out when deleting OAuth2applications.## Root Cause1. User deletes OAuth2 app successfully2. React Query automatically refetches the app data  3. Management API incorrectly returned **401 Unauthorized** for themissing app4. Frontend axios interceptor sees 401 and calls `signOut()`5. User gets logged out unexpectedly## Solution- Change management API to return **404 Not Found** for missing OAuth2apps- OAuth2 protocol endpoints continue returning 401 per RFC 6749- Rename `writeInvalidClient` to `writeClientNotFound` for clarity## Additional Changes- Add conditional OAuth2 navigation when experiment is enabled or in devbuilds- Add `isDevBuild()` utility and `buildInfo` to dashboard context- Minor improvements to format script and warning dialogsSigned-off-by: Thomas Kosiewski <tk@coder.com>
@stirbystirby merged commit2f42b64 intomainJul 8, 2025
27 checks passed
@stirbystirby deleted the dynamic-params-beta branchJuly 8, 2025 00:46
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJul 8, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@stirbystirbystirby approved these changes

@jaaydenhjaaydenhAwaiting requested review from jaaydenh

@EmyrkEmyrkAwaiting requested review from Emyrk

+1 more reviewer

@Pearlminimic99Pearlminimic99Pearlminimic99 approved these changes

Reviewers whose approvals may not affect merge requirements
Labels
docsArea: coder.com/docs
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

parameters: docs/examples for different types and styling options
13 participants
@EdwardAngert@Emyrk@stirby@Pearlminimic99@matifali@jaaydenh@mafredri@ThomasK33@BrunoQuaresma@ethanndickson@bpmct@hugodutka@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp