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: v2.23.0
Choose a base ref
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.23
Choose a head ref
  • 3 commits
  • 21 files changed
  • 5 contributors

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
Loading