Skip to content
Open
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
5 changes: 2 additions & 3 deletions backend/auto_operation/spec/ats_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class SendStatusRequest(_message.Message):
chofu_d3: SendStatusRequest.SensorName
chofu_d4: SendStatusRequest.SensorName
chofu_d5: SendStatusRequest.SensorName
chofu_d6: SendStatusRequest.SensorName
hachioji_d1: SendStatusRequest.SensorName
hachioji_d2: SendStatusRequest.SensorName
hashimoto_d1: SendStatusRequest.SensorName
Expand All @@ -24,12 +23,12 @@ class SendStatusRequest(_message.Message):
sakurajosui_d2: SendStatusRequest.SensorName
sakurajosui_d3: SendStatusRequest.SensorName
sakurajosui_d4: SendStatusRequest.SensorName
sakurajosui_d5: SendStatusRequest.SensorName
sakurajosui_d6: SendStatusRequest.SensorName
sensor: SendStatusRequest.SensorName
shinjuku_d1: SendStatusRequest.SensorName
shinjuku_d2: SendStatusRequest.SensorName
unknown: SendStatusRequest.SensorName
wakabadai_d1: SendStatusRequest.SensorName
wakabadai_d2: SendStatusRequest.SensorName
def __init__(self, sensor: _Optional[_Union[SendStatusRequest.SensorName, str]] = ...) -> None: ...

class SendStatusResponse(_message.Message):
Expand Down
13 changes: 4 additions & 9 deletions backend/auto_operation/spec/block_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,19 @@ class Blocks(_message.Message):
chofu_b2: Blocks.BlockId
chofu_b3: Blocks.BlockId
chofu_b4: Blocks.BlockId
chofu_hachioji_down: Blocks.BlockId
chofu_hachioji_up: Blocks.BlockId
chofu_hashimoto_down: Blocks.BlockId
chofu_hashimoto_up: Blocks.BlockId
chofu_b5: Blocks.BlockId
hachioji_b1: Blocks.BlockId
hachioji_b2: Blocks.BlockId
hashimoto_b1: Blocks.BlockId
hashimoto_b2: Blocks.BlockId
hashioji_b2: Blocks.BlockId
sakurajosui_b1: Blocks.BlockId
sakurajosui_b2: Blocks.BlockId
sakurajosui_b3: Blocks.BlockId
sakurajosui_b4: Blocks.BlockId
sakurajosui_chofu_down: Blocks.BlockId
sakurajosui_chofu_up: Blocks.BlockId
sakurajosui_b5: Blocks.BlockId
sakurajosui_b6: Blocks.BlockId
shinjuku_b1: Blocks.BlockId
shinjuku_b2: Blocks.BlockId
shinjuku_sakurajosui_down: Blocks.BlockId
shinjuku_sakurajosui_up: Blocks.BlockId
unknown: Blocks.BlockId
def __init__(self, blockId: _Optional[_Union[Blocks.BlockId, str]] = ...) -> None: ...

Expand Down
12 changes: 3 additions & 9 deletions backend/auto_operation/spec/statesync_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ class Stations(_message.Message):
__slots__ = []
STATIONID_FIELD_NUMBER: _ClassVar[int]
chofu_p1: Stations.StationId
chofu_p2: Stations.StationId
chofu_p3: Stations.StationId
chofu_p4: Stations.StationId
chofu_p5: Stations.StationId
chofu_s0: Stations.StationId
chofu_s1: Stations.StationId
chofu_s2: Stations.StationId
chofu_s3: Stations.StationId
Expand All @@ -77,13 +74,10 @@ class Stations(_message.Message):
sakurajosui_s2: Stations.StationId
sakurajosui_s3: Stations.StationId
sakurajosui_s4: Stations.StationId
shinjuku_p1: Stations.StationId
sakurajosui_s5: Stations.StationId
sakurajosui_s6: Stations.StationId
shinjuku_s1: Stations.StationId
shinjuku_s2: Stations.StationId
stationId: Stations.StationId
unknown: Stations.StationId
wakabadai_p1: Stations.StationId
wakabadai_p2: Stations.StationId
wakabadai_s1: Stations.StationId
wakabadai_s2: Stations.StationId
def __init__(self, stationId: _Optional[_Union[Stations.StationId, str]] = ...) -> None: ...
2 changes: 1 addition & 1 deletion manifests/infra/helm/traefik/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: traefik
version: "14.0.2"
version: "20.2.0"
sourceRef:
kind: HelmRepository
name: traefik
Expand Down