gitlab_quality-test_tooling 3.19.1 → 3.20.0

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: 5fb5356dd9a684e76ccf4de875f66d77ee818bef86d1cd9792eb8db9d688cfe9
4
- data.tar.gz: 75e5afd55644a124fbf09f4fe0edd8f298fb2614f54dd0884a8a18002d2fe6d8
3
+ metadata.gz: 2f7e83ddaa6db599e9128b50b56e987c98e9919d5cc2f8d4dd5ce6a51f2addca
4
+ data.tar.gz: 8b6cf47b91ac6c0f4a6c9c7703b4d17e7f476bae38f01c30c91f9e002b603fca
5
5
  SHA512:
6
- metadata.gz: 35ff364a8fbbd437bef5e94a6bedccf66b8288965fd6c136ce6c21baa3d9052ac44281e54dd3a11eb92dae156f6e9e123756fa526ddb24fd39c00450b1d7187e
7
- data.tar.gz: 1de79819dcb8aadf7ef3994f54387008ff9d1e15ea4a0b0590caebe9cf2af99a2821dcc7008b7bff5b2df9da69d4103622624983ce7434272ec2e5663c1e6695
6
+ metadata.gz: 6298bc51479288ff771664b155b9fd7a8db6c34e60747fc7bb13a49c925019d551664d2dff31a2174b9e95f477d086d05b47051d4ef4ec5e475598724e3dbfbd
7
+ data.tar.gz: 9442f75fc352fa6005b92b351a999ca739deaeff20d468bcaaa180ed7aa619fbbfe6005960ac52d6b92b00523bd0e3f18851b897ecf64efcdab98b04280c65d0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (3.19.1)
4
+ gitlab_quality-test_tooling (3.20.0)
5
5
  activesupport (>= 7.0)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -14,7 +14,7 @@
14
14
  -- Parameter substitution uses {name} braces, replaced via gsub in
15
15
  -- TestHealthScoreSnapshotter#build_sql after each value passes a regex check:
16
16
  -- {snapshot_date} : the date stamp for this run, e.g. '2026-05-07'
17
- -- {pillar} : quarantine | slow (names the view and tags the rows)
17
+ -- {pillar} : quarantine | slow | flaky (names the view and tags the rows)
18
18
  INSERT INTO code_coverage.test_health_score_history
19
19
  (snapshot_date, level, `group`, stage, section, pillar, score, rag_status, formula_version, factors)
20
20
  SELECT
@@ -24,8 +24,7 @@ module GitlabQuality
24
24
 
25
25
  # One INSERT per pillar. The token names the view
26
26
  # (test_health_scores_<pillar>) and tags the row's `pillar` column.
27
- # Flaky is excluded until it is scored live.
28
- PILLARS = %w[quarantine slow].freeze
27
+ PILLARS = %w[quarantine slow flaky].freeze
29
28
 
30
29
  DATE_PATTERN = /\A\d{4}-\d{2}-\d{2}\z/
31
30
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "3.19.1"
5
+ VERSION = "3.20.0"
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: 3.19.1
4
+ version: 3.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-02 00:00:00.000000000 Z
11
+ date: 2026-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control