Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
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: reddit/baseplate.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Choose a base ref
...
head repository: reddit/baseplate.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.2b1
Choose a head ref
  • 3 commits
  • 137 files changed
  • 1 contributor

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. Prevent GreenletExit exceptions (and improve shutdown time) when shut…

    …ting down with active keepalive connections (#1009)
    
    * Add regression test for keepalive shutdown issue
    
    This is expected to fail with the current Baseplate version.
    
    * Close keepalive connections when shutting down
    
    * Fix linter errors introduced by merge
    
    * Import from gevent modules to avoid sneaky import issues
    chriskuehl authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1cf7ad5 View commit details
    Browse the repository at this point in the history
  2. v2.7.2b1

    chriskuehl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    efd4459 View commit details
    Browse the repository at this point in the history
Loading