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: 2022.7.0
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: 2024.1.0
Choose a head ref
  • 16 commits
  • 45 files changed
  • 6 contributors

Commits on Jul 13, 2022

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

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    3d47d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d819b6 View commit details
    Browse the repository at this point in the history
  3. Add Django 4.1, Flask 2.2 (#73)

    * Add Django 4.1 to test matrix
    * Add Flask 2.2 to test matrix, fix Flask 2.1
    
    The Flask 2.1 test was actually testing Flask 2.0
    jwhitlock authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    37e0365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9da1eb View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Adjust supported framework versions, add support for Python 3.11 (#76)

    - Adjusted Flask support (`>=2.0,<2.3`)
    - Adjusted Sanic support (`>=21,<23`)
    - added support for Django 4.2
    - validated Python 3.11 compatibility
    - make code changes to account for new framework support
    - alphabetized author list
    - updated changelog
    grahamalama authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3a774d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Nit fixes, cleanup old versions (#80)

    * Add Django 4.2 classifier
    * Update docs copyright
    * Use default language 'en'
    * Cleanup commands
    * Ignore Redis dump file
    * Remove 3.11 from Django 3.2
    * Remove Django-specific options from pytest.ini
    * Calculate copyright year range
    * Switch to .readthedocs.yaml
    jwhitlock authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    eb204e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879dbd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a01ee76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54bebb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Nov 8, 2023

  1. Limit werkzeug version for old Flask (#87)

    * Limit werkzeug version for old Flasks
    
    * Limit version of flask-sqlalchemy too
    leplatrem authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b763d91 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Log checks messages in heartbeat view (#86)

    * Log checks messages in heartbeat view
    
    This implements ``monitoring-heartbeat-error`` of our https://mozilla.github.io/syseng-pod/quality-standards/
    
    * @grahamalama review
    leplatrem authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a7cad34 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Centralize check registration / running logic (#85)

    * Add central check registry / runner
    
    * Add pytest fixture to automatically clear check registry
    
    * Use centralized check registry in Flask
    
    * Use centralized check registry in Sanic
    
    * Use correct path for django test urlconf
    
    * Delete Django level_to_text helper
    
    * Delete commented-out default Django check
    
    * Refactor reset_checks django fixture
    
    - remove version check
    - autouse so that checks are cleared after every test run
    
    * Use centralized check runner in Django
    
    * Tests for running checks
    
    * Add flask tests for registering migration check with app
    
    * Adjust wording in docstring and logs
    
    * Remove superfluous return
    
    * Restore legacy methods with deprecation warning
    
    * Rename init_check to register_partial
    
    * Fix posargs passing to pytest
    
    * Remove problematic test
    
    * Revert "Remove problematic test"
    
    This reverts commit 80ef729.
    
    * Use a fixture to add logger handlers for request.summary
    
    * Reset logging before loading ini
    
    * Run black 24.1a1
    
    ---------
    
    Co-authored-by: Mathieu Leplatre <mathieu@mozilla.com>
    grahamalama and leplatrem authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    886ac45 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. add support for django 5.0 (#91)

    * Add Django 5.0 to the list of supported Django versions
    
    fixes #90
    jaredlockhart authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2d2051c View commit details
    Browse the repository at this point in the history
  2. Update changelog for 2023.12.0 (#89)

    * Update changelog
    
    * Adjust version number
    leplatrem authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    213ab86 View commit details
    Browse the repository at this point in the history
Loading