Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.26.0
Choose a base ref
Loading
...
head repository:coder/coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v2.26.1
Choose a head ref
Loading
  • 3commits
  • 5files changed
  • 4contributors

Commits on Sep 11, 2025

  1. [2.26 backport] fix: pin pg_dump version when generating schema (#19696

    …) (#19765)This is required by#19756 The latest release of all `pg_dump` major versions, going back to 13,started inserting `\restrict` `\unrestrict` keywords into dumps. Thiscurrently breaks sqlc in `gen/dump` and our check migration script. Fulldetails of the postgres change are available here:https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=575f54d4cTo fix, we'll always use the `pg_dump` in our postgres 13.21 dockerimage for schema dumps, instead of what's on the runner/local machine.Coder doesn't restore from postgres dumps, so we're not vulnerable toattacks that would be patched by the latest postgres version.Regardless, we'll unpin ASAP.Once sqlc is updated to handle these keywords, we need to startstripping them when comparing the schema in the migration check script,and then we can unpin the pg_dump version. This is being tracked atcoder/internal#965Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
    @kacpersaw@ethanndickson
    kacpersaw andethanndickson authoredSep 11, 2025
    Configuration menu
    Copy the full SHA
    c0f1b9dView commit details
    Browse the repository at this point in the history
  2. [2.26 backport] perf(enterprise): remove expensive GetWorkspaces quer…

    …y from entitlements (#19747) (#19756)This PR addresses the significant database load issue where theGetWorkspaces query was causing performance problems in the licenseentitlements code.cherry picked from commit3074547
    @kacpersaw
    kacpersaw authoredSep 11, 2025
    Configuration menu
    Copy the full SHA
    5369204View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. fix(coderd): ensure agent WebSocket conn is cleaned up (#19711) (#20094)

    Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
    @johnstcn@DanielleMaywood
    johnstcn andDanielleMaywood authoredOct 1, 2025
    Configuration menu
    Copy the full SHA
    7afe6c8View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp