bougue-pe
bougue-pe
### Description and goal Pools affected: * Signal * LogicalSignal * PhysicalSignal ### Acceptance criteria Signal part is loaded without using "Java" model, and is compared with legacy-load
Full WIP TODO: fix test Fix: #7719
In order to allow for clearer and shorter interface: - [ ] Imports from BASIC (simulations) + GAIA (infra) to OSRD must now use short ids of speedLimitTags instead of...
To be used by front to enrich the list of available speedLimitTags (infra edition and simulation). Output a list of speedLimitTags' short ids and their corresponding long names. Part of...
After the creation of an endpoint to expose the list of known speedLimitTags in OSRD's config (https://github.com/OpenRailAssociation/osrd/issues/7976), it has to be used by the front: * enrich the list of...
As commented in a [core TODO](https://github.com/OpenRailAssociation/osrd/pull/7792/files#diff-5d11fb62d051b79ae994acaff5b58f193131909011f76ad3547e4c777e4dfc85), internal model for SpeedLimit isn't able to handle a speed-limit acting only on a train using a specific route and a specific speedLimitTag (and...
🔍 review the commits separately, ignore whitespace on first commit. fixes #9388 Done: * fix rabbit's connection closing * stop worker when unable to process requests after infra load Details:...
Part of preliminary work for https://github.com/OpenRailAssociation/osrd/issues/13014 Please review by commit: the (small) first commit is grouping corrections (the second one is just "dumb" removal).
`LINEAR` is not matching editoast's API (only used in core AFAIK), so this is the smallest modification possible for consistency. Although, `STANDARD` is not a good name IMO as it...
Let `Pathfinding.EdgeLocation` be used only when linked to `Pathfinding` itself. This should help separate concerns for https://github.com/OpenRailAssociation/osrd/issues/13014.