gitlab-labkit 0.33.0 → 0.35.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 +4 -4
- data/.gitlab-ci.yml +1 -2
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/README.md +5 -1
- data/gitlab-labkit.gemspec +2 -2
- metadata +17 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93345552c013b93d13d6f87e2160c737489e75ccdb63ba1638cd22a8c92508a1
|
|
4
|
+
data.tar.gz: e55c8ec4d4d17a9d207b3b0ff9af27b92821d6b7210a304a192e120a07c19141
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97c4077db5b62456809cb9fea6850d6e4977cbcd0979562d704eb6ef55eb8aca3fce2ecf6a89beb7d496f8c88b94c46e1a00cd9b06b6b5591255cb0158601b8a
|
|
7
|
+
data.tar.gz: 9c91a4e8e5c36fbbd9f65587ff00f756a5112adb8b1c8d22cf4a9401dac8b7c8628bf2b294afa19bb03eac247d9f5ccdd3a32bfae23ad7300c3eb78cb6681b15
|
data/.gitlab-ci.yml
CHANGED
|
@@ -26,7 +26,7 @@ ruby:
|
|
|
26
26
|
<<: *test_definition
|
|
27
27
|
parallel:
|
|
28
28
|
matrix:
|
|
29
|
-
- RUBY_VERSION: ["
|
|
29
|
+
- RUBY_VERSION: ["3.0", "3.1", "3.2"]
|
|
30
30
|
|
|
31
31
|
static-analysis:
|
|
32
32
|
before_script:
|
|
@@ -35,7 +35,6 @@ static-analysis:
|
|
|
35
35
|
- rake verify
|
|
36
36
|
|
|
37
37
|
danger-review:
|
|
38
|
-
image: ruby:3.0
|
|
39
38
|
stage: test
|
|
40
39
|
except:
|
|
41
40
|
- tags
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.1.4
|
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 2.
|
|
1
|
+
ruby 3.1.4 3.2.2
|
data/README.md
CHANGED
|
@@ -66,7 +66,11 @@ it from the
|
|
|
66
66
|
|
|
67
67
|
A new changelog will automatically be added to the release on Gitlab.
|
|
68
68
|
|
|
69
|
-
The new version will automatically be published to
|
|
69
|
+
The new version will automatically be published to `gitlab-labkit` on
|
|
70
70
|
[rubygems](https://rubygems.org/gems/gitlab-labkit) when the pipeline
|
|
71
71
|
for the tag completes. It might take a few minutes before the update
|
|
72
72
|
is available.
|
|
73
|
+
|
|
74
|
+
A gem called [`labkit-ruby`](https://rubygems.org/gems/labkit-ruby) is
|
|
75
|
+
also published to RubyGems.org as a placeholder. The same bot that
|
|
76
|
+
pushes this gem has access.
|
data/gitlab-labkit.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "Instrumentation for GitLab"
|
|
13
13
|
spec.homepage = "https://gitlab.com/gitlab-org/labkit-ruby"
|
|
14
|
-
spec.metadata = { "source_code_uri" => "https://gitlab.com/gitlab-org/labkit-ruby" }
|
|
14
|
+
spec.metadata = { "source_code_uri" => "https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby" }
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|tools)/}) }
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.add_runtime_dependency "grpc", ">= 1.37" # Be sure to update the "grpc-tools" dev_dependency too
|
|
25
25
|
spec.add_runtime_dependency "jaeger-client", "~> 1.1.0"
|
|
26
26
|
spec.add_runtime_dependency "opentracing", "~> 0.4"
|
|
27
|
-
spec.add_runtime_dependency "pg_query", "
|
|
27
|
+
spec.add_runtime_dependency "pg_query", ">= 4.2.3", "< 6.0"
|
|
28
28
|
spec.add_runtime_dependency "redis", ">3.0.0", "<6.0.0"
|
|
29
29
|
|
|
30
30
|
# Please maintain alphabetical order for dev dependencies
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-labkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Newdigate
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|
|
@@ -96,16 +96,22 @@ dependencies:
|
|
|
96
96
|
name: pg_query
|
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
|
98
98
|
requirements:
|
|
99
|
-
- - "
|
|
99
|
+
- - ">="
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: 4.2.3
|
|
102
|
+
- - "<"
|
|
100
103
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
104
|
+
version: '6.0'
|
|
102
105
|
type: :runtime
|
|
103
106
|
prerelease: false
|
|
104
107
|
version_requirements: !ruby/object:Gem::Requirement
|
|
105
108
|
requirements:
|
|
106
|
-
- - "
|
|
109
|
+
- - ">="
|
|
110
|
+
- !ruby/object:Gem::Version
|
|
111
|
+
version: 4.2.3
|
|
112
|
+
- - "<"
|
|
107
113
|
- !ruby/object:Gem::Version
|
|
108
|
-
version:
|
|
114
|
+
version: '6.0'
|
|
109
115
|
- !ruby/object:Gem::Dependency
|
|
110
116
|
name: redis
|
|
111
117
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -356,7 +362,7 @@ dependencies:
|
|
|
356
362
|
- - "~>"
|
|
357
363
|
- !ruby/object:Gem::Version
|
|
358
364
|
version: 1.7.0
|
|
359
|
-
description:
|
|
365
|
+
description:
|
|
360
366
|
email:
|
|
361
367
|
- andrew@gitlab.com
|
|
362
368
|
executables: []
|
|
@@ -446,8 +452,8 @@ homepage: https://gitlab.com/gitlab-org/labkit-ruby
|
|
|
446
452
|
licenses:
|
|
447
453
|
- MIT
|
|
448
454
|
metadata:
|
|
449
|
-
source_code_uri: https://gitlab.com/gitlab-org/labkit-ruby
|
|
450
|
-
post_install_message:
|
|
455
|
+
source_code_uri: https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby
|
|
456
|
+
post_install_message:
|
|
451
457
|
rdoc_options: []
|
|
452
458
|
require_paths:
|
|
453
459
|
- lib
|
|
@@ -463,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
463
469
|
version: '0'
|
|
464
470
|
requirements: []
|
|
465
471
|
rubygems_version: 3.3.26
|
|
466
|
-
signing_key:
|
|
472
|
+
signing_key:
|
|
467
473
|
specification_version: 4
|
|
468
474
|
summary: Instrumentation for GitLab
|
|
469
475
|
test_files: []
|