-
-
Notifications
You must be signed in to change notification settings - Fork 258
Comparing changes
Open a pull request
base repository: jazzband/django-waffle
base: v3.0.0
head repository: jazzband/django-waffle
compare: master
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f863503 - Browse repository at this point
Copy the full SHA f863503View commit details
Commits on Sep 7, 2022
-
Added python_requires and install_requires to help pip (#466)
Without `python_requires`, pip will let you install django-waffle 3.0 on python 3.6 and lower, which are now unsupported. And django-waffle should depend on django, because based on the name of the project, it does, so adding `install_requires` to reflect that.
Configuration menu - View commit details
-
Copy full SHA for d1b2a65 - Browse repository at this point
Copy the full SHA d1b2a65View commit details
Commits on Sep 16, 2022
-
These changes reduce the amount of linting issues that are silenced by the CI configuration. * Remove `waffle/south_migrations/` folder from `flake8` exclude list, as it no longer exists. * Migrate unused `waffle/.flake` file content to `setup.cfg`. * Fix simple linting issues that do not generate side effects.
Configuration menu - View commit details
-
Copy full SHA for 1f512f0 - Browse repository at this point
Copy the full SHA 1f512f0View commit details -
Use admin action decorator (#467)
Django 3.2 introduced the `@admin.action` decorator [1], which simplifies adding permissions and description to admin actions. As the project requires Django 3.2 at least, since version `3.0.0`, this solution does not require an alternative approach for older Django versions. [1] https://docs.djangoproject.com/en/3.2/ref/contrib/admin/actions/#the-action-decorator
Configuration menu - View commit details
-
Copy full SHA for b035ac6 - Browse repository at this point
Copy the full SHA b035ac6View commit details
Commits on Sep 17, 2022
-
misc: Add initial support for Mypy checks (#469)
This is the initial change to start adding typing hints to the project. It includes: * Adding `mypy` checks to GitHub actions, and Tox. * Adding `mypy` command to `run.sh` script. * Initial `mypy` configuration options in `setup.cfg`. * Small fixes for existing typing issues.
Configuration menu - View commit details
-
Copy full SHA for 25dbbe2 - Browse repository at this point
Copy the full SHA 25dbbe2View commit details -
misc: Add initial type hints (#470)
Introducing partial type hints to the project, in preparation for publishing typing stubs for any applications using `django-waffle`.
Configuration menu - View commit details
-
Copy full SHA for c8c444e - Browse repository at this point
Copy the full SHA c8c444eView commit details
Commits on Sep 18, 2022
-
misc: Distribute and package type information (#472)
According to [PEP 561](https://peps.python.org/pep-0561/), these should be the only required changes for this project to start distribution the type hints, for dependant applications to benefit from.
Configuration menu - View commit details
-
Copy full SHA for 6e84661 - Browse repository at this point
Copy the full SHA 6e84661View commit details -
misc: Add more type hints (#471)
Adding more missing type hints to the project, mainly for: * Decorators, * Models and managers, * Testutils `override_*` context managers.
Configuration menu - View commit details
-
Copy full SHA for 2526331 - Browse repository at this point
Copy the full SHA 2526331View commit details
Commits on Oct 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c02ec0b - Browse repository at this point
Copy the full SHA c02ec0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2378a1 - Browse repository at this point
Copy the full SHA f2378a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e45cd0 - Browse repository at this point
Copy the full SHA 7e45cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ab289 - Browse repository at this point
Copy the full SHA 88ab289View commit details
Commits on Oct 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1d7a097 - Browse repository at this point
Copy the full SHA 1d7a097View commit details
Commits on Jul 25, 2023
-
Dropped support for Python 3.7 (#487)
This reached EOL on 2023-06-27.
Configuration menu - View commit details
-
Copy full SHA for 2b78d9c - Browse repository at this point
Copy the full SHA 2b78d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5fb407 - Browse repository at this point
Copy the full SHA a5fb407View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be05c2c - Browse repository at this point
Copy the full SHA be05c2cView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21d7fad - Browse repository at this point
Copy the full SHA 21d7fadView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 80f5b33 - Browse repository at this point
Copy the full SHA 80f5b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63444d6 - Browse repository at this point
Copy the full SHA 63444d6View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d44a4b - Browse repository at this point
Copy the full SHA 3d44a4bView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e63a13f - Browse repository at this point
Copy the full SHA e63a13fView commit details
Commits on Jun 7, 2024
-
Add flake8 to the precommit (#504)
We only check the waffle directory to keep it equivalent to the existing linter
Configuration menu - View commit details
-
Copy full SHA for 7082362 - Browse repository at this point
Copy the full SHA 7082362View commit details
Commits on Jun 11, 2024
-
Lint end-of-file has newline (#506)
(We also change the way we exclude files to be more general in our linting)
Configuration menu - View commit details
-
Copy full SHA for 44d2c04 - Browse repository at this point
Copy the full SHA 44d2c04View commit details
Commits on Jul 1, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for cd92384 - Browse repository at this point
Copy the full SHA cd92384View commit details
Commits on Aug 5, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 0ee724c - Browse repository at this point
Copy the full SHA 0ee724cView commit details
Commits on Oct 8, 2024
-
[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>
Configuration menu - View commit details
-
Copy full SHA for 53ac908 - Browse repository at this point
Copy the full SHA 53ac908View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79182bb - Browse repository at this point
Copy the full SHA 79182bbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4244141 - Browse repository at this point
Copy the full SHA 4244141View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 36a8ebc - Browse repository at this point
Copy the full SHA 36a8ebcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0470ec2 - Browse repository at this point
Copy the full SHA 0470ec2View commit details -
Add Python 3.12 support (#516)
Also added missing supported Django version 4.2 to trove classifiers
Configuration menu - View commit details
-
Copy full SHA for a0e9f71 - Browse repository at this point
Copy the full SHA a0e9f71View commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29b36b6 - Browse repository at this point
Copy the full SHA 29b36b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53e2cd - Browse repository at this point
Copy the full SHA a53e2cdView commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a44ad5d - Browse repository at this point
Copy the full SHA a44ad5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 380fa48 - Browse repository at this point
Copy the full SHA 380fa48View commit details
Commits on Nov 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e003a08 - Browse repository at this point
Copy the full SHA e003a08View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86a1ea5 - Browse repository at this point
Copy the full SHA 86a1ea5View commit details
Commits on Nov 16, 2024
-
* build: add [docs] dependencies group * fix: Gargoyle is no longer supported * fix: minor updates * fix: remove deprecated easy install and jingo references * fix: remove deprecated syncdb ref * fix: remove ancient upgrading instructions * Revert "fix: remove ancient upgrading instructions" This reverts commit c3cafe1. * fix: update broken link * fix: remove unmaintained framework
Configuration menu - View commit details
-
Copy full SHA for b697b31 - Browse repository at this point
Copy the full SHA b697b31View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a932a0 - Browse repository at this point
Copy the full SHA 2a932a0View commit details
Commits on Nov 20, 2024
-
[pre-commit.ci] pre-commit autoupdate (#533)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 12ea1c1 - Browse repository at this point
Copy the full SHA 12ea1c1View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3af0dd - Browse repository at this point
Copy the full SHA f3af0ddView commit details
Commits on Nov 26, 2024
-
[pre-commit.ci] pre-commit autoupdate (#534)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.4...v0.8.0)
Configuration menu - View commit details
-
Copy full SHA for 2440f90 - Browse repository at this point
Copy the full SHA 2440f90View commit details
Commits on Dec 3, 2024
-
Add Read the docs status badge (#537)
The documentation build was broken for many months this year but this was not immediately visible anywhere on the GitHub repo. I propose to add a read the docs status badge rather than an actions status badge as this is a better source of truth about the documentation build status
Configuration menu - View commit details
-
Copy full SHA for 2cb176a - Browse repository at this point
Copy the full SHA 2cb176aView commit details
Commits on Dec 17, 2024
-
[pre-commit.ci] pre-commit autoupdate (#538)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.3](astral-sh/ruff-pre-commit@v0.8.0...v0.8.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a85782b - Browse repository at this point
Copy the full SHA a85782bView commit details
Commits on Dec 20, 2024
-
Improved API documentation (#539)
Added missing attributes and methods.
Configuration menu - View commit details
-
Copy full SHA for 2dd8fac - Browse repository at this point
Copy the full SHA 2dd8facView commit details
Commits on Dec 23, 2024
-
[pre-commit.ci] pre-commit autoupdate (#540)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8eb58fb - Browse repository at this point
Copy the full SHA 8eb58fbView commit details
Commits on Dec 27, 2024
-
Add
WAFFLE_SWITCH_MODEL
to Configuring Waffle page (#535)* Add `WAFFLE_SWITCH_MODEL` to Configuring Waffle page Fixes #454 Add `WAFFLE_SWITCH_MODEL` and `WAFFLE_SAMPLE_MODEL` settings to the "Configuring Waffle" documentation page. * [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>
Configuration menu - View commit details
-
Copy full SHA for 2b81166 - Browse repository at this point
Copy the full SHA 2b81166View commit details
Commits on Dec 28, 2024
-
Test all pull requests for docs (#536)
* WIP - Test the docs Related to #526 Add a command to build the documentation using Sphinx and update the CI workflow to include a documentation build stage. * **run.sh** - Add a command to build the documentation using Sphinx. - Update the usage function to include the new builddocs command. * **.github/workflows/python-package.yml** - Add a new stage to run the documentation building to ensure it works. - Update the release-production stage to depend on the new docs stage. * refactor: simplify changes * refactor: undo changes to run.sh
Configuration menu - View commit details
-
Copy full SHA for 7f0d532 - Browse repository at this point
Copy the full SHA 7f0d532View commit details
Commits on Dec 30, 2024
-
Mobile friendly documentation (#543)
* Add sphinx-rtd-theme to docs
Configuration menu - View commit details
-
Copy full SHA for 393e7db - Browse repository at this point
Copy the full SHA 393e7dbView commit details
Commits on Dec 31, 2024
-
fix: building sphinx rtd theme (#544)
* Add sphinx-rtd-theme to docs First implementation * docs: mobile friendly documentation * docs: follow rtd installation instructions
Configuration menu - View commit details
-
Copy full SHA for 2b70e6b - Browse repository at this point
Copy the full SHA 2b70e6bView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.