Commit Graph

196 Commits

Author SHA1 Message Date
Ilan Steemers
36d3cb80a5 v0.7.13 2016-01-08 13:53:04 +01:00
Ilan Steemers
8ae7aa346e Updates docs with rollbar support
also bumps version to 0.7.12
2016-01-08 12:06:56 +01:00
Ilan Steemers
f0b1f280e7 Docs: updates Django versions to 1.8.8 and 1.9.1 2016-01-07 20:43:35 +01:00
Ilan Steemers
dfb9c7ff85 Merge pull request #115 from Eagllus/patch_for_schedule_documentation
Update example to use string for the schedule_type
2015-11-11 09:50:26 +01:00
Ronald van Zon
2989e3f71b fixed typo 2015-11-11 09:41:28 +01:00
Ronald van Zon
84ab4c7d47 Update example to use string for the schedule_type 2015-11-10 11:54:28 +01:00
Ilan Steemers
47b167b18a docs: missed schedules wording 2015-11-08 10:43:06 +01:00
Ilan Steemers
14c204e5aa docs: rephrased the missing schedule description
#110
2015-11-08 10:35:13 +01:00
Ilan Steemers
54758fd037 Restores Iter example 2015-11-08 10:24:54 +01:00
Ilan Steemers
55520ad5ce Updates Django to 1.8.6 2015-11-04 21:19:52 +01:00
Ilan Steemers
282421c534 Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
#	docs/conf.py
2015-10-28 12:12:03 +01:00
Ilan Steemers
f5197ac912 docs: added Async class
Also moved Group, Iterable and Chain to their own pages because the Task page was getting too big.

v0.7.11
2015-10-28 12:06:18 +01:00
Ilan Steemers
2bd241bb71 Merge pull request #98 from Koed00/dev
Adds timeout to group key cache object
2015-10-20 21:53:52 +02:00
Ilan Steemers
e21a9b442f docs: tested with Django 1.9b1 2015-10-20 16:42:49 +02:00
Ilan Steemers
6a389668d4 Update index.rst
fixed a sticky trackpad  issue
2015-10-19 16:14:16 +02:00
Ilan Steemers
adc9580b9a version 0.7.10 2015-10-19 11:43:24 +02:00
Ilan Steemers
fd88694959 Merge pull request #96 from Koed00/dev
Adds task chains
2015-10-19 11:38:44 +02:00
Ilan Steemers
37b41b15b1 docs: adds Iter and Chain examples 2015-10-19 11:32:22 +02:00
Ilan Steemers
79d9d99d2a docs: moves architecture to its own main section
Also updated the architecture text a little
2015-10-18 23:13:03 +02:00
Ilan Steemers
37f1c4b42f docs: adds reference for Iter Chain and async_chain 2015-10-18 15:57:54 +02:00
Ilan Steemers
1bf0e14474 Update index.rst 2015-10-08 19:11:17 +02:00
Ilan Steemers
993d305fc9 docs: example paste error 2015-10-08 13:57:21 +02:00
Ilan Steemers
1abe23d229 V0.7.9 2015-10-08 12:53:47 +02:00
Ilan Steemers
bd242b9de3 docs: minor tweaks to cached group example 2015-10-07 13:55:13 +02:00
Ilan Steemers
2ba88f2d17 adds cached option to async_iter 2015-10-06 19:37:02 +02:00
Ilan Steemers
efed61f786 docs: some tweaks on the new functions 2015-10-04 16:47:42 +02:00
Ilan Steemers
a6ef7e00e0 v 0.7.8 2015-10-04 15:36:41 +02:00
Ilan Steemers
ee87333c43 Merge pull request #84 from Koed00/dev
Adds cached result backend
2015-10-04 14:43:20 +02:00
Ilan Steemers
5d6efbb3bb docs: updated group example 2015-10-04 14:36:42 +02:00
Ilan Steemers
486a0021c7 docs: adds async_iter 2015-10-04 12:44:59 +02:00
Ilan Steemers
e724b9bac1 Update tests for Django 1.8.5
Also updated botocore and blessed
2015-10-04 09:49:28 +02:00
Ilan Steemers
7911419642 docs: updated cache and group operations 2015-10-02 18:31:52 +02:00
Ilan Steemers
477761a17f :docs: replaced some old redis references with brokers 2015-09-30 10:12:16 +02:00
Ilan Steemers
07a7851b54 v0.7.7 2015-09-29 22:59:40 +02:00
Ilan Steemers
76aab3d52a v0.7.6 2015-09-29 18:31:56 +02:00
Ilan Steemers
ca79228b95 v0.7.5 2015-09-28 18:23:02 +02:00
Ilan Steemers
bcad7614b3 docs: mention Django 1.9a1 support 2015-09-28 15:14:22 +02:00
Ilan Steemers
96543e4b75 Merge pull request #75 from Koed00/dev
Adds MongoDB broker
2015-09-26 18:12:57 +02:00
Ilan Steemers
b8bb186471 check for default database on mongo connection 2015-09-26 13:01:15 +02:00
Ilan Steemers
6c81840047 docs: updated management command example 2015-09-26 10:52:19 +02:00
Ilan Steemers
7847e3b560 docs: adds shell command example 2015-09-26 10:51:03 +02:00
Ilan Steemers
1fd9ca2441 docs: mongodb broker 2015-09-25 20:57:47 +02:00
Ilan Steemers
826178c463 Adds a MongoDB broker
* adds mongo broker tests
* adds mongo brokers docs

* broker info is now cached when it needs to connect to a server, to reduce traffic.
2015-09-25 20:03:39 +02:00
Ilan Steemers
cef48da789 removes root imports for django 1.9
Updated docs to promote submodule imports
2015-09-24 15:41:32 +02:00
Ilan Steemers
956e79a3a0 docs: compatibility 2015-09-22 18:46:39 +02:00
Ilan Steemers
04470c1a87 docs: compatibility 2015-09-22 18:22:08 +02:00
Ilan Steemers
754fb1ad19 adds python 3.5 for testing 2015-09-19 15:09:19 +02:00
Ilan Steemers
370ffd4061 docs: Replaced redis pooling with broker pooling example.
* moves get_broker to main module
2015-09-18 21:07:18 +02:00
Ilan Steemers
270d8dba88 v0.7.3 2015-09-18 20:02:19 +02:00
Ilan Steemers
16c28a88e2 adds (approximate) lock_size to SQS broker
docs: added lock_size
2015-09-18 15:40:30 +02:00