Skip to content

Conversation

@eckter
Copy link
Contributor

@eckter eckter commented Dec 17, 2025

Fix #13831, that's the last required part.

Apparently adding data to an editoast endpoint for the purpose of viewing and understanding the results is controversial. I'll still mark this PR as ready to review as I'd want to discuss it and, if necessary, talk about alternatives.

Signed-off-by: Eloi Charpentier <eloi.charpentier.42@gmail.com>
@github-actions github-actions bot added area:front Work on Standard OSRD Interface modules area:editoast Work on Editoast Service kind:api-change labels Dec 17, 2025
@github-actions
Copy link
Contributor

⚠️ API changes

This Pull Request introduces some changes in the API:

  • please own it: notify or even prepare dedicated PR(s) to consumer projects

@github-actions github-actions bot added the area:core Work on Core Service label Dec 17, 2025
@eckter eckter changed the title editoast: include train name in requirement endpoint editoast, core: include train name in generated debug data Dec 17, 2025
@eckter eckter force-pushed the ech/add-train-names branch 2 times, most recently from 1a25262 to 34592ae Compare December 18, 2025 09:57
Signed-off-by: Eloi Charpentier <eloi.charpentier.42@gmail.com>
@eckter eckter force-pushed the ech/add-train-names branch from 34592ae to c3cf5f7 Compare December 18, 2025 10:28
@eckter eckter requested review from Erashin and woshilapin December 18, 2025 15:14
@eckter eckter marked this pull request as ready for review December 18, 2025 15:14
@eckter eckter requested review from a team as code owners December 18, 2025 15:15
Copy link
Member

@flomonster flomonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR.

It will be very nice to not merge this today since we're trying to merge this one: #14371 🙏

#[schema(as = core::TrainRequirementsById)]
pub struct TrainRequirementsById {
pub train_id: String,
pub train_name: String,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with that can we just indicate that it's for debuging as comment or doc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:core Work on Core Service area:editoast Work on Editoast Service area:front Work on Standard OSRD Interface modules kind:api-change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stdcm: debug: add a way to export a kind of space-time chart on the output path

3 participants