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

222 commits

Author SHA1 Message Date
Bradley Priest
7056c36ebb Fix layout of the retry all checkbox 2013-12-14 18:10:10 +08:00
Ryan LeFevre
b41f8fe932 Wrap retry arguments 2013-12-12 00:18:55 -05:00
Matt Smith-Stubbs
f12782acf6 Only show Retry Args vertical scrollbar if needed. 2013-12-10 17:44:06 +00:00
Bradley Priest
23d9b93e95 Larger clickable area for checkboxes on the retries page 2013-11-20 11:16:50 +08:00
Mike Perham
9e2c6acc4f Changes for the upcoming Pro filtering feature 2013-11-10 12:54:17 -08:00
Mike Perham
f243b96fd2 Rework retries and scheduled index page to use API 2013-11-10 10:40:21 -08:00
Julian Langschaedel
104bc8a9c8 Sidekiq::Web escape args on workers and queues page 2013-10-30 23:11:12 +01:00
Aaron Ackerman
5b0f1215ba Sidekiq web ui align ordering of summary nav links with top navbar links 2013-10-26 14:20:37 -05:00
Mike Perham
4a77fd6e2b Merge pull request from aackerman/sidekiq-web-query-params
Allow polling and paging parameters to work together in Sidekiq web ui
2013-10-25 22:13:43 -07:00
Aaron Ackerman
d724875c4a Allow polling and paging parameters to work together in Sidekiq web ui 2013-10-25 22:51:24 -05:00
Jon-Michael Deldin
3b48a6bace Escape error message in retry list 2013-10-25 14:43:22 -07:00
Jon-Michael Deldin
3d8c87fd4e Escape error messages on the retry page 2013-10-25 13:59:41 -07:00
Jérémy Lecour
462bc4cee1 Display the full Redis connection in Web footer 2013-10-22 16:15:24 +02:00
Mike Perham
ea42d5636c Allow dynamic sidekiq-web locale paths, for localized extensions, fixes 2013-10-21 12:07:18 -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
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
Mike Perham
6d080d980c Minor table styling 2013-10-03 20:48:32 -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
Mike Perham
55fe3ee80c fix bottom padding 2013-09-30 21:57:11 -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
Alex Handley
e848e446e7 Merge branch 'master' into summary-ui-improvements
Conflicts:
	web/assets/stylesheets/application.css
2013-09-29 21:01:21 +01:00
Mike Perham
538dd2c7f5 Merge pull request from cpuguy83/move_status_to_navbar_brand_area
Move status to navbar brand area
2013-09-28 12:38:02 -07:00
Hernan Astudillo A
5deb79d6a2 improve usability on mobile-ui for redis stats on dashboard 2013-09-26 22:47:53 -03:00
Alex Handley
e935000e76 Made summary links for busy, scheduled, retries and enqueued clickable 2013-09-24 18:17:46 +01:00
Alex Handley
b7e7d7fcd9 floated Redis stats in the center of the page 2013-09-24 18:15:59 +01:00
Brian Goff
ad8a4b78d5 Merge branch 'move_live_poll_btn_to_nav' into move_status_to_navbar_brand_area 2013-09-23 22:53:31 -04:00
Brian Goff
17a488fe36 pull the poll button to the right of the navbar 2013-09-23 22:52:50 -04:00
Brian Goff
95aea5b13b Set font color for status text 2013-09-23 22:35:13 -04:00
Brian Goff
7728be5bdb Move poll button into nav 2013-09-23 11:29:45 -04:00
Brian Goff
4838d98a7f Ensure poll button is the same color no matter where it is placed 2013-09-23 11:29:08 -04:00
Brian Goff
a4cb27b273 Move poll button into partial 2013-09-23 11:28:26 -04:00
Brian Goff
7f4766570d Fix missing status text 2013-09-23 10:13:51 -04:00
Brian Goff
1d26d388bd Add status to navbar branding 2013-09-22 18:37:00 -04:00
Brian Goff
23a5803711 Do not render status in the main page area 2013-09-22 18:36:44 -04:00
Brian Goff
64cc10b9ea Change icon sizes to work with navbar 2013-09-22 18:36:28 -04:00
Mike Perham
40240e55ee Merge pull request from minio-sk/feature-show-errors
Show errors for retried jobs
2013-09-21 06:27:46 -07:00
Tomas Kramar
00b22d9717 'Error' string localization is already defined 2013-09-21 08:03:10 +02:00
Mike Perham
ad6d665bfb Only need vertical scrollbar, fixes 2013-09-19 11:38:15 -07:00
Tomas Kramar
161893d546 Show errors for retried jobs 2013-09-19 12:12:56 +02:00
Mike Perham
9d624a98da Add back text status, fixes 2013-09-16 12:08:39 -07:00
Tilmann Bruckhaus
ce66dc789d fix label for peak memory usage in dashboard view 2013-08-26 23:32:43 -07:00
Josh Owens
4ee52ea215 Add missing erb opening tag in worker list
The queue name was missing the opening erb tag.
2013-08-26 12:14:35 -04:00
Kirill Nikitin
62bc7f3c73 Fixed realtime and history dashboards. 2013-08-22 11:41:00 +04:00
Kirill Nikitin
0a7e8ea439 Closes Removed slim. 2013-08-22 02:59:34 +04:00
Nikolay Nemshilov
7365888b69 Adding the jquery timeago locales support. Adds to 2013-08-01 20:07:26 +10:00