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.pg_conf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: postgrespro/testgres.pg_conf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 13 commits
  • 56 files changed
  • 2 contributors

Commits on Nov 2, 2025

  1. Support of python 3.7, 3.8 (#2)

    * tests includes src as module
    
    * Using typing.List, typing.Dict and typing.Set [py3.7]
    
    * Python 3.7 does not support operator ":="
    
    * travis: enable python 3.7 and 3.8
    
    * fix: ConfigurationData is corrected (compilation error)
    dmitry-lipetsk authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    c4e6273 View commit details
    Browse the repository at this point in the history
  2. fix: TestGlobalCache is corrected (#3)

    * fix: bad TestGlobalCache::sm_Dict
    
    * TestGlobalCache is updated (new asserts)
    
    * TestGlobalCache is updated (exact debug checks)
    dmitry-lipetsk authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    212de33 View commit details
    Browse the repository at this point in the history
  3. ConfigurationFileReader::ReadLine returns typing.Optional[str] (#4)

    It returns str or None
    
    None - it is EOF.
    dmitry-lipetsk authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    e2dfddb View commit details
    Browse the repository at this point in the history
  4. formatting

    d.kovalenko committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    5d8b40d View commit details
    Browse the repository at this point in the history
  5. formatting

    dmitry-lipetsk committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    5bd8c2f View commit details
    Browse the repository at this point in the history
  6. Test is updated

    dmitry-lipetsk committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    39279e0 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    dmitry-lipetsk committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    a256211 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0894b20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83f93f1 View commit details
    Browse the repository at this point in the history
  10. formatting

    dmitry-lipetsk committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    e24a69e View commit details
    Browse the repository at this point in the history
  11. cleanup: CI uses "python -m pytest ..." explicitly (#5)

    "export PYTHONPATH=$(pwd)" is deleted.
    dmitry-lipetsk authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    16b7930 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f71839f View commit details
    Browse the repository at this point in the history
  13. version 0.1.0

    dmitry-lipetsk committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    473cf8b View commit details
    Browse the repository at this point in the history
Loading