https://github.com/mperham/sidekiq

sort by:
Revision Author Date Message Commit Date
2e910db fix french translation (#5892) * Add french translation * Fix french translation 24 April 2023, 10:57:23 UTC
3a6c435 Add french translation (#5891) 24 April 2023, 10:30:36 UTC
5b3e895 Change job params to match changed params in wiki (#5890) 22 April 2023, 19:18:17 UTC
16d331b Fix order in Histogram totals chart (#5887) This regression was introduced in https://github.com/sidekiq/sidekiq/pull/5868 while trying to revert the order in the tooltip for bubbles chart. Co-authored-by: Tiago Teixeira <tiago.teixeira@bioclinica.com> 20 April 2023, 21:11:43 UTC
564366c Remove dot at the end of URL (#5885) 20 April 2023, 11:29:29 UTC
b3a9350 Enable trimming trailing newlines in ERB with -%> (#5884) This is mostly as a developer convenience - ERB in Rails is configured this way by default, and I was _assuming_ it was the default, generally speaking. But it's not. And so I spent many confused minutes thinking I was holding Sidekiq wrong. 😆 19 April 2023, 21:28:18 UTC
3a45db5 prep for release 18 April 2023, 17:29:17 UTC
a93cddc bump, prep 18 April 2023, 17:00:15 UTC
ec84676 Switch buttons to input attributes, so they get the JS listener that provides (#5881) the confirmation dialog. 18 April 2023, 00:53:55 UTC
ae6ca11 BasicFetch: wait for an extra `conn.read_timeout` (#5874) Followup: https://github.com/sidekiq/sidekiq/pull/5823 Some users may have slow network, we shouldn't assume how long we should wait before considering the server timed out. Co-authored-by: Jean Boussier <jean.boussier@gmail.com> 13 April 2023, 12:34:11 UTC
815a0a1 fix random test breakage 10 April 2023, 15:35:19 UTC
934ccd2 Histogram tooltip sort order should match the bubbles on the chart (#5868) * Histogram tooltip sort order should match the bubbles on the chart Fixes #5865 07 April 2023, 15:07:15 UTC
b1be873 fix test 07 April 2023, 10:39:26 UTC
1006b05 Add gd translation 07 April 2023, 10:13:59 UTC
626f776 Remove Ruby 2.1 version check Test suite runs from Ruby >=2.5 so this check should not be needed 06 April 2023, 12:24:38 UTC
458fdf7 Trim :period parameter to two characters and escape the value 05 April 2023, 17:12:47 UTC
cf686d4 Create SECURITY.md 04 April 2023, 16:05:17 UTC
4329e2d change 04 April 2023, 15:21:19 UTC
6192ed2 chagnes 29 March 2023, 19:02:41 UTC
ed98a4d Pass job hash into sidekiq_retry_in 29 March 2023, 18:52:57 UTC
79837cc release notes 28 March 2023, 19:28:23 UTC
73f5ae3 Add hint about enabling linger of the user service Add hint to use `loginctl enable-linger username` so that the sidekiq service is not killed when the user logs out. 27 March 2023, 15:03:04 UTC
40cc540 Opt-in for MFA requirement Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/ 26 March 2023, 15:38:22 UTC
3b93c25 release 14 March 2023, 17:50:50 UTC
b74dee4 Restore config dump, fixes #5822 13 March 2023, 17:58:15 UTC
7f6af45 changes 13 March 2023, 16:36:08 UTC
94abf16 bump, prep 13 March 2023, 16:15:46 UTC
d36c090 Pass a timeout to blocking_call `false` means no timeout, so if for some reason the server never respond the client will be stuck forever. This may mitigate https://github.com/redis-rb/redis-client/issues/96 09 March 2023, 21:08:30 UTC
3736d4b moves foot note 08 March 2023, 15:00:31 UTC
099cd52 adds migration note for redis sentinels configuration 08 March 2023, 15:00:31 UTC
8b67d61 adds note about new log formatter api 08 March 2023, 15:00:31 UTC
daa8bf8 Update Japanese translations for metrics 07 March 2023, 16:07:07 UTC
7624114 Support AS::Durations for sidekiq_retry_in values, fixes #5806 24 February 2023, 21:34:31 UTC
f9c6062 7.0.6 23 February 2023, 15:28:43 UTC
ce99bec upcoming 7.1 21 February 2023, 23:13:53 UTC
a7469df 7.0.5 21 February 2023, 22:55:39 UTC
b292bc0 prep for release 21 February 2023, 22:50:27 UTC
1813cbd 5793 16 February 2023, 19:17:04 UTC
404827a Handle correctly subclasses when finding json unsafe item 15 February 2023, 23:05:40 UTC
0b753ff changes 15 February 2023, 18:53:13 UTC
0592931 changes 15 February 2023, 18:44:43 UTC
cbfa0f6 Fix detecting json unsafe item within job arguments 14 February 2023, 16:32:02 UTC
a552633 Improve error message when checking arguments for json safety 14 February 2023, 01:23:01 UTC
4c101d2 release 13 February 2023, 18:29:30 UTC
a703890 move perf lower 13 February 2023, 18:17:52 UTC
6bd03aa Change all repo links from mperham/sidekiq to sidekiq/sidekiq 13 February 2023, 18:04:33 UTC
94a7b33 Use `Sidekiq.load_json` everywhere 12 February 2023, 21:51:23 UTC
47b3dde Reduce # of opened files in tests 12 February 2023, 21:41:54 UTC
8e31758 Optimize traversing middleware chain 08 February 2023, 19:13:33 UTC
9ef1d41 Fix CI 06 February 2023, 22:41:07 UTC
789c4d3 Tweak warning 06 February 2023, 22:35:33 UTC
38e1932 Dont swallow monitoring errors, output formatting 06 February 2023, 19:55:46 UTC
6bece52 Performance improvements 06 February 2023, 19:33:38 UTC
ca6562d formatting 06 February 2023, 17:29:35 UTC
155741f Fix a missing local variable error in `bin/sidekiqload` (#5767) 05 February 2023, 22:07:01 UTC
4c47742 Capsule default weights (#5765) 04 February 2023, 21:31:56 UTC
a754dc7 Tiny memory and performance tweak (#5764) Co-authored-by: Alexandr Borisov <ab@cifronomika.ru> 03 February 2023, 21:47:47 UTC
de51f39 Fix branch name in Pro-Changes.md (#5762) "master" branch has been renamed to "main". 03 February 2023, 06:40:02 UTC
6e3caa3 Update Danish translations for Sidekiq 7.0 (#5755) 30 January 2023, 23:13:36 UTC
42a9f43 reset all of the tests! 25 January 2023, 16:52:20 UTC
3212872 formatting 24 January 2023, 15:51:37 UTC
73f985a period selector 24 January 2023, 15:29:28 UTC
f685607 Make period on metrics page configurable via select (#5694) * 1, 2, 4, 8 hours via UI select input on metrics main page * period select input element for the detail page too * remove aria-label * fix test descr * simplify tests * sum up buckets of data points in metrics js * fix naming * add comments 24 January 2023, 15:26:19 UTC
9feefc2 5740 23 January 2023, 16:34:34 UTC
ec1975e Write out Sidekiq::Job in benchmarks (#5739) 21 January 2023, 15:55:21 UTC
a374d7a changes 19 January 2023, 15:43:33 UTC
b12300f Fix process display in sidekiqmon, fixes #5733 18 January 2023, 17:06:06 UTC
78bf5ec reset to prevent flaky tests 17 January 2023, 17:23:17 UTC
7121922 Make toxiproxy optional 17 January 2023, 17:09:37 UTC
b40eab5 Add AJ and profiling 14 January 2023, 21:29:44 UTC
b8a56dd Add AJ and profiling 14 January 2023, 21:02:55 UTC
2cca275 Add AJ and profiling 14 January 2023, 21:02:21 UTC
5ea9f52 Add AJ and profiling 14 January 2023, 21:01:22 UTC
16f47a0 Reset performance results with Sidekiq 7 14 January 2023, 19:23:36 UTC
70646b8 changes 13 January 2023, 23:28:08 UTC
c12c8b5 Update Pro-Changes.md 11 January 2023, 17:45:28 UTC
72fb42c fix warnings 11 January 2023, 16:25:25 UTC
93a8e23 add note] 11 January 2023, 16:10:23 UTC
3705c4b bump 11 January 2023, 15:44:43 UTC
ffc017a More detail about username requirement 10 January 2023, 23:12:22 UTC
4fd6437 Dont warn on empty memory policies, fixes #5712 10 January 2023, 16:46:24 UTC
b774408 changes 06 January 2023, 17:47:19 UTC
2e2eb5a Don't allow quiet or stop on embedded processes (#5716) * add embedded to Process, don't allow quiet! or stop! show in the Web UI as embedded and don't show the buttons to quiet or stop * add api method to find process by identity * removing check around cleaning up open redis connections * change Process.find to ProcessSet.[] 06 January 2023, 17:45:12 UTC
3c0204b minimize open files needed for test suite 04 January 2023, 17:44:52 UTC
5be654d fix flaky test 04 January 2023, 17:38:00 UTC
968016a bump 04 January 2023, 17:23:33 UTC
f365460 changes 04 January 2023, 17:22:50 UTC
4d3f90b 705 29 December 2022, 16:39:11 UTC
b503da6 Remove titleize / use localization (#5708) 28 December 2022, 18:49:52 UTC
74f4b93 Add Ruby 3.2 25 December 2022, 15:58:57 UTC
95c8c3f Remove comment with outdated instructions for max_retries config option (#5705) * Remove comment with outdated instructions for max_retries config option * Add example for configuring max retries to comment in JobRetry class 22 December 2022, 22:12:33 UTC
f68aa4e standardize header and paging html 21 December 2022, 23:52:47 UTC
0c1e466 Setting should configure the Redis pool size, fixes #5702 21 December 2022, 22:45:45 UTC
1ef2e12 Add note about strict_args, fixes #5699 16 December 2022, 17:34:36 UTC
52d2a6f Further polish on busy weights, #5640 13 December 2022, 22:32:10 UTC
85346e9 Improve weight display, #5640 13 December 2022, 17:23:36 UTC
323a5cf Treat current attributes as immutable once saved, fixes #5692 10 December 2022, 18:53:32 UTC
89f5473 Formatting 10 December 2022, 18:52:39 UTC
a383989 changes 08 December 2022, 17:25:01 UTC
abbac8e Remove most of the post-install noise, fixes #5688 08 December 2022, 15:39:34 UTC
back to top