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: mozilla-services/python-dockerflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.04.2
Choose a base ref
...
head repository: mozilla-services/python-dockerflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026.01.26
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Apr 26, 2024

  1. Add MozlogHandler that integrates renamed formatter (#112)

    * Add MozlogHandler that integrates renamed formatter
    
    * Remove unused fixture from test
    
    * Slightly refactor logging test setup
    
    - Pass handler and formatter as fixtures to tests
    - Reset logging after each test
    
    * Add tests to assert how `logger_name` is attached to records
    
    * Ruff fixes
    
    * Use formatter in `assert_records` assertions
    
    * Set caplog to INFO in fastapi rid test
    
    * Make assertions about LogRecord and formatted output
    grahamalama authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ba6936b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. chore: fix a typo (#118)

    AlphaWong authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    276ff50 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Fix CI and expand test matrix to Django 5.2 and Python 3.13 (#120)

    * Bump CI actions
    
    * Use non-system env in CI
    
    * Add ruff exclusions +FIXME comments
    
    * Update Django and Python in CI
    
    * Update setup classifiers
    janbrasna authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    3221444 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Pin test dependencies to fix CI, drop EOL and add Django 6.0 (#122)

    * Pin httpx<1
    
    * Pin sanic-testing for httpx<1
    
    * Drop EOL from tox matrix
    
    * Update release CI used Python version
    
    * Bump CI versions
    
    * Ignore ruff unused-unpacked-variable rule
    
    * Remove django-3.2 tests
    
    * Drop EOL
    
    * Remove django-5.1 testing
    
    * Add Django 6.0 to test matrix
    
    * Update metadata
    janbrasna authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    7297801 View commit details
    Browse the repository at this point in the history
Loading