- Notifications
You must be signed in to change notification settings - Fork1k
Comparing changes
Open a pull request
base repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:coder/coder
Uh oh!
There was an error while loading.Please reload this page.
compare:release/2.23
Uh oh!
There was an error while loading.Please reload this page.
- 16commits
- 56files changed
- 13contributors
Commits on Jun 3, 2025
chore: cherry-pick bug fixes for release 2.23 (#18219)
Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>Co-authored-by: Steven Masley <stevenmasley@gmail.com>Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Commits on Jun 10, 2025
Commits on Jun 11, 2025
chore: add windows icon (cherry-pick#18312) (#18322)
Co-authored-by: ケイラ <mckayla@hey.com>
Commits on Jun 16, 2025
fix(site): remove trailing comment from cursor.svg (cherry-pick#18072)…
… (#18378)Cherry-picked fix(site): remove trailing comment from cursor.svg(#18072)The trailing comment was preventing the SVG from rendering on CoderDesktop macOS, with the SVG loader we use. I've moved it to a placewhere it's apparently OK? Couldn't tell you why.https://validator.w3.org/ had no complaints.I tested this by hardcoding the icon to that served by a build of coderwith this new svg.The first icon is without the trailing comment, the second is with.Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Commits on Jun 30, 2025
fix: stop tearing down non-TTY processes on SSH session end (cherry-p…
…ick#18673) (#18677)Cherry-picked fix: stop tearing down non-TTY processes on SSH sessionend (#18673)(possibly temporary) fix for#18519Matches OpenSSH for non-tty sessions, where we don't actively terminatethe process.Adds explicit tracking to the SSH server for these processes so that ifwe are shutting down we terminate them: this ensures that we can shutdown quickly to allow shutdown scripts to run. It also ensures our testsdon't leak system resources.Co-authored-by: Spike Curtis <spike@coder.com>
Commits on Jul 8, 2025
Commits on Jul 10, 2025
fix(cli): handle nil unwrap errors when formatting (cherry-pick#18099)…
… (#18821)Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Commits on Jul 14, 2025
chore: add rdp icon (cherry-pick#18736) (#18738)
Co-authored-by: Atif Ali <atif@coder.com>
Commits on Jul 15, 2025
Commits on Jul 16, 2025
Commits on Aug 7, 2025
fix: upgrade to 1.24.6 to fix race in lib/pq queries (#19214) (#19220)
THIS IS A SECURITY FIX - cherry picks#19214 upgrade to go 1.24.6 to avoidgolang/go#74831(CVE-2025-47907)Also points to a new version of our lib/pq fork that worked around theGo issue, which should restore better performance.---------Co-authored-by: Cian Johnston <cian@coder.com>Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
Commits on Aug 12, 2025
Commits on Aug 25, 2025
chore: update the slim binaries upload from the build directory to th…
…e GCS bucket (#19519)Updated the upload script to copy the slim binaries from the ./builddirectory to the GCS bucket (instead of the ./site/out/bin directory)
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.23
Uh oh!
There was an error while loading.Please reload this page.