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

440 commits

Author SHA1 Message Date
Josh Loewen
870516f472 Format latency ()
* Format latency time

* format latency when 0

* only show human-readable time if 60s or more

* memoize to reduce repetitive Redis calls

* removing use of seconds.ago due to no ActiveSupport in Sidekiq
2019-02-28 10:06:41 -08:00
Edward Rudd
771671e45c add back the dropdown css () 2019-02-22 09:12:04 -08:00
Karthik M A M
a8329b7222 Fix RealTime Graphs Reset on Window Height Change ()
* fix graphs reset on height change

* move debounce method

* add semi-colon
2018-10-29 09:58:56 -07:00
Gerrit Riessen
c1a98026fa Update _nav.erb ()
Localize the "Back to App" string
2018-10-19 08:33:51 -07:00
Navied Shoushtarian
c342476b57 Fixed mobile navigation. ()
* Fixed mobile navigation.

* Remove unused toggle.

* Small css changes for mobile + ipad

* Fixes to double navbar

* remove leftover css

* fixed double btn two line issue
2018-09-20 13:06:18 -07:00
Morad Edwar
305ab8eedc Add Kill All button to the retries page () 2018-08-25 07:42:01 -07:00
Laurent Arnoud
6e18326f69 Add queue size to web show page ()
* Add queue size to web show page

* Use bootstrap badge for queue size on show

Thanks-to: @thegorgon

* Use @total_size to avoid a network trip
2018-08-13 15:13:51 -07:00
Mike Perham
353c95d019 Updated bootstrap with glyphicons removed, fixes 2018-08-03 16:02:41 -07:00
Mike Perham
fa8a94321c Remove superfluous executable bit 2018-08-03 16:00:17 -07:00
Diego J
2483e9d56d Update ES translation
In Spanish "queue" can be translated as "cola" or "fila". The latter translation has a meaning of "aligning some objects" (like "row" in English).
2018-07-09 17:42:03 -07:00
Hayato
63fddb1b3a fix charset attribute of Web UI meta element
'utf8' is not valid standard IANA MIME name for character encodings.
2018-07-06 05:07:17 -07:00
Mike Perham
82bdae8603 Add link to docs in footer 2018-03-27 09:18:05 -07:00
ogom
7cf7995a9e Fix japanese locale of web 2018-01-12 07:40:22 -08:00
Mike Perham
b099bd1b0e new keys go to the bottom of the file 2017-10-20 08:44:37 -07:00
David Santos Merino
0ea28937b2 Add Latency key to en and es locales 2017-10-20 08:43:11 -07:00
David Santos Merino
8ff4484690 Add latency row for each queue 2017-10-20 08:43:11 -07:00
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 2017-05-26 10:26:46 -07:00
Rafael Fidelis
0d314b145c Update footer UTC time in pooling dashboard refresh () 2017-05-04 07:20:05 -07:00
Mike Perham
8e98c75c08 Update display of arguments for enqueued jobs to better match the rest of the pages, should go through the display_args() helper. 2017-04-24 16:39:57 -07:00
Ariel Caplan
4eb1e351d5 Improve Hebrew translations ()
With much help from @rantav, thanks!
https://github.com/mperham/sidekiq/pull/3405
2017-04-04 10:50:45 -07:00
Ariel Caplan
0215bfefd9 Add Hebrew support ()
* Add Hebrew localization

* Improve accuracy of Hebrew (Delete, Retry)
2017-03-22 11:21:03 -07:00
Haider Ali
2e02a542bd Urdu locale added in sidekiq () 2017-03-20 14:47:55 -07:00
Mohammed Al Haj Rahmoun
c055d92ca9 improving Arabic translation 2017-03-17 14:44:45 +02:00
Mike Perham
ed485e47e4 Make Sidekiq Web UI RTL-friendly ()
* 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
Mike Perham
5806792716 merge master 2017-03-16 11:42:02 -07:00
Mike Perham
6e92b9cb50 Allow dead jobs which don’t have an associated error, 2017-03-16 11:33:24 -07:00
Mike Perham
c77fdda7d6 Merge branch 'master' into 5-0 2017-03-13 10:49:18 -07:00
Mike Perham
e6f59f6b40 Fix code 2017-03-10 13:07:54 -08:00
mohammad mahmoudi
116237fcd8 Add farsi language to locals file () 2017-03-10 13:07:08 -08:00
Mike Perham
c70e313a80 Change default dashboard poll to 5 sec, fixes
Sidekiq 4.0 changed the heartbeat to update statistics only every five seconds so there’s little point to polling more frequently.
2017-03-08 14:46:21 -08:00
Mike Perham
0c88414d94 merge master 2017-02-15 10:26:24 -08:00
Stepan Tubanov
c1fcb29b3d show error class on retry page () 2017-02-09 21:43:23 -08:00
Mike Perham
9a71a121c8 Merge branch 'master' into 5-0 2017-01-31 11:37:14 -08:00
Mike Perham
878ffff0c9 Fix a number of issues with URL-unsafe queue names, fixes 2017-01-24 10:27:50 -08:00
Mike Perham
701e06224c Rework job processing in light of Rails 5's Reloader ()
* Rework job processing in light of Rails 5's Reloader, see 

* Ignore built gems

* Documentation, testing

* Add fallback for 'retry' value server-side, fixes 

* Fix job hash reporting in stats

* cleanup

* Add job for AJ testing

* Push jobs with invalid JSON immediately to Dead set, fixes 

* Break retry logic into global and local parts, fixes 

* fix heisentest
2017-01-17 14:58:08 -08:00
dgasper
901e8586c2 Hide the intial preview line when using Show All in the UI () 2016-12-20 09:20:40 -08:00
Mike Perham
e537b4dffb Don’t display “All” action buttons when filtering is active, 2016-11-19 13:24:13 -08:00
Shane O'Grady
4f950113ca Update the fuzzy timestamps during polling ()
The timestamps were not updated during live polling since
cd3d18b81e.
This causes the timestamps to be updated with fuzzy timestamp text when
live polling is turned on.
2016-10-16 13:59:42 -07:00
Mike Perham
4611b75dad update english term 2016-09-20 10:32:58 -07:00
Mike Perham
cd3d18b81e Disable live time updates, 2016-09-20 10:31:25 -07:00
Shane O'Grady
99506551d2 Replace jQuery.timeago ()
* Remove jQuery.timeago

* Use new timeago.js library

This library is ~2KB, has no dependencies and includes several built-in locales.
It also updates the timestamp on the page in realtime.

* Set the timeago locale to the application locale

* Convert locale from hyphen to underscore

The localepassed by Rails/browser "Accept-Language" header needs to be
manipulated before being used by timeago.js
2016-09-20 10:15:31 -07:00
Mike Perham
0c098787b0 Remove poll_js and inline JS script, fixes 2016-09-12 14:32:54 -07:00
Mike Perham
91a45a7d5d Upgrade Bootstrap CSS to 3.3.7 2016-08-30 13:07:58 -07:00
Mike Perham
c12c89a8a4 Simplify images to only the required set 2016-08-30 12:35:16 -07:00
Mike Perham
2c31448065 merge master 2016-08-20 14:59:44 -07:00
JJ Buckley
9214b87a4d Fixed the translation of "idle" for the de locale
"Inaktiv" has a specific connotation in German, which I suspect is not what we're looking to convey here.
2016-08-18 18:03:26 +02: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
Amadeus Folego
d05066dc1a Implement compatibility interface with sinatra 2016-07-29 04:45:19 -03:00