gitlab-kas-grpc 19.1.0.pre.rc2 → 19.1.0.pre.rc3
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: 82d60d867c3ecd1ef4ba0185a2418238d8c5dab4eacc219fdc021167cde9d200
|
|
4
|
+
data.tar.gz: 21830ba83f69f3e692ceab5f75639070f3acaadff68091843e172865149be763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68c92311a2b55e0956251a7c06e07dec8b223414fedc46adde1bd11564c279cff0a09653fe87235173e220c35ae1d1dd5d233ea4bd14c7da501cf3c384caa4c7
|
|
7
|
+
data.tar.gz: f89f3f9eead171a8f7bae4986afc8978ba876248f148e61af56085409dce9bbd815207ec080620545e207d3ab823558ff4682c242b0b93f3c8d2497b9bc57e0d
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
require 'google/protobuf'
|
|
6
6
|
|
|
7
|
-
require 'google/protobuf/struct_pb'
|
|
8
7
|
require 'buf/validate/validate_pb'
|
|
9
|
-
require '
|
|
8
|
+
require 'google/protobuf/timestamp_pb'
|
|
9
|
+
require 'pkg/constraint/constraint_pb'
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\
|
|
12
|
+
descriptor_data = "\n&internal/module/autoflow/rpc/rpc.proto\x12\x19gitlab.agent.autoflow.rpc\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1fpkg/constraint/constraint.proto\"\xcc\x01\n\x14StartWorkflowRequest\x12.\n\x0cidentity_key\x18\x01 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x0cidentity_key\x12=\n\x13workflow_definition\x18\x02 \x01(\x0c\x42\x0b\xbaH\x08z\x06\x10\x01\x18\x80\xa0\x06R\x13workflow_definition\x12\x45\n\x07secrets\x18\x03 \x03(\x0b\x32!.gitlab.agent.autoflow.rpc.SecretB\x08\xbaH\x05\x92\x01\x02\x10 R\x07secrets\"H\n\x06Secret\x12\x1c\n\x03key\x18\x01 \x01(\tB\n\xbaH\x07r\x05 \x01(\xff\x01R\x03key\x12 \n\x05value\x18\x02 \x01(\tB\n\xbaH\x07r\x05 \x01(\x80 R\x05value\"F\n\x15StartWorkflowResponse\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xd8\x9e^\x01R\x0cworkflow_key\"C\n\x12GetWorkflowRequest\x12-\n\x0cworkflow_key\x18\x01 \x01(\tB\t\xbaH\x06r\x04\xd8\x9e^\x01R\x0cworkflow_key\"\xe4\x04\n\x13GetWorkflowResponse\x12\"\n\x0cworkflow_key\x18\x01 \x01(\tR\x0cworkflow_key\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\"\n\x0cidentity_key\x18\x03 \x01(\tR\x0cidentity_key\x12>\n\x05state\x18\x04 \x01(\x0e\x32(.gitlab.agent.autoflow.rpc.WorkflowStateR\x05state\x12:\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreated_at\x12:\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdated_at\x12X\n\tcompleted\x18\x07 \x01(\x0b\x32\x38.gitlab.agent.autoflow.rpc.GetWorkflowResponse.CompletedH\x00R\tcompleted\x12L\n\x05\x65rror\x18\x08 \x01(\x0b\x32\x34.gitlab.agent.autoflow.rpc.GetWorkflowResponse.ErrorH\x00R\x05\x65rror\x1a\x08\n\x06Output\x1aZ\n\tCompleted\x12M\n\x06output\x18\x01 \x01(\x0b\x32\x35.gitlab.agent.autoflow.rpc.GetWorkflowResponse.OutputR\x06output\x1a!\n\x05\x45rror\x12\x18\n\x07message\x18\x01 \x01(\tR\x07messageB\x08\n\x06result*\xbf\x01\n\rWorkflowState\x12\x1e\n\x1aWORKFLOW_STATE_UNSPECIFIED\x10\x00\x12\x1a\n\x16WORKFLOW_STATE_RUNNING\x10\x01\x12\x1c\n\x18WORKFLOW_STATE_COMPLETED\x10\x02\x12\x19\n\x15WORKFLOW_STATE_FAILED\x10\x03\x12\x1b\n\x17WORKFLOW_STATE_CANCELED\x10\x04\x12\x1c\n\x18WORKFLOW_STATE_TIMED_OUT\x10\x05\x32\xf0\x01\n\x08\x41utoFlow\x12t\n\rStartWorkflow\x12/.gitlab.agent.autoflow.rpc.StartWorkflowRequest\x1a\x30.gitlab.agent.autoflow.rpc.StartWorkflowResponse\"\x00\x12n\n\x0bGetWorkflow\x12-.gitlab.agent.autoflow.rpc.GetWorkflowRequest\x1a..gitlab.agent.autoflow.rpc.GetWorkflowResponse\"\x00\x42}ZWgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/internal/module/autoflow/rpc\xea\x02\x1cGitlab::Agent::AutoFlow::Rpc\x92\x03\x02\x08\x02\x62\x08\x65\x64itionsp\xe8\x07"
|
|
13
13
|
|
|
14
14
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
@@ -18,17 +18,15 @@ module Gitlab
|
|
|
18
18
|
module Agent
|
|
19
19
|
module AutoFlow
|
|
20
20
|
module Rpc
|
|
21
|
-
CloudEventRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.CloudEventRequest").msgclass
|
|
22
|
-
CloudEventResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.CloudEventResponse").msgclass
|
|
23
21
|
StartWorkflowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.StartWorkflowRequest").msgclass
|
|
24
22
|
Secret = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.Secret").msgclass
|
|
25
23
|
StartWorkflowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.StartWorkflowResponse").msgclass
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
GetWorkflowRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowRequest").msgclass
|
|
25
|
+
GetWorkflowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse").msgclass
|
|
26
|
+
GetWorkflowResponse::Output = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Output").msgclass
|
|
27
|
+
GetWorkflowResponse::Completed = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Completed").msgclass
|
|
28
|
+
GetWorkflowResponse::Error = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.GetWorkflowResponse.Error").msgclass
|
|
29
|
+
WorkflowState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitlab.agent.autoflow.rpc.WorkflowState").enummodule
|
|
32
30
|
end
|
|
33
31
|
end
|
|
34
32
|
end
|
|
@@ -17,36 +17,8 @@ module Gitlab
|
|
|
17
17
|
self.unmarshal_class_method = :decode
|
|
18
18
|
self.service_name = 'gitlab.agent.autoflow.rpc.AutoFlow'
|
|
19
19
|
|
|
20
|
-
rpc :CloudEvent, ::Gitlab::Agent::AutoFlow::Rpc::CloudEventRequest, ::Gitlab::Agent::AutoFlow::Rpc::CloudEventResponse
|
|
21
20
|
rpc :StartWorkflow, ::Gitlab::Agent::AutoFlow::Rpc::StartWorkflowRequest, ::Gitlab::Agent::AutoFlow::Rpc::StartWorkflowResponse
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Stub = Service.rpc_stub_class
|
|
25
|
-
end
|
|
26
|
-
module ModuleRegistry
|
|
27
|
-
class Service
|
|
28
|
-
|
|
29
|
-
include ::GRPC::GenericService
|
|
30
|
-
|
|
31
|
-
self.marshal_class_method = :encode
|
|
32
|
-
self.unmarshal_class_method = :decode
|
|
33
|
-
self.service_name = 'gitlab.agent.autoflow.rpc.ModuleRegistry'
|
|
34
|
-
|
|
35
|
-
rpc :RegisterDescriptor, ::Gitlab::Agent::AutoFlow::Rpc::RegisterDescriptorRequest, ::Gitlab::Agent::AutoFlow::Rpc::RegisterDescriptorResponse
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
Stub = Service.rpc_stub_class
|
|
39
|
-
end
|
|
40
|
-
module ModuleAPI
|
|
41
|
-
class Service
|
|
42
|
-
|
|
43
|
-
include ::GRPC::GenericService
|
|
44
|
-
|
|
45
|
-
self.marshal_class_method = :encode
|
|
46
|
-
self.unmarshal_class_method = :decode
|
|
47
|
-
self.service_name = 'gitlab.agent.autoflow.rpc.ModuleAPI'
|
|
48
|
-
|
|
49
|
-
rpc :CallUnaryFunction, stream(::Gitlab::Agent::AutoFlow::Rpc::CallUnaryFunctionResponse), stream(::Gitlab::Agent::AutoFlow::Rpc::CallUnaryFunctionRequest)
|
|
21
|
+
rpc :GetWorkflow, ::Gitlab::Agent::AutoFlow::Rpc::GetWorkflowRequest, ::Gitlab::Agent::AutoFlow::Rpc::GetWorkflowResponse
|
|
50
22
|
end
|
|
51
23
|
|
|
52
24
|
Stub = Service.rpc_stub_class
|
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
|
7
7
|
require 'buf/validate/validate_pb'
|
|
8
8
|
|
|
9
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\
|
|
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\x0bisAgentName:\xd2\x01\n\x0fis_workflow_key\x12\x19.buf.validate.StringRules\x18\xeb\xe3\x0b \x01(\x08\x42\x8c\x01\xc2H\x88\x01\n\x85\x01\n\x16string.is_workflow_key\x12,invalid workflow key; must be 1 to 255 bytes\x1a=!rule || (size(bytes(this)) >= 1 && size(bytes(this)) <= 255)R\risWorkflowKeyBKZIgitlab.com/gitlab-org/cluster-integration/gitlab-agent/v19/pkg/constraintb\x08\x65\x64itionsp\xe8\x07"
|
|
11
11
|
|
|
12
12
|
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
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: 19.1.0.pre.
|
|
4
|
+
version: 19.1.0.pre.rc3
|
|
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-
|
|
13
|
+
date: 2026-06-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: grpc
|