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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0720164ed6325cfbaf5c3215080aaf194bbcc20020b437840a1e9d5974fe880
|
4
|
+
data.tar.gz: 5098d8f08130ecbefd7fc2852bc9ba4cff0fc3770cb4979fbc8c6db0c62a57df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ef109bdc94555e048f1384b7a3c36a98b48a449c4072ba7ec3675982dce3da51673e7160d07ae5bf2c3ae3923c62fffbef74ca776ae30494d275de473ecad51
|
7
|
+
data.tar.gz: 16b6ebcf6f1ef1bd914b9391370ffb1fedf63aa2461900575e7b86b33e806ea5fa68a0cf0d67a635c34b7a9d4d6f40fb8a7a9a08beb0b857f17ea307a510370d
|
data/Gemfile.lock
CHANGED
@@ -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
|
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.
|
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-
|
11
|
+
date: 2025-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: climate_control
|