Commit Graph

4465 Commits

Author SHA1 Message Date
Bruno Alla
0ebd35dd83 Update deprecated imports 2020-08-14 12:19:42 +01:00
Bruno Alla
ab98cb3654
Merge pull request #2747 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-08-14 08:28:26 +01:00
Bruno Alla
6c63143f3b Avoid duplicate contributors due to different case 2020-08-14 08:27:57 +01:00
browniebroke
3c1f2f0923 Update Contributors 2020-08-14 07:25:26 +00:00
Bruno Alla
44893b5d95
Merge pull request #2748 from pydanny/pyup-update-isort-5.4.0-to-5.4.1 2020-08-14 08:25:16 +01:00
Bruno Alla
be340d24d2 Remove duplicated contributor 2020-08-14 08:24:34 +01:00
browniebroke
dfdc3e729f Update Contributors 2020-08-14 07:17:53 +00:00
Bruno Alla
fccc7e974a Merge branch 'master' into auto-generate-contributors 2020-08-14 08:17:14 +01:00
Bruno Alla
cac78de485
Merge pull request #2664 from Afrowave/master 2020-08-14 08:16:22 +01:00
Bruno Alla
191cc719e8 Merge branch 'master' into auto-generate-contributors 2020-08-14 08:13:53 +01:00
Bruno Alla
7e87a92596 Add missing comment over settings 2020-08-14 08:12:55 +01:00
Bruno Alla
e532fb331f
Merge pull request #2745 from Andrew-Chen-Wang/patch-3 2020-08-14 08:11:44 +01:00
pyup-bot
363b6eed4e Update isort from 5.4.0 to 5.4.1 2020-08-13 23:55:15 -07:00
github-actions[bot]
aa261ddbb7 Auto-update pre-commit hooks 2020-08-14 00:20:41 +00:00
Andrew Chen Wang
d411ed9b6a
Update compressor not check whitenoise condition 2020-08-13 18:45:37 -04:00
Jimmy Gitonga
ddcafff94f
Update docs/developing-locally-docker.rst
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-08-14 01:01:17 +03:00
Jimmy Gitonga
59d92d9eb4
Update docs/developing-locally-docker.rst
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-08-14 01:00:17 +03:00
Bruno Alla
ebd43bbd3c
Update runtime.txt 2020-08-13 20:59:56 +01:00
Andrew Chen Wang
148d6c2e29
Added noqa F405 to undefined STATIC_ROOT - flake8
* This is in addition to the PR for compressor support with AWS S3 and Google Cloud buckets
2020-08-13 10:24:51 -04:00
Andrew Chen Wang
1cb2a0c98e
Set COMPRESS_ROOT to STATIC_ROOT for compressor
Django compressor also recommends the `COMPRESS_ROOT` be the STATIC_ROOT. This also makes sure the utils is set up properly so that the CACHE directory is actually publicly available (it'll be inside the static directory as a subdirectory).
2020-08-13 10:13:40 -04:00
Andrew Chen Wang
55d3d95333
Add STATICFILES_STORAGE with compressor support 2020-08-13 10:08:53 -04:00
pyup-bot
2d410c5df9 Update factory-boy from 2.12.0 to 3.0.1 2020-08-13 01:34:47 -07:00
Bruno Alla
6f7d4b79c3
Merge pull request #2742 from pydanny/pyup-update-isort-5.3.2-to-5.4.0
Update isort to 5.4.0
2020-08-13 09:34:40 +01:00
pyup-bot
6e17bd2e6b Update isort from 5.3.2 to 5.4.0 2020-08-12 23:55:18 -07:00
Bruno Alla
12cfae2b07
Merge pull request #2740 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-08-12 13:12:23 +01:00
Bruno Alla
632bbd0a08 Only fetch 5 entries per page to limit GH API usage 2020-08-12 13:11:54 +01:00
Bruno Alla
266596f16b Only consider users of type 'User' 2020-08-12 13:11:17 +01:00
github-actions[bot]
5ae7d718bd Auto-update pre-commit hooks 2020-08-12 11:56:34 +00:00
Bruno Alla
4db39b5319 Fix syntax 2020-08-12 12:55:37 +01:00
Bruno Alla
3d1067fb56 Workflow to run pre-commit autoupdate 2020-08-12 12:52:58 +01:00
Bruno Alla
499af1b203 Update isort in pre-commit hook config 2020-08-12 12:31:32 +01:00
Bruno Alla
3cb4fe3bda
Merge pull request #2737 from pydanny/pyup-update-isort-4.3.21-to-5.3.2
Update isort to 5.3.2
2020-08-12 12:30:03 +01:00
browniebroke
6ce39c7667 Update Contributors 2020-08-12 11:30:01 +00:00
Bruno Alla
733b4810f1 Merge branch 'master' into auto-generate-contributors
# Conflicts:
#	CONTRIBUTORS.rst
2020-08-12 12:29:08 +01:00
Bruno Alla
5a3266f0f2
Merge pull request #2721 from janfabry/issue-2711/isort-pre-commit 2020-08-12 12:28:20 +01:00
browniebroke
13c1182553 Update Contributors 2020-08-11 16:20:28 +00:00
Bruno Alla
05d548b78f Switch to PyGithub rather than custom API wrapper 2020-08-11 17:17:12 +01:00
Bruno Alla
34f93aaf10 Fix bugs when name or twitter username are null 2020-08-11 16:59:41 +01:00
Bruno Alla
85a5e46b92 Find recent authors based on merged pull requests 2020-08-11 16:51:52 +01:00
Bruno Alla
a5af9baedb
Merge pull request #2693 from enchance/wrong-version 2020-08-11 16:37:15 +01:00
Bruno Alla
1645b8826d Use the pip resolver to avoid broken deps 2020-08-11 16:20:10 +01:00
Bruno Alla
97e18889c6 Revert "Added name to CONTRIBUTORS.txt"
This reverts commit 160ed6cb
2020-08-11 16:05:14 +01:00
pyup-bot
1cc6e6a05c Update isort from 4.3.21 to 5.3.2 2020-08-11 02:42:42 -07:00
Bruno Alla
e260fd347f
Merge pull request #2736 from pydanny/pyup-update-flake8-isort-3.0.1-to-4.0.0 2020-08-11 10:42:16 +01:00
pyup-bot
85cfe02437 Update flake8-isort from 3.0.1 to 4.0.0 2020-08-11 01:42:07 -07:00
pyup-bot
0c8cfc65aa Update flake8-isort from 3.0.1 to 4.0.0 2020-08-11 01:42:06 -07:00
browniebroke
8287a87de3 Update Contributors 2020-08-10 17:45:27 +00:00
Bruno Alla
4e137c00ed Update contributing guidelines and PR template 2020-08-10 18:44:35 +01:00
Bruno Alla
7570ed9c5a Bot usernames are excluded in the generator 2020-08-10 18:39:15 +01:00
Bruno Alla
81bc4fb73d Run black on our custom scripts 2020-08-10 18:35:18 +01:00