tucana 0.0.16 → 0.0.18
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/tucana/generated/sagittarius/sagittarius.flow_definition_pb.rb +8 -1
- data/lib/tucana/generated/sagittarius/sagittarius.flow_pb.rb +2 -5
- data/lib/tucana/generated/shared/shared.flow_pb.rb +27 -0
- data/lib/tucana/generated/shared/shared.runtime_function_pb.rb +5 -1
- data/lib/tucana/generated/shared/shared.test_execution_pb.rb +21 -0
- data/lib/tucana/version.rb +1 -1
- metadata +4 -3
- data/lib/tucana/generated/sagittarius/sagittarius.node_pb.rb +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e33cb86b1aceeb02eec44777f27611a957e2dd73b0290a38a163680925420e0
|
4
|
+
data.tar.gz: f959d8271e54ba3c8d1167413c0aa9372d4f20c45e52cc1012473ae74ff402b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc47317b9617d03aa48b7a81f8c50e410e89da8f7d03f1dffcf51db7125c8aff54cc543b2f58c1b64d95cf84cf7711f95da516ba63423a167cf1ee3d462a59c3
|
7
|
+
data.tar.gz: e571fdaf57f7f65f2b79e2b438aa2611f2f466e3d187923eff22e97ebf5c5e9a950f0e0c7609bff9b85e47bffc12e80ae89f4783bf9d36ae6ce12079a84b332a
|
@@ -4,14 +4,21 @@
|
|
4
4
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
|
+
require_relative '../shared/shared.translation_pb'
|
8
|
+
require_relative '../shared/shared.datatype_pb'
|
9
|
+
require_relative '../shared/shared.struct_pb'
|
10
|
+
require_relative '../shared/shared.flow_pb'
|
7
11
|
|
8
|
-
|
12
|
+
|
13
|
+
descriptor_data = "\n!sagittarius.flow_definition.proto\x12\x0bsagittarius\x1a\x18shared.translation.proto\x1a\x15shared.datatype.proto\x1a\x13shared.struct.proto\x1a\x11shared.flow.proto\"^\n\x08\x46lowType\x12/\n\ndefinition\x18\x01 \x01(\x0b\x32\x1b.sagittarius.FlowDefinition\x12!\n\x04name\x18\x02 \x03(\x0b\x32\x13.shared.Translation\"\xd2\x01\n\x15\x46lowDefinitionSetting\x12\x0e\n\x06unique\x18\x01 \x01(\x08\x12\x1e\n\x04type\x18\x02 \x01(\x0b\x32\x10.shared.DataType\x12*\n\rdefault_value\x18\x03 \x01(\x0b\x32\x0e.shared.StructH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_value\"~\n\x0e\x46lowDefinition\x12\x34\n\x08settings\x18\x01 \x03(\x0b\x32\".sagittarius.FlowDefinitionSetting\x12$\n\ninput_type\x18\x02 \x01(\x0b\x32\x10.shared.DataType\x12\x10\n\x08\x65\x64itable\x18\x03 \x01(\x08\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
|
9
14
|
|
10
15
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
16
|
pool.add_serialized_file(descriptor_data)
|
12
17
|
|
13
18
|
module Tucana
|
14
19
|
module Sagittarius
|
20
|
+
FlowType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowType").msgclass
|
21
|
+
FlowDefinitionSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowDefinitionSetting").msgclass
|
15
22
|
FlowDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowDefinition").msgclass
|
16
23
|
end
|
17
24
|
end
|
@@ -4,19 +4,16 @@
|
|
4
4
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
|
-
require_relative '
|
8
|
-
require_relative 'sagittarius.flow_definition_pb'
|
7
|
+
require_relative '../shared/shared.flow_pb'
|
9
8
|
|
10
9
|
|
11
|
-
descriptor_data = "\n\x16sagittarius.flow.proto\x12\x0bsagittarius\x1a\
|
10
|
+
descriptor_data = "\n\x16sagittarius.flow.proto\x12\x0bsagittarius\x1a\x11shared.flow.proto\"\x12\n\x10\x46lowLogonRequest\"w\n\x0c\x46lowResponse\x12$\n\x0cupdated_flow\x18\x01 \x01(\x0b\x32\x0c.shared.FlowH\x00\x12\x19\n\x0f\x64\x65leted_flow_id\x18\x02 \x01(\x03H\x00\x12\x1e\n\x05\x66lows\x18\x03 \x01(\x0b\x32\r.shared.FlowsH\x00\x42\x06\n\x04\x64\x61ta2U\n\x0b\x46lowService\x12\x46\n\x06Update\x12\x1d.sagittarius.FlowLogonRequest\x1a\x19.sagittarius.FlowResponse\"\x00\x30\x01\x42\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
|
12
11
|
|
13
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
13
|
pool.add_serialized_file(descriptor_data)
|
15
14
|
|
16
15
|
module Tucana
|
17
16
|
module Sagittarius
|
18
|
-
Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flow").msgclass
|
19
|
-
Flows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flows").msgclass
|
20
17
|
FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowLogonRequest").msgclass
|
21
18
|
FlowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowResponse").msgclass
|
22
19
|
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: shared.flow.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require_relative '../shared/shared.struct_pb'
|
8
|
+
require_relative '../shared/shared.datatype_pb'
|
9
|
+
|
10
|
+
|
11
|
+
descriptor_data = "\n\x11shared.flow.proto\x12\x06shared\x1a\x13shared.struct.proto\x1a\x15shared.datatype.proto\"\xd9\x01\n\x04\x46low\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x0c\n\x04type\x18\x02 \x01(\t\x12$\n\ndata_types\x18\x03 \x03(\x0b\x32\x10.shared.DataType\x12)\n\ninput_type\x18\x04 \x01(\x0b\x32\x10.shared.DataTypeH\x00\x88\x01\x01\x12%\n\x08settings\x18\x05 \x03(\x0b\x32\x13.shared.FlowSetting\x12+\n\rstarting_node\x18\x06 \x01(\x0b\x32\x14.shared.NodeFunctionB\r\n\x0b_input_type\"`\n\x0b\x46lowSetting\x12\x31\n\ndefinition\x18\x01 \x01(\x0b\x32\x1d.shared.FlowSettingDefinition\x12\x1e\n\x06object\x18\x02 \x01(\x0b\x32\x0e.shared.Struct\"0\n\x15\x46lowSettingDefinition\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0b\n\x03key\x18\x02 \x01(\t\"\xa9\x01\n\x0cNodeFunction\x12\x32\n\ndefinition\x18\x01 \x01(\x0b\x32\x1e.shared.NodeFunctionDefinition\x12)\n\nparameters\x18\x02 \x03(\x0b\x32\x15.shared.NodeParameter\x12,\n\tnext_node\x18\x03 \x01(\x0b\x32\x14.shared.NodeFunctionH\x00\x88\x01\x01\x42\x0c\n\n_next_node\"\xa5\x01\n\rNodeParameter\x12\x33\n\ndefinition\x18\x01 \x01(\x0b\x32\x1f.shared.NodeParameterDefinition\x12&\n\rliteral_value\x18\x02 \x01(\x0b\x32\r.shared.ValueH\x00\x12.\n\x0e\x66unction_value\x18\x03 \x01(\x0b\x32\x14.shared.NodeFunctionH\x00\x42\x07\n\x05value\"M\n\x17NodeParameterDefinition\x12\x14\n\x0cparameter_id\x18\x01 \x01(\t\x12\x1c\n\x14runtime_parameter_id\x18\x02 \x01(\t\"J\n\x16NodeFunctionDefinition\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\x12\x1b\n\x13runtime_function_id\x18\x02 \x01(\t\"$\n\x05\x46lows\x12\x1b\n\x05\x66lows\x18\x01 \x03(\x0b\x32\x0c.shared.FlowB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
15
|
+
|
16
|
+
module Tucana
|
17
|
+
module Shared
|
18
|
+
Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.Flow").msgclass
|
19
|
+
FlowSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowSetting").msgclass
|
20
|
+
FlowSettingDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FlowSettingDefinition").msgclass
|
21
|
+
NodeFunction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeFunction").msgclass
|
22
|
+
NodeParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeParameter").msgclass
|
23
|
+
NodeParameterDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeParameterDefinition").msgclass
|
24
|
+
NodeFunctionDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.NodeFunctionDefinition").msgclass
|
25
|
+
Flows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.Flows").msgclass
|
26
|
+
end
|
27
|
+
end
|
@@ -5,9 +5,11 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require_relative '../shared/shared.translation_pb'
|
8
|
+
require_relative '../shared/shared.datatype_pb'
|
9
|
+
require_relative '../shared/shared.struct_pb'
|
8
10
|
|
9
11
|
|
10
|
-
descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\"\
|
12
|
+
descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x15shared.datatype.proto\x1a\x13shared.struct.proto\"\xe7\x02\n\x19RuntimeFunctionDefinition\x12\x14\n\x0cruntime_name\x18\x01 \x01(\t\x12I\n\x1druntime_parameter_definitions\x18\x02 \x03(\x0b\x32\".shared.RuntimeParameterDefinition\x12#\n\x16return_type_identifier\x18\x03 \x01(\tH\x00\x88\x01\x01\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.Translation\x12\x30\n\x13\x64\x65precation_message\x18\x07 \x03(\x0b\x32\x13.shared.TranslationB\x19\n\x17_return_type_identifier\"\xc9\x01\n\x1aRuntimeParameterDefinition\x12\x1c\n\x14\x64\x61ta_type_identifier\x18\x01 \x01(\t\x12\x14\n\x0cruntime_name\x18\x02 \x01(\t\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x05 \x03(\x0b\x32\x13.shared.Translation\"\xb7\x02\n\x12\x46unctionDefinition\x12;\n\x10runtime_function\x18\x01 \x01(\x0b\x32!.shared.RuntimeFunctionDefinition\x12*\n\x0breturn_type\x18\x02 \x01(\x0b\x32\x10.shared.DataTypeH\x00\x88\x01\x01\x12/\n\nparameters\x18\x03 \x03(\x0b\x32\x1b.shared.ParameterDefinition\x12!\n\x04name\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x05 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x06 \x03(\x0b\x32\x13.shared.TranslationB\x0e\n\x0c_return_type\"\xec\x01\n\x13ParameterDefinition\x12\x1e\n\x04type\x18\x01 \x01(\x0b\x32\x10.shared.DataType\x12*\n\rdefault_value\x18\x02 \x01(\x0b\x32\x0e.shared.StructH\x00\x88\x01\x01\x12!\n\x04name\x18\x03 \x03(\x0b\x32\x13.shared.Translation\x12(\n\x0b\x64\x65scription\x18\x04 \x03(\x0b\x32\x13.shared.Translation\x12*\n\rdocumentation\x18\x05 \x03(\x0b\x32\x13.shared.TranslationB\x10\n\x0e_default_valueB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
|
11
13
|
|
12
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
15
|
pool.add_serialized_file(descriptor_data)
|
@@ -16,5 +18,7 @@ module Tucana
|
|
16
18
|
module Shared
|
17
19
|
RuntimeFunctionDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeFunctionDefinition").msgclass
|
18
20
|
RuntimeParameterDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.RuntimeParameterDefinition").msgclass
|
21
|
+
FunctionDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.FunctionDefinition").msgclass
|
22
|
+
ParameterDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.ParameterDefinition").msgclass
|
19
23
|
end
|
20
24
|
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: shared.test_execution.proto
|
4
|
+
|
5
|
+
require 'google/protobuf'
|
6
|
+
|
7
|
+
require_relative '../shared/shared.struct_pb'
|
8
|
+
|
9
|
+
|
10
|
+
descriptor_data = "\n\x1bshared.test_execution.proto\x12\x06shared\x1a\x13shared.struct.proto\"Z\n\x14TestExecutionRequest\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\x03\x12\x1b\n\x04\x62ody\x18\x03 \x01(\x0b\x32\r.shared.Value\"x\n\x15TestExecutionResponse\x12\x0f\n\x07\x66low_id\x18\x01 \x01(\x03\x12\x14\n\x0c\x65xecution_id\x18\x02 \x01(\x03\x12\x1d\n\x06result\x18\x03 \x01(\x0b\x32\r.shared.Value\x12\x19\n\x04logs\x18\x04 \x03(\x0b\x32\x0b.shared.Log\"8\n\x03Log\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\r\n\x05level\x18\x02 \x01(\t\x12\x11\n\ttimestamp\x18\x03 \x01(\tB\x11\xea\x02\x0eTucana::Sharedb\x06proto3"
|
11
|
+
|
12
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
|
+
pool.add_serialized_file(descriptor_data)
|
14
|
+
|
15
|
+
module Tucana
|
16
|
+
module Shared
|
17
|
+
TestExecutionRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.TestExecutionRequest").msgclass
|
18
|
+
TestExecutionResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.TestExecutionResponse").msgclass
|
19
|
+
Log = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("shared.Log").msgclass
|
20
|
+
end
|
21
|
+
end
|
data/lib/tucana/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tucana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niklas van Schrick
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -85,15 +85,16 @@ files:
|
|
85
85
|
- lib/tucana/generated/sagittarius/sagittarius.flow_definition_pb.rb
|
86
86
|
- lib/tucana/generated/sagittarius/sagittarius.flow_pb.rb
|
87
87
|
- lib/tucana/generated/sagittarius/sagittarius.flow_services_pb.rb
|
88
|
-
- lib/tucana/generated/sagittarius/sagittarius.node_pb.rb
|
89
88
|
- lib/tucana/generated/sagittarius/sagittarius.ping_pb.rb
|
90
89
|
- lib/tucana/generated/sagittarius/sagittarius.ping_services_pb.rb
|
91
90
|
- lib/tucana/generated/sagittarius/sagittarius.runtime_function_pb.rb
|
92
91
|
- lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb
|
93
92
|
- lib/tucana/generated/shared/shared.datatype_pb.rb
|
94
93
|
- lib/tucana/generated/shared/shared.event_pb.rb
|
94
|
+
- lib/tucana/generated/shared/shared.flow_pb.rb
|
95
95
|
- lib/tucana/generated/shared/shared.runtime_function_pb.rb
|
96
96
|
- lib/tucana/generated/shared/shared.struct_pb.rb
|
97
|
+
- lib/tucana/generated/shared/shared.test_execution_pb.rb
|
97
98
|
- lib/tucana/generated/shared/shared.translation_pb.rb
|
98
99
|
- lib/tucana/shared/shared.struct.rb
|
99
100
|
- lib/tucana/version.rb
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: sagittarius.node.proto
|
4
|
-
|
5
|
-
require 'google/protobuf'
|
6
|
-
|
7
|
-
require_relative '../shared/shared.runtime_function_pb'
|
8
|
-
|
9
|
-
|
10
|
-
descriptor_data = "\n\x16sagittarius.node.proto\x12\x0bsagittarius\x1a\x1dshared.runtime_function.proto\"\xa2\x01\n\x04Node\x12\x35\n\ndefinition\x18\x01 \x01(\x0b\x32!.shared.RuntimeFunctionDefinition\x12)\n\tnext_node\x18\x02 \x01(\x0b\x32\x11.sagittarius.NodeH\x00\x88\x01\x01\x12*\n\nparameters\x18\x03 \x03(\x0b\x32\x16.sagittarius.ParameterB\x0c\n\n_next_node\"\x98\x01\n\tParameter\x12\x36\n\ndefinition\x18\x01 \x01(\x0b\x32\".shared.RuntimeParameterDefinition\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x12(\n\x08sub_node\x18\x03 \x01(\x0b\x32\x11.sagittarius.NodeH\x01\x88\x01\x01\x42\x08\n\x06_valueB\x0b\n\t_sub_nodeB\x16\xea\x02\x13Tucana::Sagittariusb\x06proto3"
|
11
|
-
|
12
|
-
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
|
-
pool.add_serialized_file(descriptor_data)
|
14
|
-
|
15
|
-
module Tucana
|
16
|
-
module Sagittarius
|
17
|
-
Node = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Node").msgclass
|
18
|
-
Parameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Parameter").msgclass
|
19
|
-
end
|
20
|
-
end
|