Commit Graph

55 Commits

Author SHA1 Message Date
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
Vincent Driessen 5cbc59205a Add changelog and bump version to 0.3.0. 2012-08-05 09:54:09 +02:00
Alexander Artemenko 530930bc7b Fixed code snippets' styling. 2012-08-02 16:52:12 +04:00
Vincent Driessen 9bfd686be3 Merge hotfix/0.2.2 2012-08-01 14:04:57 +02:00
Vincent Driessen 740d32ebab Update the changelog. 2012-08-01 13:54:05 +02:00
Vincent Driessen 7e1f837174 Add changes to change log. 2012-07-25 09:11:13 +02:00
Vincent Driessen bfc3c3d89e Add changes to the change log. 2012-07-24 11:28:18 +02:00
Vincent Driessen 37404b9e09 Update changelog. 2012-07-23 12:01:35 +02:00
Vincent Driessen b7d1fab2db Prepare changelog for next version. 2012-07-20 14:50:23 +02:00
Vincent Driessen a2b9c6ce86 Bump the version. 2012-07-20 14:49:18 +02:00
Vincent Driessen 1a178d673b Fix bug where results wasn't correctly unpickled when refreshing from Redis. 2012-07-20 14:27:56 +02:00