Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions schema/druncschema/process_manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ service ProcessManager {
message ProcessRestriction {
repeated string allowed_hosts = 1;
repeated string allowed_host_types = 2;
optional string data_mount = 3;
}

message CommandNotificationMessage {
Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/authoriser_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/druncschema/authoriser_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.75.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/broadcast_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/druncschema/broadcast_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from druncschema import generic_pb2 as druncschema_dot_generic__pb2
from druncschema import request_response_pb2 as druncschema_dot_request__response__pb2

GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.75.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/controller_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/druncschema/controller_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from druncschema import controller_pb2 as druncschema_dot_controller__pb2
from druncschema import request_response_pb2 as druncschema_dot_request__response__pb2

GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.75.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/description_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/druncschema/description_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.75.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/generic_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/druncschema/generic_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


GRPC_GENERATED_VERSION = '1.68.0'
GRPC_GENERATED_VERSION = '1.75.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions src/druncschema/opmon/FSM_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/druncschema/opmon/generic_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/druncschema/opmon/process_manager_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading