fbe 0.0.79 → 0.0.81
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/copyrights.yml +1 -1
- data/.github/workflows/rake.yml +1 -1
- data/.rubocop.yml +2 -0
- data/Gemfile +5 -5
- data/Gemfile.lock +71 -66
- data/lib/fbe/octo.rb +1 -1
- data/lib/fbe/overwrite.rb +3 -3
- data/lib/fbe/unmask_repos.rb +1 -0
- data/lib/fbe.rb +1 -1
- data/test/fbe/test_octo.rb +8 -0
- data/test/fbe/test_overwrite.rb +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e26093b2b5ac0b46c1eed7e6e28f221b0f16ac3bd3c52cc0220762c7a212379e
|
4
|
+
data.tar.gz: fc9fc6f37787d0b511679466305a93c4f1ee5b58182c68561fbc68c147cd2916
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a91972dea782ad66a1869e5847d30250a61bad2f28b87c37ae0eecfb82dea785680358aabe349aa70b63cc9cc3698554361b504a29c67c72cf08cd13653af6a6
|
7
|
+
data.tar.gz: 268ed0efdce0ab23c20078156366b1698053e06e4c6ab66abdd630f74deb3885411a17d4cba572593ee45025b57a63d9fa9ca221853f1a6253f1f5563588e1fd
|
data/.github/workflows/rake.yml
CHANGED
data/.rubocop.yml
CHANGED
data/Gemfile
CHANGED
@@ -24,13 +24,13 @@ source 'https://rubygems.org'
|
|
24
24
|
gemspec
|
25
25
|
|
26
26
|
gem 'graphql-client'
|
27
|
-
gem 'minitest', '5.25.
|
27
|
+
gem 'minitest', '5.25.4', require: false
|
28
28
|
gem 'minitest-reporters', '1.7.1', require: false
|
29
29
|
gem 'rake', '13.2.1', require: false
|
30
|
-
gem 'rspec-rails', '7.0
|
31
|
-
gem 'rubocop', '1.
|
32
|
-
gem 'rubocop-performance', '1.
|
33
|
-
gem 'rubocop-rspec', '3.
|
30
|
+
gem 'rspec-rails', '7.1.0', require: false
|
31
|
+
gem 'rubocop', '1.69.2', require: false
|
32
|
+
gem 'rubocop-performance', '1.23.0', require: false
|
33
|
+
gem 'rubocop-rspec', '3.3.0', require: false
|
34
34
|
gem 'simplecov', '0.22.0', require: false
|
35
35
|
gem 'simplecov-cobertura', '2.1.0', require: false
|
36
36
|
gem 'webmock', '3.24.0', require: false
|
data/Gemfile.lock
CHANGED
@@ -22,25 +22,25 @@ PATH
|
|
22
22
|
GEM
|
23
23
|
remote: https://rubygems.org/
|
24
24
|
specs:
|
25
|
-
actionpack (
|
26
|
-
actionview (=
|
27
|
-
activesupport (=
|
25
|
+
actionpack (8.0.1)
|
26
|
+
actionview (= 8.0.1)
|
27
|
+
activesupport (= 8.0.1)
|
28
28
|
nokogiri (>= 1.8.5)
|
29
|
-
|
30
|
-
rack (>= 2.2.4, < 3.2)
|
29
|
+
rack (>= 2.2.4)
|
31
30
|
rack-session (>= 1.0.1)
|
32
31
|
rack-test (>= 0.6.3)
|
33
32
|
rails-dom-testing (~> 2.2)
|
34
33
|
rails-html-sanitizer (~> 1.6)
|
35
34
|
useragent (~> 0.16)
|
36
|
-
actionview (
|
37
|
-
activesupport (=
|
35
|
+
actionview (8.0.1)
|
36
|
+
activesupport (= 8.0.1)
|
38
37
|
builder (~> 3.1)
|
39
38
|
erubi (~> 1.11)
|
40
39
|
rails-dom-testing (~> 2.2)
|
41
40
|
rails-html-sanitizer (~> 1.6)
|
42
|
-
activesupport (
|
41
|
+
activesupport (8.0.1)
|
43
42
|
base64
|
43
|
+
benchmark (>= 0.3)
|
44
44
|
bigdecimal
|
45
45
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
46
46
|
connection_pool (>= 2.2.5)
|
@@ -50,6 +50,7 @@ GEM
|
|
50
50
|
minitest (>= 5.1)
|
51
51
|
securerandom (>= 0.3)
|
52
52
|
tzinfo (~> 2.0, >= 2.0.5)
|
53
|
+
uri (>= 0.13.1)
|
53
54
|
addressable (2.8.7)
|
54
55
|
public_suffix (>= 2.0.2, < 7.0)
|
55
56
|
ansi (1.5.0)
|
@@ -68,6 +69,7 @@ GEM
|
|
68
69
|
retries (~> 0)
|
69
70
|
tago (~> 0)
|
70
71
|
typhoeus (~> 1.3)
|
72
|
+
benchmark (0.4.0)
|
71
73
|
bigdecimal (3.1.8)
|
72
74
|
builder (3.3.0)
|
73
75
|
concurrent-ruby (1.3.4)
|
@@ -76,6 +78,7 @@ GEM
|
|
76
78
|
bigdecimal
|
77
79
|
rexml
|
78
80
|
crass (1.0.6)
|
81
|
+
date (3.4.1)
|
79
82
|
decoor (0.0.1)
|
80
83
|
diff-lcs (1.5.1)
|
81
84
|
docile (1.4.1)
|
@@ -95,16 +98,16 @@ GEM
|
|
95
98
|
others (> 0)
|
96
99
|
tago (> 0)
|
97
100
|
yaml (~> 0.3)
|
98
|
-
faraday (2.12.
|
99
|
-
faraday-net_http (>= 2.0, < 3.
|
101
|
+
faraday (2.12.2)
|
102
|
+
faraday-net_http (>= 2.0, < 3.5)
|
100
103
|
json
|
101
104
|
logger
|
102
105
|
faraday-http-cache (2.5.1)
|
103
106
|
faraday (>= 0.8)
|
104
|
-
faraday-multipart (1.0
|
105
|
-
multipart-post (~> 2)
|
106
|
-
faraday-net_http (3.
|
107
|
-
net-http
|
107
|
+
faraday-multipart (1.1.0)
|
108
|
+
multipart-post (~> 2.0)
|
109
|
+
faraday-net_http (3.4.0)
|
110
|
+
net-http (>= 0.5.0)
|
108
111
|
faraday-retry (2.2.1)
|
109
112
|
faraday (~> 2.0)
|
110
113
|
ffi (1.17.0-arm64-darwin)
|
@@ -112,22 +115,22 @@ GEM
|
|
112
115
|
ffi (1.17.0-x86_64-darwin)
|
113
116
|
ffi (1.17.0-x86_64-linux-gnu)
|
114
117
|
fiber-storage (1.0.0)
|
115
|
-
gli (2.
|
116
|
-
graphql (2.
|
118
|
+
gli (2.22.0)
|
119
|
+
graphql (2.4.8)
|
117
120
|
base64
|
118
121
|
fiber-storage
|
119
|
-
graphql-client (0.
|
122
|
+
graphql-client (0.25.0)
|
120
123
|
activesupport (>= 3.0)
|
121
124
|
graphql (>= 1.13.0)
|
122
|
-
hashdiff (1.1.
|
125
|
+
hashdiff (1.1.2)
|
123
126
|
i18n (1.14.6)
|
124
127
|
concurrent-ruby (~> 1.0)
|
125
|
-
io-console (0.
|
126
|
-
irb (1.14.
|
128
|
+
io-console (0.8.0)
|
129
|
+
irb (1.14.3)
|
127
130
|
rdoc (>= 4.0.0)
|
128
131
|
reline (>= 0.4.2)
|
129
132
|
iri (0.8.0)
|
130
|
-
json (2.
|
133
|
+
json (2.9.0)
|
131
134
|
judges (0.27.0)
|
132
135
|
backtrace (~> 0)
|
133
136
|
baza.rb (~> 0)
|
@@ -145,12 +148,12 @@ GEM
|
|
145
148
|
typhoeus (~> 1.3)
|
146
149
|
language_server-protocol (3.17.0.3)
|
147
150
|
liquid (5.5.1)
|
148
|
-
logger (1.6.
|
149
|
-
loofah (2.
|
151
|
+
logger (1.6.3)
|
152
|
+
loofah (2.23.1)
|
150
153
|
crass (~> 1.0.2)
|
151
154
|
nokogiri (>= 1.12.0)
|
152
155
|
loog (0.6.0)
|
153
|
-
minitest (5.25.
|
156
|
+
minitest (5.25.4)
|
154
157
|
minitest-reporters (1.7.1)
|
155
158
|
ansi
|
156
159
|
builder
|
@@ -158,26 +161,27 @@ GEM
|
|
158
161
|
ruby-progressbar
|
159
162
|
moments (0.3.0)
|
160
163
|
multipart-post (2.4.1)
|
161
|
-
net-http (0.
|
164
|
+
net-http (0.6.0)
|
162
165
|
uri
|
163
|
-
nokogiri (1.
|
166
|
+
nokogiri (1.17.2-arm64-darwin)
|
164
167
|
racc (~> 1.4)
|
165
|
-
nokogiri (1.
|
168
|
+
nokogiri (1.17.2-x64-mingw-ucrt)
|
166
169
|
racc (~> 1.4)
|
167
|
-
nokogiri (1.
|
170
|
+
nokogiri (1.17.2-x86_64-darwin)
|
168
171
|
racc (~> 1.4)
|
169
|
-
nokogiri (1.
|
172
|
+
nokogiri (1.17.2-x86_64-linux)
|
170
173
|
racc (~> 1.4)
|
171
174
|
obk (0.3.1)
|
172
|
-
octokit (9.
|
175
|
+
octokit (9.2.0)
|
173
176
|
faraday (>= 1, < 3)
|
174
177
|
sawyer (~> 0.9)
|
175
178
|
others (0.0.3)
|
176
179
|
parallel (1.26.3)
|
177
|
-
parser (3.3.
|
180
|
+
parser (3.3.6.0)
|
178
181
|
ast (~> 2.4.1)
|
179
182
|
racc
|
180
|
-
psych (5.
|
183
|
+
psych (5.2.2)
|
184
|
+
date
|
181
185
|
stringio
|
182
186
|
public_suffix (6.0.1)
|
183
187
|
racc (1.8.1)
|
@@ -186,19 +190,18 @@ GEM
|
|
186
190
|
rack (>= 3.0.0)
|
187
191
|
rack-test (2.1.0)
|
188
192
|
rack (>= 1.3)
|
189
|
-
rackup (2.1
|
193
|
+
rackup (2.2.1)
|
190
194
|
rack (>= 3)
|
191
|
-
webrick (~> 1.8)
|
192
195
|
rails-dom-testing (2.2.0)
|
193
196
|
activesupport (>= 5.0.0)
|
194
197
|
minitest
|
195
198
|
nokogiri (>= 1.6)
|
196
|
-
rails-html-sanitizer (1.6.
|
199
|
+
rails-html-sanitizer (1.6.2)
|
197
200
|
loofah (~> 2.21)
|
198
|
-
nokogiri (
|
199
|
-
railties (
|
200
|
-
actionpack (=
|
201
|
-
activesupport (=
|
201
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
202
|
+
railties (8.0.1)
|
203
|
+
actionpack (= 8.0.1)
|
204
|
+
activesupport (= 8.0.1)
|
202
205
|
irb (~> 1.13)
|
203
206
|
rackup (>= 1.0.0)
|
204
207
|
rake (>= 12.2)
|
@@ -206,14 +209,14 @@ GEM
|
|
206
209
|
zeitwerk (~> 2.6)
|
207
210
|
rainbow (3.1.1)
|
208
211
|
rake (13.2.1)
|
209
|
-
rdoc (6.
|
212
|
+
rdoc (6.10.0)
|
210
213
|
psych (>= 4.0.0)
|
211
|
-
regexp_parser (2.9.
|
212
|
-
reline (0.
|
214
|
+
regexp_parser (2.9.3)
|
215
|
+
reline (0.6.0)
|
213
216
|
io-console (~> 0.5)
|
214
217
|
retries (0.0.5)
|
215
|
-
rexml (3.
|
216
|
-
rspec-core (3.13.
|
218
|
+
rexml (3.4.0)
|
219
|
+
rspec-core (3.13.2)
|
217
220
|
rspec-support (~> 3.13.0)
|
218
221
|
rspec-expectations (3.13.3)
|
219
222
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -221,7 +224,7 @@ GEM
|
|
221
224
|
rspec-mocks (3.13.2)
|
222
225
|
diff-lcs (>= 1.2.0, < 2.0)
|
223
226
|
rspec-support (~> 3.13.0)
|
224
|
-
rspec-rails (7.0
|
227
|
+
rspec-rails (7.1.0)
|
225
228
|
actionpack (>= 7.0)
|
226
229
|
activesupport (>= 7.0)
|
227
230
|
railties (>= 7.0)
|
@@ -229,29 +232,29 @@ GEM
|
|
229
232
|
rspec-expectations (~> 3.13)
|
230
233
|
rspec-mocks (~> 3.13)
|
231
234
|
rspec-support (~> 3.13)
|
232
|
-
rspec-support (3.13.
|
233
|
-
rubocop (1.
|
235
|
+
rspec-support (3.13.2)
|
236
|
+
rubocop (1.69.2)
|
234
237
|
json (~> 2.3)
|
235
238
|
language_server-protocol (>= 3.17.0)
|
236
239
|
parallel (~> 1.10)
|
237
240
|
parser (>= 3.3.0.2)
|
238
241
|
rainbow (>= 2.2.2, < 4.0)
|
239
|
-
regexp_parser (>= 2.
|
240
|
-
rubocop-ast (>= 1.
|
242
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
243
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
241
244
|
ruby-progressbar (~> 1.7)
|
242
|
-
unicode-display_width (>= 2.4.0, <
|
243
|
-
rubocop-ast (1.
|
245
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
246
|
+
rubocop-ast (1.37.0)
|
244
247
|
parser (>= 3.3.1.0)
|
245
|
-
rubocop-performance (1.
|
248
|
+
rubocop-performance (1.23.0)
|
246
249
|
rubocop (>= 1.48.1, < 2.0)
|
247
250
|
rubocop-ast (>= 1.31.1, < 2.0)
|
248
|
-
rubocop-rspec (3.
|
251
|
+
rubocop-rspec (3.3.0)
|
249
252
|
rubocop (~> 1.61)
|
250
253
|
ruby-progressbar (1.13.0)
|
251
254
|
sawyer (0.9.2)
|
252
255
|
addressable (>= 2.3.5)
|
253
256
|
faraday (>= 0.17.3, < 3)
|
254
|
-
securerandom (0.
|
257
|
+
securerandom (0.4.1)
|
255
258
|
simplecov (0.22.0)
|
256
259
|
docile (~> 1.1)
|
257
260
|
simplecov-html (~> 0.11)
|
@@ -261,16 +264,18 @@ GEM
|
|
261
264
|
simplecov (~> 0.19)
|
262
265
|
simplecov-html (0.13.1)
|
263
266
|
simplecov_json_formatter (0.1.4)
|
264
|
-
stringio (3.1.
|
267
|
+
stringio (3.1.2)
|
265
268
|
tago (0.0.2)
|
266
269
|
thor (1.3.2)
|
267
270
|
typhoeus (1.4.1)
|
268
271
|
ethon (>= 0.9.0)
|
269
272
|
tzinfo (2.0.6)
|
270
273
|
concurrent-ruby (~> 1.0)
|
271
|
-
unicode-display_width (
|
272
|
-
|
273
|
-
|
274
|
+
unicode-display_width (3.1.2)
|
275
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
276
|
+
unicode-emoji (4.0.4)
|
277
|
+
uri (1.0.2)
|
278
|
+
useragent (0.16.11)
|
274
279
|
verbose (0.0.2)
|
275
280
|
loog (~> 0.2)
|
276
281
|
tago (~> 0.0)
|
@@ -278,13 +283,13 @@ GEM
|
|
278
283
|
addressable (>= 2.8.0)
|
279
284
|
crack (>= 0.3.2)
|
280
285
|
hashdiff (>= 0.4.0, < 2.0.0)
|
281
|
-
|
282
|
-
yaml (0.3.0)
|
286
|
+
yaml (0.4.0)
|
283
287
|
yard (0.9.37)
|
284
|
-
zeitwerk (2.7.
|
288
|
+
zeitwerk (2.7.1)
|
285
289
|
|
286
290
|
PLATFORMS
|
287
291
|
arm64-darwin-22
|
292
|
+
arm64-darwin-23
|
288
293
|
x64-mingw-ucrt
|
289
294
|
x86_64-darwin-20
|
290
295
|
x86_64-darwin-21
|
@@ -293,13 +298,13 @@ PLATFORMS
|
|
293
298
|
DEPENDENCIES
|
294
299
|
fbe!
|
295
300
|
graphql-client
|
296
|
-
minitest (= 5.25.
|
301
|
+
minitest (= 5.25.4)
|
297
302
|
minitest-reporters (= 1.7.1)
|
298
303
|
rake (= 13.2.1)
|
299
|
-
rspec-rails (= 7.0
|
300
|
-
rubocop (= 1.
|
301
|
-
rubocop-performance (= 1.
|
302
|
-
rubocop-rspec (= 3.
|
304
|
+
rspec-rails (= 7.1.0)
|
305
|
+
rubocop (= 1.69.2)
|
306
|
+
rubocop-performance (= 1.23.0)
|
307
|
+
rubocop-rspec (= 3.3.0)
|
303
308
|
simplecov (= 0.22.0)
|
304
309
|
simplecov-cobertura (= 2.1.0)
|
305
310
|
webmock (= 3.24.0)
|
data/lib/fbe/octo.rb
CHANGED
@@ -116,7 +116,7 @@ def Fbe.octo(options: $options, global: $global, loog: $loog)
|
|
116
116
|
def off_quota
|
117
117
|
left = @origin.rate_limit.remaining
|
118
118
|
if left < 5
|
119
|
-
@loog.info("
|
119
|
+
@loog.info("Too much GitHub API quota consumed already (remaining=#{left}), stopping")
|
120
120
|
true
|
121
121
|
else
|
122
122
|
false
|
data/lib/fbe/overwrite.rb
CHANGED
@@ -37,11 +37,11 @@ require_relative 'fb'
|
|
37
37
|
# @param [Factbase::Fact] fact The fact to modify
|
38
38
|
# @param [String] property The name of the property to set
|
39
39
|
# @param [Any] value The value to set
|
40
|
-
# @return [
|
40
|
+
# @return [Factbase::Fact] Returns new fact or previous one
|
41
41
|
def Fbe.overwrite(fact, property, value, fb: Fbe.fb)
|
42
42
|
raise 'The fact is nil' if fact.nil?
|
43
43
|
raise "The property is not a String but #{property.class} (#{property})" unless property.is_a?(String)
|
44
|
-
return if !fact[property].nil? && fact[property].size == 1 && fact[property].first == value
|
44
|
+
return fact if !fact[property].nil? && fact[property].size == 1 && fact[property].first == value
|
45
45
|
before = {}
|
46
46
|
fact.all_properties.each do |prop|
|
47
47
|
before[prop.to_s] = fact[prop]
|
@@ -57,5 +57,5 @@ def Fbe.overwrite(fact, property, value, fb: Fbe.fb)
|
|
57
57
|
n.send("#{k}=", v)
|
58
58
|
end
|
59
59
|
end
|
60
|
-
|
60
|
+
n
|
61
61
|
end
|
data/lib/fbe/unmask_repos.rb
CHANGED
@@ -70,6 +70,7 @@ def Fbe.unmask_repos(options: $options, global: $global, loog: $loog)
|
|
70
70
|
end
|
71
71
|
repos.reject! { |repo| octo.repository(repo)[:archived] }
|
72
72
|
raise "No repos found matching: #{options.repositories}" if repos.empty?
|
73
|
+
repos.shuffle!
|
73
74
|
loog.debug("Scanning #{repos.size} repositories: #{repos.join(', ')}...")
|
74
75
|
repos
|
75
76
|
end
|
data/lib/fbe.rb
CHANGED
data/test/fbe/test_octo.rb
CHANGED
@@ -77,6 +77,14 @@ class TestOcto < Minitest::Test
|
|
77
77
|
o.user('yegor256')
|
78
78
|
end
|
79
79
|
|
80
|
+
def test_off_quota
|
81
|
+
WebMock.disable_net_connect!
|
82
|
+
stub_request(:get, 'https://api.github.com/rate_limit')
|
83
|
+
.to_return(status: 200, body: '{}', headers: { 'X-RateLimit-Remaining' => '1000' })
|
84
|
+
o = Fbe.octo(loog: Loog::NULL, global: {}, options: Judges::Options.new)
|
85
|
+
assert(!o.off_quota)
|
86
|
+
end
|
87
|
+
|
80
88
|
def test_retrying
|
81
89
|
WebMock.disable_net_connect!
|
82
90
|
global = {}
|
data/test/fbe/test_overwrite.rb
CHANGED
@@ -46,6 +46,15 @@ class TestOverwrite < Minitest::Test
|
|
46
46
|
assert_equal(2, fb.query('(always)').each.to_a.first['many'].size)
|
47
47
|
end
|
48
48
|
|
49
|
+
def test_overwrite_twice
|
50
|
+
fb = Factbase.new
|
51
|
+
f = fb.insert
|
52
|
+
f._id = 1
|
53
|
+
f2 = Fbe.overwrite(f, 'foo', 42, fb:)
|
54
|
+
Fbe.overwrite(f2, 'bar', 7, fb:)
|
55
|
+
assert_equal(42, fb.query('(exists foo)').each.to_a.first.foo)
|
56
|
+
end
|
57
|
+
|
49
58
|
def test_no_need_to_overwrite
|
50
59
|
fb = Factbase.new
|
51
60
|
f = fb.insert
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fbe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.81
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yegor Bugayenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: backtrace
|