-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: coder/coder
base: 8a148a9
head repository: coder/coder
compare: 22f4284
- 6 commits
- 53 files changed
- 6 contributors
Commits on Sep 1, 2026
-
fix(site): dispose Monaco diff models on unmount (#28503) (#28809)
> 🤖 This PR was written by Coder Agents on behalf of Jake Howell. Backport of #28503 to `release/2.37`. Refs [DEVEX-736](https://linear.app/codercom/issue/DEVEX-736/template-editor-crashes-becomes-unusable-when-opening-versions). This carries the Monaco diff-model lifecycle cleanup and Storybook regression coverage into 2.37, preventing template-version navigation from retaining models until the editor becomes unusable. The original patch applies cleanly to this release branch. Co-authored-by: Marcin Tojek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 046189d - Browse repository at this point
Copy the full SHA 046189dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047827d - Browse repository at this point
Copy the full SHA 047827dView commit details
Commits on Sep 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2d16f59 - Browse repository at this point
Copy the full SHA 2d16f59View commit details -
feat: add deployment setting to disable the Codernauts game (#27662) (#…
…28901) Backport of #27662 (`55340de360`) to `release/2.37`. Adds a `codernauts_enabled` runtime setting (default: enabled) that controls whether the Codernauts game link appears in the user dropdown menu. A toggle at the bottom of the Deployment > Appearance page controls it, and the value persists as a single row in the existing `site_configs` table, so it survives restarts and upgrades. There is no database migration; the setting works on all licenses. The only conflict was in `UserDropdownContent.tsx`: `release/2.37` does not yet have the extracted `CodernautsSVG` component or the Premium trial CTA from `main`, so the `codernautsEnabled` guard wraps the inline SVG that 2.37 already has. Everything else applied cleanly. --- 🤖 This PR was generated by Coder Agents on behalf of @bartekgatzcoder. Co-authored-by: Marcin Tojek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3fca7d - Browse repository at this point
Copy the full SHA f3fca7dView commit details
Commits on Sep 4, 2026
-
fix: prevent coderd crashes from unsupported Tailnet RPCs (#28429) (#…
…28958) Workspace agents could call RefreshResumeToken and WorkspaceUpdates, even though agent connections do not configure the providers those RPCs require. The resulting nil dereference panicked a DRPC handler and crashed coderd. Limit the agent Tailnet surface to its supported RPCs, return `Unimplemented` when optional providers are absent, and recover panics in Coder-owned DRPC servers so they return an internal error instead of crashing the process. Backport of #28429 to release/2.37 Refs: https://linear.app/codercom/issue/PLAT-464
Configuration menu - View commit details
-
Copy full SHA for 0af9431 - Browse repository at this point
Copy the full SHA 0af9431View commit details -
fix(coderd/x/chatd): avoid closing poller hint channels (#28746) (#28976
) Cherry-pick of #28746 Original PR: #28746 — fix(coderd/x/chatd): avoid closing poller hint channels Merge commit: ced03dc Requested by: @ethanndickson Co-authored-by: Ethan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22f4284 - Browse repository at this point
Copy the full SHA 22f4284View 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 8a148a9...22f4284