summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.3.5.0.3.5Vincent Driessen2013-02-061-1/+1
* Patch the connection instances.Vincent Driessen2013-02-067-15/+64
* Make inner_exception optional, and use new except syntax.Vincent Driessen2013-01-312-2/+2
* job: save the real exception when unpickling failsIdan Kamara2013-01-302-4/+4
* Install importlib on Travis' py26 environment.Vincent Driessen2013-01-243-2/+5
* Update Travis CI config file to use py.test.Vincent Driessen2013-01-231-6/+4
* Add tox tests, for Python 2.6 and PyPy.Vincent Driessen2013-01-232-0/+12
* Use unittest2 for Python 2.6.Vincent Driessen2013-01-232-2/+11
* Update changelog.Vincent Driessen2013-01-231-1/+2
* Merge branch 'vierja-ended_time'Vincent Driessen2013-01-231-0/+3
|\
| * ended_at time is now saved when job is finishedJavier Rey2013-01-121-0/+3
* | Prepare for 0.3.5.Vincent Driessen2013-01-232-1/+7
* | Bump version to 0.3.4.0.3.4Vincent Driessen2013-01-232-3/+3
* | Promote to 'beta' stage.Vincent Driessen2013-01-231-2/+2
* | Avoid new-style classes under Python 2.6.Vincent Driessen2013-01-231-1/+6
* | Include a copy of dictConfig in RQ, for Python 2.6 compat.Vincent Driessen2013-01-233-2/+561
* | Bump to new development version.Vincent Driessen2013-01-182-1/+7
* | Release 0.3.3.0.3.3Vincent Driessen2013-01-182-2/+2
* | Fix position of changelog entry.Vincent Driessen2013-01-181-2/+2
* | Merge branch 'selwin-remove-logbook'Vincent Driessen2013-01-189-48/+86
|\ \
| * | Have Worker.work() setup logging.Vincent Driessen2013-01-183-31/+35
| * | Removed __main__ that was accidentally added to rqworker script.Selwin Ong2013-01-161-3/+0
| * | Only configure logging handlers if not already present.Selwin Ong2013-01-161-23/+27
| * | Merge branch 'master' into remove-logbookVincent Driessen2012-09-037-21/+54
| |\ \
| * | | Remove logbook and replace it with logging.Vincent Driessen2012-09-028-43/+76
* | | | Add release notes.Vincent Driessen2013-01-181-0/+2
* | | | Don't silently fail when unpickling.Vincent Driessen2013-01-183-11/+20
* | | | Add .env.fish, for fish lovers.Vincent Driessen2013-01-181-0/+1
| |_|/ |/| |
* | | Always call job.save even on synchronous queues so get_current_job doesn't failSelwin Ong2012-11-252-1/+9
* | | Merge branch 'job-access-within-job'Vincent Driessen2012-11-255-7/+49
|\ \ \
| * | | Update changelog.Vincent Driessen2012-09-031-1/+5
| * | | Merge branch 'master' into job-access-within-jobVincent Driessen2012-09-037-22/+49
| |\ \ \ | | | |/ | | |/|
| * | | Fix changelog text.Vincent Driessen2012-09-031-1/+1
| * | | Fix comment.Vincent Driessen2012-09-021-1/+2
| * | | Store the job ID on the internal stack.Vincent Driessen2012-09-022-4/+10
| * | | Implement the get_current_job() function.Vincent Driessen2012-09-024-6/+36
| * | | Add change to changelog.Vincent Driessen2012-09-021-0/+1
* | | | Merge pull request #154 from ulope/issue154Vincent Driessen2012-11-253-1/+11
|\ \ \ \
| * | | | Added tests for config file loadingUlrich Petri2012-11-242-0/+9
| * | | | Switched config file loading to import lib to allow dotted "paths" to setting...Ulrich Petri2012-11-241-1/+2
|/ / / /
* | | | Merge pull request #149 from jparise/scripts-url-argumentVincent Driessen2012-10-052-3/+8
|\ \ \ \
| * | | | Use `redis.from_url()` for greater compatibility.Jon Parise2012-10-052-2/+2
| * | | | Add a standard --url argument to all scripts.Jon Parise2012-10-042-3/+8
|/ / / /
* | | | Merge pull request #146 from sashka/masterVincent Driessen2012-09-261-0/+4
|\ \ \ \
| * | | | Don't show traceback in rqinfo when ^C is pressed.Alexander Saltanov2012-09-261-0/+4
|/ / / /
* | | | Ugh. Syntax.Vincent Driessen2012-09-191-1/+1
* | | | Merge branch 'sburns-no-colorize-notty'Vincent Driessen2012-09-191-1/+7
|\ \ \ \
| * | | | Simplify a bit.Vincent Driessen2012-09-191-2/+2
| * | | | Don't colorize non-tty stdout/errScott Burns2012-09-141-1/+7
* | | | | Remove procname dependency.Vincent Driessen2012-09-141-1/+1