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

26 commits

Author SHA1 Message Date
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