gitlab_quality-test_tooling 2.15.3 → 2.16.1
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: 8d4287c990a56b7a1f4c008c603bbef7c18870eafcca90efce10f78283b1b00d
|
4
|
+
data.tar.gz: c21e64acec896cb30bfb58940a0b0f0970bea0c263abb26dfcaf9f4af5c05dcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa9ab14084eed5ba92413f0d41e913c58cf768d880c173947145ec77f901c562ad1c2076572fd301dfe2e0c0748868537a52f2fd6c178eac6b4454a08c766cfa
|
7
|
+
data.tar.gz: d4bd76683ac1f52b433a48a897f58093ec3bae18ad849cca0f72fcebe2c6e386d2f6754a5205e2b9c4ae936bcc6a2089d37cbd864dfd956f04ccd7c57621fa3c
|
data/Gemfile.lock
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gitlab_quality-test_tooling (2.
|
4
|
+
gitlab_quality-test_tooling (2.16.1)
|
5
5
|
activesupport (>= 7.0, < 7.3)
|
6
6
|
amatch (~> 0.4.1)
|
7
7
|
fog-google (~> 1.24, >= 1.24.1)
|
8
|
-
gitlab (>= 4.19, <
|
8
|
+
gitlab (>= 4.19, < 7.0)
|
9
9
|
http (~> 5.0)
|
10
10
|
influxdb-client (~> 3.1)
|
11
11
|
nokogiri (~> 1.10)
|
@@ -16,7 +16,7 @@ module GitlabQuality
|
|
16
16
|
NEW_ISSUE_LABELS = Set.new(['type::maintenance', 'priority::3', 'severity::3', *IDENTITY_LABELS]).freeze
|
17
17
|
REPORT_SECTION_HEADER = '### Flakiness reports'
|
18
18
|
REPORTS_DOCUMENTATION = <<~DOC
|
19
|
-
Flaky tests were detected. Please refer to the [Flaky tests reproducibility instructions](https://docs.gitlab.com/
|
19
|
+
Flaky tests were detected. Please refer to the [Flaky tests reproducibility instructions](https://docs.gitlab.com/development/testing_guide/unhealthy_tests/#how-to-reproduce-a-flaky-test-locally)
|
20
20
|
to learn more about how to reproduce them.
|
21
21
|
DOC
|
22
22
|
|
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.
|
4
|
+
version: 2.16.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: 2025-07-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: climate_control
|
@@ -263,7 +263,7 @@ dependencies:
|
|
263
263
|
version: '4.19'
|
264
264
|
- - "<"
|
265
265
|
- !ruby/object:Gem::Version
|
266
|
-
version: '
|
266
|
+
version: '7.0'
|
267
267
|
type: :runtime
|
268
268
|
prerelease: false
|
269
269
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -273,7 +273,7 @@ dependencies:
|
|
273
273
|
version: '4.19'
|
274
274
|
- - "<"
|
275
275
|
- !ruby/object:Gem::Version
|
276
|
-
version: '
|
276
|
+
version: '7.0'
|
277
277
|
- !ruby/object:Gem::Dependency
|
278
278
|
name: http
|
279
279
|
requirement: !ruby/object:Gem::Requirement
|