Commit Graph

3230 Commits

Author SHA1 Message Date
Bruno Alla
416edce1f9
Merge pull request #2091 from pydanny/pyup-update-sphinx-2.0.1-to-2.1.0
Update sphinx to 2.1.0
2019-06-03 16:30:38 +01:00
Bruno Alla
03c9b158c0
Merge pull request #2089 from pydanny/pyup-update-sentry-sdk-0.8.1-to-0.9.0
Update sentry-sdk to 0.9.0
2019-06-03 13:17:03 +01:00
Bruno Alla
f9b275523b
Merge pull request #2090 from pydanny/pyup-update-django-2.2.1-to-2.2.2
Update django to 2.2.2
2019-06-03 13:16:34 +01:00
browniebroke
53f6e07dd5 Update sphinx from 2.0.1 to 2.1.0 2019-06-03 12:01:48 +01:00
browniebroke
78ec608f14 Update django from 2.2.1 to 2.2.2 2019-06-03 12:01:44 +01:00
browniebroke
d769931577 Update sentry-sdk from 0.8.1 to 0.9.0 2019-06-03 12:01:41 +01:00
Bruno Alla
5ad4a080d3
Update sentry-sdk to 0.8.1 (#2088)
Update sentry-sdk to 0.8.1
2019-06-02 15:45:31 +01:00
Bruno Alla
27bd66e1c7
Update pytest to 4.6.0 (#2087)
Update pytest to 4.6.0
2019-06-02 15:45:09 +01:00
browniebroke
8e007111da Update sentry-sdk from 0.8.0 to 0.8.1 2019-06-02 12:00:33 +01:00
browniebroke
cd7bf6af04 Update pytest from 4.5.0 to 4.6.0 2019-06-02 12:00:30 +01:00
browniebroke
53994b4f16 Update pytest from 4.5.0 to 4.6.0 2019-06-02 12:00:29 +01:00
Bruno Alla
bc8e388962
Update django-compressor to 2.3 (#2086)
Update django-compressor to 2.3
2019-05-31 13:54:14 +01:00
browniebroke
3e7b60c893 Update django-compressor from 2.2 to 2.3 2019-05-31 12:00:33 +01:00
Keyvan Mosharraf
e9e79428d3 Better way to include django_celery_beat in INSTALLED_APPS 2019-05-31 03:45:59 -07:00
Bruno Alla
f8d2eb11a9 Improve error reporting by pytest inside of Tox 2019-05-31 10:02:42 +01:00
Keyvan Mosharraf
aee9f3ecfa Install django_celery_beat in the proper way 2019-05-30 17:00:07 -07:00
Keyvan Mosharraf
631bddc811 Set celery beat scheduler using settings + install django_celery_beat if use_celery 2019-05-30 16:42:57 -07:00
Keyvan Mosharraf
915848e279 Add name to CONTRIBUTORS.rst 2019-05-30 03:34:57 -07:00
Keyvan Mosharraf
87b6180142 Use DatabaseScheduler for celery beat 2019-05-30 03:28:57 -07:00
Bruno Alla
d04b128e0f Typo in doc reference 2019-05-29 14:55:38 +01:00
Bruno Alla
3de1715b12 Add troubleshooting section regarding Posgres auth issues - fixes #1678 2019-05-29 14:54:18 +01:00
Bruno Alla
ef02aaa96e
Update pytest_cases to 1.6.3 (#2083)
Update pytest_cases to 1.6.3
2019-05-29 13:23:10 +01:00
browniebroke
4196d7e52f Update pytest_cases from 1.6.2 to 1.6.3 2019-05-29 12:00:37 +01:00
Bruno Alla
7e47e9c2aa
Mailgun api url (#2014)
Mailgun api url
2019-05-28 11:27:54 +01:00
Bruno Alla
165e1535f3
Use GCP acronym for Google Cloud Platform (#2081)
Use GCP acronym for Google Cloud Platform
2019-05-28 11:05:39 +01:00
Tano Abeleyra
9a3a796a89 Use GCP acronym for Google Cloud Platform 2019-05-27 17:39:45 -03:00
Bruno Alla
1c5392d334
Remove deprecated sudo from Travis & use Xenial on CI 2019-05-27 21:28:36 +01:00
Bruno Alla
007f3ffb31 Docs update 2019-05-27 18:16:51 +01:00
Bruno Alla
2d1befe8e2 Update docs about settings 2019-05-27 18:16:00 +01:00
Bruno Alla
650acf1299 Update changelog 2019-05-27 17:59:13 +01:00
Bruno Alla
a9fa444d8d
Update to Django 2.2.1 (#2061)
Update to Django 2.2.1
2019-05-27 17:50:21 +01:00
Bruno Alla
c245c1ab09 Update copyright year in the docs 2019-05-27 17:19:24 +01:00
Bruno Alla
15f283bb74
Merge branch 'master' into upgrade/django-2.2 2019-05-27 17:17:43 +01:00
Bruno Alla
761720bce7 Prepare 2.1.8-01 tag 2019-05-27 16:57:55 +01:00
Bruno Alla
47937fce79 Fix deprecation warning in tests 2019-05-27 16:54:08 +01:00
Bruno Alla
00e1f74b7d Merge branch 'fix/prod-settings-formatting' 2019-05-27 16:51:45 +01:00
Bruno Alla
b56071f516 Fix comments and empty lines in prod settings 2019-05-27 16:33:07 +01:00
Bruno Alla
4b1239426c Add custom markers to pytest config 2019-05-27 16:20:29 +01:00
Bruno Alla
881a6fd681 Change GCP settings to f-strings 2019-05-27 15:58:56 +01:00
Bruno Alla
b4cea81f26 Fix some comment and empty lines in settings 2019-05-27 15:55:41 +01:00
Bruno Alla
92e4bdf171
Make cloud_provider optional (#2067)
Make cloud_provider optional
2019-05-27 15:50:18 +01:00
Bruno Alla
c96c932111 Correct name for Celery worker-related settings - fix #2080
The settings which are normally prefixed `CELERYD_` are for worker-related config, but since we instantiate the Celery app with a namespace, the prefix for these config should actually be `CELERY_`.
2019-05-27 14:46:07 +01:00
Bruno Alla
fe0d05f207
Update Redis version to 5.0 (#2065)
Update Redis version to 5.0
2019-05-27 11:46:06 +01:00
Bruno Alla
729dddcab6
Bring psycopg2 versions in line 2019-05-25 16:53:34 +02:00
Bruno Alla
a67587bb24
Bring psycopg2 versions in line 2019-05-25 16:53:08 +02:00
Bruno Alla
050bff2d3d
Update tox to 3.12.1 (#2079)
Update tox to 3.12.1
2019-05-24 08:11:02 +01:00
pyup-bot
4054105d63 Update tox from 3.11.1 to 3.12.1 2019-05-23 20:33:13 -07:00
Bruno Alla
0ca1af1e9c
Revert Werkzeug back to 0.14 (#2076)
Revert Werkzeug back to 0.14
2019-05-22 15:25:08 +01:00
shireenrao
9e27e853f2
update Werkzeug to 0.14.1 and add pyup filter 2019-05-22 09:44:36 -04:00
Bruno Alla
4733fed613
Log errors are sent to Sentry (#2075)
Log errors are sent to Sentry
2019-05-22 13:45:19 +01:00