-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add scheduled points #4289
Add scheduled points #4289
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #4289 +/- ##
============================================
- Coverage 22.32% 21.88% -0.45%
- Complexity 2256 2266 +10
============================================
Files 850 851 +1
Lines 84111 83979 -132
Branches 2215 2222 +7
============================================
- Hits 18776 18375 -401
- Misses 64122 64390 +268
- Partials 1213 1214 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e88a6ba
to
3e485a4
Compare
5358286
to
1cd3efa
Compare
af6d064
to
51ee812
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.
I reviewed api and editoast. LGTM 😄
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 PR, I only have some comments about some docstrings
I tested the core endpoint but not the api / editoast endpoint
core/osrd-railjson/src/main/java/fr/sncf/osrd/railjson/schema/schedule/RJSSchedulePoint.java
Outdated
Show resolved
Hide resolved
core/osrd-railjson/src/main/java/fr/sncf/osrd/railjson/schema/schedule/RJSSchedulePoint.java
Outdated
Show resolved
Hide resolved
core/osrd-railjson/src/main/java/fr/sncf/osrd/railjson/schema/schedule/RJSSchedulePoint.java
Outdated
Show resolved
Hide resolved
core/osrd-railjson/src/main/java/fr/sncf/osrd/railjson/schema/schedule/RJSSchedulePoint.java
Outdated
Show resolved
Hide resolved
core/osrd-railjson/src/main/java/fr/sncf/osrd/railjson/schema/schedule/RJSSchedulePoint.java
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/railjson/parser/RJSStandaloneTrainScheduleParser.java
Outdated
Show resolved
Hide resolved
core/src/main/java/fr/sncf/osrd/standalone_sim/StandaloneSim.java
Outdated
Show resolved
Hide resolved
e5ea653
to
ea6927b
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 for Api and Editoast (but I have some doubts about the TrainSchedule part already merged : tests, urls, not working endpoints, ...)
Missing fixes for |
900e43b
to
07fa0ad
Compare
07fa0ad
to
86272dc
Compare
86272dc
to
773d14f
Compare
773d14f
to
1632127
Compare
close #4221
close #4272