-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: stdcm: make max_run_time optional, computed if missing #7751
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7751 +/- ##
=============================================
- Coverage 28.54% 18.48% -10.07%
Complexity 2038 2038
=============================================
Files 1243 970 -273
Lines 153525 124630 -28895
Branches 3008 3012 +4
=============================================
- Hits 43825 23035 -20790
+ Misses 107909 99804 -8105
Partials 1791 1791
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
123b40d
to
3fdd61a
Compare
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.
Looks good, just a few rust tips and suggestions.
5439cd3
to
098ecce
Compare
098ecce
to
a13017f
Compare
a13017f
to
b642a73
Compare
b642a73
to
fdf3527
Compare
Update editoast/src/views/v2/timetable/stdcm.rs Co-authored-by: Jean SIMARD <woshilapin@tuziwo.info>
fdf3527
to
0388387
Compare
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
Fix #7695
For more context: the reason we want to do this in editoast and not in core is because it will let us pre-filter resource uses, the ones in the actual stdcm request from editoast to core
API change summary: