sidekiq 8.1.0 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # elements like %{queue} are variables and should not be translated
2
2
  zh-TW: # <---- change this to your locale code
3
- LanguageName: 臺灣話
3
+ LanguageName: 繁體中文
4
4
  Dashboard: 資訊主頁
5
5
  Status: 狀態
6
6
  Time: 時間
@@ -69,7 +69,7 @@
69
69
  <% end %>
70
70
  <br>
71
71
  <b><%= "#{t('Queues')}: " %></b>
72
- <%= process.queues.sort.join(", ") %>
72
+ <%= queue_names_by_capsule(process) %>
73
73
  <% if process.version != Sidekiq::VERSION %>
74
74
  <br>
75
75
  <b><%= "#{t('Version')}: " %></b>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.0
4
+ version: 8.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Perham
@@ -83,6 +83,7 @@ description: Simple, efficient background processing for Ruby.
83
83
  email:
84
84
  - info@contribsys.com
85
85
  executables:
86
+ - kiq
86
87
  - sidekiq
87
88
  - sidekiqmon
88
89
  extensions: []
@@ -91,6 +92,7 @@ files:
91
92
  - Changes.md
92
93
  - LICENSE.txt
93
94
  - README.md
95
+ - bin/kiq
94
96
  - bin/lint-herb
95
97
  - bin/multi_queue_bench
96
98
  - bin/sidekiq
@@ -144,9 +146,23 @@ files:
144
146
  - lib/sidekiq/scheduled.rb
145
147
  - lib/sidekiq/sd_notify.rb
146
148
  - lib/sidekiq/systemd.rb
149
+ - lib/sidekiq/test_api.rb
147
150
  - lib/sidekiq/testing.rb
148
151
  - lib/sidekiq/testing/inline.rb
149
152
  - lib/sidekiq/transaction_aware_client.rb
153
+ - lib/sidekiq/tui.rb
154
+ - lib/sidekiq/tui/controls.rb
155
+ - lib/sidekiq/tui/filtering.rb
156
+ - lib/sidekiq/tui/tabs.rb
157
+ - lib/sidekiq/tui/tabs/base_tab.rb
158
+ - lib/sidekiq/tui/tabs/busy.rb
159
+ - lib/sidekiq/tui/tabs/dead.rb
160
+ - lib/sidekiq/tui/tabs/home.rb
161
+ - lib/sidekiq/tui/tabs/metrics.rb
162
+ - lib/sidekiq/tui/tabs/queues.rb
163
+ - lib/sidekiq/tui/tabs/retries.rb
164
+ - lib/sidekiq/tui/tabs/scheduled.rb
165
+ - lib/sidekiq/tui/tabs/set_tab.rb
150
166
  - lib/sidekiq/version.rb
151
167
  - lib/sidekiq/web.rb
152
168
  - lib/sidekiq/web/action.rb
@@ -245,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
261
  - !ruby/object:Gem::Version
246
262
  version: '0'
247
263
  requirements: []
248
- rubygems_version: 3.6.9
264
+ rubygems_version: 4.0.6
249
265
  specification_version: 4
250
266
  summary: Simple, efficient background processing for Ruby
251
267
  test_files: []