-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Check-In duration when stopover line is a ring (#201)
* Add: Testcases that represent the issue. (With Potsdam 603 Bus and Berlin Ringbahn) * Fix: Negative checkin durations when a station appears more than once on a stopover line. * Revert * Fixed trips at ring lines * Readded old test from jeyemwey * Update Controller.php * Adapted HafasTripFactory to DB-Rest v5 * Adapted CheckInCollision-Test to DB-Rest v5 format * Revert "Adapted CheckInCollision-Test to DB-Rest v5 format" This reverts commit d23c85b. * Update CheckinTest.php * Codacy * Codacy * Adapted HafasTripFactory to DB-Rest v5 * Codacy * I don't know what Codacy wants from me. * Is this what Codacy wants? * Codacy is weird * These indentations look funny, but for Codacy I do everything * Added comments to database columns (old migration) Comments cannot be added later with Laravel Builder * Show correct duration * Codacy Co-authored-by: Jannik <jannik@outlook.com> Co-authored-by: Levin Herr <levin@herrlev.in>
- Loading branch information
1 parent
8dce7ba
commit 8610064
Showing
11 changed files
with
315 additions
and
76 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.