gitlab_quality-test_tooling 3.7.1 → 3.8.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: 0eb24e5b8b53d2478c3994cd26ca10425b01e0d7d31b51e125fedeb799d2b420
4
- data.tar.gz: 374324661a08dafc46f7b92cd63136878bbeca121f5c4293bec7b4bb22ef7b1e
3
+ metadata.gz: e6358a99fbbffd427e08eb0d8fa81eb1b094d91967391b1dbfe9991f8ef754c2
4
+ data.tar.gz: baaab01155aba0a2a897d419036fa4bba9db8afec7e0138e71e1c78296a2e56a
5
5
  SHA512:
6
- metadata.gz: 5803a5c51bdb252e3623379ef3fe0d791c344463ded48a47e568381a5014282f56d62e328b85cf7746940736130223585ced38a6a68747a47c83ae5fef7265df
7
- data.tar.gz: 63df90311f5de1f0906f46402299e156c596eea5f78bc466c258cd9bda8aff961b01fb73f415f9d5ea56320ae950759659e98d46fb8cdd1b8d51c71b44d51478
6
+ metadata.gz: 111fdd1f23adf766111ebbf0b31190f994f941f15fd4263cb2c9784307891cd34cc39a26636e9eccd6134651ab416396affeb6284bae584d6f6f23d3cf2d5d53
7
+ data.tar.gz: 03aaff6cbb173014e5c47373c0af889b2d86ceaf4ebaeb86c7e8ec92774864fac3adc914e3a11b4d1f76176c86b966e12910c78f852954d2b1650b980427a9eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (3.7.1)
4
+ gitlab_quality-test_tooling (3.8.0)
5
5
  activesupport (>= 7.0)
6
6
  amatch (~> 0.4.1)
7
7
  fog-google (~> 1.24, >= 1.24.1)
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'active_support/core_ext/object/deep_dup'
4
+
3
5
  require_relative 'table'
4
6
 
5
7
  module GitlabQuality
@@ -59,6 +61,13 @@ module GitlabQuality
59
61
  raise(MissingMappingError, "Feature category '#{feature_category_name}' not found in table '#{table_name}'")
60
62
  end
61
63
 
64
+ # Raw category owner data
65
+ #
66
+ # @return [Hash]
67
+ def owner_records
68
+ records.deep_dup
69
+ end
70
+
62
71
  private
63
72
 
64
73
  def records
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "3.7.1"
5
+ VERSION = "3.8.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.7.1
4
+ version: 3.8.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-02-10 00:00:00.000000000 Z
11
+ date: 2026-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control