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:release/2.26
Choose a head ref
Loading
  • 9commits
  • 22files changed
  • 9contributors

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

Commits on Oct 15, 2025

  1. fix: avoid connection logging crashes in agent [2.26] (#20306)

    # For release 2.26- Ignore errors when reporting a connection from the server, just logthem instead- Translate connection log IP `localhost` to `127.0.0.1` on both theserver and the agent- Temporary fix: convert invalid IPs to `127.0.0.1` since the databaseforbids NULLRelates to#20194
    @deansheather
    deansheather authoredOct 15, 2025
    Configuration menu
    Copy the full SHA
    03440f6View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. chore: upgrade coder/clistat to v1.1.1 (#20322) (#20324)

    coder/clistat has received a handful of bug fixes so we're back-portingthese bug fixes to 2.26---Cherry-picked from9bef5de
    @DanielleMaywood
    DanielleMaywood authoredOct 16, 2025
    Configuration menu
    Copy the full SHA
    4793806View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. fix: initialize pseudo console with default size for SSH sessions [2.…

    …26] (#20491)> Resolved an invalid parameter error (-2147024809) during PTY creationon Windows 11 22H2 (but not only) when connecting via JetBrains Toolboxwhich spawns the native SSH client with `-tt` forcing PTY allocationeven though there is no "terminal" on the client side to query its size.>> CreatePseudoConsole doesn't accept a 0x0 (zero width and zero height)console size and unfortunately, there is NO explicit documentation inthe official Microsoft documentation that states the minimum validvalues or explicitly prohibits 0x0.>> Looking at real-world implementations in the search results, allexamples use reasonable non-zero values.>> I tested this with a local Windows VM registered to dev.coder.com i.e.externally managed workspace.Relates to#20468Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
    @deansheather@fioan89
    deansheather andfioan89 authoredOct 28, 2025
    Configuration menu
    Copy the full SHA
    ee8e8cbView commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. chore: update Go to 1.24.10 (#20684) (#20707)

    (cherry picked from commit81c3375)Signed-off-by: Danny Kopping <danny@coder.com>Co-authored-by: Danny Kopping <danny@coder.com>
    @johnstcn@dannykopping
    johnstcn anddannykopping authoredNov 10, 2025
    Configuration menu
    Copy the full SHA
    41dfbc7View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. fix: remove a sensitive field from an agent log line (#20968) (#20970)

    Backport of#20968Co-authored-by: Sas Swart <sas.swart.cdk@gmail.com>
    @dannykopping@SasSwart
    dannykopping andSasSwart authoredNov 27, 2025
    Configuration menu
    Copy the full SHA
    a75205aView commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    db9274fView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp