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.12.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: v2.12.2
Choose a head ref
  • 7 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 21, 2024

  1. 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
    a9e5648 View commit details
    Browse the repository at this point in the history
  2. fix: track login page correctly (#13618)

    (cherry picked from commit 495eea4)
    kylecarbs committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0703fc6 View commit details
    Browse the repository at this point in the history
  3. 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
    b701620 View commit details
    Browse the repository at this point in the history
  4. 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
    201cb1c View commit details
    Browse the repository at this point in the history
  5. 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
    90f82da View commit details
    Browse the repository at this point in the history
  6. 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
    ae220f5 View commit details
    Browse the repository at this point in the history
  7. 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
    e54ff57 View commit details
    Browse the repository at this point in the history
Loading