Élyse

Results 7 issues of Élyse

### Description and goal Adapt the core instances so they can be started dynamically with specific infrastructure. Messages that should be supported: - `pathfinding_routes` / (`pathfinding_routes_v2` train schedule v2) -...

### Description and goal Enable editoast to communicate with core instances via RabbitMQ, using queues for requests and responses. ### Acceptance criteria - [X] Develop the logic for editoast to...

⚠️ This pull request will become huge. I'm still rewriting history quite often now. **Most of the work in this PR isn't tested yet.** This PR holds the whole modifications...

### Description and goal Develop the core-controller, which monitor requests from editoast in queues and orchestrates the startup of core instances as well as all the surrounding elements. ### Acceptance...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

### Bug Description The Json support for postgresql only works through the usage of the Value type. The Json type when used as show in the documentation doesn't work :...

documentation
macros

I think it'd be nice to support (behind a feature flag) the [`Json`](https://docs.rs/sqlx/latest/sqlx/types/struct.Json.html) because, currently the typing is lost on this element on the OpenAPI generated file.

enhancement
investigate