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.11.1
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.11
Choose a head ref
  • 19 commits
  • 124 files changed
  • 5 contributors

Commits on May 22, 2024

  1. fix: properly detect agent resouces in terraform (#13343)

    Terraform changed the default output of the `terraform graph` command.
    You must put `-type=plan` to keep the prior behavior.
    
    (cherry picked from commit 3364abe)
    
    Co-authored-by: Colin Adler <colin1adler@gmail.com>
    kylecarbs and coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9c5fc3b View commit details
    Browse the repository at this point in the history
  2. chore(scripts): fix a few release script changelog issues (#13200)

    (cherry picked from commit 0998ced)
    mafredri authored and coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d31e07d View commit details
    Browse the repository at this point in the history
  3. fix: prevent stdlib logging from messing up ssh (#13161)

    Fixes #13144
    
    (cherry picked from commit 13dd526)
    coadler committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d53c94b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore(scripts): fix stable release promote script (#13204)

    (cherry picked from commit f66d044)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c3221ce View commit details
    Browse the repository at this point in the history
  2. chore(scripts): handle renamed cherry-pick commits in release script (#…

    …13395)
    
    (cherry picked from commit 374f0a0)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    66de7dd View commit details
    Browse the repository at this point in the history
  3. chore(scripts): add custom gh auth to release script (#13396)

    (cherry picked from commit 5fb2317)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4281e43 View commit details
    Browse the repository at this point in the history
  4. chore(scripts): push version bump pr branch in release script (#13397)

    (cherry picked from commit 9ae825e)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    19b1390 View commit details
    Browse the repository at this point in the history
  5. chore(scripts): add safety check for difference between dry run relea…

    …se notes (#13398)
    
    (cherry picked from commit 9eb797e)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    360ff1c View commit details
    Browse the repository at this point in the history
  6. chore(scripts): fix expression interpreted as exit code on some Bash …

    …versions (#13417)
    
    (cherry picked from commit 4758952)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b8b2ed0 View commit details
    Browse the repository at this point in the history
  7. chore(scripts): fix unbound variable in tag_version.sh (#13428)

    (cherry picked from commit a51076a)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    94c3dd8 View commit details
    Browse the repository at this point in the history
  8. chore(scripts): fix dry run for autoversion in release.sh (#13470)

    (cherry picked from commit 3b7f953)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9151f53 View commit details
    Browse the repository at this point in the history
  9. chore(scripts): fix release promote stable to set latest tag (#13471)

    (cherry picked from commit 9a757f8)
    mafredri authored and kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9424fce View commit details
    Browse the repository at this point in the history
  10. fix: remove connected button (#13625)

    It didn't make a lot of sense in current form. It will when we improve autostop.
    
    (cherry picked from commit 3ef12ac)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bfb4a8d View commit details
    Browse the repository at this point in the history
  11. fix: track login page correctly (#13618)

    (cherry picked from commit 495eea4)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    203a182 View commit details
    Browse the repository at this point in the history
  12. feat: add cross-origin reporting for telemetry in the dashboard (#13612)

    * feat: add cross-origin reporting for telemetry in the dashboard
    
    * Respect the telemetry flag
    
    * Fix embedded metadata
    
    * Fix compilation error
    
    * Fix linting
    
    (cherry picked from commit 0793a4b)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    350c71b View commit details
    Browse the repository at this point in the history
  13. fix: display trial errors in the dashboard (#13601)

    * fix: display trial errors in the dashboard
    
    The error was essentially being ignored before!
    
    * Remove day mention in product of trial
    
    * fmt
    
    (cherry picked from commit 7049d7a)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    62fdea0 View commit details
    Browse the repository at this point in the history
  14. fix: write server config to telemetry (#13590)

    * fix: add external auth configs to telemetry
    
    * Refactor telemetry to send the entire config
    
    * gen
    
    * Fix linting
    
    (cherry picked from commit 3a1fa04)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fefb4e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: external auth validate response "Forbidden" should return inva…

    …lid, not an error (#13446)
    
    * chore: add unit test to delete workspace from suspended user
    * chore: account for forbidden as well as unauthorized response codes
    
    (cherry picked from commit 27f2691)
    Emyrk authored and stirby committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d6ca712 View commit details
    Browse the repository at this point in the history
  2. fixed script ref (#13647)

    (cherry picked from commit 3d6c979)
    stirby committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0cbe23b View commit details
    Browse the repository at this point in the history
Loading