Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
Rob Hudson 45c51a7fc9 PEP8 pass 2014-10-09 10:56:16 -07:00
Rob Hudson 4ce86351c9 Update json_field.py
Updated JSONField to support South
2013-09-17 22:22:30 -07:00
Allen Short 95cbddcc87 Default to ignoring results for celeryutils-defined task. 2013-06-04 18:32:13 -07:00
Allen Short 85ae4d0b64 modernize celeryutils 2013-02-22 16:22:00 -08:00
Andy McKay 96e80a64aa Merge pull request #2 from andymckay/more-redis
add llen, lindex and persist rpush
2012-01-26 15:11:51 -08:00
Andy McKay 58d58c73cb add llen, lindex and persist rpush 2012-01-26 09:55:59 -08:00
Jeff Balogh fa5950bbe3 adding rpush 2011-08-22 13:42:02 -07:00
Jeff Balogh 33ee4ec559 capture the exception 2011-07-28 15:13:37 -07:00
Jeff Balogh 60a30692cb add flushall and sinter 2011-07-28 12:03:36 -07:00
Kumar McMillan ce506882b6 Implements incr() for redis 2011-06-30 19:34:03 -05:00
Kumar McMillan 25510c9c3a Let exceptions propagate when running tests (CELERY_EAGER_PROPAGATES_EXCEPTIONS) 2011-06-30 11:20:17 -05:00
Jeff Balogh fa5826755a make the prefix line clearer 2011-06-13 14:46:54 -07:00
Jeff Balogh 85fb698bbf adding a connector lib for graphite 2011-06-13 14:12:40 -07:00
Jeff Balogh 5aef1279e0 adding hsetnx 2011-06-13 12:17:13 -07:00
Jeff Balogh 12d286c25f adding hincrby to redis 2011-06-08 15:30:12 -07:00
Jeff Balogh 11bacf6d08 adding srem to redis 2011-06-08 11:55:57 -07:00
Jeff Balogh 72125c5116 make sure that keys are strings 2011-06-01 10:57:02 -07:00
Jeff Balogh dbab59ac41 elasticutils is now a separate project 2011-06-01 10:57:02 -07:00
Kumar McMillan 1ce6374566 Ensures that task exceptions are logged in production and during testing 2011-05-26 17:29:00 -05:00
Jeff Balogh 048190bf26 more redis methods 2011-05-23 15:25:34 -07:00
Jeff Balogh baf5a0a0bb fill out some more redis methods 2011-05-02 10:36:37 -07:00
Kumar McMillan ebab3c2821 Merged pull request #1 from kumar303/dont-hide-exception.
Protect try/finally code from raising an exception that will mask the real one
2011-04-29 17:02:40 -07:00
Jeff Balogh 1e141fead5 adding JSONField 2011-04-29 15:25:56 -07:00
Kumar McMillan 3030c71b37 Protect try/finally code from raising an exception that will mask the real one. 2011-04-29 13:42:16 -05:00
Jeff Balogh eccd03086f adding redis.hmget 2011-03-31 15:17:45 -07:00
Dave Dash 4fd7d2c8a0 Add elasticutils 2011-03-23 22:22:37 -07:00
Dave Dash 26c6587d3f Forgot an import 2011-02-24 17:33:16 -08:00
Dave Dash b905fef786 Adding chunked to celeryutils 2011-02-24 16:14:18 -08:00
Jeff Balogh 58c95590c6 make __html__ a function, only patch class inheritance once 2011-02-02 14:52:12 -08:00
Jeff Balogh 4261d24d73 ignore *.py[co] 2011-02-02 13:55:47 -08:00
Jeff Balogh 421a2a67e5 monkeypatching django forms so we need less |safe (bug 627449) 2011-02-02 13:52:54 -08:00
Jeff Balogh 9c8e2f80df use an instance-local store 2010-11-22 19:50:07 -08:00
Jeff Balogh 502a84634e every good setup deserves a teardown 2010-11-22 18:26:43 -08:00
Dave Dash 6a8fc077f1 Utils for redis connections and mocking redis. 2010-11-19 15:20:35 -08:00
Jeff Balogh 0d36965362 call transaction.commit_unless_managed() after each task 2010-11-15 10:41:06 -08:00
Jeff Balogh c628eec49f kill the thread with atexit 2010-09-24 14:46:42 -07:00
Jeff Balogh 7e1b1169a4 make sure async_signals can be disabled 2010-09-23 15:16:19 -07:00
Jeff Balogh 1fdaf2dffe adding async_signals.py 2010-09-23 10:58:56 -07:00
Jeff Balogh d5e07c223c mmmm goodies 2010-08-31 20:12:22 -07:00