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: postgrespro/testgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 76444f2
Choose a base ref
...
head repository: postgrespro/testgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c543963
Choose a head ref
  • 9 commits
  • 57 files changed
  • 3 contributors

Commits on Sep 23, 2025

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

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    2a6b392 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. exceptions: fixed typo (#290)

    It is implied that command_s should be a string, but now it is a tuple due to a typo.
    Signed-off-by: Maksim Korotkov <m.korotkov@postgrespro.ru>
    ProjectMutilation authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    d049d60 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Configuration menu
    Copy the full SHA
    0ca0f88 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Documentation language is 'en' (#292)

    This patch fixes a warning in the generation of testgres documentation:
    
    WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English).
    dmitry-lipetsk authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    d107433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338ab04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a060d47 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Usage of external testgres.os_ops and testgres.common (#289)

    This patch splits testgres into tree parts:
    - testgres
    - testgres.os_ops
    - testgres.common
    
    testgres.os_ops and testgres.common are packed into separated packages.
    dmitry-lipetsk authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    8805cc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

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