activeadmin_sidekiq_stats 0.1.1 → 0.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.
- checksums.yaml +5 -5
- data/Gemfile.lock +59 -63
- data/README.md +6 -1
- data/Rakefile +1 -1
- data/activeadmin_sidekiq_stats.gemspec +3 -3
- data/dashboard_screenshot.png +0 -0
- data/lib/activeadmin_sidekiq_stats/version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 001b43ce8002034924bbbc8f2bf24b7f5e2114d36020e47e29c9215b0337062e
|
|
4
|
+
data.tar.gz: 9ed56e9134690b8e1a306f53ce3c2a2e4be4e90211b9181a77857f49c84d3ace
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd4f47633623f2ed9da84d1cc8fe3f27d01d04596204165882eba5dc20d8acc510ae2b39de6e524b137618e7c9e5a77c4f77ce1f5f4f9b40c7b23e762fa3c0a7
|
|
7
|
+
data.tar.gz: f4e82f4bfe70788efaf971745e2ed44b766ad15bb05851af713c24bfa595c9bef3284917c84d67c568c5359327e12ee1ac2dc106cb8c0835093a6ecc4f834a90
|
data/Gemfile.lock
CHANGED
|
@@ -2,52 +2,52 @@ PATH
|
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
4
|
activeadmin_sidekiq_stats (0.1.1)
|
|
5
|
-
activeadmin (>= 1.
|
|
5
|
+
activeadmin (>= 1.3.0)
|
|
6
6
|
arbre (>= 1.1.1)
|
|
7
7
|
sidekiq (>= 4.0.0)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
actionpack (5.1
|
|
13
|
-
actionview (= 5.1
|
|
14
|
-
activesupport (= 5.1
|
|
12
|
+
actionpack (5.2.1)
|
|
13
|
+
actionview (= 5.2.1)
|
|
14
|
+
activesupport (= 5.2.1)
|
|
15
15
|
rack (~> 2.0)
|
|
16
16
|
rack-test (>= 0.6.3)
|
|
17
17
|
rails-dom-testing (~> 2.0)
|
|
18
18
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
19
|
-
actionview (5.1
|
|
20
|
-
activesupport (= 5.1
|
|
19
|
+
actionview (5.2.1)
|
|
20
|
+
activesupport (= 5.2.1)
|
|
21
21
|
builder (~> 3.1)
|
|
22
22
|
erubi (~> 1.4)
|
|
23
23
|
rails-dom-testing (~> 2.0)
|
|
24
24
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
25
|
-
activeadmin (1.1
|
|
25
|
+
activeadmin (1.3.1)
|
|
26
26
|
arbre (>= 1.1.1)
|
|
27
27
|
coffee-rails
|
|
28
28
|
formtastic (~> 3.1)
|
|
29
29
|
formtastic_i18n
|
|
30
|
-
inherited_resources (
|
|
31
|
-
jquery-rails
|
|
32
|
-
kaminari (>= 0.15
|
|
33
|
-
railties (>= 4.2, < 5.
|
|
34
|
-
ransack (
|
|
30
|
+
inherited_resources (>= 1.9.0)
|
|
31
|
+
jquery-rails (>= 4.2.0)
|
|
32
|
+
kaminari (>= 0.15)
|
|
33
|
+
railties (>= 4.2, < 5.3)
|
|
34
|
+
ransack (>= 1.8.7)
|
|
35
35
|
sass (~> 3.1)
|
|
36
36
|
sprockets (< 4.1)
|
|
37
|
-
activemodel (5.1
|
|
38
|
-
activesupport (= 5.1
|
|
39
|
-
activerecord (5.1
|
|
40
|
-
activemodel (= 5.1
|
|
41
|
-
activesupport (= 5.1
|
|
42
|
-
arel (
|
|
43
|
-
activesupport (5.1
|
|
37
|
+
activemodel (5.2.1)
|
|
38
|
+
activesupport (= 5.2.1)
|
|
39
|
+
activerecord (5.2.1)
|
|
40
|
+
activemodel (= 5.2.1)
|
|
41
|
+
activesupport (= 5.2.1)
|
|
42
|
+
arel (>= 9.0)
|
|
43
|
+
activesupport (5.2.1)
|
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
45
|
-
i18n (
|
|
45
|
+
i18n (>= 0.7, < 2)
|
|
46
46
|
minitest (~> 5.1)
|
|
47
47
|
tzinfo (~> 1.1)
|
|
48
48
|
arbre (1.1.1)
|
|
49
49
|
activesupport (>= 3.0.0)
|
|
50
|
-
arel (
|
|
50
|
+
arel (9.0.0)
|
|
51
51
|
builder (3.2.3)
|
|
52
52
|
coffee-rails (4.2.2)
|
|
53
53
|
coffee-script (>= 2.2.0)
|
|
@@ -57,25 +57,25 @@ GEM
|
|
|
57
57
|
execjs
|
|
58
58
|
coffee-script-source (1.12.2)
|
|
59
59
|
concurrent-ruby (1.0.5)
|
|
60
|
-
connection_pool (2.2.
|
|
61
|
-
crass (1.0.
|
|
62
|
-
erubi (1.7.
|
|
60
|
+
connection_pool (2.2.2)
|
|
61
|
+
crass (1.0.4)
|
|
62
|
+
erubi (1.7.1)
|
|
63
63
|
execjs (2.7.0)
|
|
64
|
-
ffi (1.9.
|
|
64
|
+
ffi (1.9.25)
|
|
65
65
|
formtastic (3.1.5)
|
|
66
66
|
actionpack (>= 3.2.13)
|
|
67
67
|
formtastic_i18n (0.6.0)
|
|
68
|
-
has_scope (0.7.
|
|
69
|
-
actionpack (>= 4.1
|
|
70
|
-
activesupport (>= 4.1
|
|
71
|
-
i18n (
|
|
68
|
+
has_scope (0.7.2)
|
|
69
|
+
actionpack (>= 4.1)
|
|
70
|
+
activesupport (>= 4.1)
|
|
71
|
+
i18n (1.1.1)
|
|
72
72
|
concurrent-ruby (~> 1.0)
|
|
73
|
-
inherited_resources (1.
|
|
74
|
-
actionpack (>= 4.2,
|
|
73
|
+
inherited_resources (1.9.0)
|
|
74
|
+
actionpack (>= 4.2, < 5.3)
|
|
75
75
|
has_scope (~> 0.6)
|
|
76
|
-
railties (>= 4.2,
|
|
76
|
+
railties (>= 4.2, < 5.3)
|
|
77
77
|
responders
|
|
78
|
-
jquery-rails (4.3.
|
|
78
|
+
jquery-rails (4.3.3)
|
|
79
79
|
rails-dom-testing (>= 1, < 3)
|
|
80
80
|
railties (>= 4.2.0)
|
|
81
81
|
thor (>= 0.14, < 2.0)
|
|
@@ -91,62 +91,58 @@ GEM
|
|
|
91
91
|
activerecord
|
|
92
92
|
kaminari-core (= 1.1.1)
|
|
93
93
|
kaminari-core (1.1.1)
|
|
94
|
-
loofah (2.
|
|
94
|
+
loofah (2.2.2)
|
|
95
95
|
crass (~> 1.0.2)
|
|
96
96
|
nokogiri (>= 1.5.9)
|
|
97
97
|
method_source (0.9.0)
|
|
98
98
|
mini_portile2 (2.3.0)
|
|
99
|
-
minitest (5.
|
|
100
|
-
nokogiri (1.8.
|
|
99
|
+
minitest (5.11.3)
|
|
100
|
+
nokogiri (1.8.5)
|
|
101
101
|
mini_portile2 (~> 2.3.0)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
rack (2.0.3)
|
|
105
|
-
rack-protection (2.0.0)
|
|
102
|
+
rack (2.0.5)
|
|
103
|
+
rack-protection (2.0.4)
|
|
106
104
|
rack
|
|
107
|
-
rack-test (
|
|
105
|
+
rack-test (1.1.0)
|
|
108
106
|
rack (>= 1.0, < 3)
|
|
109
107
|
rails-dom-testing (2.0.3)
|
|
110
108
|
activesupport (>= 4.2.0)
|
|
111
109
|
nokogiri (>= 1.6)
|
|
112
|
-
rails-html-sanitizer (1.0.
|
|
113
|
-
loofah (~> 2.
|
|
114
|
-
railties (5.1
|
|
115
|
-
actionpack (= 5.1
|
|
116
|
-
activesupport (= 5.1
|
|
110
|
+
rails-html-sanitizer (1.0.4)
|
|
111
|
+
loofah (~> 2.2, >= 2.2.2)
|
|
112
|
+
railties (5.2.1)
|
|
113
|
+
actionpack (= 5.2.1)
|
|
114
|
+
activesupport (= 5.2.1)
|
|
117
115
|
method_source
|
|
118
116
|
rake (>= 0.8.7)
|
|
119
|
-
thor (>= 0.
|
|
120
|
-
rake (12.3.
|
|
121
|
-
ransack (
|
|
122
|
-
actionpack (>=
|
|
123
|
-
activerecord (>=
|
|
124
|
-
activesupport (>=
|
|
117
|
+
thor (>= 0.19.0, < 2.0)
|
|
118
|
+
rake (12.3.1)
|
|
119
|
+
ransack (2.0.1)
|
|
120
|
+
actionpack (>= 5.0)
|
|
121
|
+
activerecord (>= 5.0)
|
|
122
|
+
activesupport (>= 5.0)
|
|
125
123
|
i18n
|
|
126
|
-
|
|
127
|
-
rb-fsevent (0.10.2)
|
|
124
|
+
rb-fsevent (0.10.3)
|
|
128
125
|
rb-inotify (0.9.10)
|
|
129
126
|
ffi (>= 0.5.0, < 2)
|
|
130
|
-
redis (4.0.
|
|
127
|
+
redis (4.0.2)
|
|
131
128
|
responders (2.4.0)
|
|
132
129
|
actionpack (>= 4.2.0, < 5.3)
|
|
133
130
|
railties (>= 4.2.0, < 5.3)
|
|
134
|
-
sass (3.
|
|
131
|
+
sass (3.6.0)
|
|
135
132
|
sass-listen (~> 4.0.0)
|
|
136
133
|
sass-listen (4.0.0)
|
|
137
134
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
138
135
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
139
|
-
sidekiq (5.
|
|
140
|
-
|
|
141
|
-
connection_pool (~> 2.2, >= 2.2.0)
|
|
136
|
+
sidekiq (5.2.2)
|
|
137
|
+
connection_pool (~> 2.2, >= 2.2.2)
|
|
142
138
|
rack-protection (>= 1.5.0)
|
|
143
|
-
redis (>= 3.3.
|
|
144
|
-
sprockets (3.7.
|
|
139
|
+
redis (>= 3.3.5, < 5)
|
|
140
|
+
sprockets (3.7.2)
|
|
145
141
|
concurrent-ruby (~> 1.0)
|
|
146
142
|
rack (> 1, < 3)
|
|
147
143
|
thor (0.20.0)
|
|
148
144
|
thread_safe (0.3.6)
|
|
149
|
-
tzinfo (1.2.
|
|
145
|
+
tzinfo (1.2.5)
|
|
150
146
|
thread_safe (~> 0.1)
|
|
151
147
|
|
|
152
148
|
PLATFORMS
|
|
@@ -156,4 +152,4 @@ DEPENDENCIES
|
|
|
156
152
|
activeadmin_sidekiq_stats!
|
|
157
153
|
|
|
158
154
|
BUNDLED WITH
|
|
159
|
-
1.16.
|
|
155
|
+
1.16.6
|
data/README.md
CHANGED
|
@@ -4,7 +4,8 @@ Get an overview of Sidekiq stats in ActiveAdmin dashboard.
|
|
|
4
4
|

|
|
5
5
|
|
|
6
6
|
# Motivation
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
I found myself switch dashboards to keep up with the stats of Sidekiq with other business/application metrics. I was looking for single point of information.
|
|
8
9
|
|
|
9
10
|
## Installation
|
|
10
11
|
|
|
@@ -35,3 +36,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/bilalb
|
|
|
35
36
|
## License
|
|
36
37
|
|
|
37
38
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
39
|
+
|
|
40
|
+
## Note from Author
|
|
41
|
+
|
|
42
|
+
Hi, thanks for checking out this gem. You can read more about me at https://bilalbudhani.com/about or you can follow me at https://twitter.com/BilalBudhani
|
data/Rakefile
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
require "bundler/gem_tasks"
|
|
2
|
-
task :default => :
|
|
2
|
+
task :default => :build
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
end
|
|
21
21
|
spec.require_paths = ["lib"]
|
|
22
22
|
|
|
23
|
-
spec.add_dependency("activeadmin", "
|
|
24
|
-
spec.add_dependency("arbre", "
|
|
25
|
-
spec.add_dependency("sidekiq", "
|
|
23
|
+
spec.add_dependency("activeadmin", "~> 1.3")
|
|
24
|
+
spec.add_dependency("arbre", "~> 1.1")
|
|
25
|
+
spec.add_dependency("sidekiq", "~> 4.0")
|
|
26
26
|
end
|
data/dashboard_screenshot.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin_sidekiq_stats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bilal Budhani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: '1.3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: '1.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: arbre
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.1
|
|
33
|
+
version: '1.1'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.1
|
|
40
|
+
version: '1.1'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: sidekiq
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.0
|
|
47
|
+
version: '4.0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.0
|
|
54
|
+
version: '4.0'
|
|
55
55
|
description: Sidekiq Stats In ActiveAdmin Dashboard
|
|
56
56
|
email:
|
|
57
57
|
- bilal@bilalbudhani.com
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.6
|
|
94
|
+
rubygems_version: 2.7.6
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: Sidekiq Stats In ActiveAdmin Dashboard
|