Commit Graph

878 Commits

Author SHA1 Message Date
Sander van de Graaf
17ea1e7a7b Allow SQS to use environment variables 2018-01-09 13:03:51 +01:00
ilan
e22546672e Updates version and docs 2018-01-08 15:33:04 +01:00
Ilan Steemers
96d7082cb2 Merge pull request #274 from Koed00/django_2_compat
Updates Travis to test for Django 2 and the LTS versions
2018-01-08 13:11:03 +01:00
Ilan Steemers
004019b230 Merge pull request #279 from Eagllus/django_2_compat
Django 2 compatiblity
2018-01-08 11:44:11 +01:00
Ilan Steemers
89cdf01fb5 Merge branch 'django_2_compat' into django_2_compat 2018-01-08 10:55:48 +01:00
Ilan Steemers
f353daca53 Merge branch 'django_2_compat' into django_2_compat 2018-01-08 10:53:49 +01:00
ilan
72b52b026f Downgraded to Django 2.0 2018-01-08 10:21:08 +01:00
ilan
81d4b36b1b Cherry picking compatibility commits 2018-01-08 09:57:20 +01:00
Daniel Welch
98aa75faf1 fix usage of iter_entry_points 2018-01-08 09:45:10 +01:00
Ronald van Zon
5eaa700866 Reverting core_signing to the old way.
By reverting django.core.signing to Django 1.11.8 version Django-Q works
This is not designed as a 'good' solution just to show where I think the
problem is.
2017-12-13 14:49:07 +01:00
Ronald van Zon
dd4f02f122 Add custom SharedCounter / Queue
This will not fix anything related to Django 2.0 but will allow MAC
users to run Django-Q allowing tests to be run locally.
2017-12-13 14:36:12 +01:00
Ronald van Zon
a4086bffd7 Update MIDDLEWARE_CLASSES to represent new style.
In Django 1.10 MIDDLEWARE_CLASSES is set to deprecated and is removed in Django 2.0.
The SessionAuthenticationMiddleware is also removed from Django 2.0 and was already
unconditionally enabled in Django 1.10.
2017-12-12 15:29:12 +01:00
Ronald van Zon
805390fb9e Remove include for admin site urls 2017-12-12 15:09:03 +01:00
Ronald van Zon
225a28dd74 Merge remote-tracking branch 'upstream/master' into django_2_compat 2017-12-12 15:01:44 +01:00
Ilan Steemers
d79ae0af92 Merge pull request #278 from danielwelch/master
fix usage of iter_entry_points
2017-12-08 08:54:26 +01:00
Daniel Welch
c6466868d8 fix usage of iter_entry_points 2017-12-07 18:30:54 -05:00
ilan
a318fc13c5 Removing Python 2.7 tests 2017-12-05 10:19:40 +01:00
ilan
d554e0e942 Updates Travis to test for Django 2 and the LTS versions 2017-12-04 12:15:40 +01:00
Ilan Steemers
76ec0aedc3 Merge pull request #269 from achidlow/master
Django 2.0 compatibility
2017-12-04 12:10:49 +01:00
Adam Chidlow
bebe1ba64f Django 2.0 compatibility
- django.core.urlresolvers -> django.urls
- fix major/minor version detection
2017-11-01 18:23:14 +08:00
ilan
aef4a38097 Updates botocore version 2017-10-16 10:40:30 +02:00
ilan
9ef7bcf6d7 Adds sentry support to the docs 2017-10-16 10:39:56 +02:00
ilan
6779074023 Bumps version to 0.8.1 2017-10-12 15:52:49 +02:00
Ilan Steemers
57632b12de Merge pull request #267 from Koed00/package_update_12_10
Updates botocore, certifi, chardet, docutils, idna and psutil
2017-10-12 15:22:12 +02:00
ilan
91b5d3bd80 Updates botocore, certifi, chardet, docutils, idna and psutil
Adds urllib3
Removes future
2017-10-12 13:42:22 +02:00
ilan
14589bde0f Fixes some minor mistakes in the new error reporting documentation source 2017-10-10 22:14:42 +02:00
Ilan Steemers
f537299552 Adds sentry support to readme 2017-10-10 21:49:27 +02:00
Ilan Steemers
56c643fc15 Merge pull request #261 from danielwelch/error-reporter
Error reporter
2017-10-10 21:48:01 +02:00
Ilan Steemers
c01fbe070f Merge pull request #264 from Koed00/relative_imports
Replaces some relative imports
2017-10-10 21:47:17 +02:00
ilan
8a7567bc77 Replaces some relative imports 2017-10-10 12:13:33 +02:00
Ilan Steemers
e5461887f3 Updates supported django versions 2017-10-09 12:48:52 +02:00
Ilan Steemers
1fcbcfc9f2 Merge pull request #263 from Koed00/package_update_9_10
Updates packages and Django version
2017-10-09 12:46:11 +02:00
Ilan Steemers
66133a222e Merge pull request #262 from hiventy/master
Use 32 bits integer for repeat field to avoid overflow with frequent scheduled tasks
2017-10-09 12:36:44 +02:00
Gaël Chardon
3d2099f48c Use 32 bits integer for repeat field instead of small integer (16 bits) to avoid overflow with frequent scheduled tasks 2017-10-09 11:30:47 +02:00
ilan
0b649ecc31 Updates packages and Django version 2017-10-09 10:59:23 +02:00
Daniel Welch
4530b05d86 putting back support for backwards compatibility 2017-10-06 13:26:43 -04:00
Daniel Welch
cd038f6f61 remove old rollbar stuff from config 2017-10-03 17:08:26 -04:00
Daniel Welch
f5e62bb624 documentation for error reporter plugin system 2017-10-03 17:04:37 -04:00
Daniel Welch
f90c4f5747 merge conflict resolution 2017-10-03 16:55:28 -04:00
Daniel Welch
8dda520bd2 Merge pull request #1 from Koed00/master
catchup
2017-09-17 13:40:48 -04:00
Ilan Steemers
d33752fb63 Merge pull request #247 from benjaoming/rm-future-dep
Remove unused dependency `future`
2017-07-10 11:52:46 +02:00
Benjamin Bach
597816500f Also remove from requirements.in 2017-07-09 21:47:32 +02:00
Benjamin Bach
5ea55e3718 Import python3 version of range 2017-07-09 21:44:25 +02:00
Benjamin Bach
ab48bad0f6 Remove unused dependency and sys module patching 2017-07-09 21:14:08 +02:00
ilan
2190d6305e Adds tests to manifest. Solves issue #226 2017-04-05 17:22:57 +03:00
Ilan Steemers
427bb5b7e5 Merge pull request #173 from Aninstance/master
Add option to qinfo to print task IDs
2017-04-05 17:04:45 +03:00
ilan
d92f54240a Merge branch 'Aninstance-master' 2017-04-05 16:49:15 +03:00
ilan
e84422530b Fixes merge conflicts 2017-04-05 16:44:21 +03:00
Ilan Steemers
f3ae8a86dc Merge pull request #148 from xoxzo/log-enqueue-id
Log id returned by broker
2017-04-05 16:31:55 +03:00
Ilan Steemers
07cc06d1f0 Merge pull request #220 from abompard/signals
Adds basic signals
2017-04-05 16:28:05 +03:00