-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: coder/coder-1
base: main
head repository: coder/coder-1
compare: release/2.28
- 12 commits
- 101 files changed
- 5 contributors
Commits on Oct 29, 2025
-
chore!: patch release v2.28 to remove
aibridgeexperiment (coder#20544) Includes stack of PRs from coder#20520 --------- Signed-off-by: Danny Kopping <danny@coder.com>
Configuration menu - View commit details
-
Copy full SHA for 2a22440 - Browse repository at this point
Copy the full SHA 2a22440View commit details -
fix: ensure lifecycle executor has sufficient task permissions (coder…
…#20539) (coder#20560) We recently made a change to the `wsbuilder` to handle task related logic. Our test coverage for the lifecycle executor didn't handle this scenario and so we missed that it had insufficient permissions. This PR adds `Update` and `Read` permissions for `Task`s in the lifecycle executor, as well as an autostart/autostop test tailored to task workspaces to verify the change. --- This is cherry picked from coder@06dbada coder#20539
Configuration menu - View commit details
-
Copy full SHA for d0a2e6d - Browse repository at this point
Copy the full SHA d0a2e6dView commit details -
fix(site): fix disappearing preset selector when switching task templ…
…ate (coder#20514) (coder#20564) Ensure we set `selectedPresetId` to `undefined` when we change `selectedTemplateId` to ensure we don't end up breaking the `<Select>` component by giving it an invalid preset id. --- Cherry picked from 9629d87 (coder#20514)
Configuration menu - View commit details
-
Copy full SHA for ba14acf - Browse repository at this point
Copy the full SHA ba14acfView commit details -
fix: update task link AppStatus using task_id (coder#20543) (coder#20551
) Fixes coder#20515 Alternative to coder#20519 Adds `task_id` to `workspaces_expanded` view and updates the "View Task" link in `AppStatuses` component. NOTE: this contains a migration (cherry picked from commit 1ebc217) <!-- If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. -->
Configuration menu - View commit details
-
Copy full SHA for 0b5542f - Browse repository at this point
Copy the full SHA 0b5542fView commit details
Commits on Oct 30, 2025
-
feat: delete pending canceled prebuilds (coder#20499) (coder#20554)
Related to PR: coder#20499 (cherry picked from commit c3e3bb5)
Configuration menu - View commit details
-
Copy full SHA for a7b3efb - Browse repository at this point
Copy the full SHA a7b3efbView commit details -
perf: optimize prebuilds membership reconciliation to check orgs not …
…presets (coder#20493) (coder#20555) Related to PR: coder#20493 (cherry picked from commit 7e8fcb4)
Configuration menu - View commit details
-
Copy full SHA for 2cf4b5c - Browse repository at this point
Copy the full SHA 2cf4b5cView commit details -
feat: add prebuilds reconciliation duration metric (coder#20535) (cod…
…er#20581) Related to PR: coder#20535 (cherry picked from commit aad1b40)
Configuration menu - View commit details
-
Copy full SHA for 6424093 - Browse repository at this point
Copy the full SHA 6424093View commit details -
refactor: remove TaskAppID from codersdk.WorkspaceBuild (coder#20583) (…
…coder#20592) `TaskAppID` has not yet been shipped. We're dropping this field in favor of using the same information but from `codersdk.Task`. --- Cherry picked from d80b5fc coder#20583
Configuration menu - View commit details
-
Copy full SHA for effbe4e - Browse repository at this point
Copy the full SHA effbe4eView commit details
Commits on Nov 3, 2025
-
fix(coderd): fix audit log resource link for tasks (coder#20545) (cod…
Configuration menu - View commit details
-
Copy full SHA for cb4ea1f - Browse repository at this point
Copy the full SHA cb4ea1fView commit details -
fix(coderd): disallow POSTing a workspace build on a deleted workspace (
coder#20584) (coder#20586) - Adds a check on /api/v2/workspacebuilds to disallow creating a START or STOP build if the workspace is deleted. - DELETEs are still allowed. (cherry picked from commit 3801701)
Configuration menu - View commit details
-
Copy full SHA for d82ba7e - Browse repository at this point
Copy the full SHA d82ba7eView commit details -
chore: remove brazil fly.io proxy (coder#20601) (coder#20645)
(cherry picked from commit 7182c53) Co-authored-by: Dean Sheather <dean@deansheather.com>
Configuration menu - View commit details
-
Copy full SHA for fa43ea8 - Browse repository at this point
Copy the full SHA fa43ea8View commit details -
fix: delete related task when deleting workspace (coder#20567) (coder…
…#20585) * Instead of prompting the user to start a deleted workspace (which is silly), prompt them to create a new task instead. * Adds a warning dialog when deleting a workspace related to a task * Updates provisionerdserver to delete the related task if a workspace is related to a task (cherry picked from commit 73dedcc)
Configuration menu - View commit details
-
Copy full SHA for 563612e - Browse repository at this point
Copy the full SHA 563612eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release/2.28