Ilan Steemers
d33fa45dc5
Merge pull request #108 from Koed00/dev
...
Updates botocore for testing
2015-10-30 14:28:26 +01:00
Ilan Steemers
673dc15cf8
Updated botocore for testing
2015-10-30 12:21:07 +01:00
Ilan Steemers
ae74521021
v0.7.11
2015-10-28 12:15:01 +01:00
Ilan Steemers
40e6e319b2
Merge branch 'dev'
2015-10-28 12:12:54 +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
e9969a29c3
Merge pull request #103 from Koed00/dev
...
adds `Async` class
2015-10-27 11:20:44 +01:00
Ilan Steemers
e736d79a57
Adds global override test to Async
2015-10-27 11:10:46 +01:00
Ilan Steemers
2d10ff4404
Updates botocore for testing
2015-10-27 10:31:05 +01:00
Ilan Steemers
3cc4021aad
Optimizes option iteration for async
...
Simplified option iteration to only use a single loop. This makes the async command about twice as fast in optimal conditions.
2015-10-27 10:29:35 +01:00
Ilan Steemers
9dd79f6522
Adds test for new Async class
2015-10-26 19:35:38 +01:00
Ilan Steemers
02bd14c169
Fixes bug where task with a group only has a group result.
2015-10-26 19:35:07 +01:00
Ilan Steemers
12bfd47917
Splits options from keywords through iteration
...
Popping options from async kwargs will make any reference to them void. Which can lead to unwanted situations. Unfortunately deepcopy clashes with the multiprocessing so we resort to simple re-iteration.
2015-10-26 15:33:42 +01:00
Ilan Steemers
728ba45ef0
Adds Async class wrapper for the async function
2015-10-26 13:48:23 +01:00
Ilan Steemers
62337a9d06
Adds infinite wait to task result functions
...
* the `wait` keyword now can take the value `-1` which will make the functions wait indefinitely for a result.
2015-10-25 16:40:49 +01:00
Ilan Steemers
5c58febfeb
Updates boto, botocore and sqlparse for testing
2015-10-24 20:24:42 +02: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
b519fca371
Update README.rst
2015-10-19 16:19:43 +02:00
Ilan Steemers
6a389668d4
Update index.rst
...
fixed a sticky trackpad issue
2015-10-19 16:14:16 +02:00
Ilan Steemers
69551793c0
adds timeout to group_key cache object
2015-10-19 15:42:05 +02:00
Ilan Steemers
adc9580b9a
version 0.7.10
2015-10-19 11:43:24 +02:00
Ilan Steemers
6ee086c59d
Update README.rst
2015-10-19 11:39:52 +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
7eefb8cb64
returns the size of the chain or iter on append
2015-10-18 15:57:23 +02:00
Ilan Steemers
eb72eb33d9
Adds an Iter class
...
The Iter class serves as a convenience rwrapper around the `async_iter` function
2015-10-18 13:53:32 +02:00
Ilan Steemers
083715f9bd
Replaces list.copy with a slice for python 2.7
2015-10-17 18:59:17 +02:00
Ilan Steemers
2df29b908c
Adds tests for task chains
...
adds several small improvements based on the problems that surfaced during writing the tests
2015-10-17 18:49:45 +02:00
Ilan Steemers
6dcead7310
Adds task chains
2015-10-17 12:13:29 +02:00
Ilan Steemers
fa8d96125b
Merge pull request #95 from Koed00/dev
...
Updates botocore for testing
2015-10-16 14:09:02 +02:00
Ilan Steemers
5eb84c600f
Updates botocore for testing
2015-10-16 12:24:05 +02:00
Ilan Steemers
1ca7d6301c
Merge pull request #94 from Koed00/dev
...
Updates Requests and Blessed requirements for testing
2015-10-14 14:04:30 +02:00
Ilan Steemers
142ce8c167
Updates Requests and Blessed requirements for testing
2015-10-14 13:18:56 +02:00
Ilan Steemers
c3ce898a93
Merge pull request #93 from Koed00/dev
...
Updates Arrow and Blessed for testing
2015-10-12 11:47:31 +02:00
Ilan Steemers
fa5f47cb14
Updates Arrow and Blessed for testing
2015-10-12 11:38:46 +02:00
Ilan Steemers
6192788487
Merge pull request #92 from Koed00/dev
...
Updates botocore for testing
2015-10-09 12:10:11 +02:00
Ilan Steemers
8701c37d65
updates botocore for testing
2015-10-09 10:24:39 +02:00
Ilan Steemers
3b25396f00
adds ipython notebook and redis dumpfiles to gitignore
2015-10-09 10:21:14 +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
2e9e20828a
Merge pull request #91 from Koed00/dev
...
Updated botocore for testing
2015-10-08 12:08:57 +02:00
Ilan Steemers
8deacc0f5f
Updated botocore for testing
2015-10-08 11:43:58 +02:00
Ilan Steemers
fdc6583215
Merge pull request #90 from Koed00/dev
...
adds version info to qinfo
2015-10-07 17:48:53 +02:00
Ilan Steemers
44fce5ff03
linted
2015-10-07 17:08:05 +02:00
Ilan Steemers
680aac8405
adds version and hides None values for qinfo config
2015-10-07 17:06:50 +02:00
Ilan Steemers
2ba9d9e52e
Merge pull request #89 from Koed00/dev
...
Adds version and broker info to qinfo
2015-10-07 15:42:53 +02:00