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

76 commits

Author SHA1 Message Date
Mike Perham
defa386e30 Lock to Celluloid 0.15.2 2014-09-10 08:38:04 -07:00
Abdelkader Boudih
c30e2e3bea raise error if ruby 1.9.3 is detected. 2014-07-10 16:02:14 +00:00
Abdelkader Boudih
9427939901 Require ruby 2+
ref  
2014-07-10 12:54:11 +00:00
Luciano Sousa
ae500f0f79 locking rails version on 4.1.x and minitest on 5.3.x 2014-05-13 15:16:14 -03:00
Mike Perham
632ac09f91 Revert "Mention that Sidekiq 3 requires Ruby 2.0 which will prevent 1.9 installs"
This reverts commit af1149a2a0.
2014-05-05 09:29:16 -07:00
Julik Tarkhanov
af1149a2a0 Mention that Sidekiq 3 requires Ruby 2.0 which will prevent 1.9 installs 2014-04-16 21:07:47 +02:00
Mike Perham
42e887d7c6 Upgrade to lazy connection pool so we don't need to be lazy ourself. 2014-03-13 21:06:39 -07:00
Mike Perham
9867b728c4 Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
Mike Perham
06ec7ef30a Bump redis, changes 2013-12-14 20:44:52 -08:00
Tim Carey-Smith
3e59c44cea Use new celluloid/test.rb
This reverts commit 1e24e783a0.
2013-10-07 12:59:28 +13:00
Mike Perham
babfdc96c5 Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
Mike Perham
6923f88253 Update readme with latest supported versions 2013-09-22 14:24:23 -07:00
Mike Perham
602d5da96d We need Rails 3 2013-09-03 13:41:13 -07:00
Jake Benilov
bb4b832c78 bump the 'redis-namespace' gem
pin the `redis-namespace` gem in order to pick up a security fix
http://blog.steveklabnik.com/posts/2013-08-03-redis-namespace-1-3-1--security-release
2013-08-29 11:56:58 +01:00
Kirill Nikitin
0a7e8ea439 Closes Removed slim. 2013-08-22 02:59:34 +04:00
Blake Thomas
b44c0e4408 Update redis version to fix issue using redis namespaces 2013-08-20 14:44:23 -05:00
Mike Perham
f435bc33bf Prefer background jobs to message processing in future terminology 2013-06-25 21:55:51 -07:00
Mike Perham
d5f8b45957 Relax slim version constraint, fixes 2013-06-01 14:15:14 -07:00
Stephan Kaag
4b264eed04 Correct slim version requirement 2013-05-31 14:17:09 +02:00
Mike Perham
65e8ac1cde Upgrade to Celluloid 0.14.1 2013-05-30 21:19:11 -07:00
Mike Perham
894e3e6e87 Remove usage of multi_json gem 2013-05-12 14:33:49 -07:00
Mike Perham
4679c95f49 Upgrade to Minitest 5 2013-05-12 14:25:30 -07:00
Mike Perham
5db5c938ac Upgrade to Celluloid 0.14, remove defer usage, fixes 2013-05-11 16:12:12 -07:00
Mike Perham
503dbb63a0 Unlock dev deps 2013-04-29 15:45:10 -07:00
Mike Perham
dc91e5d590 Practice what I preach, libraries shouldn't use spermy. 2013-04-29 15:41:54 -07:00
Mike Perham
c59c580e43 Upgrade Celluloid to 0.13, fixes 2013-04-21 13:58:25 -07:00
Mike Perham
d180cc13be Revert sinatra/slim as runtime dependencies
sidekiq/web is technically optional.  Since we've removed the need for
the i18n gem, we can go back to the previous dependency model.
2013-04-16 09:50:09 -07:00
Brandon Hilkert
3e87fe6b7e Remove i18n, prefer simple solution. 2013-04-15 13:43:31 -04:00
Mike Perham
d12b00b359 Initial i18n work, still need many English strings extracted [] 2013-04-03 21:26:44 -07:00
Kurtis Rainbolt-Greene
7b051ac917 Adding coveralls as a development dependency 2013-03-13 14:18:05 -07:00
Mike Perham
62adfd8639 Remove superfluous binary and remove examples from gem 2013-03-03 16:24:36 -08:00
Mike Perham
a70656d603 Gemspec cleanup 2013-02-25 09:40:50 -08:00
Chris Willard
030a19b735 Remove reference to signing key in gemspec 2013-02-07 11:43:53 -05:00
Mike Perham
11c86ad84c Add infrastructure to sign sidekiq gem releases 2013-01-30 11:34:46 -08:00
Mike Perham
3cd73ac76c connection pool version bump 2012-12-18 20:06:47 -08:00
Brandon Hilkert
523121341c Revert Multi_json updates until next major version. 2012-12-14 14:07:21 -05:00
Brandon Hilkert
00a4f49a8c Bump the version of multi_json that Sidekiq is dependent on. 2012-12-03 07:21:52 -05:00
Mike Perham
0e8b6fe65e Upgrade to minitest 4 2012-11-08 09:12:09 -08:00
Mike Perham
f19167ba2d Merge simplified UI, fixes 2012-11-02 12:55:45 -07:00
Tyson Tate
a239f5882e Remove sprockets, sass, and compass dependencies.
Static assets are now served up my Sinatra.
2012-11-02 11:11:34 -07:00
Mike Perham
b983956e76 JRuby 1.7 compat fixes 2012-11-01 16:08:27 -07:00
Jason Coene
ca82f32533 Relax version requirement on sass 2012-10-30 17:56:09 -04:00
Jason Coene
e4ccff04df Require a newish version of SASS, fixes CSS compilation errors when old version is bundled in. 2012-10-30 17:40:08 -04:00
Mike Perham
f100a2f31a Update runtime deps, not sure this is a good thing 2012-10-28 20:14:54 -07:00
Romain Dardour
85768baf9f V1 2012-10-26 18:47:44 +02:00
Mike Perham
79c01181d1 exclude app test code 2012-09-09 12:10:42 -07:00
Mike Perham
3c696859e8 Merge pull request from mperham/stats
Stats module for reporting
2012-09-05 16:53:45 -07:00
Mike Perham
a09e25dc02 Upgrade to Celluloid 0.12 2012-09-04 20:50:37 -07:00
jc00ke
1b8d31b17a Switch to Sidekiq.info
Working on pipelining as much as possible.
2012-09-03 22:38:51 -07:00
Mike Perham
25df7abbee Use latest Celluloid with thread tasks 2012-09-01 20:00:57 -07:00