https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
62adfd8 Remove superfluous binary and remove examples from gem 04 March 2013, 00:24:36 UTC
fe57c7d Add i18n middleware, fixes #750 04 March 2013, 00:20:01 UTC
d982cfd Update changes 03 March 2013, 00:08:59 UTC
b9ae174 Properly handle namespaced queue names in Fetcher's UnitOfWork, fixes #744 02 March 2013, 23:59:01 UTC
a129a44 Lock down namespace configuration, fixes #747 02 March 2013, 00:13:20 UTC
6fb08ee Merge pull request #743 from jdanielnd/master Changed return of client_push method on testing 28 February 2013, 21:48:43 UTC
8dd3660 fixing return for client_push in testing 28 February 2013, 21:42:08 UTC
c8e510d return array position in testing push 28 February 2013, 20:55:52 UTC
a70656d Gemspec cleanup 25 February 2013, 17:40:50 UTC
7146682 Release 2.7.5 25 February 2013, 17:39:01 UTC
2062706 Merge pull request #719 from benweint/cap-daemonize-optional Don't daemonize in Capistrano recipe in order to accommodate JRuby 25 February 2013, 16:37:12 UTC
37c83ab Merge pull request #735 from mperham/update-rails Update 'myapp' to latest version of Rails 25 February 2013, 16:36:02 UTC
69695af Update 'myapp' to latest version of Rails. 25 February 2013, 01:35:18 UTC
803380d bump version 23 February 2013, 20:27:33 UTC
a6247b5 Fix dashboard refresh URL 23 February 2013, 20:26:58 UTC
fb2c286 Simplify signal handler as much as possible, fixes #730 23 February 2013, 20:24:38 UTC
77052b5 Updated UI 23 February 2013, 00:22:51 UTC
1be483e Revert to not daemonizing in Capistrano recipe to accommodate JRuby 22 February 2013, 23:25:49 UTC
8f6a3b5 Polish daemon fix [#727] 22 February 2013, 21:35:56 UTC
b7089ef Delay launcher until after daemonization 22 February 2013, 20:40:19 UTC
fbd7b2d bump version 21 February 2013, 03:38:36 UTC
8e5b2ab Fix the JS poll URL 20 February 2013, 22:15:22 UTC
041f93a Fix dashboard tests 20 February 2013, 20:04:19 UTC
c969287 Merge branch 'master' of github.com:mperham/sidekiq 20 February 2013, 16:57:17 UTC
9cc6bea Make dashboard Sidekiq's default home page, fixes #722 20 February 2013, 16:56:53 UTC
fec708a Merge pull request #721 from jilion/fix_dashboard_realtime Fix the real-time graph in the dashboard 20 February 2013, 14:40:38 UTC
c7d48e3 Fix the real-time graph in the dashboard It was broken since this commit: https://github.com/mperham/sidekiq/commit/2033e7faf398a6c83be32848955700 86d95a6eb8#L0R219 20 February 2013, 13:09:41 UTC
f235f60 Retry all, fixes #686 20 February 2013, 04:36:59 UTC
f333186 Config file should be optional for easy cap deploys, fixes #715 19 February 2013, 18:52:30 UTC
82abcb0 Pull in latest clymb upstart config for example 19 February 2013, 05:19:14 UTC
7d96cc3 Fix precedence issue 19 February 2013, 04:45:37 UTC
7c54170 Merge pull request #714 from mperham/busy-summary-update Add worker info to dashboard summary update 18 February 2013, 19:01:54 UTC
bbff51a Add worker info to summary update. 18 February 2013, 18:08:32 UTC
86f2bba Merge pull request #664 from godfat/launcher Standalone Sidekiq::Launcher 17 February 2013, 15:27:17 UTC
13c940e Extract procline feature from Manager to Launcher. We don't want to touch the process name if we're integrating Sidekiq into existing process, so better not to put procline assignment in Manager, but in CLI where we launch standalone Sidekiq process. 17 February 2013, 14:50:27 UTC
f17e94a Add Sidekiq::Launcher, extracted from Sidekiq::CLI. This is a step forward to run Sidekiq inside a process, making it more easily to integrate into existing process. 17 February 2013, 14:49:48 UTC
e2385f4 And you thought minitest/pride was crazy... 15 February 2013, 18:14:40 UTC
cbcccb9 Merge pull request #700 from mdesjardins/fix-readme-links Fixes the link to the FAQ and Troubleshooting pages from README.md. 12 February 2013, 15:40:02 UTC
30f605e Fixes the link to the FAQ and Troubleshooting pages from README.md. 12 February 2013, 14:59:41 UTC
ac094fc Merge pull request #697 from PetrKaleta/master Force MultiJson to NOT symbolize keys 09 February 2013, 23:58:51 UTC
8e934f8 Force Multijson to not symbolise keys while decoding string (:symbolize_keys => false). 09 February 2013, 21:12:09 UTC
d232844 Dont srem when empty, fixes #694 08 February 2013, 22:57:01 UTC
a3eb593 Merge pull request #693 from willcosgrove/master Fixes sidekiq:start 08 February 2013, 21:48:28 UTC
cd9a42f Merge branch 'master' of github.com:mperham/sidekiq 08 February 2013, 21:41:24 UTC
83fa764 Merge pull request #692 from jmazzi/feature/unicode_parens Use unicode () 08 February 2013, 21:36:26 UTC
f4fce5e Fixes #687 sidekiq:start 08 February 2013, 21:22:00 UTC
9f48b5d Use unicode () 08 February 2013, 21:10:21 UTC
3a3cb7c Merge pull request #691 from jmazzi/patch-2 Fix encoding 08 February 2013, 21:06:55 UTC
79fef17 Fix encoding 08 February 2013, 20:56:12 UTC
c112716 Add critical flip table API 08 February 2013, 20:42:06 UTC
736698f bump and release 08 February 2013, 16:38:04 UTC
2493b2d Merge pull request #688 from wllrd/remove-signing-key Remove reference to signing key in gemspec 08 February 2013, 03:50:37 UTC
030a19b Remove reference to signing key in gemspec 07 February 2013, 16:43:53 UTC
f5c719e update 06 February 2013, 03:38:50 UTC
301bba7 Fix unset fetch strategy crashing requeue, #680 05 February 2013, 23:11:41 UTC
d403f41 Update web UI screenshot 03 February 2013, 20:20:58 UTC
68b3d17 Merge pull request #673 from liorsion/master If a block is not sent to redis method, a connection is created anyway 02 February 2013, 15:58:10 UTC
da61fd9 replaced order of redis connection creation 02 February 2013, 10:47:58 UTC
82f40df Merge pull request #670 from mperham/travis-config Revert travis config. 01 February 2013, 17:37:20 UTC
901c4ec Revert travis config. 01 February 2013, 17:26:03 UTC
b115200 Overspec rack to prevent build hang, #656 01 February 2013, 17:10:00 UTC
89f76e0 Alphabetize CLI options 31 January 2013, 21:39:21 UTC
7d922c6 Update with more detail 30 January 2013, 23:19:51 UTC
7acc668 Merge pull request #668 from gaffneyc/upstart-examples Add an example config for Upstart on Ubuntu 12.04. 30 January 2013, 23:11:34 UTC
e994b05 Add docs about managing sidekiq and add logging. 30 January 2013, 22:33:41 UTC
219599d Add an example config for Upstart on Ubuntu 12.04. 30 January 2013, 22:13:18 UTC
8ee162a Merge branch 'master' of github.com:mperham/sidekiq 30 January 2013, 19:34:52 UTC
11c86ad Add infrastructure to sign sidekiq gem releases 30 January 2013, 19:34:46 UTC
98adb8d Merge pull request #667 from KensoDev/feature/make_history_graph_hover_more_readable Make the history graph more readable 30 January 2013, 10:13:29 UTC
80d990c Make the history graph more readable Hovering in the history graph now has formatted number, really useful when you have a lot of jobs processed daily. 30 January 2013, 10:04:46 UTC
1f431cb Add API to reschedule a job, fixes #645 29 January 2013, 21:17:59 UTC
c4154a8 Bump version 29 January 2013, 20:28:02 UTC
44fecf2 Implement process daemonizing, #662 29 January 2013, 19:19:36 UTC
661330d Ignore .rvmrc 29 January 2013, 19:14:13 UTC
77a0156 Merge pull request #663 from jtimberman/runit-example a simple runit example 28 January 2013, 23:44:04 UTC
3a2bd2b a simple runit example 28 January 2013, 23:35:47 UTC
cd1f96f Merge pull request #661 from dleung/master Re-enabled "Show all button" in sidekiq UI 28 January 2013, 22:02:31 UTC
e442b83 Re-enabled "show all button" after bootstrap.js is removed in Sidekiq UI. 28 January 2013, 21:55:14 UTC
c1a5a32 Merge pull request #644 from plentz/patch-1 making capistrano's stop/quiet tasks don't fail if sidekiq is already stopped 28 January 2013, 04:04:59 UTC
6d59af7 Add profiling support 27 January 2013, 22:03:40 UTC
7db8c00 Merge pull request #659 from laserlemon/no-rvmrc Remove .rvmrc 27 January 2013, 21:57:09 UTC
5212563 Merge pull request #658 from mperham/travis-config Update Travis config for bundle issues. 27 January 2013, 20:25:14 UTC
d64084f Remove .rvmrc It's best to leave this to the developer since each developer may handle their Rubies and gemsets differently. 27 January 2013, 20:21:47 UTC
a363fa3 Update Travis config to not rely on dev env to try and resolve the bundle install issues. 27 January 2013, 20:11:43 UTC
c0a165d Merge pull request #657 from dennisvdvliet/linear_graphs_dashboard Update the realtime graph as well 27 January 2013, 18:23:35 UTC
2e61ed6 Update the realtime graph as well 27 January 2013, 17:54:04 UTC
8e32cac Empty commit to test Travis build after new workers deployed. 27 January 2013, 03:31:53 UTC
0a60721 Merge pull request #652 from mperham/update-dashboard-stats Dynamically update redis stats on dashboard 27 January 2013, 01:28:54 UTC
ba76299 Merge pull request #654 from mperham/fix-broken-test Resolve fetcher test failure 26 January 2013, 22:01:55 UTC
396bf6c Move global Sidekiq option changes to before/after when testing redis connection so it doesn't pollute the rest of the test suite. 26 January 2013, 21:17:27 UTC
a679aaa Update changes.md. 26 January 2013, 20:17:00 UTC
2033e7f Dynamically update redis stats on dashboard. 26 January 2013, 19:34:46 UTC
9e15a9d Handle edge case where namespace is set in options, not hash 26 January 2013, 19:27:46 UTC
cea5519 Clean up namespace lookup, #651 26 January 2013, 19:26:10 UTC
35c562f Correctly find namespace for use in the Web UI. 26 January 2013, 19:12:34 UTC
b968d6c Merge pull request #651 from dennisvdvliet/linear_graphs_dashboard Dashboard improvements 26 January 2013, 17:27:50 UTC
6fdeb72 Dashboard improvements - Added namespace to dashboard footer. - Wekkly graph for completed/failed jobs - Change interpoleration for graphs to prevent the following http://www.evernote.com/shard/s1/sh/91cdebad-fef5-4895-bd60-b5ee0b277234 /d86e8d48616618459ddd6de8585127dc 26 January 2013, 17:00:59 UTC
00af937 Fix broken tests due to #631 changing global state 26 January 2013, 16:07:13 UTC
638514c Use Kernel#Array, fixes #647 25 January 2013, 16:58:13 UTC
ddf1d94 making capistrano's stop/quiet tasks don't fail if sidekiq is already stopped. fixes #637 24 January 2013, 22:15:30 UTC
back to top