gitlab-kas-grpc 18.8.3 → 18.9.0.pre.rc42
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/lib/gitlab-kas-grpc.rb +14 -2
- data/lib/pkg/entity/runnerc/runnerc_pb.rb +23 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 510e166e3bcb8b33aa000d1e4512b2aa38c25873c32c6dd55a3434ab68c4aebf
|
|
4
|
+
data.tar.gz: 3e6b377401c77e51f9fcc6e3ca4e46621f900d9782a090c8e98070e177ad1782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fa0ed2a36f2a89b095afd41ab44e6e5e4d67e4f45919c498f500e94dedb93478326415255dfd1a4ec5b8d5d543890b343ff77eaf62ca4370a362ea0aaabede5
|
|
7
|
+
data.tar.gz: '090df9227adf21ea8f1aa7cf6c30bed84ffe898922ce716056b58a282cf58f4b7cfa7c6dc02eb41a21b4bdb96d2ed3c309952d17ec42cc7c546abb4c386513c2'
|
data/lib/gitlab-kas-grpc.rb
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# DO NOT EDIT - This file is auto-generated
|
|
4
|
+
#
|
|
5
|
+
# This file is automatically generated by the Bazel build system.
|
|
6
|
+
# To update this file, modify the PROTO and RPC arrays in pkg/ruby/BUILD.bazel
|
|
7
|
+
# and run: bazel run //pkg/ruby:extract_generated
|
|
8
|
+
#
|
|
9
|
+
# Source: pkg/ruby/grpc_loader.bzl
|
|
10
|
+
|
|
1
11
|
require 'internal/module/agent_tracker/agent_tracker_pb'
|
|
2
12
|
require 'internal/module/agent_tracker/rpc/rpc_services_pb'
|
|
3
13
|
require 'internal/module/autoflow/rpc/rpc_services_pb'
|
|
4
14
|
require 'internal/module/configuration_project/rpc/rpc_services_pb'
|
|
5
|
-
require 'internal/module/
|
|
15
|
+
require 'internal/module/managed_resources/managed_resources_pb'
|
|
6
16
|
require 'internal/module/managed_resources/rpc/rpc_services_pb'
|
|
17
|
+
require 'internal/module/notifications/rpc/rpc_services_pb'
|
|
7
18
|
require 'internal/module/server_info/rpc/rpc_services_pb'
|
|
8
19
|
require 'internal/module/server_info/server_info_pb'
|
|
9
20
|
require 'pkg/constraint/constraint_pb'
|
|
10
|
-
require 'pkg/entity/entity_pb'
|
|
11
21
|
require 'pkg/entity/agentk/agentk_pb'
|
|
12
22
|
require 'pkg/entity/agentw/agentw_pb'
|
|
23
|
+
require 'pkg/entity/entity_pb'
|
|
24
|
+
require 'pkg/entity/runnerc/runnerc_pb'
|
|
13
25
|
require 'pkg/event/event_pb'
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: pkg/entity/runnerc/runnerc.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'buf/validate/validate_pb'
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
descriptor_data = "\n pkg/entity/runnerc/runnerc.proto\x12\x1bgitlab.agent.entity.runnerc\x1a\x1b\x62uf/validate/validate.proto\"\xcd\x02\n\x04Meta\x12!\n\x07version\x18\x01 \x01(\tB\x07\xbaH\x04r\x02(2R\x07version\x12\"\n\x07git_ref\x18\x02 \x01(\tB\x08\xbaH\x05r\x03(\xff\x01R\x07git_ref\x12\x86\x01\n\x14\x65xtra_telemetry_data\x18\x03 \x03(\x0b\x32\x39.gitlab.agent.entity.runnerc.Meta.ExtraTelemetryDataEntryB\x17\xbaH\x14\x9a\x01\x11\x10\x08\"\x06r\x04\x10\x03\x18@*\x05r\x03\x18\xff\x01R\x14\x65xtra_telemetry_data\x12.\n\x0c\x61rchitecture\x18\x04 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x0c\x61rchitecture\x1a\x45\n\x17\x45xtraTelemetryDataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42OZMgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v18/pkg/entity/runnercb\x06proto3"
|
|
11
|
+
|
|
12
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
|
14
|
+
|
|
15
|
+
module Gitlab
|
|
16
|
+
module Agent
|
|
17
|
+
module Entity
|
|
18
|
+
module Runnerc
|
|
19
|
+
Meta = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.entity.runnerc.Meta").msgclass
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-kas-grpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.
|
|
4
|
+
version: 18.9.0.pre.rc42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tiger Watson
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-02-
|
|
13
|
+
date: 2026-02-17 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: grpc
|
|
@@ -56,6 +56,7 @@ files:
|
|
|
56
56
|
- lib/pkg/entity/agentk/agentk_pb.rb
|
|
57
57
|
- lib/pkg/entity/agentw/agentw_pb.rb
|
|
58
58
|
- lib/pkg/entity/entity_pb.rb
|
|
59
|
+
- lib/pkg/entity/runnerc/runnerc_pb.rb
|
|
59
60
|
- lib/pkg/event/event_pb.rb
|
|
60
61
|
- lib/version.rb
|
|
61
62
|
homepage: https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent
|