- Notifications
You must be signed in to change notification settings - Fork1.1k
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
57 commits Select commitHold shift + click to select a range
4ee8b84 beta tag; remove key-value
EdwardAngertc31599d moved parameters into new file
stirbyfa5ee37 WIP examples needed
stirby95e171d adding form types
stirby24a38ad feature stage
stirby0a0c39b more examples
stirbycc30cfe previewing tabs
stirbyb9aff1c dynamic defaults
stirby0423ea0 validation
stirbyd0769d8 added secret parameters
stirbycbec77b added more examples
stirbyc5e1684 happy with current state
stirbyce034ac Merge branch 'main' into dynamic-params-beta
stirbya3c93af fmt
stirby0e08ed0 fixed beta tag
stirby1379bcc added screenshot and gif
stirby2b0d729 chore: add rdp icon (#18736)
matifalieb66684 feat: display descriptions in multi-select component (#18730)
jaaydenh61ed79f docs: update release calendar with 2.24 release (#18742)
matifalic765e1e fix(site): update vs code dev container button URLs (#18696)
mafredri7ce1a9c feat(examples/templates): add `docker-devcontainer` template and rena…
mafredricb197ab chore: create interface for pkgs to return codersdk errors (#18719)
Emyrk9c616b9 feat: implement OAuth2 dynamic client registration (RFC 7591/7592) (#…
ThomasK33b499188 docs: add comprehensive development documentation (#18646)
ThomasK33c578fac chore: implement tests for dynamic parameter component (#18745)
jaaydenh41b9a9b fix: remove unique constraint on OAuth2 provider app names (#18669)
ThomasK33eb75028 feat: implement MCP HTTP server endpoint with authentication (#18670)
ThomasK336de25bc chore: update gofumpt from v0.4.0 to v0.8.0 (#18652)
blink-so[bot]e474d55 feat: add OAuth2 provider functionality as an experiment (#18692)
ThomasK33273fde9 feat: add MCP HTTP server experiment and improve experiment middlewar…
ThomasK330cf3ec3 refactor: move OAuth2 provider code to dedicated package (#18746)
ThomasK333cab673 refactor: organize OAuth2 provider tests into dedicated packages (#18…
ThomasK33a60b85b feat: use preview to compute workspace tags from terraform (#18720)
Emyrkfd82c73 fix: add manual confirmation for release calendar update (#18748)
blink-so[bot]ea5e1d9 feat: establish terminal reconnection foundation (#18693)
BrunoQuaresma89298dd docs: align feature stages for July release (#18752)
EdwardAngerte9f3eac docs: reorganize remote desktop docs (#18716)
matifalifa6a2e2 docs: add RDP desktop button gif (#18758)
matifalie6f1181 fix: handle `sql/driver.Valuer` types properly in `json` logs (#18760)
ethanndickson878f7c4 feat: make readinessProbe and livenessProbe initialDelaySeconds confi…
blink-so[bot]d51215f feat: update tasks docs (#18659)
bpmctfd85dae chore: add suggestions to the tasks docs (#18766)
hugodutka094bca2 ci: bump the github-actions group with 6 updates (#18769)
dependabot[bot]626547c chore: bump go.nhat.io/otelsql from 0.15.0 to 0.16.0 (#18768)
dependabot[bot]cbac5aa docs: fix markdown in Windsurf doc (#18753)
EdwardAngertf9f2f6a chore: bump github.com/go-playground/validator/v10 from 10.26.0 to 10…
dependabot[bot]fd13c7a chore: bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0 (#18771)
dependabot[bot]1d7c284 chore: fix some small groups and acl typos (#18732)
aslilacbba0ed6 fix: return 404 instead of 401 for missing OAuth2 apps (#18755)
ThomasK33c70c533 Merge branch 'main' into dynamic-params-beta
stirby835b4c5 removed old dynamic parameter docs
stirby3244e7b fmt
stirby71a7aa7 make; spellings
EdwardAngerteda6507 edit dynamic-params
EdwardAngert786f6f4 md and spelling
EdwardAngertdb53358 md syntax
EdwardAngert8a38e33 image link
EdwardAngertFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
ci: bump the github-actions group with 6 updates (#18769)
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>
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit094bca20880d9e1ffff3b8f0c83372e311ad51ba
There are no files selected for viewing
6 changes: 3 additions & 3 deletions.github/workflows/ci.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion.github/workflows/docs-ci.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion.github/workflows/scorecard.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions.github/workflows/security.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion.github/workflows/weekly-docs.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.