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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6358a99fbbffd427e08eb0d8fa81eb1b094d91967391b1dbfe9991f8ef754c2
|
|
4
|
+
data.tar.gz: baaab01155aba0a2a897d419036fa4bba9db8afec7e0138e71e1c78296a2e56a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 111fdd1f23adf766111ebbf0b31190f994f941f15fd4263cb2c9784307891cd34cc39a26636e9eccd6134651ab416396affeb6284bae584d6f6f23d3cf2d5d53
|
|
7
|
+
data.tar.gz: 03aaff6cbb173014e5c47373c0af889b2d86ceaf4ebaeb86c7e8ec92774864fac3adc914e3a11b4d1f76176c86b966e12910c78f852954d2b1650b980427a9eb
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
11
|
+
date: 2026-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: climate_control
|