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

1490 commits

Author SHA1 Message Date
Mike Perham
ea42d5636c Allow dynamic sidekiq-web locale paths, for localized extensions, fixes 2013-10-21 12:07:18 -07:00
Mike Perham
abed0c94eb Merge pull request from brunobuccolo/fix-smartphone-live-pool
Fixes Live Pool button on web UI for smartphone devices, see 
2013-10-20 19:40:55 -07:00
Bruno Buccolo
641c663bd2 Fixes Live Pool button on web ui for smartphone devices 2013-10-21 00:07:15 -02:00
Mike Perham
cbdc107c02 Merge pull request from phallstrom/master
Update Changes.md regarding capistrano v3 support.
2013-10-20 12:30:42 -07:00
Philip Hallstrom
f39b283143 white space cleanup 2013-10-20 11:58:26 -07:00
Philip Hallstrom
b73dbacf0b add note regarding capistrano v3 support to changelog 2013-10-20 11:57:43 -07:00
Mike Perham
6ab574d063 Merge pull request from phallstrom/master
Capistrano V3 Support.
2013-10-19 16:11:22 -07:00
Philip Hallstrom
e19214ba55 modify capistrano loading to automatically load V2 vs V3 capistrano tasks 2013-10-19 15:56:20 -07:00
Mike Perham
1eb5b1c95a cleanup 2013-10-16 20:34:14 -07:00
Mike Perham
efa3915b0c Use resolv-replace so slow DNS lookups don't slow or halt Sidekiq 2013-10-16 20:32:15 -07:00
Mike Perham
bdc36e4c3d Remove environment support in .yml, 2013-10-16 19:24:22 -07:00
Philip Hallstrom
f8592f3344 Updated rake tasks to work with capistrano 3 2013-10-15 14:29:47 -07:00
Philip Hallstrom
a95122d1fa capistrano 3 wno't change into the right directory when executing random bash. so do it inline 2013-10-15 11:34:43 -07:00
Philip Hallstrom
2953b60cc1 adjustments for missing cap3 tasks 2013-10-15 11:26:19 -07:00
Philip Hallstrom
126f4153d1 Capistrano V3 support 2013-10-15 11:11:44 -07:00
Mike Perham
13650ea90e Merge pull request from augustj/upstart-normal-exit
Added comments in upstart sidekiq.conf files about normal exit codes to avoid unintentional respawns
2013-10-13 16:18:13 -07:00
Mike Perham
e1eb892710 update changes 2013-10-13 15:59:09 -07:00
Mike Perham
4454c63085 Merge branch 'master' into web_cleanup 2013-10-13 15:57:27 -07:00
Mike Perham
7457abdea6 Merge pull request from aackerman/handle-sorted-set-deletion
Handle deletion of elements when iterating over a SortedSet
2013-10-13 15:57:10 -07:00
Mike Perham
7a41404c04 Web UI cleanup/refactoring, fixes
- Pull out helpers into separate module
- Fix i18n strings to be loaded once, not every request
- Clearer separation between default and custom tabs
- Fix action redirects to contain the query string from the referrer so we don't lose our context upon redirect.
2013-10-13 15:56:17 -07:00
Aaron Ackerman
6829ffc665 Added changeset details to the changelog 2013-10-13 16:18:46 -05:00
Aaron Ackerman
d6609c2abd Handle deletion of queued jobs when iterating over a Sidekiq::Queue 2013-10-12 17:56:34 -05:00
Aaron Ackerman
c32e00b00f Added test coverage to ensure all elements can be deleted when iterating over sorted sets 2013-10-10 21:27:47 -05:00
Aaron Ackerman
ebf9956292 Handle deletion of element when iterating over a sorted set 2013-10-10 20:45:48 -05:00
Mike Perham
7de05d328c Merge pull request from musicglue/nil_exception_backtrace
don't fail when handling an exception with a nil backtrace
2013-10-07 10:19:37 -07:00
Lee Henson
b4e6291ca7 don't fail when handling an exception with a nil backtrace 2013-10-07 15:00:20 +01:00
Mike Perham
f52c6e9f4f Merge pull request from mperham/celluloid-test
Use new celluloid/test.rb
2013-10-06 17:48:29 -07:00
Tim Carey-Smith
3e59c44cea Use new celluloid/test.rb
This reverts commit 1e24e783a0.
2013-10-07 12:59:28 +13:00
Mike Perham
14db487d14 Merge pull request from jlecour/latency_stats
Add a "latency" stat in the dashboard
2013-10-04 09:52:26 -07:00
Jérémy Lecour
ad32636d1f Stats: Rename latency to default_latency
Since it reflects only the latency of the default queue
it's more expressive like this.
2013-10-04 18:44:45 +02:00
Jérémy Lecour
7908675264 Add a "latency" stat in the dashboard 2013-10-04 09:18:04 +02:00
Mike Perham
b906b873d9 Update with latest Pro changes 2013-10-03 20:52:36 -07:00
Mike Perham
6d080d980c Minor table styling 2013-10-03 20:48:32 -07:00
Mike Perham
c420960ee4 Bump version 2013-10-03 20:15:04 -07:00
Mike Perham
fc2191cd68 Port pagination styling to BS3, fixes 2013-10-03 20:13:33 -07:00
Mike Perham
875d9d7391 Truncate error message in retry listing, fixes 2013-10-03 20:13:05 -07:00
August Jaenicke
7687e2ff29 uncomment out normal exit codes in upstart examples 2013-10-03 11:46:28 -07:00
August Jaenicke
f18aea4914 Added comments in upstart sidekiq.conf files about normal exit codes to avoid unintentional respawns. 2013-10-03 11:18:05 -07:00
Mike Perham
df6be98ffb Merge pull request from jonhyman/feature/fix-changelog
Update changelog link to Testing section of wiki.
2013-10-02 12:47:50 -07:00
Jonathan Hyman
1200cee3e5 Update changelog link to Testing section of wiki. 2013-10-02 15:15:44 -04:00
Mike Perham
8fd28686ff Final changes, prep for release 2013-09-30 22:00:21 -07:00
Mike Perham
55fe3ee80c fix bottom padding 2013-09-30 21:57:11 -07:00
Mike Perham
e7d9134f2b Merge pull request from jeffboek/bootstrap-upgrade-fix
Bootstrap upgrade
2013-09-30 21:55:51 -07:00
Jeff Boek
b14665f1f4 Forgot to put logic back for testing. 2013-09-30 21:54:29 -07:00
Jeff Boek
0a7a0358f4 minified css 2013-09-30 21:50:06 -07:00
Jeff Boek
beb5bc2ae3 Bootstrap upgrade 2013-09-30 21:43:24 -07:00
Mike Perham
0dd5751f54 Merge pull request from cpuguy83/move_status_to_navbar_brand_area
Use original asset and resize in CSS
2013-09-30 10:27:47 -07:00
Brian Goff
8e362bd118 Use original asset and resize in CSS 2013-09-30 12:36:12 -04:00
Mike Perham
04f6a2c890 Rework new resque helpers 2013-09-29 14:24:25 -07:00
Mike Perham
68bfc12c39 Merge pull request from emq/enqueue_to_in
Enqueue to in
2013-09-29 13:36:41 -07:00