globus_client 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +26 -19
- data/globus_client.gemspec +1 -0
- data/lib/globus_client/endpoint.rb +11 -2
- data/lib/globus_client/token_wrapper.rb +1 -1
- data/lib/globus_client/version.rb +1 -1
- data/lib/globus_client.rb +1 -0
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b87c64f97dd930fde77d12e01206ceb2b81900b987d1b47d8c0feb559255ef9
|
4
|
+
data.tar.gz: df241413512d952ff06fc81a7f216b79268903f5aed15147faa6f28fefa5e75d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bcb102fa5457fc3f8ef38794efa9b2528c1ab608c62c54657f8d65bc0073e2d5f7e564a37f91ec111f91bfdbaa2e5900fd3f9b487896ef79069178d0c5be98c
|
7
|
+
data.tar.gz: 977be8baca2ebdbcecc0d47d26ccb8b273a199252ee71a56cff3d25751dd3d5c58fd46b5a5abe57324d3005a1f699e87832df345c808a13229473c2ce30708a2
|
data/Gemfile.lock
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
globus_client (0.9.
|
4
|
+
globus_client (0.9.1)
|
5
5
|
activesupport (>= 4.2, < 8)
|
6
6
|
faraday
|
7
|
+
faraday-retry
|
7
8
|
zeitwerk
|
8
9
|
|
9
10
|
GEM
|
10
11
|
remote: https://rubygems.org/
|
11
12
|
specs:
|
12
|
-
activesupport (7.0.4)
|
13
|
+
activesupport (7.0.4.2)
|
13
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
15
|
i18n (>= 1.6, < 2)
|
15
16
|
minitest (>= 5.1)
|
@@ -18,59 +19,64 @@ GEM
|
|
18
19
|
public_suffix (>= 2.0.2, < 6.0)
|
19
20
|
ast (2.4.2)
|
20
21
|
byebug (11.1.3)
|
21
|
-
concurrent-ruby (1.
|
22
|
+
concurrent-ruby (1.2.2)
|
22
23
|
crack (0.4.5)
|
23
24
|
rexml
|
24
25
|
diff-lcs (1.5.0)
|
25
26
|
docile (1.4.0)
|
26
|
-
faraday (2.7.
|
27
|
+
faraday (2.7.4)
|
27
28
|
faraday-net_http (>= 2.0, < 3.1)
|
28
29
|
ruby2_keywords (>= 0.0.4)
|
29
30
|
faraday-net_http (3.0.2)
|
31
|
+
faraday-retry (2.0.0)
|
32
|
+
faraday (~> 2.0)
|
30
33
|
hashdiff (1.0.1)
|
31
34
|
i18n (1.12.0)
|
32
35
|
concurrent-ruby (~> 1.0)
|
33
36
|
json (2.6.3)
|
34
|
-
language_server-protocol (3.17.0.
|
37
|
+
language_server-protocol (3.17.0.3)
|
35
38
|
minitest (5.17.0)
|
36
39
|
parallel (1.22.1)
|
37
|
-
parser (3.2.
|
40
|
+
parser (3.2.1.0)
|
38
41
|
ast (~> 2.4.1)
|
39
42
|
public_suffix (5.0.1)
|
40
43
|
rainbow (3.1.1)
|
41
44
|
rake (13.0.6)
|
42
|
-
regexp_parser (2.
|
45
|
+
regexp_parser (2.7.0)
|
43
46
|
rexml (3.2.5)
|
44
47
|
rspec (3.12.0)
|
45
48
|
rspec-core (~> 3.12.0)
|
46
49
|
rspec-expectations (~> 3.12.0)
|
47
50
|
rspec-mocks (~> 3.12.0)
|
48
|
-
rspec-core (3.12.
|
51
|
+
rspec-core (3.12.1)
|
49
52
|
rspec-support (~> 3.12.0)
|
50
53
|
rspec-expectations (3.12.2)
|
51
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
52
55
|
rspec-support (~> 3.12.0)
|
53
|
-
rspec-mocks (3.12.
|
56
|
+
rspec-mocks (3.12.3)
|
54
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
58
|
rspec-support (~> 3.12.0)
|
56
59
|
rspec-support (3.12.0)
|
57
|
-
rubocop (1.
|
60
|
+
rubocop (1.44.1)
|
58
61
|
json (~> 2.3)
|
59
62
|
parallel (~> 1.10)
|
60
|
-
parser (>= 3.
|
63
|
+
parser (>= 3.2.0.0)
|
61
64
|
rainbow (>= 2.2.2, < 4.0)
|
62
65
|
regexp_parser (>= 1.8, < 3.0)
|
63
66
|
rexml (>= 3.2.5, < 4.0)
|
64
67
|
rubocop-ast (>= 1.24.1, < 2.0)
|
65
68
|
ruby-progressbar (~> 1.7)
|
66
|
-
unicode-display_width (>=
|
67
|
-
rubocop-ast (1.
|
68
|
-
parser (>= 3.
|
69
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
70
|
+
rubocop-ast (1.26.0)
|
71
|
+
parser (>= 3.2.1.0)
|
72
|
+
rubocop-capybara (2.17.1)
|
73
|
+
rubocop (~> 1.41)
|
69
74
|
rubocop-performance (1.15.2)
|
70
75
|
rubocop (>= 1.7.0, < 2.0)
|
71
76
|
rubocop-ast (>= 0.4.0)
|
72
|
-
rubocop-rspec (2.
|
77
|
+
rubocop-rspec (2.18.1)
|
73
78
|
rubocop (~> 1.33)
|
79
|
+
rubocop-capybara (~> 2.17)
|
74
80
|
ruby-progressbar (1.11.0)
|
75
81
|
ruby2_keywords (0.0.5)
|
76
82
|
simplecov (0.22.0)
|
@@ -79,23 +85,24 @@ GEM
|
|
79
85
|
simplecov_json_formatter (~> 0.1)
|
80
86
|
simplecov-html (0.12.3)
|
81
87
|
simplecov_json_formatter (0.1.4)
|
82
|
-
standard (1.
|
88
|
+
standard (1.24.3)
|
83
89
|
language_server-protocol (~> 3.17.0.2)
|
84
|
-
rubocop (= 1.
|
90
|
+
rubocop (= 1.44.1)
|
85
91
|
rubocop-performance (= 1.15.2)
|
86
|
-
tzinfo (2.0.
|
92
|
+
tzinfo (2.0.6)
|
87
93
|
concurrent-ruby (~> 1.0)
|
88
94
|
unicode-display_width (2.4.2)
|
89
95
|
webmock (3.18.1)
|
90
96
|
addressable (>= 2.8.0)
|
91
97
|
crack (>= 0.3.2)
|
92
98
|
hashdiff (>= 0.4.0, < 2.0.0)
|
93
|
-
zeitwerk (2.6.
|
99
|
+
zeitwerk (2.6.7)
|
94
100
|
|
95
101
|
PLATFORMS
|
96
102
|
x86_64-darwin-19
|
97
103
|
x86_64-darwin-20
|
98
104
|
x86_64-darwin-21
|
105
|
+
x86_64-darwin-22
|
99
106
|
x86_64-linux
|
100
107
|
|
101
108
|
DEPENDENCIES
|
data/globus_client.gemspec
CHANGED
@@ -65,11 +65,20 @@ class GlobusClient
|
|
65
65
|
attr_reader :config, :path, :user_id
|
66
66
|
|
67
67
|
def connection
|
68
|
-
#
|
68
|
+
# faraday/retry is used here to catch Faraday::ConnectionFailed exceptions
|
69
|
+
# see: https://github.com/sul-dlss/happy-heron/issues/3008
|
69
70
|
@connection ||= Faraday.new(
|
70
71
|
url: config.transfer_url,
|
71
72
|
headers: {Authorization: "Bearer #{config.token}"}
|
72
|
-
)
|
73
|
+
) do |faraday|
|
74
|
+
faraday.request :retry, {
|
75
|
+
max: 10,
|
76
|
+
interval: 0.05,
|
77
|
+
interval_randomness: 0.5,
|
78
|
+
backoff_factor: 2,
|
79
|
+
exceptions: Faraday::Retry::Middleware::DEFAULT_EXCEPTIONS + [Faraday::ConnectionFailed]
|
80
|
+
}
|
81
|
+
end
|
73
82
|
end
|
74
83
|
|
75
84
|
def globus_identity_id
|
@@ -3,7 +3,7 @@
|
|
3
3
|
class GlobusClient
|
4
4
|
# Wraps API operations to request new access token if expired
|
5
5
|
class TokenWrapper
|
6
|
-
def self.refresh(config
|
6
|
+
def self.refresh(config)
|
7
7
|
yield
|
8
8
|
rescue UnexpectedResponse::UnauthorizedError
|
9
9
|
config.token = Authenticator.token(config.client_id, config.client_secret, config.auth_url)
|
data/lib/globus_client.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: globus_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Collier
|
8
8
|
- Laura Wrubel
|
9
9
|
- Mike Giarlo
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2023-01
|
13
|
+
date: 2023-03-01 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -46,6 +46,20 @@ dependencies:
|
|
46
46
|
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: faraday-retry
|
51
|
+
requirement: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
56
|
+
type: :runtime
|
57
|
+
prerelease: false
|
58
|
+
version_requirements: !ruby/object:Gem::Requirement
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '0'
|
49
63
|
- !ruby/object:Gem::Dependency
|
50
64
|
name: zeitwerk
|
51
65
|
requirement: !ruby/object:Gem::Requirement
|
@@ -180,7 +194,7 @@ metadata:
|
|
180
194
|
source_code_uri: https://github.com/sul-dlss/globus_client
|
181
195
|
changelog_uri: https://github.com/sul-dlss/globus_client/releases
|
182
196
|
rubygems_mfa_required: 'true'
|
183
|
-
post_install_message:
|
197
|
+
post_install_message:
|
184
198
|
rdoc_options: []
|
185
199
|
require_paths:
|
186
200
|
- lib
|
@@ -195,8 +209,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
209
|
- !ruby/object:Gem::Version
|
196
210
|
version: '0'
|
197
211
|
requirements: []
|
198
|
-
rubygems_version: 3.
|
199
|
-
signing_key:
|
212
|
+
rubygems_version: 3.4.6
|
213
|
+
signing_key:
|
200
214
|
specification_version: 4
|
201
215
|
summary: Interface for interacting with the Globus API.
|
202
216
|
test_files: []
|