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: django-waffle/django-waffle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: django-waffle/django-waffle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 18 commits
  • 40 files changed
  • 7 contributors

Commits on Apr 23, 2024

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

Commits on May 6, 2024

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

Commits on Jun 7, 2024

  1. Add flake8 to the precommit (#504)

    We only check the waffle directory to keep it equivalent to the
    existing linter
    dragon-dxw authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7082362 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Lint end-of-file has newline (#506)

    (We also change the way we exclude files to be more general in our linting)
    dragon-dxw authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    44d2c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#507)

    updates:
    - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cd92384 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#508)

    updates:
    - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0ee724c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#509)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    53ac908 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    79182bb View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 3 to 4 (#513)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4244141 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4 (#515)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    36a8ebc View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-python from 4 to 5 (#514)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0470ec2 View commit details
    Browse the repository at this point in the history
  5. Add Python 3.12 support (#516)

    Also added missing supported Django version 4.2 to trove classifiers
    ulgens authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a0e9f71 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

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

Commits on Nov 10, 2024

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

Commits on Nov 14, 2024

  1. Create .readthedocs.yaml for documentation configuration (#525)

    * Create .readthedocs.yaml
    
    to fix broken documentation building pipeline
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dancergraham and pre-commit-ci[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e003a08 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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