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

32 commits

Author SHA1 Message Date
Mike Perham
93226b7705 Add explanatory text for Delete button, #2981 2021-11-05 09:03:26 -07:00
Andrés Lazo
e17582cf8d
Add updated translations for spanish language (#4884)
* Add updated translations for es lang

* Add missing words and fix some typos

* Add Name to locale
2021-04-23 08:25:30 -07:00
Shayon Mukherjee
0ddc6c9858 Introduce the ability to pause queue from the UI (#4374)
* Introduce the ability to pause queue from the UI

Considering sidekiq web UI allow to perform complex tasks with ease.
Having the ability to pause a queue during an emergency (or operational intense)
scenarios would come in quite handy.

This PR introduces a new button to under the "Actions" column on `sidekiq/queues` pages,
right next to the `Delete` button. Depending on the state of the queue, it will according
show the `Pause` or `Unpause` text, with appropriate form element that `POST`s to the same
endpoint. The endpoint logic is updated to handle the new cases. Added some relevant unit tests.

Adding mock `Sidekiq::Queue#pause!` and `Sidekiq::Queue#unpause!` functions to
the API, which I believe will be overridden by sidekiq pro.

* Remove confirmation text and switch ordering of new copy in en.yml

* Only allow pause/unpause operations from sidekiq pro

This means the button from UI is hidden and api route has validation
in place such that it will only perform the respective pause/unpause
operation on proper payload, in sidekiq pro.

Its using `Sidekiq::Pro` constant as a check to detect whether or
not pro is present.

* Initialize Queue only once in api router action
2019-11-14 10:06:53 -08:00
fatkodima
854ffcf7e2 Position -> # 2019-09-09 15:39:47 -07:00
fatkodima
64cd6b81ae It is not sorted by enqueued_at 2019-09-09 15:39:47 -07:00
fatkodima
8243c55f25 Add ability to sort 'Enqueued' page on Web UI by enqueued_at time 2019-09-09 15:39:47 -07:00
Morad Edwar
305ab8eedc Add Kill All button to the retries page (#3938) 2018-08-25 07:42:01 -07: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
humancopy
c099e68c35 Possibility to localise Back to App 2016-05-01 18:08:16 +02:00
Mike Perham
2ad609b4b2 Display created_at, fixes #2705 2015-12-09 11:44:47 -08:00
Jonathan Hyman
e95379499b Have enqueued_at time be nil for jobs that have yet to be enqueued (i.e., are scheduled). 2015-08-16 11:15:53 -04:00
Anton Davydov
70407f41e7 Fixed protruding links in header navbar [skip ci]
1. All protruding plugin links rolled to dropdown button
2. Trim navbar link weight for screen less than 979px
2015-04-03 10:36:37 +03:00
Abdelkader Boudih
63be43f5e1 [WEB UI] Add Kill button to retriable jobs, closes #1866 2014-07-28 21:41:07 +00:00
Andrea Singh
754187936e Added slider control to make Web UI poll interval configurable 2014-05-17 22:02:16 -07:00
Mike Perham
186c2e424a Add english strings for #1703 2014-05-17 20:40:14 -07:00
Mike Perham
809f0f3829 Show warning on Queues page if a queue is paused, fixes #1672 2014-04-24 22:16:34 -07:00
Mike Perham
35d20d4480 Remove 'workers' usage, its bad 2014-03-14 21:22:43 -07: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
Mike Perham
d355a0475e Add dead job queue, fixes #1471 2014-02-09 14:56:01 -08:00
Mike Perham
ea42d5636c Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
Guilherme Ceolin
a6502e68f8 Adding 'add to queue' to the list of scheduled jobs on monitor interface 2013-06-21 23:43:06 -03:00
Rafael Souza
1cb345114e make it possible translate "Extras" 2013-05-30 13:02:15 -03:00
Mike Perham
a69b186008 Update changes 2013-04-27 13:48:07 -07:00
Mike Perham
34534d0200 Add Failures key for the sidekiq-failures web extension 2013-04-14 19:59:50 -07:00
Mike Perham
235ea144dd Add batches string 2013-04-12 13:41:44 -07:00
Alexey Vasiliev
eda760378c added missed translation for button 2013-04-10 14:47:52 +03:00
Mike Perham
e349829aec cleanup 2013-04-05 09:17:07 -07:00
Mike Perham
c4ffce7a07 Missed a few 2013-04-04 21:03:09 -07:00
Mike Perham
750a5efb78 Finish i18n extraction 2013-04-04 20:51:59 -07:00
Mike Perham
d12b00b359 Initial i18n work, still need many English strings extracted [#811] 2013-04-03 21:26:44 -07:00