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:main
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:remove-willusepostgres
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3commits
  • 33files changed
  • 2contributors

Commits on Oct 9, 2025

  1. Remove references to dbtestutil.WillUsePostgres

    Since we removed the in-memory database and now only use Postgres,the WillUsePostgres() function always returned true. This commit:- Removes all test skip conditions that checked WillUsePostgres- Removes the WillUsePostgres function from dbtestutil- Simplifies ErrorsWithPG to always call Errors- Marks ErrorsWithInMemDB as deprecated (kept for compatibility)Fixescoder/internal#758Co-authored-by: hugodutka <28019628+hugodutka@users.noreply.github.com>
    @blink-so@hugodutka
    blink-so[bot] andhugodutka committedOct 9, 2025
    Configuration menu
    Copy the full SHA
    2999996View commit details
    Browse the repository at this point in the history
  2. Remove ErrorsWithInMemDB function and usage

    The in-memory database has been removed, so ErrorsWithInMemDBis no longer needed. This removes:- The ErrorsWithInMemDB function definition from setup_test.go- The single usage of ErrorsWithInMemDB in dbauthz_test.goCo-authored-by: hugodutka <28019628+hugodutka@users.noreply.github.com>
    @blink-so@hugodutka
    blink-so[bot] andhugodutka committedOct 9, 2025
    Configuration menu
    Copy the full SHA
    0944bf7View commit details
    Browse the repository at this point in the history
  3. Remove ErrorsWithPG function and replace with Errors

    Since we removed the in-memory database, ErrorsWithPG is nowidentical to Errors. This removes:- The ErrorsWithPG function definition from setup_test.go- Replaces the single usage of ErrorsWithPG with ErrorsCo-authored-by: hugodutka <28019628+hugodutka@users.noreply.github.com>
    @blink-so@hugodutka
    blink-so[bot] andhugodutka committedOct 9, 2025
    Configuration menu
    Copy the full SHA
    63b3b98View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp