gitlab-kas-grpc 17.6.2 → 17.7.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cd10e6ac9d99a5b53e212c25dba06a42a5d9e09ae6813a14abdf52afbfe39fa
|
4
|
+
data.tar.gz: b533261f72121b5ce3d2d50d48640992a9344c2afcdcf077d6e99163f9b6cd76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44e9111c1b874e32035fc59794c5391c631fbb164d2dc6db2b2a4f52502767c0250a8d19b7c51e10eac3020684fbf26f647f7c5447a91eb348266ceb997d9883
|
7
|
+
data.tar.gz: 4049504f0c0e28c6210aeaf117b84c9c9a745446f35c576eab238ef64a6fbbf938285bb1bdc2f268e7043a5e6c22ec54b7d3319a4b3b542888f3630847c91e06
|
@@ -5,12 +5,13 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x1b\x62uf/validate/validate.proto\x12\x0c\x62uf.
|
8
|
+
descriptor_data = "\n\x1b\x62uf/validate/validate.proto\x12\x0c\x62uf.validate\"\x18\n\x0bStringRules*\t\x08\xe8\x07\x10\x80\x80\x80\x80\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
pool.add_serialized_file(descriptor_data)
|
12
12
|
|
13
13
|
module Buf
|
14
14
|
module Validate
|
15
|
+
StringRules = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("buf.validate.StringRules").msgclass
|
15
16
|
end
|
16
17
|
end
|
data/lib/gitlab-kas-grpc.rb
CHANGED
@@ -1,5 +1,10 @@
|
|
1
|
-
require 'internal/module/
|
1
|
+
require 'internal/module/agent_tracker/agent_tracker_pb'
|
2
2
|
require 'internal/module/agent_tracker/rpc/rpc_services_pb'
|
3
|
-
require 'internal/module/configuration_project/rpc/rpc_services_pb'
|
4
3
|
require 'internal/module/autoflow/rpc/rpc_services_pb'
|
4
|
+
require 'internal/module/configuration_project/rpc/rpc_services_pb'
|
5
5
|
require 'internal/module/notifications/rpc/rpc_services_pb'
|
6
|
+
require 'internal/module/server_info/rpc/rpc_services_pb'
|
7
|
+
require 'internal/module/server_info/server_info_pb'
|
8
|
+
require 'pkg/constraint/constraint_pb'
|
9
|
+
require 'pkg/entity/entity_pb'
|
10
|
+
require 'pkg/event/event_pb'
|
@@ -8,7 +8,7 @@ require 'buf/validate/validate_pb'
|
|
8
8
|
require 'pkg/event/event_pb'
|
9
9
|
|
10
10
|
|
11
|
-
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x15pkg/event/event.proto\"\
|
11
|
+
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x15pkg/event/event.proto\"\xb2\x02\n\x11\x43loudEventRequest\x12<\n\x05\x65vent\x18\x01 \x01(\x0b\x32\x1e.gitlab.agent.event.CloudEventB\x06\xbaH\x03\xc8\x01\x01R\x05\x65vent\x12\x46\n\x0c\x66low_project\x18\x02 \x01(\x0b\x32\x1b.gitlab.agent.event.ProjectB\x06\xbaH\x03\xc8\x01\x01R\x0b\x66lowProject\x12Y\n\tvariables\x18\x03 \x03(\x0b\x32;.gitlab.agent.autoflow.rpc.CloudEventRequest.VariablesEntryR\tvariables\x1a<\n\x0eVariablesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x14\n\x12\x43loudEventResponse2w\n\x08\x41utoFlow\x12k\n\nCloudEvent\x12,.gitlab.agent.autoflow.rpc.CloudEventRequest\x1a-.gitlab.agent.autoflow.rpc.CloudEventResponse\"\x00\x42xZWgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17/internal/module/autoflow/rpc\xea\x02\x1cGitlab::Agent::AutoFlow::Rpcb\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
pool.add_serialized_file(descriptor_data)
|
@@ -4,11 +4,12 @@
|
|
4
4
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
|
+
require 'pkg/constraint/constraint_pb'
|
7
8
|
require 'buf/validate/validate_pb'
|
8
9
|
require 'pkg/entity/entity_pb'
|
9
10
|
|
10
11
|
|
11
|
-
descriptor_data = "\n3internal/module/configuration_project/rpc/rpc.proto\x12&gitlab.agent.configuration_project.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x17pkg/entity/entity.proto\"\xdd\x01\n\x1bListAgentConfigFilesRequest\x12M\n\nrepository\x18\x01 \x01(\x0b\x32%.gitlab.agent.entity.GitalyRepositoryB\x06\xbaH\x03\xc8\x01\x01R\nrepository\x12H\n\x0bgitaly_info\x18\x02 \x01(\x0b\x32\x1f.gitlab.agent.entity.GitalyInfoB\x06\xbaH\x03\xc8\x01\x01R\ngitalyInfo\x12%\n\x0e\x64\x65\x66\x61ult_branch\x18\x03 \x01(\tR\rdefaultBranch\"{\n\x1cListAgentConfigFilesResponse\x12[\n\x0c\x63onfig_files\x18\x01 \x03(\x0b\x32\x37.gitlab.agent.configuration_project.rpc.AgentConfigFileR\x0c\x63onfig_files\"
|
12
|
+
descriptor_data = "\n3internal/module/configuration_project/rpc/rpc.proto\x12&gitlab.agent.configuration_project.rpc\x1a\x1fpkg/constraint/constraint.proto\x1a\x1b\x62uf/validate/validate.proto\x1a\x17pkg/entity/entity.proto\"\xdd\x01\n\x1bListAgentConfigFilesRequest\x12M\n\nrepository\x18\x01 \x01(\x0b\x32%.gitlab.agent.entity.GitalyRepositoryB\x06\xbaH\x03\xc8\x01\x01R\nrepository\x12H\n\x0bgitaly_info\x18\x02 \x01(\x0b\x32\x1f.gitlab.agent.entity.GitalyInfoB\x06\xbaH\x03\xc8\x01\x01R\ngitalyInfo\x12%\n\x0e\x64\x65\x66\x61ult_branch\x18\x03 \x01(\tR\rdefaultBranch\"{\n\x1cListAgentConfigFilesResponse\x12[\n\x0c\x63onfig_files\x18\x01 \x03(\x0b\x32\x37.gitlab.agent.configuration_project.rpc.AgentConfigFileR\x0c\x63onfig_files\"P\n\x0f\x41gentConfigFile\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12)\n\nagent_name\x18\x02 \x01(\tB\t\xbaH\x06r\x04\xd0\x9e^\x01R\nagent_name2\xbc\x01\n\x14\x43onfigurationProject\x12\xa3\x01\n\x14ListAgentConfigFiles\x12\x43.gitlab.agent.configuration_project.rpc.ListAgentConfigFilesRequest\x1a\x44.gitlab.agent.configuration_project.rpc.ListAgentConfigFilesResponse\"\x00\x42\x66Zdgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17/internal/module/configuration_project/rpcb\x06proto3"
|
12
13
|
|
13
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
15
|
pool.add_serialized_file(descriptor_data)
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: pkg/constraint/constraint.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require 'buf/validate/validate_pb'
|
8
|
+
|
9
|
+
|
10
|
+
descriptor_data = "\n\x1fpkg/constraint/constraint.proto\x12\x17gitlab.agent.constraint\x1a\x1b\x62uf/validate/validate.proto:\xac\x01\n\ris_agent_name\x12\x19.buf.validate.StringRules\x18\xea\xe3\x0b \x01(\x08\x42k\xc2Hh\nf\n\x14string.is_agent_name\x12\x12invalid agent name\x1a:!rule || this.matches(\'^[a-z0-9](?:[-a-z0-9]*[a-z0-9])?$\')R\x0bisAgentNameBKZIgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v17/pkg/constraintb\x08\x65\x64itionsp\xe8\x07"
|
11
|
+
|
12
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
14
|
+
|
15
|
+
module Gitlab
|
16
|
+
module Agent
|
17
|
+
module Constraint
|
18
|
+
end
|
19
|
+
end
|
20
|
+
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: 17.
|
4
|
+
version: 17.7.0
|
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: 2024-12-
|
13
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: grpc
|
@@ -49,6 +49,7 @@ files:
|
|
49
49
|
- lib/internal/module/server_info/rpc/rpc_pb.rb
|
50
50
|
- lib/internal/module/server_info/rpc/rpc_services_pb.rb
|
51
51
|
- lib/internal/module/server_info/server_info_pb.rb
|
52
|
+
- lib/pkg/constraint/constraint_pb.rb
|
52
53
|
- lib/pkg/entity/entity_pb.rb
|
53
54
|
- lib/pkg/event/event_pb.rb
|
54
55
|
- lib/version.rb
|