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

29 commits

Author SHA1 Message Date
Mike Perham
d7d810cc1a rework leader api change to avoid breaking processset#to_a 2017-05-26 10:35:19 -07:00
Mike Perham
79f452c68d Add support for showing the Sidekiq Enterprise cluster leader process in Web UI, fixes mperham/sidekiq#2867 2017-05-26 10:26:46 -07:00
Mike Perham
ed485e47e4 Make Sidekiq Web UI RTL-friendly (#3381)
* Unminify rickshaw graph CSS so we can maintain it

* Initial BiDi support for the Web UI

BiDi means the web app can serve both LTR and RTL languages at the same time.

1. Bootstrap-RTL overrides Bootstrap 3.3 styles for RTL clients
2. Application CSS was preprocessed thru rtlcss and then hand-trimmed to contain only RTL-specific directives.
3. Dashboard was tweaked to hardcode LTR for footer and polling gadget

* Vendor bootstrap-rtl.css

* Various RTL style fixes, need to flip all pull-* elements

* Upgrade Rickshaw to latest, remove dupe CSS

* Add Arabic language (credit to Milena Novakova)
Add Hebrew placeholder
Added dir attribute to html tag

* changes

* Clean up HTTP header generation, add Content-Language response header

* Use correct locale for hebrew
2017-03-16 13:51:29 -07:00
Spoonflower
dee9c8bd86 change inline style into classes 2016-08-04 11:18:07 -04:00
Spoonflower
8f085052dc taking out inline styling and putting them in application.css 2016-07-29 10:09:17 -04:00
Julian Tith
6ffffe2df3 Add confirmation when quieting and stopping all workers 2016-04-20 19:23:41 -07:00
Jarrod Carlson
c2b260dfda fix tabs/spaces for real 2016-01-07 16:40:34 -05:00
Jarrod Carlson
d2674288f6 fix tabs/spaces 2016-01-07 16:39:57 -05:00
Jarrod Carlson
0c6466ef10 Add "quiet" label to UI when process is quieted" 2016-01-07 16:33:37 -05:00
Samuel Molnar
e363a806e2 Remove redundant enclosing tag messing up styling 2015-10-13 17:53:36 +02:00
Mike Perham
5adbc24cbe Rework authenticity_token to use simpler helper, #2422 2015-07-06 15:52:41 -07:00
Mike Perham
cf3c43b241 Fix CSRF vulnerability reported by Egor Homakov, fixes #2422 2015-07-06 12:51:15 -07:00
Anton Davydov
17ee70f063 Create table containers with overflow is overlay 2015-05-14 02:48:17 +03:00
Ismael Abreu
94fa624c77 Add processes to stats 2015-01-16 18:59:41 +00:00
Ismael Abreu
cf779590bb Remove unnecessary each_with_index 2015-01-16 18:48:53 +00:00
Michael DiScala
ebd06ec67a Add random string to process identity.
In environments with deterministic hostnames and PIDs (i.e. Heroku), the
current system for constructing a process's identity string produces
collisions (e.g. a new process can assume the identity of one that has
died). In order to address this, we add a random string to the identity string.
Issue #2071.
2014-12-31 20:09:01 +00:00
Anton Cherepanov
e7f8ef9787 Add posibility to know what queues in sq process on Busy page 2014-08-13 17:49:15 +06:00
Mike Perham
a54715d618 doc 1878 2014-08-06 09:41:46 -07:00
Abdelkader Boudih
bbe348ac12 [Webui] Add tag label to processes list 2014-08-06 11:24:19 +00:00
Mike Perham
1624388af6 Fix tests 2014-05-31 14:20:46 -07:00
Mike Perham
aecfa92a68 Allow process-specific labels for feature tagging, fixes #1673 2014-05-31 14:11:28 -07:00
Thiago Dantas
441a80e6ac remove erb trim instruction 2014-05-26 11:57:57 +01:00
Mike Perham
2513884aa0 Unwrap Delayed jobs for presentation in UI, fixes #1718
No more massive numbers of Sidekiq::Extensions::DelayedClass jobs!  Now you’ll see the underlying Class.method call instead so the UI is much more intuitive.

This might also be necessary for ActiveJob.
2014-05-19 20:54:28 -07:00
Mike Perham
186c2e424a Add english strings for #1703 2014-05-17 20:40:14 -07:00
Mike Perham
88b2c6ffa6 Fully functioning remote control via Web UI, yay! 2014-05-15 21:12:44 -07:00
Mike Perham
3bee1ad7b9 Busy page should show proper TID and JID 2014-03-19 20:12:12 -07:00
Mike Perham
8d55757f6e Update busy UI with latest changes 2014-03-08 14:21:52 -08:00
Mike Perham
4089e2b202 Remove "Clear worker list" button, yay! 2014-03-06 21:33:45 -08:00
Mike Perham
ff9db33666 Update Web UI, add new Busy tab with process heartbeat and job info 2014-03-06 21:30:11 -08:00