Commit Graph
907 Commits
Author SHA1 Message Date
ilan 62affc17bb Updates changelog 2018-03-13 17:57:34 +01:00
ilan 7c6c318860 0.9.3 2018-03-13 17:43:04 +01:00
ilan 2c3b5f8771 Updates Django test versions 2018-03-13 15:36:46 +01:00
ilan 8fdf2af824 Updates packages
boto3-1.6.7
botocore-1.9.7
django-2.0.3
django-redis-4.9.0
pymongo-3.6.1
python-dateutil-2.7.0
pytz-2018.3
rollbar-0.13.18
s3transfer-0.1.13
2018-03-13 15:26:48 +01:00
ilan 7657bba7f9 Merge remote-tracking branch 'origin/master' 2018-03-13 15:25:12 +01:00
Ilan Steemers d5e430be44 Merge pull request #298 from Balletie/master
Add option for acknowledging failed tasks (globally and per-task)
2018-03-13 15:24:31 +01:00
Ilan Steemers 65afb63e19 Merge pull request #297 from Eagllus/fix_199
Changing the path location where Django-Q is inserted.
2018-03-13 15:22:14 +01:00
Eagllus 430c177b92 Move import to the function that uses it
Only Python 2.x is having problems with this import so for now
the fix would be to move the import to the function that uses cluster
2018-03-13 09:37:13 +01:00
Eagllus 8f87bc352f Change imports for cluster and tasks 2018-03-13 09:28:17 +01:00
Eagllus 9c39546417 Change imports signing classes explicit 2018-03-13 09:22:09 +01:00
Eagllus ae9392137c Change path location of django q 2018-03-13 09:21:01 +01:00
Balletie 03abbc960f Add option for acknowledging failed tasks (globally and per-task)
If a task fails with an exception, it is retried until it
succeeds. This is contrary to what is said in the documentation: under
the "Architecture" section, heading "Broker" it says that even when a
task errors, it's still considered a successful delivery. Failed tasks
never get acknowledged however, thereby being retried after the
timeout period. See also issues #238 and #194.

This patch adds an option to acknowledge failures, thereby closing
issue #238. Issue #194 would require some more work. The default of
this option is set to `False`, thereby maintaining backwards
compatibility.
2018-03-09 22:09:46 +01:00
ilan 5969be9e0c Linting 2018-02-20 14:06:23 +01:00
ilan c657731cd0 ignores python datetime class reference error in docs 2018-02-14 11:19:46 +01:00
ilan 1ef94d2b42 Adds Changelog 2018-02-13 10:00:09 +01:00
ilan 1f910f5233 v0.9.2 2018-02-13 09:47:34 +01:00
ilan 88cdb78bad Updates boto and botocore 2018-02-13 09:44:15 +01:00
Ilan Steemers 3ba32a32ae Merge pull request #292 from Eagllus/fix_python3_only_code
Fix python3 only code
2018-02-12 16:09:21 +01:00
Eagllus 319ab90fab Add checks back for Python 2.7 but don't run them with Django 2 2018-02-06 16:14:05 +01:00
Eagllus 3f6c0f76a6 Fix super call to work with Python 2.x 2018-02-06 12:10:17 +01:00
Eagllus 0a2aed38d2 Fix Python3 only code.
Thanks to @P-EB for providing the solution
2018-02-06 11:17:09 +01:00
ilan 67ba25119a Version 0.9.1 2018-02-02 10:26:43 +01:00
ilan 0926c3747c Updates packages
arrow-0.12.1
boto3-1.5.22
botocore-1.8.36
certifi-2018.1.18
2018-02-02 10:24:48 +01:00
Ilan Steemers 043d0d8b71 Merge pull request #290 from Eagllus/fix_289
Fix urls being escaped by admin
2018-01-29 09:11:26 +01:00
Eagllus 904daeeddc Fix urls being escaped by admin 2018-01-29 08:45:02 +01:00
Ilan Steemers f2752306da Merge pull request #287 from danielwelch/master
fixing entry_points annotation to expose class rather than module
2018-01-16 23:46:53 +01:00
ilan 850e38edb0 Updates boto3 and botocore 2018-01-15 23:32:11 +01:00
Daniel Welch 7b9560a517 fixing entry_points annotation to expose class rather than module 2018-01-15 16:27:39 -06:00
Ilan Steemers c8599fee22 Merge pull request #283 from svdgraaf/feature/make-sqs-credentials-optional
Allow SQS to use environment variables
2018-01-09 13:36:05 +01:00
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