gitlab-qa 14.0.0 → 14.0.1

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: 296696cc4a2e892c0c0eafc9c9d232cc799dd3534cd23fe34beae8f969d0b227
4
- data.tar.gz: ea82d82c938d228313bb5700fb16a951bc33608c4f1dcd45954eceaf7a5d23ce
3
+ metadata.gz: 4e82e5e8777aac74ac46ccdc60d9fdc8df5c4136523c92d8f5fd88ab21f25c86
4
+ data.tar.gz: 5c6e6cff8abd9abe2b8442e9d41718a6f5af17ce01b70770e075490d8d0d8ca9
5
5
  SHA512:
6
- metadata.gz: 97f8137c03e3221e68fc65e2191ab8c381be781af2f6a1410c6eaa8a87ef1f2107ca1151d2ec35c14efc1b772f10d0c7109877086c3c12d6005b5226990728ed
7
- data.tar.gz: 9706b1eecc0324864aa40e0a64ea6ea8c07fdbc65fca77562131e65607244d8151438817db90490ed9730913ee03555ffb16648e81d5530d208db321c2647e1a
6
+ metadata.gz: f89a050668380aea6fe6032eedd280f4a51b6163c920f31d4fecd4596b3a7a077f037ef6196d7a8e86f77c1df56c80f4e80ea9857b81c74573bdad79c05a9d1e
7
+ data.tar.gz: b2ec3b5c597de4d3fcdb320e4351c3df2d6f4fb62916479f03005a9680d79250defaa331dd14deea03d657384cf05a1a16909463493fe3600d7e3df87690c0a3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab-qa (14.0.0)
4
+ gitlab-qa (14.0.1)
5
5
  activesupport (>= 6.1, < 7.2)
6
6
  gitlab (~> 4.19)
7
7
  http (~> 5.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module QA
5
- VERSION = '14.0.0'
5
+ VERSION = '14.0.1'
6
6
  end
7
7
  end
@@ -37,7 +37,7 @@ class CodeSuggestionsSetup
37
37
  max_attempts = 3
38
38
  attempts = 0
39
39
 
40
- until (tokens = ::Ai::ServiceAccessToken.active.count)&.positive? || attempts == max_attempts
40
+ until (tokens = ::CloudConnector::ServiceAccessToken.active.count)&.positive? || attempts == max_attempts
41
41
  puts 'Attempting to verify access token exists...'
42
42
  attempts += 1
43
43
  sleep 30
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.0
4
+ version: 14.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control