gitlab-kas-grpc 17.7.0.pre.rc30 → 17.7.0.pre.rc31
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: dc7161f56af3cf59c07d59ff65a4cc9e2b8d714ddf8adacb156eb2aff45fd9c6
|
4
|
+
data.tar.gz: 10879c32802a8063f6e320e11afc27ddbf9d1baef48cde7424536acf3f7a86d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba88e147a2c476a40922ba9f5f7c59c0cd9b2cd542bfbf418a25014b511263d49ef5b5406f594be1c2e7711c52f69e5e15faf66225cdf3d53e107c6a52113991
|
7
|
+
data.tar.gz: 5a05f510c226811ab0bbd57beeedfbe847216830e59f818981fb7331e52b9c627fee6483d7e99298f0ee3789c616d69a3a35d1d85d9ab7e971f2e2379168be3f
|
@@ -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.7.0.pre.
|
4
|
+
version: 17.7.0.pre.rc31
|
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-16 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
|