graphql-pagination 1.1.1 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb3c73bf0fa8d3efbadf8e202e640aa3b143902e04ced09ccfe03234de48ea03
4
- data.tar.gz: 3026f512e09729cbecb7b17ff64237573d5b544c56cf7f67b13eb780b5ce5cf6
3
+ metadata.gz: d7ce3ca921537d2ba59ab369f8b13ef3589c795a071f229f26638de2b8c2e0e9
4
+ data.tar.gz: 5251b02d2ded1d15fcc83decdcc66a01f653145037306a4d8f1d797a8774cf7b
5
5
  SHA512:
6
- metadata.gz: f542a291f10be3bf5d00b243e5f5bbfa3bc2660d5eb2acca4946d06a2e5b5e8a6de36130ed9fd217a6bf41428e34fe40ed740a5bb84ab002353bc16c14b8844c
7
- data.tar.gz: 765f0bbf03c61c8f1518795474f57f21176799675598cabc51a7705c184257423a7ffb96c22f0cb941b09acb6757ed5e24bb4b775189f6f20d5efc4c491ed4e7
6
+ metadata.gz: d2a37bdf12b318733d60f7fc3c55cfd7ba41891fb9ecda2e0eadb8c1d639b9d43182967f03bb357bf787499f4e0d534e58e2907e4800a7dc7fda72de2f10413f
7
+ data.tar.gz: 859d828658d4e02f4680762157280b0a9925557e9b862048a3dd06d8060a42fa5fbca380b180a35b65b08a8fd4fafe11b8f2b5772a464100ab9c7fd65faed65a
@@ -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,77 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql-pagination (1.1.1)
4
+ graphql-pagination (1.1.2)
5
5
  graphql (~> 1.9)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.0.2.2)
11
- activesupport (= 6.0.2.2)
12
- activerecord (6.0.2.2)
13
- activemodel (= 6.0.2.2)
14
- activesupport (= 6.0.2.2)
15
- activesupport (6.0.2.2)
10
+ activemodel (6.0.3.2)
11
+ activesupport (= 6.0.3.2)
12
+ activerecord (6.0.3.2)
13
+ activemodel (= 6.0.3.2)
14
+ activesupport (= 6.0.3.2)
15
+ activesupport (6.0.3.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
- zeitwerk (~> 2.2)
21
- ast (2.4.0)
22
- coderay (1.1.2)
23
- concurrent-ruby (1.1.6)
24
- diff-lcs (1.3)
25
- graphql (1.10.5)
26
- i18n (1.8.2)
20
+ zeitwerk (~> 2.2, >= 2.2.2)
21
+ ast (2.4.1)
22
+ coderay (1.1.3)
23
+ concurrent-ruby (1.1.7)
24
+ diff-lcs (1.4.4)
25
+ graphql (1.11.4)
26
+ i18n (1.8.5)
27
27
  concurrent-ruby (~> 1.0)
28
- jaro_winkler (1.5.4)
29
- kaminari-activerecord (1.2.0)
28
+ kaminari-activerecord (1.2.1)
30
29
  activerecord
31
- kaminari-core (= 1.2.0)
32
- kaminari-core (1.2.0)
30
+ kaminari-core (= 1.2.1)
31
+ kaminari-core (1.2.1)
33
32
  method_source (1.0.0)
34
- minitest (5.14.0)
35
- parallel (1.19.1)
36
- parser (2.7.0.5)
37
- ast (~> 2.4.0)
38
- pry (0.13.0)
33
+ minitest (5.14.2)
34
+ parallel (1.19.2)
35
+ parser (2.7.1.4)
36
+ ast (~> 2.4.1)
37
+ pry (0.13.1)
39
38
  coderay (~> 1.1)
40
39
  method_source (~> 1.0)
41
40
  rainbow (3.0.0)
42
41
  rake (13.0.1)
42
+ regexp_parser (1.7.1)
43
43
  rexml (3.2.4)
44
44
  rspec (3.9.0)
45
45
  rspec-core (~> 3.9.0)
46
46
  rspec-expectations (~> 3.9.0)
47
47
  rspec-mocks (~> 3.9.0)
48
- rspec-core (3.9.1)
49
- rspec-support (~> 3.9.1)
50
- rspec-expectations (3.9.1)
48
+ rspec-core (3.9.2)
49
+ rspec-support (~> 3.9.3)
50
+ rspec-expectations (3.9.2)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
52
  rspec-support (~> 3.9.0)
53
53
  rspec-mocks (3.9.1)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.9.0)
56
- rspec-support (3.9.2)
57
- rubocop (0.81.0)
58
- jaro_winkler (~> 1.5.1)
56
+ rspec-support (3.9.3)
57
+ rubocop (0.90.0)
59
58
  parallel (~> 1.10)
60
- parser (>= 2.7.0.1)
59
+ parser (>= 2.7.1.1)
61
60
  rainbow (>= 2.2.2, < 4.0)
61
+ regexp_parser (>= 1.7)
62
62
  rexml
63
+ rubocop-ast (>= 0.3.0, < 1.0)
63
64
  ruby-progressbar (~> 1.7)
64
65
  unicode-display_width (>= 1.4.0, < 2.0)
65
- rubocop-performance (1.5.2)
66
- rubocop (>= 0.71.0)
67
- rubocop-rspec (1.38.1)
68
- rubocop (>= 0.68.1)
66
+ rubocop-ast (0.3.0)
67
+ parser (>= 2.7.1.4)
68
+ rubocop-performance (1.7.1)
69
+ rubocop (>= 0.82.0)
70
+ rubocop-rspec (1.43.2)
71
+ rubocop (~> 0.87)
69
72
  ruby-progressbar (1.10.1)
70
73
  thread_safe (0.3.6)
71
74
  tzinfo (1.2.7)
72
75
  thread_safe (~> 0.1)
73
76
  unicode-display_width (1.7.0)
74
- zeitwerk (2.3.0)
77
+ zeitwerk (2.4.0)
75
78
 
76
79
  PLATFORMS
77
80
  ruby
@@ -5,7 +5,6 @@ require 'graphql/schema/object'
5
5
  module GraphqlPagination
6
6
  end
7
7
 
8
- require 'graphql_pagination/version'
9
8
  require 'graphql_pagination/collection_type'
10
9
  require 'graphql_pagination/collection_metadata_type'
11
10
 
@@ -1,3 +1,3 @@
1
1
  module GraphqlPagination
2
- VERSION = '1.1.1'.freeze
2
+ VERSION = '1.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-pagination
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
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-09-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql
@@ -147,6 +147,11 @@ extensions: []
147
147
  extra_rdoc_files: []
148
148
  files:
149
149
  - ".dependabot/config.yml"
150
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
151
+ - ".github/ISSUE_TEMPLATE/config.yml"
152
+ - ".github/ISSUE_TEMPLATE/story.md"
153
+ - ".github/PULL_REQUEST_TEMPLATE.md"
154
+ - ".github/workflows/auto-approve.yml"
150
155
  - ".gitignore"
151
156
  - ".rspec"
152
157
  - ".travis.yml"
@@ -167,7 +172,7 @@ licenses:
167
172
  metadata:
168
173
  homepage_uri: https://github.com/RenoFi/graphql-pagination
169
174
  source_code_uri: https://github.com/RenoFi/graphql-pagination
170
- post_install_message:
175
+ post_install_message:
171
176
  rdoc_options: []
172
177
  require_paths:
173
178
  - lib
@@ -183,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
188
  version: '0'
184
189
  requirements: []
185
190
  rubygems_version: 3.1.2
186
- signing_key:
191
+ signing_key:
187
192
  specification_version: 4
188
193
  summary: Page-based kaminari pagination for graphql.
189
194
  test_files: []