1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Kurtis Rainbolt-Greene
4c586bfdb6 Adding coveralls support 2013-03-13 14:16:47 -07:00
Mike Perham
e2385f41fa And you thought minitest/pride was crazy... 2013-02-15 10:14:40 -08:00
Mike Perham
b983956e76 JRuby 1.7 compat fixes 2012-11-01 16:08:27 -07:00
jc00ke
7f778c656e Require pry for debugging 2012-09-03 22:38:45 -07:00
Mike Perham
8c9f960a68 Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
Mike Perham
2561cbcd66 Initial pass at getting a worker logger. Not quite happy with the API yet. 2012-05-12 14:00:42 -07:00
Mike Perham
a69c657378 Remove "clear worker list" button, more UI testing 2012-05-04 22:23:43 -07:00
Mike Perham
829b818d84 Use a namespace for tests 2012-04-03 20:50:09 -07:00
Mike Perham
fe49a425c8 Merge branch 'master' of github.com:mperham/sidekiq 2012-03-18 20:10:02 -07:00
Mike Perham
b5502fa89f Fix redis database URLs to use numeric indexes, #83 2012-03-18 20:09:27 -07:00
jc00ke
230a5a5c53 Removing old Celluloid hack 2012-03-18 20:03:46 -07:00
jc00ke
1279fe68cb Use ENV var for coverage
This will lessen the chance of mistakenly committing with that branch
set to true.
2012-03-18 19:53:26 -07:00
Mike Perham
2206ce7654 RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07:00
Mike Perham
b210dd788c Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
Mike Perham
922d5f8dbe Add Sidekiq::Processor testing, with bug fixes 2012-01-26 12:45:04 -08:00
Mike Perham
4043cace3a SimpleCov fixes 2012-01-23 22:07:21 -08:00
Mike Perham
14bd63705a Documentation, start client work 2012-01-21 16:42:21 -08:00