-
Notifications
You must be signed in to change notification settings - Fork 896
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 17 files changed
- 5 contributors
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7033b3 - Browse repository at this point
Copy the full SHA e7033b3View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 2d37eb4 - Browse repository at this point
Copy the full SHA 2d37eb4View commit details
Commits on Mar 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for b655768 - Browse repository at this point
Copy the full SHA b655768View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5359fb3 - Browse repository at this point
Copy the full SHA 5359fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d448c49 - Browse repository at this point
Copy the full SHA d448c49View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 129dd40 - Browse repository at this point
Copy the full SHA 129dd40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 630ed64 - Browse repository at this point
Copy the full SHA 630ed64View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.8.3...v2.8.5