Commit Graph

3699 Commits

Author SHA1 Message Date
leollon
4a194c6966 Add pre-commit for the generated project. (#2171) 2019-10-29 22:48:39 +08:00
browniebroke
10e395f65c Update black from 19.3b0 to 19.10b0 2019-10-29 11:00:32 +00:00
Bruno Alla
e2c291c421
Merge pull request #2292 from pydanny/pyup-update-black-19.3b0-to-19.10b0
Update black to 19.10b0
2019-10-29 08:44:01 +00:00
pyup-bot
bb6188d431 Update black from 19.3b0 to 19.10b0 2019-10-28 21:10:07 -05:00
Bruno Alla
8681a0c3fb
Update python-slugify to 4.0.0 (#2277)
Update python-slugify to 4.0.0
2019-10-28 15:22:11 +00:00
Bruno Alla
976303115f
Merge branch 'master' into pyup-update-python-slugify-3.0.6-to-4.0.0 2019-10-28 12:43:34 +00:00
Bruno Alla
e806222978
Update sphinx to 2.2.1 (#2288)
Update sphinx to 2.2.1
2019-10-28 12:42:30 +00:00
Bruno Alla
5398e4b0fc
Merge pull request #2290 from pydanny/pyup-update-argon2-cffi-19.1.0-to-19.2.0
Update argon2-cffi to 19.2.0
2019-10-28 12:41:35 +00:00
Bruno Alla
103ad8e0c5
Update collectfast to 1.3.1 (#2289)
Update collectfast to 1.3.1
2019-10-28 12:41:16 +00:00
browniebroke
9b61317682 Update argon2-cffi from 19.1.0 to 19.2.0 2019-10-28 11:00:33 +00:00
browniebroke
d006bc610c Update collectfast from 1.3.0 to 1.3.1 2019-10-28 11:00:30 +00:00
browniebroke
caa8b5a303 Update sphinx from 2.2.0 to 2.2.1 2019-10-26 12:00:30 +01:00
Bruno Alla
fff4699974
Update pytest_cases to 1.11.4 (#2285)
Update pytest_cases to 1.11.4
2019-10-25 15:33:00 +01:00
Bruno Alla
04a04da355
Update sentry-sdk to 0.13.1 (#2287)
Update sentry-sdk to 0.13.1
2019-10-25 15:32:17 +01:00
Bruno Alla
2bec4bdc7f
Merge branch 'master' into pyup-update-pytest_cases-1.11.3-to-1.11.4 2019-10-25 13:44:58 +01:00
Bruno Alla
811bb88686
Merge pull request #2286 from pydanny/pyup-update-pytest-5.2.1-to-5.2.2
Update pytest to 5.2.2
2019-10-25 13:44:23 +01:00
browniebroke
b7976b9c36 Update sentry-sdk from 0.13.0 to 0.13.1 2019-10-25 12:00:40 +01:00
browniebroke
c2aa615fdc Update pytest from 5.2.1 to 5.2.2 2019-10-25 12:00:37 +01:00
browniebroke
bd61b79732 Update pytest from 5.2.1 to 5.2.2 2019-10-25 12:00:36 +01:00
browniebroke
662ca22205 Update pytest_cases from 1.11.3 to 1.11.4 2019-10-24 12:00:29 +01:00
Fábio C. Barrionuevo da Luz
735fd1331f
Merge pull request #2281 from pydanny/pyup-update-collectfast-1.2.0-to-1.3.0
Update collectfast to 1.3.0
2019-10-23 08:45:55 -03:00
browniebroke
3f0134a64b Update collectfast from 1.2.0 to 1.3.0 2019-10-23 12:00:31 +01:00
Bruno Alla
b379412d47
Merge pull request #2280 from pydanny/pyup-update-pillow-6.2.0-to-6.2.1
Update pillow to 6.2.1
2019-10-22 13:25:52 +01:00
browniebroke
998733411c Update pillow from 6.2.0 to 6.2.1 2019-10-22 12:00:35 +01:00
Bruno Alla
6b65cb15e1
Merge pull request #2262 from pydanny/pin-traefik-v1
Pin Traefik Docker image to v1
2019-10-22 08:50:58 +01:00
Bruno Alla
808078c6ba
Merge pull request #2276 from foarsitter/remove_awscli_definition_2193
fix: remove the aws Dockerfile and remove the awscli definition from …
2019-10-22 08:50:29 +01:00
Bruno Alla
e7c5873756
Merge pull request #2279 from mapx/patch-1
Prevent collectfast from guessing a wrong strategy
2019-10-22 08:49:04 +01:00
Yuchen Xie
400fcc4030 Prevent collectfast from guessing a wrong strategy
If `COLLECTFAST_STRATEGY` is not provided in `settings`, `collectfast` has to guess a "strategy". For the case with AWS, it guesses `BotoStrategy` in stead of `S3Boto3Storage`, which is a wrong decision as we `pip install django-storages[boto3]` (`boto3` in favor of `boto`).

Setting `COLLECTFAST_STRATEGY` is also encouraged as `collectfast` is not going to guess the strategy in the future.

Ref:
* f37dd1faa2/collectfast/management/commands/collectstatic.py (L33)
* f37dd1faa2/collectfast/strategies/base.py (L170)
2019-10-22 10:42:32 +08:00
Fábio C. Barrionuevo da Luz
35a00c7484
Merge pull request #2278 from pydanny/pyup-update-django-extensions-2.2.3-to-2.2.5
Update django-extensions to 2.2.5
2019-10-21 12:12:13 -03:00
Fábio C. Barrionuevo da Luz
606ca3f6d8
Merge pull request #2274 from pydanny/pyup-update-psycopg2-binary-2.8.3-to-2.8.4
Update psycopg2-binary to 2.8.4
2019-10-21 12:11:40 -03:00
browniebroke
8cce6df70a Update django-extensions from 2.2.3 to 2.2.5 2019-10-21 12:00:32 +01:00
browniebroke
39c33c550c Update python-slugify from 3.0.6 to 4.0.0 2019-10-21 12:00:29 +01:00
Jelmert
eb8ea447e4 fix: black 2019-10-21 11:12:53 +02:00
Jelmert
58f41fc97f fix: remove the aws Dockerfile and remove the awscli definition from production.yml when not selected 2019-10-21 10:07:17 +02:00
browniebroke
96ade99c66 Update psycopg2-binary from 2.8.3 to 2.8.4 2019-10-20 12:00:29 +01:00
Bruno Alla
3b4d6857f0
Merge pull request #2273 from pydanny/pyup-update-django-crispy-forms-1.7.2-to-1.8.0
Update django-crispy-forms to 1.8.0
2019-10-18 17:09:44 +01:00
Bruno Alla
4c35c3a63c
Merge pull request #2272 from pydanny/pyup-update-sentry-sdk-0.12.3-to-0.13.0
Update sentry-sdk to 0.13.0
2019-10-18 17:08:06 +01:00
browniebroke
42e5581198 Update django-crispy-forms from 1.7.2 to 1.8.0 2019-10-18 12:00:32 +01:00
browniebroke
c8ebb633cf Update sentry-sdk from 0.12.3 to 0.13.0 2019-10-18 12:00:29 +01:00
Bruno Alla
488b1a5587
Update mypy to 0.740 (#2270)
Update mypy to 0.740
2019-10-17 13:24:26 +01:00
Bruno Alla
02421b3d8f
Update pytest-django to 3.6.0 (#2271)
Update pytest-django to 3.6.0
2019-10-17 13:22:24 +01:00
browniebroke
f87757f4ab Update pytest-django from 3.5.1 to 3.6.0 2019-10-17 12:00:31 +01:00
browniebroke
f8cbea93aa Update mypy from 0.730 to 0.740 2019-10-17 12:00:29 +01:00
Bruno Alla
8fd73323ed
Update redis to 3.3.11 (#2268)
Update redis to 3.3.11
2019-10-14 15:34:49 +01:00
browniebroke
be8afa27b3 Update redis from 3.3.10 to 3.3.11 2019-10-14 12:00:29 +01:00
Bruno Alla
a89f381633
Update redis to 3.3.10 (#2265)
Update redis to 3.3.10
2019-10-11 12:53:08 +01:00
Bruno Alla
4e997d8bf1
Update python-slugify to 3.0.6 (#2264)
Update python-slugify to 3.0.6
2019-10-11 12:52:53 +01:00
Trung Dong Huynh
3fdc08f082 Merge commit '2459392a986a193450144aa3fe14228910183f47' 2019-10-11 12:17:44 +01:00
browniebroke
f26cad1faa Update redis from 3.3.8 to 3.3.10 2019-10-11 12:00:32 +01:00
browniebroke
93473cb39a Update python-slugify from 3.0.4 to 3.0.6 2019-10-11 12:00:29 +01:00