Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ab254ad
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75e7a93
Choose a head ref
  • 6 commits
  • 38 files changed
  • 11 contributors

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    d3b6863 View commit details
    Browse the repository at this point in the history
  2. 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>
    5 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    3a68676 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore: revert breaking changes relating to WorkspaceOwnerName (#18304)

    Cherry-picks following commits:
    
    *
    f974add
    reverts
    d63417b
    *
    d779126
    reverts
    2ec7404
    
    ---------
    
    Co-authored-by: Bruno Quaresma <bruno@coder.com>
    johnstcn and BrunoQuaresma authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    b906c16 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. chore: add windows icon (cherry-pick #18312) (#18322)

    Co-authored-by: ケイラ <mckayla@hey.com>
    gcp-cherry-pick-bot[bot] and aslilac authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    bc089f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. 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 Coder
    Desktop macOS, with the SVG loader we use. I've moved it to a place
    where 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 coder
    with this new svg.
    
    
    
    ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/jI7h94jB23BidWsYTSCk/4c94ae5f-d0e2-496e-90eb-4968cf40d639.png)
    
    The first icon is without the trailing comment, the second is with.
    
    Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
    gcp-cherry-pick-bot[bot] and ethanndickson authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    8e8dd58 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. 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 session
    end (#18673)
    
    (possibly temporary) fix for #18519
    
    Matches OpenSSH for non-tty sessions, where we don't actively terminate
    the process.
    
    Adds explicit tracking to the SSH server for these processes so that if
    we are shutting down we terminate them: this ensures that we can shut
    down quickly to allow shutdown scripts to run. It also ensures our tests
    don't leak system resources.
    
    Co-authored-by: Spike Curtis <spike@coder.com>
    gcp-cherry-pick-bot[bot] and spikecurtis authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    75e7a93 View commit details
    Browse the repository at this point in the history
Loading