Vincent Driessen
7bf572cf0b
Update changelog.
2013-09-05 09:25:00 +02:00
Vincent Driessen
5d391e90a0
Update changelog.
2013-09-05 00:29:40 +02:00
Vincent Driessen
2da46565aa
Add job dependencies to the changelog.
2013-09-03 14:18:16 +02:00
Vincent Driessen
12b6b3200e
Update changelog.
2013-09-02 22:54:49 +02:00
Vincent Driessen
60dba7c106
Update release notes.
2013-08-26 10:21:48 +02:00
Vincent Driessen
5d0f91e542
Release 0.3.11.
2013-08-23 15:11:58 +02:00
Vincent Driessen
49c7cf0af7
Release 0.3.10.
2013-08-20 12:06:43 +02:00
Vincent Driessen
75267e671a
Add release notes.
2013-08-20 11:17:05 +02:00
Vincent Driessen
2e9fa1d0a7
Release 0.3.8.
2013-07-04 10:43:19 +02:00
Vincent Driessen
89293353d6
Update changelog.
2013-04-19 10:55:17 +02:00
Vincent Driessen
7c63b72c99
Update CHANGELOG.
2013-03-16 07:08:01 -07:00
Vincent Driessen
5a5e14cc70
Merge branch 'hotfix/0.3.7'
...
Conflicts:
CHANGES.md
rq/version.py
2013-02-26 11:46:41 +01:00
Vincent Driessen
66741fff7b
Fix bug where workers would not execute builtin functions properly.
2013-02-26 11:42:52 +01:00
Vincent Driessen
6485fe094d
Prepare for next 0.3.x version.
2013-02-18 08:10:47 +01:00
Vincent Driessen
d5f1740c3d
Bump version to 0.3.6.
2013-02-18 08:09:06 +01:00
Vincent Driessen
ad61c45f2f
Update changelog.
2013-02-18 08:01:12 +01:00
Vincent Driessen
f1d3da8ba2
Update changelog.
2013-02-15 08:53:45 +01:00
Vincent Driessen
7d37c257ae
Prepare for 0.3.6.
2013-02-06 23:28:03 +01:00
Vincent Driessen
cd2a759be8
Add release date.
2013-02-06 23:26:52 +01:00
Vincent Driessen
54254f2271
Patch the connection instances.
...
This patches the connection object (which is either a StrictRedis
instance or a Redis instance), to have alternative class methods that
behave exactly like their StrictRedis counterparts, no matter whether
which type the object is. Only the ambiguous methods are patched. The
exhaustive list:
- _zadd (fixes argument order)
- _lrem (fixes argument order)
- _setex (fixes argument order)
- _pipeline (always returns a StrictPipeline)
- _ttl (fixes return value)
- _pttl (fixes return value)
This makes it possible to call the methods reliably without polluting
the RQ code any further.
2013-02-06 22:54:20 +01:00
Vincent Driessen
cc14d6f00b
Update changelog.
2013-01-23 22:21:22 +01:00
Vincent Driessen
20d435a077
Prepare for 0.3.5.
2013-01-23 20:52:20 +01:00
Vincent Driessen
f818fb5d43
Bump version to 0.3.4.
2013-01-23 20:49:42 +01:00
Vincent Driessen
e29981a008
Bump to new development version.
2013-01-18 16:24:20 +01:00
Vincent Driessen
55bb32cb36
Release 0.3.3.
2013-01-18 15:51:17 +01:00
Vincent Driessen
d4f5bcb817
Fix position of changelog entry.
2013-01-18 15:48:27 +01:00
Vincent Driessen
d1c2b3b78d
Merge branch 'selwin-remove-logbook'
...
Conflicts:
rq/utils.py
rq/worker.py
setup.cfg
setup.py
2013-01-18 15:47:21 +01:00
Vincent Driessen
90df03dc0b
Add release notes.
2013-01-18 15:12:49 +01:00
Vincent Driessen
10237ddcb4
Merge branch 'job-access-within-job'
...
Conflicts:
CHANGES.md
rq/job.py
2012-11-25 13:36:09 +01:00
Vincent Driessen
398890fdc4
Update changelog.
2012-09-05 08:37:40 +02:00
Vincent Driessen
3440e5d52e
Update changelog.
2012-09-03 13:56:43 +02:00
Vincent Driessen
67ca942cb5
Update changelog.
2012-09-03 13:54:39 +02:00
Vincent Driessen
a247c6eaa1
Merge branch 'master' into remove-logbook
2012-09-03 11:25:47 +02:00
Vincent Driessen
4b66d7af41
Merge branch 'master' into job-access-within-job
...
Conflicts:
rq/job.py
2012-09-03 08:43:21 +02:00
Vincent Driessen
fcb5453fb9
Fix changelog text.
2012-09-03 08:42:48 +02:00
Vincent Driessen
86dc1e3533
Prepare for next version.
2012-09-03 08:15:47 +02:00
Vincent Driessen
f9137311b5
Release version 0.3.2.
2012-09-03 08:13:22 +02:00
Vincent Driessen
ce3e501a62
Add change to changelog.
2012-09-02 11:32:06 +02:00
Vincent Driessen
7ece6c7e37
Prepare changelog for next version.
2012-09-02 11:30:45 +02:00
Vincent Driessen
879a87d158
Remove logbook and replace it with logging.
...
This reverts commit 1ab8c19696
and
reintroduces all changes made by @dstufft.
Still, it needs more patches to reeanble the default log-to-console
behaviour. See #121 .
2012-09-02 11:26:31 +02:00
Vincent Driessen
db82d5c1b4
Release 0.3.1
2012-08-30 21:37:29 +02:00
Vincent Driessen
1ab8c19696
Revert "Remove logbook and replace it with logging".
...
This reverts the commit range f367c38..978ba2d.
Issue #121 is currently blocking the 0.3.1 release.
2012-08-30 21:35:44 +02:00
Vincent Driessen
a5134c48c8
Add changes.
2012-08-29 14:57:40 +02:00
Vincent Driessen
f7ab216781
Update changelog.
2012-08-29 14:51:26 +02:00
Vincent Driessen
cd05f6550a
Link to docs from within changelog.
2012-08-29 13:11:01 +02:00
Vincent Driessen
9e22847d13
Update changelog.
2012-08-29 13:09:04 +02:00
Vincent Driessen
c0ab4f7966
Update changelog.
2012-08-27 14:37:33 +02:00
Vincent Driessen
d7f83cd727
Update changelog.
2012-08-23 09:54:27 +02:00
Vincent Driessen
978ba2dff9
Add changelog note.
2012-08-21 23:02:59 +02:00
Vincent Driessen
f367c38132
Bump version number and add changelog.
2012-08-07 11:09:08 +02:00