118 Commits (dc299bc7ec0a60f95266320408ce20e85f1f6105)

Author SHA1 Message Date
Vincent Driessen b5e1377023 Bump version to 0.3.12.
Conflicts:
	CHANGES.md
11 years ago
Malthe Borch c5a381fbe9 Remove dependency on 'times' library (see issue #286).
Basically, for the functionality needed, a dependency on 'times' (which
in turn depends on 'python-dateutil') seem unnecessary.
11 years ago
Vincent Driessen fa0e9e0f95 Update changelog. 11 years ago
Vincent Driessen 7bf572cf0b Update changelog. 11 years ago
Vincent Driessen 5d391e90a0 Update changelog. 11 years ago
Vincent Driessen 2da46565aa Add job dependencies to the changelog. 11 years ago
Vincent Driessen 12b6b3200e Update changelog. 11 years ago
Vincent Driessen 60dba7c106 Update release notes. 11 years ago
Vincent Driessen 5d0f91e542 Release 0.3.11. 12 years ago
Vincent Driessen 49c7cf0af7 Release 0.3.10. 12 years ago
Vincent Driessen 75267e671a Add release notes. 12 years ago
Vincent Driessen 2e9fa1d0a7 Release 0.3.8. 12 years ago
Vincent Driessen 89293353d6 Update changelog. 12 years ago
Vincent Driessen 7c63b72c99 Update CHANGELOG. 12 years ago
Vincent Driessen 5a5e14cc70 Merge branch 'hotfix/0.3.7'
Conflicts:
	CHANGES.md
	rq/version.py
12 years ago
Vincent Driessen 66741fff7b Fix bug where workers would not execute builtin functions properly. 12 years ago
Vincent Driessen 6485fe094d Prepare for next 0.3.x version. 12 years ago
Vincent Driessen d5f1740c3d Bump version to 0.3.6. 12 years ago
Vincent Driessen ad61c45f2f Update changelog. 12 years ago
Vincent Driessen f1d3da8ba2 Update changelog. 12 years ago
Vincent Driessen 7d37c257ae Prepare for 0.3.6. 12 years ago
Vincent Driessen cd2a759be8 Add release date. 12 years ago
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.
12 years ago
Vincent Driessen cc14d6f00b Update changelog. 12 years ago
Vincent Driessen 20d435a077 Prepare for 0.3.5. 12 years ago
Vincent Driessen f818fb5d43 Bump version to 0.3.4. 12 years ago
Vincent Driessen e29981a008 Bump to new development version. 12 years ago
Vincent Driessen 55bb32cb36 Release 0.3.3. 12 years ago
Vincent Driessen d4f5bcb817 Fix position of changelog entry. 12 years ago
Vincent Driessen d1c2b3b78d Merge branch 'selwin-remove-logbook'
Conflicts:
	rq/utils.py
	rq/worker.py
	setup.cfg
	setup.py
12 years ago
Vincent Driessen 90df03dc0b Add release notes. 12 years ago
Vincent Driessen 10237ddcb4 Merge branch 'job-access-within-job'
Conflicts:
	CHANGES.md
	rq/job.py
12 years ago
Vincent Driessen 398890fdc4 Update changelog. 12 years ago
Vincent Driessen 3440e5d52e Update changelog. 12 years ago
Vincent Driessen 67ca942cb5 Update changelog. 12 years ago
Vincent Driessen a247c6eaa1 Merge branch 'master' into remove-logbook 12 years ago
Vincent Driessen 4b66d7af41 Merge branch 'master' into job-access-within-job
Conflicts:
	rq/job.py
12 years ago
Vincent Driessen fcb5453fb9 Fix changelog text. 12 years ago
Vincent Driessen 86dc1e3533 Prepare for next version. 12 years ago
Vincent Driessen f9137311b5 Release version 0.3.2. 12 years ago
Vincent Driessen ce3e501a62 Add change to changelog. 12 years ago
Vincent Driessen 7ece6c7e37 Prepare changelog for next version. 12 years ago
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.
12 years ago
Vincent Driessen db82d5c1b4 Release 0.3.1 12 years ago
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.
12 years ago
Vincent Driessen a5134c48c8 Add changes. 12 years ago
Vincent Driessen f7ab216781 Update changelog. 12 years ago
Vincent Driessen cd05f6550a Link to docs from within changelog. 12 years ago
Vincent Driessen 9e22847d13 Update changelog. 12 years ago
Vincent Driessen c0ab4f7966 Update changelog. 13 years ago
Vincent Driessen d7f83cd727 Update changelog. 13 years ago
Vincent Driessen 978ba2dff9 Add changelog note. 13 years ago
Vincent Driessen f367c38132 Bump version number and add changelog. 13 years ago
Vincent Driessen 5cbc59205a Add changelog and bump version to 0.3.0. 13 years ago
Alexander Artemenko 530930bc7b Fixed code snippets' styling. 13 years ago
Vincent Driessen 9bfd686be3 Merge hotfix/0.2.2 13 years ago
Vincent Driessen 740d32ebab Update the changelog. 13 years ago
Vincent Driessen 7e1f837174 Add changes to change log. 13 years ago
Vincent Driessen bfc3c3d89e Add changes to the change log. 13 years ago
Vincent Driessen 37404b9e09 Update changelog. 13 years ago
Vincent Driessen b7d1fab2db Prepare changelog for next version. 13 years ago
Vincent Driessen a2b9c6ce86 Bump the version. 13 years ago
Vincent Driessen 1a178d673b Fix bug where results wasn't correctly unpickled when refreshing from Redis. 13 years ago
Vincent Driessen a9c6795b0e Add new release section. 13 years ago
Vincent Driessen 1ae51018d2 Update changelog for the upcoming release. 13 years ago
Vincent Driessen a5d9ed0a0d Add change notes. 13 years ago
Vincent Driessen c423cab770 Bump version number. 13 years ago
Vincent Driessen f958d26dfd Add change log. 13 years ago