newrelic-sidekiq-metrics 1.0.6 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5d8b88042224e9dd0d3f1e3231025c4f1de3b583baceacaf3a4d2e123fa52b7
4
- data.tar.gz: cc67bfc2caab29b76214595370bea56b5ac0d78136cc34bde4559af0b6222ec0
3
+ metadata.gz: e79240e42709d193295947a6b3ed604205ce0f5ae07ec3f5f68f1f3787101b30
4
+ data.tar.gz: 78b74fb7c189176bfa6da189102ae1748e79ad2a8379ab74fcb4b2413d083e1e
5
5
  SHA512:
6
- metadata.gz: ad45e9457b4443b029580b0e046f9dfed0707ef9c3eb103061c2930c31578a4a75eed6526b82630ddaf4e8ace6e41505eb625530c6d80e46863f5e6571bd1055
7
- data.tar.gz: 22ecd1dd0030337a3375adeb3d5db6c6f2edacd5521e1801fb96490f9b7c5eafaf96d41d44fb9d9f5fd8097823e675bf697e4522c6f0783bd46ed3ac911bb53b
6
+ metadata.gz: e4b1fea20dae6f7a83222c912d2cfa754721b76e2b3a7e450ef79c9d15afda27c287fa0f2447f16fcfab1f591ec024ebf24774ea98b053327850bba98fc14bec
7
+ data.tar.gz: 791dafd70e8943fe96624fa172141985c2eefae203fb0d4f72945e500f6caf267dcdc003391c31820a81f7c32bceb760b6899550c231746c2e79ee72a5f578b2
@@ -9,10 +9,3 @@ update_configs:
9
9
  allowed_updates:
10
10
  - match:
11
11
  update_type: "all"
12
- automerged_updates:
13
- - match:
14
- dependency_type: "development"
15
- update_type: "all"
16
- - match:
17
- dependency_type: "production"
18
- update_type: "all"
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to track an issue that has been identified
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Mutation/Query**
24
+
25
+ **URL and HTTP method (for non-GQL):**
26
+
27
+ **Sentry or Logs URL:**
28
+
29
+ **User/authentication details**
30
+ Impacted user name or service account
31
+
32
+ **Additional context**
33
+ Add any other context about the problem here.
@@ -0,0 +1 @@
1
+ blank_issues_enabled: false
@@ -0,0 +1,22 @@
1
+ ---
2
+ name: New story
3
+ about: Add a new story for implementation
4
+ title: ''
5
+ labels: ''
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Describe the solution**
11
+ A clear and concise description of what you want to happen.
12
+ When will this feature be done?
13
+
14
+ **Describe the users**
15
+ Who are we building this feature for?
16
+
17
+ **Additional context**
18
+ Add any other context or screenshots about the feature request here.
19
+ Link to any applicable documents describing the feature.
20
+
21
+ **Designs**
22
+ Link to any applicable designs on Invision.
@@ -0,0 +1,18 @@
1
+ ## Description
2
+ <!--- Describe your changes in detail -->
3
+
4
+ ## Related issue(s)
5
+ <!--- GH issue number -->
6
+
7
+ ## Motivation and Context
8
+ <!--- Why is this change required? What problem does it solve? -->
9
+ <!--- If it fixes an open issue, please link to the issue here. -->
10
+
11
+ ## How Has This Been Tested?
12
+ <!--- Please describe in detail how you tested your changes. -->
13
+
14
+ ## Screenshots (if appropriate):
15
+ <!--- Please add any screenshots of the feature. -->
16
+
17
+ ## Related PRs
18
+ <!--- Please add links to any related PRs (backend, component packages, etc). -->
@@ -0,0 +1,16 @@
1
+ # automatically approve PRs submitted by Dependabot
2
+ # this will allow Dependabot to automatically merge dependency update PRs where CI passes
3
+ # from: https://github.com/hmarr/auto-approve-action
4
+ name: Auto approve Dependabot PRs
5
+
6
+ on:
7
+ pull_request
8
+
9
+ jobs:
10
+ auto-approve:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: hmarr/auto-approve-action@v2.0.0
14
+ if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
15
+ with:
16
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -1,64 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- newrelic-sidekiq-metrics (1.0.6)
4
+ newrelic-sidekiq-metrics (1.1.0)
5
5
  newrelic_rpm (~> 6.8)
6
- sidekiq (~> 6.0.4)
6
+ sidekiq (~> 6.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ast (2.4.0)
12
- coderay (1.1.2)
13
- connection_pool (2.2.2)
14
- diff-lcs (1.3)
15
- jaro_winkler (1.5.4)
11
+ ast (2.4.1)
12
+ coderay (1.1.3)
13
+ connection_pool (2.2.3)
14
+ diff-lcs (1.4.4)
16
15
  method_source (1.0.0)
17
- newrelic_rpm (6.9.0.363)
18
- parallel (1.19.1)
19
- parser (2.7.0.5)
20
- ast (~> 2.4.0)
21
- pry (0.13.0)
16
+ newrelic_rpm (6.12.0.367)
17
+ parallel (1.19.2)
18
+ parser (2.7.1.4)
19
+ ast (~> 2.4.1)
20
+ pry (0.13.1)
22
21
  coderay (~> 1.1)
23
22
  method_source (~> 1.0)
24
- rack (2.2.2)
25
- rack-protection (2.0.8.1)
26
- rack
23
+ rack (2.2.3)
27
24
  rainbow (3.0.0)
28
25
  rake (13.0.1)
29
- redis (4.1.3)
26
+ redis (4.2.1)
27
+ regexp_parser (1.7.1)
30
28
  rexml (3.2.4)
31
29
  rspec (3.9.0)
32
30
  rspec-core (~> 3.9.0)
33
31
  rspec-expectations (~> 3.9.0)
34
32
  rspec-mocks (~> 3.9.0)
35
- rspec-core (3.9.1)
36
- rspec-support (~> 3.9.1)
37
- rspec-expectations (3.9.1)
33
+ rspec-core (3.9.2)
34
+ rspec-support (~> 3.9.3)
35
+ rspec-expectations (3.9.2)
38
36
  diff-lcs (>= 1.2.0, < 2.0)
39
37
  rspec-support (~> 3.9.0)
40
38
  rspec-mocks (3.9.1)
41
39
  diff-lcs (>= 1.2.0, < 2.0)
42
40
  rspec-support (~> 3.9.0)
43
- rspec-support (3.9.2)
44
- rubocop (0.81.0)
45
- jaro_winkler (~> 1.5.1)
41
+ rspec-support (3.9.3)
42
+ rubocop (0.89.0)
46
43
  parallel (~> 1.10)
47
- parser (>= 2.7.0.1)
44
+ parser (>= 2.7.1.1)
48
45
  rainbow (>= 2.2.2, < 4.0)
46
+ regexp_parser (>= 1.7)
49
47
  rexml
48
+ rubocop-ast (>= 0.1.0, < 1.0)
50
49
  ruby-progressbar (~> 1.7)
51
50
  unicode-display_width (>= 1.4.0, < 2.0)
52
- rubocop-performance (1.5.2)
53
- rubocop (>= 0.71.0)
54
- rubocop-rspec (1.38.1)
55
- rubocop (>= 0.68.1)
51
+ rubocop-ast (0.3.0)
52
+ parser (>= 2.7.1.4)
53
+ rubocop-performance (1.7.1)
54
+ rubocop (>= 0.82.0)
55
+ rubocop-rspec (1.42.0)
56
+ rubocop (>= 0.87.0)
56
57
  ruby-progressbar (1.10.1)
57
- sidekiq (6.0.6)
58
+ sidekiq (6.1.1)
58
59
  connection_pool (>= 2.2.2)
59
60
  rack (~> 2.0)
60
- rack-protection (>= 2.0.0)
61
- redis (>= 4.1.0)
61
+ redis (>= 4.2.0)
62
62
  unicode-display_width (1.7.0)
63
63
 
64
64
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module NewrelicSidekiqMetrics
2
- VERSION = "1.0.6".freeze
2
+ VERSION = "1.1.0".freeze
3
3
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.required_ruby_version = '>= 2.6'
26
26
 
27
27
  spec.add_dependency 'newrelic_rpm', '~> 6.8'
28
- spec.add_dependency 'sidekiq', '~> 6.0.4'
28
+ spec.add_dependency 'sidekiq', '~> 6.1'
29
29
 
30
30
  spec.add_development_dependency 'bundler'
31
31
  spec.add_development_dependency 'pry'
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic-sidekiq-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  - RenoFi Engineering Team
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-04-03 00:00:00.000000000 Z
12
+ date: 2020-08-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: newrelic_rpm
@@ -31,14 +31,14 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: 6.0.4
34
+ version: '6.1'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: 6.0.4
41
+ version: '6.1'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: bundler
44
44
  requirement: !ruby/object:Gem::Requirement
@@ -137,7 +137,7 @@ dependencies:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
- description:
140
+ description:
141
141
  email:
142
142
  - knapo@knapo.net
143
143
  - engineering@renofi.com
@@ -146,6 +146,11 @@ extensions: []
146
146
  extra_rdoc_files: []
147
147
  files:
148
148
  - ".dependabot/config.yml"
149
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
150
+ - ".github/ISSUE_TEMPLATE/config.yml"
151
+ - ".github/ISSUE_TEMPLATE/story.md"
152
+ - ".github/PULL_REQUEST_TEMPLATE.md"
153
+ - ".github/workflows/auto-approve.yml"
149
154
  - ".gitignore"
150
155
  - ".rspec"
151
156
  - ".travis.yml"
@@ -166,7 +171,7 @@ licenses:
166
171
  metadata:
167
172
  homepage_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
168
173
  source_code_uri: https://github.com/RenoFi/newrelic-sidekiq-metrics
169
- post_install_message:
174
+ post_install_message:
170
175
  rdoc_options: []
171
176
  require_paths:
172
177
  - lib
@@ -182,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
187
  version: '0'
183
188
  requirements: []
184
189
  rubygems_version: 3.1.2
185
- signing_key:
190
+ signing_key:
186
191
  specification_version: 4
187
192
  summary: Implements recording Sidekiq stats to New Relic metrics.
188
193
  test_files: []