8000 Comparing v2.18.0...v2.18.1 · coder/coder · GitHub
[go: up one dir, main page]

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.18.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: v2.18.1
Choose a head ref
  • 3 commits
  • 64 files changed
  • 6 contributors

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    4097ec3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. chore: acquire lock for individual workspace transition (#15883)

    When Coder is ran in High Availability mode, each Coder instance has a
    lifecycle executor. These lifecycle executors are all trying to do the
    same work, and whilst transactions saves us from this causing an issue,
    we are still doing extra work that could be prevented.
    
    This PR adds a `TryAcquireLock` call for each attempted workspace
    transition, meaning two Coder instances shouldn't duplicate effort.
    
    (cherry picked from commit 50ff06c)
    
    Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
    stirby and DanielleMaywood authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    c5e8769 View commit details
    Browse the repository at this point in the history
  2. chore: cherry-pick commits for 2.18.1 (#15885)

    Co-authored-by: Cian Johnston <cian@coder.com>
    Co-authored-by: Eric Paulsen <ericpaulsen@coder.com>
    Co-authored-by: Sas Swart <sas.swart.cdk@gmail.com>
    4 people authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    765d99c View commit details
    Browse the repository at this point in the history
Loading
0