Commit Graph

1823 Commits

Author SHA1 Message Date
Arnav Choudhury
35b89997ef Made Traefik conf much easier to understand and improved redirect response to entrypoint as opposed to middleware layer that is hit after entrypoint and routing layers. 2020-09-17 22:22:42 +05:30
Bruno Alla
46b03b65df
Merge pull request #2833 from pydanny/pyup-update-sentry-sdk-0.17.5-to-0.17.6
Update sentry-sdk to 0.17.6
2020-09-16 14:18:36 +02:00
pyup-bot
c06869367d Update sentry-sdk from 0.17.5 to 0.17.6 2020-09-16 04:29:06 -07:00
pyup-bot
fa85682910 Update pytest-django from 3.9.0 to 3.10.0 2020-09-16 04:28:56 -07:00
Bruno Alla
a2c4453cf5 Fix isort errors 2020-09-16 09:39:02 +01:00
Daniel Feldroy
ec3922cfe6
Give admin_forms the forms namespace
This will make extending various signup and registration forms easier.
2020-09-14 11:36:47 -07:00
Bruno Alla
c62c3eada8
Merge pull request #2829 from pydanny/revert/celery-4.4.6
Downgrade Celery to 4.4.6
2020-09-14 18:34:33 +02:00
Bruno Alla
b76d8d4f02 Revert Celery to 4.4.6
It looks like 4.4.7 has some issues with Redis broker:

https://github.com/celery/celery/issues/6285
2020-09-14 17:24:16 +01:00
pyup-bot
584267d8a4 Update sentry-sdk from 0.17.4 to 0.17.5 2020-09-14 08:03:16 -07:00
Bruno Alla
7780065025
Merge pull request #2826 from pydanny/pyup-update-coverage-5.2.1-to-5.3 2020-09-14 12:30:50 +02:00
pyup-bot
f1600ef17b Update coverage from 5.2.1 to 5.3 2020-09-14 01:40:37 -07:00
pyup-bot
8b4c87fd12 Update django-storages from 1.10 to 1.10.1 2020-09-14 01:40:33 -07:00
pyup-bot
a6b88a9370 Update django-storages from 1.10 to 1.10.1 2020-09-14 01:40:32 -07:00
Bruno Alla
b78c244e4d
Merge pull request #2814 from arnav13081994/update-traefik-version
Updating Traefik version from 2.0 to 2.2.11
2020-09-12 12:22:39 +02:00
Bruno Alla
62c7f40d14
Merge pull request #2819 from pydanny/pyup-update-pytest-6.0.1-to-6.0.2 2020-09-12 12:22:03 +02:00
pyup-bot
12cc96817d Update pytest from 6.0.1 to 6.0.2 2020-09-11 19:16:17 -07:00
pyup-bot
192ca300af Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:49 -07:00
pyup-bot
bc0805549b Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:48 -07:00
pyup-bot
8241615edd Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:47 -07:00
pyup-bot
e591022c6f Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:46 -07:00
pyup-bot
99c9b04319 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:45 -07:00
pyup-bot
e5c2f82949 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:45 -07:00
pyup-bot
8cddc2f740 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:44 -07:00
pyup-bot
11d089c859 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:43 -07:00
pyup-bot
13ca7bf4a4 Update django-anymail from 7.2.1 to 8.0 2020-09-11 15:59:42 -07:00
Arnav Choudhury
e1922807aa Updating Traefik version from 2.0 to 2.2.11 2020-09-11 21:47:00 +05:30
github-actions[bot]
806080e53e Auto-update pre-commit hooks 2020-09-11 00:24:40 +00:00
pyup-bot
8df38802f3 Update sentry-sdk from 0.17.3 to 0.17.4 2020-09-09 15:41:47 -07:00
Bruno Alla
9b81501a1b
Merge pull request #2800 from pydanny/gitignore-cleanup
Clean up nested venv files from `.gitignore`
2020-09-09 14:19:39 +02:00
Arnav Choudhury
536e86ecad
Traeffik and Django dockerfile changes (#2801) 2020-09-08 09:04:10 +01:00
Bruno Alla
2a0f40e767 Clean up nested venv files from .gitignore
Fixes #2226
2020-09-07 15:30:37 +02:00
Bruno Alla
ffaec00084
Remove --no-binary option for psycopg2 (#2798)
It was required in 2.7, but it's now the default in 2.8
2020-09-07 14:10:57 +01:00
Bruno Alla
0b3dd776c6
Fix options for sphinx-autobuild in docs Makefile (#2799)
Fix #2796
2020-09-07 14:06:18 +01:00
Wes Turner
624dd94dd3
Add :z/:Z to mounted volumes in {local,production}.yml (#2663) 2020-09-07 13:51:52 +01:00
Bruno Alla
49479fb118
Merge pull request #2797 from pydanny/pyup-update-psycopg2-binary-2.8.5-to-2.8.6 2020-09-07 14:39:03 +02:00
Arnav Choudhury
7fb71507d2
Updated Gitlab CI to use Python 3.8 instead of Python 3.7 (#2794) 2020-09-07 13:28:49 +01:00
Bruno Alla
cbc46cb34f Update psycopg2 from 2.8.5 to 2.8.6 2020-09-07 14:23:02 +02:00
pyup-bot
9cdae535b3 Update psycopg2-binary from 2.8.5 to 2.8.6 2020-09-06 19:12:31 -07:00
github-actions[bot]
77a00376e8 Auto-update pre-commit hooks 2020-09-05 00:40:41 +00:00
pyup-bot
c6c0bd9289 Update django-extensions from 3.0.7 to 3.0.8 2020-09-04 08:26:40 -07:00
github-actions[bot]
84713cf724 Auto-update pre-commit hooks 2020-09-04 00:24:21 +00:00
pyup-bot
a7c69639f2 Update sentry-sdk from 0.17.2 to 0.17.3 2020-09-02 02:51:48 -07:00
Bruno Alla
cc97340c25
Merge pull request #2777 from foarsitter/sentry_environment_and_performance_tracing
Add environment and traces_sample_rate keyword to sentry_sdk.init
2020-09-02 11:51:41 +02:00
pyup-bot
bd977e29af Update django-extensions from 3.0.6 to 3.0.7 2020-09-01 17:08:30 -07:00
Bruno Alla
fe36bb3574
Merge pull request #2781 from pydanny/pyup-update-django-storages-1.9.1-to-1.10 2020-09-01 22:42:12 +02:00
Bruno Alla
2217e69aa5
Merge pull request #2780 from howiezhao/patch-1 2020-09-01 22:41:07 +02:00
Bruno Alla
53b4371c09 Remove deprecated setting from django-storages 2020-09-01 22:20:02 +02:00
Bruno Alla
18da9c910d
Merge pull request #2784 from pydanny/pyup-update-sentry-sdk-0.17.1-to-0.17.2
Update sentry-sdk to 0.17.2
2020-09-01 22:04:29 +02:00
pyup-bot
007ab4aefd Update django from 3.0.9 to 3.0.10 2020-09-01 07:56:59 -07:00
pyup-bot
18c53d0a3b Update sentry-sdk from 0.17.1 to 0.17.2 2020-09-01 07:56:55 -07:00