6 Commits

Author SHA1 Message Date
7843309f0a 📝 Add a video showing what carrramba-encore-rate service is 2023-12-22 10:48:22 +01:00
cebc9077c3 👽️ Add of the StopAreaStopAssociationFields pdeid and pdeversion fields
These fields have been added by IDFM in its relations resource.
For now, these fields are not used.
2023-10-22 23:41:27 +02:00
f862e124a6 Merge branch 'k8s-integration' into develop 2023-10-22 23:37:44 +02:00
fcd1ae78c3 🐛 Fix IP to bind in the api config file for local use 2023-09-20 22:24:02 +02:00
ec1b4100a3 🐛 Fix validation issue in /api/stop/{stop_id}/destinations responses 2023-09-20 22:22:13 +02:00
37ec05bf3b Merge branch 'k8s-integration' into develop 2023-09-20 22:14:56 +02:00
4 changed files with 8 additions and 2 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text

View File

@@ -141,6 +141,8 @@ class StopAreaStopAssociationFields(Struct, kw_only=True):
artid: str | None = None artid: str | None = None
arrversion: str arrversion: str
zdcid: str zdcid: str
pdeid: str | None = None
pdeversion: int | None = None
version: int version: int
zdaid: str zdaid: str
zdaversion: str zdaversion: str
@@ -205,7 +207,7 @@ class Line(Struct):
Lines = dict[str, Line] Lines = dict[str, Line]
Destinations = dict[str, set[str]] Destinations = dict[int, set[str]]
# TODO: Set structs frozen # TODO: Set structs frozen

View File

@@ -2,7 +2,7 @@ app_name: carrramba-encore-rate
clear_static_data: false clear_static_data: false
http: http:
host: 0.0.0.0 host: 127.0.0.1
port: 8080 port: 8080
cert: ./config/cert.pem cert: ./config/cert.pem

BIN
medias/presentation.mp4 (Stored with Git LFS) Normal file

Binary file not shown.