tucana 0.0.17 → 0.0.19
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 +2 -1
- data/lib/tucana/generated/sagittarius/sagittarius.flow_pb.rb +2 -9
- data/lib/tucana/generated/shared/shared.flow_pb.rb +27 -0
- data/lib/tucana/generated/shared/shared.runtime_function_pb.rb +1 -1
- data/lib/tucana/generated/shared/shared.test_execution_pb.rb +21 -0
- data/lib/tucana/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2f977ca9c3283e03b67bb5d84c419462633d0d881a01a9133f7feca2f09a137
|
4
|
+
data.tar.gz: d1fb004d97496111684e7aa30a1b581ff611c07055ea5d49b00b898cf08d1884
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3eb371ed080835442698baabdaaec7ab5addf506d5e59b75b1056b84132561832ffde690007bee9396a2741211d2268ff2c5ca1a882f30dd5033113ceb81f8f
|
7
|
+
data.tar.gz: 5cc068bde413c80119a75fe9023138fbcd2f3036bd4c82eb323bd52c49cf9c88607f399a4f78a7840c92889f83475fc745bb73ef6a70164880122ca31591d9e3
|
@@ -7,9 +7,10 @@ require 'google/protobuf'
|
|
7
7
|
require_relative '../shared/shared.translation_pb'
|
8
8
|
require_relative '../shared/shared.datatype_pb'
|
9
9
|
require_relative '../shared/shared.struct_pb'
|
10
|
+
require_relative '../shared/shared.flow_pb'
|
10
11
|
|
11
12
|
|
12
|
-
descriptor_data = "\n!sagittarius.flow_definition.proto\x12\x0bsagittarius\x1a\x18shared.translation.proto\x1a\x15shared.datatype.proto\x1a\x13shared.struct.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"
|
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"
|
13
14
|
|
14
15
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
16
|
pool.add_serialized_file(descriptor_data)
|
@@ -4,23 +4,16 @@
|
|
4
4
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
|
-
require_relative '../shared/shared.
|
7
|
+
require_relative '../shared/shared.flow_pb'
|
8
8
|
|
9
9
|
|
10
|
-
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"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
14
14
|
|
15
15
|
module Tucana
|
16
16
|
module Sagittarius
|
17
|
-
Flow = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flow").msgclass
|
18
|
-
FlowSetting = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowSetting").msgclass
|
19
|
-
NodeFunction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.NodeFunction").msgclass
|
20
|
-
NodeParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.NodeParameter").msgclass
|
21
|
-
NodeParameterDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.NodeParameterDefinition").msgclass
|
22
|
-
NodeFunctionDefinition = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.NodeFunctionDefinition").msgclass
|
23
|
-
Flows = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.Flows").msgclass
|
24
17
|
FlowLogonRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowLogonRequest").msgclass
|
25
18
|
FlowResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("sagittarius.FlowResponse").msgclass
|
26
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
|
@@ -9,7 +9,7 @@ require_relative '../shared/shared.datatype_pb'
|
|
9
9
|
require_relative '../shared/shared.struct_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n\x1dshared.runtime_function.proto\x12\x06shared\x1a\x18shared.translation.proto\x1a\x15shared.datatype.proto\x1a\x13shared.struct.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"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
@@ -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.19
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -91,8 +91,10 @@ files:
|
|
91
91
|
- lib/tucana/generated/sagittarius/sagittarius.runtime_function_services_pb.rb
|
92
92
|
- lib/tucana/generated/shared/shared.datatype_pb.rb
|
93
93
|
- lib/tucana/generated/shared/shared.event_pb.rb
|
94
|
+
- lib/tucana/generated/shared/shared.flow_pb.rb
|
94
95
|
- lib/tucana/generated/shared/shared.runtime_function_pb.rb
|
95
96
|
- lib/tucana/generated/shared/shared.struct_pb.rb
|
97
|
+
- lib/tucana/generated/shared/shared.test_execution_pb.rb
|
96
98
|
- lib/tucana/generated/shared/shared.translation_pb.rb
|
97
99
|
- lib/tucana/shared/shared.struct.rb
|
98
100
|
- lib/tucana/version.rb
|