-
Notifications
You must be signed in to change notification settings - Fork 17
import: handle importing old files with numberOfStops #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import: handle importing old files with numberOfStops #596
Conversation
f69b61d to
a8500c5
Compare
emersion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch! Overall looks good, just a few comments below.
clarani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, LGTM overall, but I'm not a specialist of this codebase :)
clarani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
emersion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
435f1c6
into
mrd/new-nodes-management-system
Description
in the migration #538,
numberOfStopsis removed from the model. The PR allows to to import old files still containings it.During
loadNetzgrafikDto, we now replace numberOfStops with actual nodes in the graph.closes #592
closes OpenRailAssociation/osrd#13286
some unit tests likely to fail until the whole migration is done
Issues
#592
Checklist
documentation/