Commit graph

396 commits

Author SHA1 Message Date
Brian Helba
38534a7caf Merge remote-tracking branch 'origin/master' into jazzband/sync/default 2021-10-25 08:56:56 -04:00
Brian Helba
96ef5cc182
Merge pull request #297 from jazzband/fix-ci 2021-10-25 08:56:24 -04:00
Brian Helba
fa026af595 Add a pre-commit configuration 2021-10-25 08:38:39 -04:00
jazzband-bot
68cbb437cf Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-10-25 11:14:26 +00:00
Jannis Leidel
d89fe5a2cb
Rename Django's dev branch to main. (#279)
* Rename Django's dev branch to main.

More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048

* Fix test matrix.

* Remove CODEOWNERS again.

* Fix name of tox env.

* Fix test matrix.
2021-03-09 19:20:31 +01:00
Jannis Leidel
856b55bea8
Merge pull request #275 from jazzband/co
Codeowners update.
2021-01-19 16:41:05 +01:00
Jannis Leidel
3da6af02fb
Codeowners update. 2021-01-19 16:40:19 +01:00
Jannis Leidel
c8153bc081
Merge pull request #274 from jazzband/branch-protection-1
Update release.yml
2021-01-19 16:34:23 +01:00
Jannis Leidel
6fa45aba1b
Update release.yml 2021-01-19 14:55:46 +01:00
Jannis Leidel
58575bfb84
Minor update. 2021-01-19 14:54:47 +01:00
Jannis Leidel
184df10a66
Add code owner for workflows. 2021-01-19 14:48:20 +01:00
Michael Käufl
9b9ff4c0a2 Deprecate utils.import_by_path in favor of django.utils.module_loading.import_string 2021-01-19 13:11:16 +06:00
Michael Käufl
c3d5b4b715 Add support for Python 3.9 2021-01-19 13:11:16 +06:00
Michael Käufl
add9b3ce80 Add support for Django 3.1 and 3.2 2021-01-19 13:11:16 +06:00
Michael Käufl
6cb932e47f Run pyupgrade on the code
But don't touch string formatting.

https://pypi.org/project/pyupgrade/
2021-01-19 13:11:16 +06:00
Michael Käufl
fcdbfc0bcb Drop support for Python 3.5
It has reached its EOL in September 2020, see
https://www.python.org/dev/peps/pep-0478/#release-schedule
2021-01-19 13:11:16 +06:00
Michael Käufl
dd5d6974cb Drop support for Django < 2.2 LTS, incl. Python 2.7 2021-01-19 13:11:16 +06:00
Jannis Leidel
78f9824f0c
Merge pull request #270 from jazzband/gha
Migrate to GitHub Actions
2020-11-27 17:31:02 +01:00
Jannis Leidel
f5bebd4ecc
Add fail_ci_if_error to test workflow. 2020-11-27 09:59:12 +01:00
Jannis Leidel
5053da4357
Add release workflow. 2020-11-26 17:08:22 +01:00
Jannis Leidel
eea5b9ad34
Remove travis cruft. 2020-11-26 17:08:14 +01:00
Jannis Leidel
64eefaef1a
Fix an issue with an old version of dj-email-url. 2020-11-26 16:51:15 +01:00
Jannis Leidel
b540ceadb3
Add GitHub Actions test workflow. 2020-11-26 16:18:58 +01:00
Michael K
3305de960a
Merge pull request #261 from dat2/patch-1
fix version string at runtime
2020-10-07 15:20:56 +00:00
Nicholas Dujay
4fb5928a9c
use package name in get_distribution function call 2020-09-21 09:43:42 -04:00
Jannis Leidel
601d52218a
Merge pull request #234 from ckrybus/update-django-trove-classifiers
Update django trove classifiers
2020-01-06 19:45:18 +01:00
Christoph Krybus
6314038a77 Update django trove classifiers 2020-01-06 17:10:39 +01:00
Jannis Leidel
8d7036d253
Merge pull request #248 from jazzband/tox-travis
Move to tox-travis. Fix #246.
2019-12-03 13:25:36 +01:00
Jannis Leidel
42641f5eb4
Switch to setuptools-scm. 2019-12-03 13:09:15 +01:00
Jannis Leidel
bd61710591
Add check-manifest. 2019-12-03 12:47:25 +01:00
Jannis Leidel
b9f6aa98ec
No Bandit. 2019-12-03 12:42:36 +01:00
Jannis Leidel
c15996a0fa
Use twine check instead of readme_renderer. 2019-12-03 12:08:49 +01:00
Jannis Leidel
8e32e5b3c7
Add COVERAGE_PROCESS_START env var again. 2019-12-03 12:05:47 +01:00
Jannis Leidel
3de33277a7
Update changelog. 2019-12-03 12:00:41 +01:00
Jannis Leidel
7f469b6d6e
Fix Python version. 2019-12-03 11:55:03 +01:00
Jannis Leidel
0f486ef6e4
Fix running on Django master.
This fixes an exception that was introduced upstream in 226ebb1729 (diff-ec2bed07bb264cb95a80f08d71a47c06R163-R170)
2019-12-03 11:52:00 +01:00
Jannis Leidel
843271a701
Move to tox-travis. Fix #246. 2019-12-03 11:51:21 +01:00
Paolo Melchiorre
12ea3c0a5b Prepare release v2.2 2019-12-02 14:26:05 +01:00
Paolo Melchiorre
51e0265276
Merge pull request #242 from johnfraney/master
Update tested Python & Django versions
2019-11-29 18:28:58 +01:00
John Franey
7e74d67308 Update changelog for v2.2 2019-11-29 12:03:02 -05:00
John Franey
9c9b07dca5 Sort .travis.yml by dj version; add more pypy3 coverage 2019-11-28 20:35:00 -05:00
John Franey
0f479a56f5 Remove xenial references for Travis
Removes Xenial references in Travis config file since it is now the
default CI build environment.

See:

https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
2019-11-28 20:22:44 -05:00
John Franey
f387e1ee63 Remove Python 3.4 and add 3.8 2019-11-28 20:12:04 -05:00
John Franey
41b905c92e Update tested Python & Django versions
Replaces `django.utils.six` with `six` to support newer Django versions.

Updates Tox config to:
- remove unsupported Django versions
- add pypy3
- add Django 2.2
- update djmaster Python versions
2019-10-06 15:43:03 -04:00
Jannis Leidel
be2a0dc18f
Merge pull request #237 from jazzband/checks
Enable fussy fox check suite
2019-04-01 21:29:01 +02:00
Rustem Saiargaliev
12036fabc8
Fix typo
Co-Authored-By: codingjoe <info@johanneshoppe.com>
2019-04-01 15:27:44 +02:00
Johannes Hoppe
bda8c22065
Rename .checks.yml to .fussyfox.yml 2019-04-01 14:44:43 +02:00
Johannes Hoppe
934ca95883 Add checkqa test environment to tox
Add support to run QA tests locally
2019-03-26 11:36:41 +01:00
Johannes Hoppe
ec8a8e7df4 Fix bandit and flake8 errors 2019-03-26 08:16:18 +01:00
Johannes Hoppe
b754256413 Enable check suite in favor of travis-ci QA runs 2019-03-26 08:15:50 +01:00