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.21.3
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.21
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Apr 30, 2025

  1. chore: update windsurf icon (cherry-pick #17607) (#17612)

    Co-authored-by: M Atif Ali <atif@coder.com>
    gcp-cherry-pick-bot[bot] and matifali authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    f2c8f5d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. fix: fix size for non-squared app icons (cherry-pick #17663) (#17670)

    Co-authored-by: Bruno Quaresma <bruno@coder.com>
    fix: fix size for non-squared app icons (#17663)
    gcp-cherry-pick-bot[bot] and BrunoQuaresma authored May 5, 2025
    Configuration menu
    Copy the full SHA
    397340a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. fix: fix windsurf icon on light theme (cherry-pick #17679) (#17685)

    Co-authored-by: Bruno Quaresma <bruno@coder.com>
    fix: fix windsurf icon on light theme (#17679)
    gcp-cherry-pick-bot[bot] and BrunoQuaresma authored May 6, 2025
    Configuration menu
    Copy the full SHA
    16ef94a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. chore: update alpine 3.21.2 => 3.21.3 (cherry-pick #17773) (#17800)

    Co-authored-by: Charlie Voiselle <464492+angrycub@users.noreply.github.com>
    gcp-cherry-pick-bot[bot] and angrycub authored May 14, 2025
    Configuration menu
    Copy the full SHA
    65fb26b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. fix: stop extending API key access if OIDC refresh is available (cher…

    …ry-pick #17878) (#17961)
    
    Cherry-picked fix: stop extending API key access if OIDC refresh is
    available (#17878)
    
    fixes #17070
    
    Cleans up our handling of APIKey expiration and OIDC to keep them
    separate concepts. For an OIDC-login APIKey, both the APIKey and OIDC
    link must be valid to login. If the OIDC link is expired and we have a
    refresh token, we will attempt to refresh.
    
    OIDC refreshes do not have any effect on APIKey expiry.
    
    #17070 (comment)
    explains why this is the correct behavior.
    
    Co-authored-by: Spike Curtis <spike@coder.com>
    gcp-cherry-pick-bot[bot] and spikecurtis authored May 21, 2025
    Configuration menu
    Copy the full SHA
    a09c99b View commit details
    Browse the repository at this point in the history
Loading