Initial implementation of via search - #4554
Merged
TimMickelsonSkanetrafiken merged 12 commits intoNov 17, 2022
Merged
Conversation
- Worker to find trips with Via points - Unit test for ViaRoutingWorker
Codecov ReportBase: 60.42% // Head: 60.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #4554 +/- ##
=============================================
+ Coverage 60.42% 60.52% +0.10%
- Complexity 12163 12216 +53
=============================================
Files 1578 1584 +6
Lines 63256 63483 +227
Branches 6986 7006 +20
=============================================
+ Hits 38221 38426 +205
- Misses 22854 22872 +18
- Partials 2181 2185 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
hannesj
reviewed
Oct 31, 2022
- RouteViaRequest removed reference to RouteRequest
- ViaLocation with default values for maxSlack, minSlack
- ViaRoutingWorker with sensible name on predicate
- Rename TestViaRoutingWorker to ViaRoutingWorkerTest
hannesj
reviewed
Nov 4, 2022
hannesj
reviewed
Nov 4, 2022
hannesj
reviewed
Nov 4, 2022
hannesj
reviewed
Nov 4, 2022
- Utility function to create validation exception - null check on ViaLocation constructor
- Refactor RouteViaRequest with Builder pattern
hannesj
marked this pull request as ready for review
November 8, 2022 09:43
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
| private boolean timetableView; | ||
| private boolean arriveBy; | ||
| private Locale locale; | ||
| private JourneyRequest journey; |
Contributor
There was a problem hiding this comment.
Suggested change
| private JourneyRequest journey; |
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
hannesj
reviewed
Nov 9, 2022
| } else { | ||
| this.request.setTo(request.routeRequest().to()); | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| this.request.setJourney(v.journeyRequest()); | |
hannesj
reviewed
Nov 9, 2022
hannesj
approved these changes
Nov 16, 2022
MikaelJarfors
approved these changes
Nov 17, 2022
t2gran
pushed a commit
that referenced
this pull request
Nov 17, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Via searches - Part D
Issue
#4494
Unit tests