Commit Graph

3860 Commits

Author SHA1 Message Date
Bruno Alla
76dfa29932
Merge pull request #2490 from guilherme1guy/master
Updates default Gitlab CI configuration to fix broken builds on new projects
2020-03-15 19:05:20 +00:00
Bruno Alla
35d74b6386
Merge pull request #2488 from pydanny/pyup-update-django-stubs-1.4.0-to-1.5.0
Update django-stubs to 1.5.0
2020-03-15 12:52:36 +00:00
Guilherme Guy
0822add311 Adds @guilherme1guy to CONTRIBUTORS 2020-03-15 09:29:07 -03:00
Guilherme Guy
fa8311405d Fixes gitlabCI failing due to postgres config 2020-03-15 09:23:21 -03:00
browniebroke
95057c4769 Update django-stubs from 1.4.0 to 1.5.0 2020-03-15 11:00:30 +00:00
Andrew-Chen-Wang
5e1d1dd1c3 Fixed tests for mail providers 2020-03-14 15:09:05 -04:00
Andrew-Chen-Wang
3978890502 Adjusted readability
* Changed Vanilla/Plain Django-Anymail to Other SMTP
* Made Mailgun default again
* config/production.py adjusted if conditions according to @browniebroke
2020-03-14 13:43:37 -04:00
Andrew-Chen-Wang
9cf72849e6 Merged parent repo and configured refurbished tests 2020-03-14 13:29:08 -04:00
Daniel Roy Greenfeld
6d0a187add
Update FUNDING.yml 2020-03-13 14:32:25 -07:00
Bruno Alla
2597abfc72
Merge pull request #2486 from pydanny/pyup-update-pytest-5.3.5-to-5.4.1
Update pytest to 5.4.1
2020-03-13 15:58:21 +00:00
pyup-bot
81d9274e09 Update pytest from 5.3.5 to 5.4.1 2020-03-13 07:21:10 -07:00
Bruno Alla
564aeea6da
Merge pull request #2485 from pydanny/pyup-update-pre-commit-2.1.1-to-2.2.0
Update pre-commit to 2.2.0
2020-03-13 12:26:14 +00:00
browniebroke
324e307402 Update pre-commit from 2.1.1 to 2.2.0 2020-03-13 11:00:34 +00:00
Agustin Scaramuzza
7e345d5fb3 Add PYTHONDONTWRITEBYTECODE flag to local development Dockerfile 2020-03-11 14:41:37 -03:00
Wan Liuyang
6a1f1ef889
Merge pull request #2481 from pydanny/pyup-update-mypy-0.761-to-0.770
Update mypy to 0.770
2020-03-11 23:49:40 +08:00
browniebroke
427c69562e Update mypy from 0.761 to 0.770 2020-03-11 11:00:31 +00:00
Daniel Roy Greenfeld
9ec538962e
Update FUNDING.yml 2020-03-09 13:51:23 -07:00
jeromecaisip
3a3550cd3f
Update base.txt 2020-03-08 17:55:19 +01:00
Wan Liuyang
532862076c
Merge pull request #2479 from pydanny/pyup-update-sphinx-2.4.3-to-2.4.4
Update sphinx to 2.4.4
2020-03-06 19:40:42 +08:00
browniebroke
09fd30b6a8 Update sphinx from 2.4.3 to 2.4.4 2020-03-06 11:00:31 +00:00
Bruno Alla
d17c2ec015
Merge pull request #2477 from pydanny/pyup-update-ipdb-0.13.1-to-0.13.2
Update ipdb to 0.13.2
2020-03-04 15:56:38 +00:00
Bruno Alla
d06aac5d77
Merge pull request #2476 from pydanny/pyup-update-django-2.2.10-to-2.2.11
Update django to 2.2.11
2020-03-04 15:56:25 +00:00
browniebroke
2fd0cf0e35 Update ipdb from 0.13.1 to 0.13.2 2020-03-04 11:00:36 +00:00
browniebroke
effb548b5d Update django from 2.2.10 to 2.2.11 2020-03-04 11:00:32 +00:00
Bruno Alla
7f957564a1 Bump pytest verbosity 2020-03-03 20:54:06 +00:00
Bruno Alla
c8fc7cf119 Add pytest-instafail plugin to get failures earlier 2020-03-03 20:53:33 +00:00
Bruno Alla
e1141d6999 Remove pytest-xdist to try get a better output 2020-03-03 20:33:44 +00:00
Bruno Alla
fab6b8724a Test isort flake8-isort & fix issues
fixes #2123
2020-03-03 20:04:31 +00:00
Bruno Alla
52dc302c93 Better error reporting in case of flake8 or black error 2020-03-03 19:37:27 +00:00
Bruno Alla
a24a6f337b Add Heroku dyno for celery beat 2020-03-03 18:56:18 +00:00
jeromecaisip
4825b932c7
Optionally remove/add restframework according to choice 2020-03-03 14:45:20 +01:00
Bruno Alla
9e0b78e703
Merge pull request #2470 from pydanny/simplify-build
Simplify setup for the automated tests
2020-03-03 13:44:43 +00:00
Bruno Alla
5e16589d8e
Merge pull request #2472 from pydanny/pyup-update-collectfast-2.0.1-to-2.1.0
Update collectfast to 2.1.0
2020-03-03 13:09:47 +00:00
Bruno Alla
aaa1882e2d
Merge pull request #2473 from pydanny/pyup-update-celery-4.4.0-to-4.4.1
Update celery to 4.4.1
2020-03-03 13:08:38 +00:00
browniebroke
ff43635bb7 Update celery from 4.4.0 to 4.4.1 2020-03-03 11:00:36 +00:00
browniebroke
4fd15474b1 Update collectfast from 2.0.1 to 2.1.0 2020-03-03 11:00:31 +00:00
jeromecaisip
bfe463fa7c
Update base.py 2020-03-02 19:27:07 +01:00
jeromecaisip
fa6ca7b1c8
Add rest_framework.authtoken on installed apps.
Add rest_framework.authtoken on installed apps when the option to use DRF is selected,  because the endpoint
'/auth-token/" depends on the said app.
2020-03-02 19:16:33 +01:00
Bruno Alla
33f210abc4 Simplify setup for the automated tests 2020-02-29 17:31:16 +00:00
Bruno Alla
a0174840cb
Merge pull request #2468 from pydanny/pyup-update-ipdb-0.12.3-to-0.13.1
Update ipdb to 0.13.1
2020-02-29 12:12:04 +00:00
Bruno Alla
96b98c08f3
Merge pull request #2467 from pydanny/pyup-update-django-crispy-forms-1.8.1-to-1.9.0
Update django-crispy-forms to 1.9.0
2020-02-29 11:48:16 +00:00
Bruno Alla
5e5a55af7a
Merge pull request #2466 from pydanny/pyup-update-django-celery-beat-1.6.0-to-2.0.0
Update django-celery-beat to 2.0.0
2020-02-29 11:24:55 +00:00
browniebroke
3765271015 Update ipdb from 0.12.3 to 0.13.1 2020-02-29 11:00:36 +00:00
browniebroke
ccfe97972a Update django-crispy-forms from 1.8.1 to 1.9.0 2020-02-29 11:00:33 +00:00
browniebroke
7e0f86b4ba Update django-celery-beat from 1.6.0 to 2.0.0 2020-02-29 11:00:30 +00:00
James Williams
d3db7a867f
fix compresss offline never runs using environ 2020-02-28 17:04:15 +00:00
James Williams
e1cb30b699
fix broken contributors link 2020-02-28 16:08:20 +00:00
James Williams
89f85f1255
- configure compressor when not using s3
- update django start script to compress if using whitenoise and compress enabled

- add to contributors.rst
2020-02-28 15:59:14 +00:00
Daniel Roy Greenfeld
c54345e5f8
Switch sponsorship to Django Crash Course 2020-02-27 21:07:31 -08:00
Bruno Alla
889c516832
Merge pull request #2464 from pydanny/pyup-update-sentry-sdk-0.14.1-to-0.14.2
Update sentry-sdk to 0.14.2
2020-02-27 11:51:42 +00:00