-
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
core: implement path properties endpoint for time table v2 #7255
Conversation
ba3a8e5
to
bbfe9b4
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7255 +/- ##
============================================
- Coverage 28.35% 28.30% -0.05%
- Complexity 2006 2022 +16
============================================
Files 1139 1149 +10
Lines 139899 140065 +166
Branches 2707 2728 +21
============================================
- Hits 39666 39648 -18
- Misses 98615 98792 +177
- Partials 1618 1625 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/path_properties/PathPropEndpoint.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/path_properties/PathPropRequest.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/path_properties/PathPropResult.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/path_properties/PathPropResultConverter.kt
Outdated
Show resolved
Hide resolved
bbfe9b4
to
0588f8b
Compare
5514f94
to
386c6e5
Compare
b58febb
to
5de0b88
Compare
89c91b6
to
5b5d931
Compare
5de0b88
to
a9dff92
Compare
5b5d931
to
ebbeb01
Compare
3258d12
to
ed95da6
Compare
f2d4583
to
8873c87
Compare
3243d49
to
5647530
Compare
5647530
to
bc61968
Compare
bc61968
to
56396eb
Compare
core/kt-osrd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/api/TrackProperties.kt
Outdated
Show resolved
Hide resolved
core/kt-osrd-rjs-parser/src/main/kotlin/fr/sncf/osrd/RawInfraRJSParser.kt
Outdated
Show resolved
Hide resolved
...srd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/impl/new_impl/RawInfraFromRjsBuilder.kt
Outdated
Show resolved
Hide resolved
core/kt-osrd-sim-infra/src/main/kotlin/fr/sncf/osrd/sim_infra/api/TrackProperties.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/fr/sncf/osrd/api/api_v2/path_properties/PathPropRequest.kt
Outdated
Show resolved
Hide resolved
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 ! Reviewed editoast part :)
4fa2a51
to
908af48
Compare
core/kt-osrd-rjs-parser/src/main/kotlin/fr/sncf/osrd/RawInfraRJSParser.kt
Outdated
Show resolved
Hide resolved
efc7fce
to
8f8c8d7
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
2a05171
to
0383aab
Compare
0383aab
to
e9c82ae
Compare
Path properties v2 core endpoint + editoast call.