gitlab_quality-test_tooling 2.15.1 → 2.15.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: ba9f3409f8cfe77292caed5e2bd58e6756100c90b3215c1ed2c7d2137f84da39
4
- data.tar.gz: c9579ca26e01aca5a5ee47df8592bd2b34939e1d0013a3234fcb8ea1f4a8d78f
3
+ metadata.gz: b0720164ed6325cfbaf5c3215080aaf194bbcc20020b437840a1e9d5974fe880
4
+ data.tar.gz: 5098d8f08130ecbefd7fc2852bc9ba4cff0fc3770cb4979fbc8c6db0c62a57df
5
5
  SHA512:
6
- metadata.gz: 5d3d13560d53a637ad0e65729d909471cbcd9333ac39244fa82bc674d2588bef9ddda33b90ea00a441b6c1c0e1e7cf37b70431713fa77d35b3163c8486bbeb5c
7
- data.tar.gz: 100e1145377cfb339ed8e25f3029c65d11ae9f1488135477edcbca2e5e145ed354c81875b8052213054ceca6d51f1fcfb87593be1546d6e133a3724b940ddc2a
6
+ metadata.gz: 7ef109bdc94555e048f1384b7a3c36a98b48a449c4072ba7ec3675982dce3da51673e7160d07ae5bf2c3ae3923c62fffbef74ca776ae30494d275de473ecad51
7
+ data.tar.gz: 16b6ebcf6f1ef1bd914b9391370ffb1fedf63aa2461900575e7b86b33e806ea5fa68a0cf0d67a635c34b7a9d4d6f40fb8a7a9a08beb0b857f17ea307a510370d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (2.15.1)
4
+ gitlab_quality-test_tooling (2.15.2)
5
5
  activesupport (>= 7.0, < 7.3)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -30,6 +30,7 @@ module GitlabQuality
30
30
  # Map commits to security fork (gitlab-org/security/gitlab) for gitlab-org/gitlab since security patches exist
31
31
  # there before being released to the public repository
32
32
  DIFF_PROJECT_MAPPINGS = {
33
+ 'gitlab-org/quality/e2e-test-issues' => 'gitlab-org/security/gitlab',
33
34
  'gitlab-org/gitlab' => 'gitlab-org/security/gitlab',
34
35
  'gitlab-org/customers-gitlab-com' => 'gitlab-org/customers-gitlab-com'
35
36
  }.freeze
@@ -115,7 +115,7 @@ module GitlabQuality
115
115
  end
116
116
 
117
117
  def file_base_url
118
- @file_base_url ||= "https://gitlab.com/#{project}/-/blob/#{ref}/"
118
+ @file_base_url ||= "https://gitlab.com/#{project == 'gitlab-org/quality/e2e-test-issues' ? 'gitlab-org/gitlab' : project}/-/blob/#{ref}/"
119
119
  end
120
120
 
121
121
  def test_file_link
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "2.15.1"
5
+ VERSION = "2.15.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_quality-test_tooling
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.1
4
+ version: 2.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-30 00:00:00.000000000 Z
11
+ date: 2025-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control