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.8.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: v2.8.5
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    e7033b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-7cc2-r658-7xpf

    This fixes a vulnerability with the `CODER_OIDC_EMAIL_DOMAIN` option,
    where users with a superset of the allowed email domain would be allowed
    to login. For example, given `CODER_OIDC_EMAIL_DOMAIN=google.com`, a
    user would be permitted entry if their email domain was
    `colin-google.com`.
    
    (cherry picked from commit 4439a92)
    coadler committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2d37eb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix: do not set max deadline for workspaces on template update (#12446)

    * fix: do not set max deadline for workspaces on template update
    
    When templates are updated and schedule data is changed, we update all
    running workspaces to have up-to-date scheduling information that sticks
    to the new policy.
    
    When updating the max_deadline for existing running workspaces, if the
    max_deadline was before now()+2h we would set the max_deadline to
    now()+2h.
    
    Builds that don't/shouldn't have a max_deadline have it set to 0, which
    is always before now()+2h, and thus would always have the max_deadline
    updated.
    
    * test: add unit test to excercise template schedule bug
    ---------
    
    Co-authored-by: Steven Masley <stevenmasley@gmail.com>
    2 people authored and bpmct committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b655768 View commit details
    Browse the repository at this point in the history
  2. chore: add test for workspace proxy derp meshing (#12220)

    - Reworks the proxy registration loop into a struct (so I can add a `RegisterNow` method)
    - Changes the proxy registration loop interval to 15s (previously 30s)
    - Adds test which tests bidirectional DERP meshing on all possible paths between 6 workspace proxy replicas
    
    Related to coder/customers#438
    deansheather authored and bpmct committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5359fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d448c49 View commit details
    Browse the repository at this point in the history
  4. fix: improve clipboard support on HTTP connections and older browsers (

    …#12178)
    
    * fix: add future-proofing for clipboard copies on http connections
    
    * docs: clean up comment formatting
    Parkreiner authored and bpmct committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    129dd40 View commit details
    Browse the repository at this point in the history
  5. docs: add v2.8.5 changelog

    bpmct committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    630ed64 View commit details
    Browse the repository at this point in the history
Loading