-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upstream merge 2022-09-23 #128
Upstream merge 2022-09-23 #128
Commits on Aug 25, 2022
-
refactor: Move logFrequency, maxSnapshotFrequency, purgeExpiredData t…
…o timetableUpdates in config These parameters are not updater parameters and configure the realtime updates in general. Currently, OTP can run with either a Siri or a GTFS SnapshotProvider. These parameters are passed to the provider. This enables us to inject the correct provider into the injector instead of duplicating the snapshot provider creation logic in every updater.
Configuration menu - View commit details
-
Copy full SHA for 89aa0fa - Browse repository at this point
Copy the full SHA 89aa0faView commit details -
Update src/client/js/otp/modules/planner/Itinerary.js
Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8fd652 - Browse repository at this point
Copy the full SHA a8fd652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b7f34 - Browse repository at this point
Copy the full SHA 96b7f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817ab5a - Browse repository at this point
Copy the full SHA 817ab5aView commit details -
remove duplicated check of canTraverse
Added in in one place, where it was not previously checked
Configuration menu - View commit details
-
Copy full SHA for c5f4b84 - Browse repository at this point
Copy the full SHA c5f4b84View commit details -
Use Collections.emptyList to remove iterator initialization
Collections.emptyList returns the same instance with a static iterator
Configuration menu - View commit details
-
Copy full SHA for 867050f - Browse repository at this point
Copy the full SHA 867050fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb32f0 - Browse repository at this point
Copy the full SHA 2fb32f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5c143 - Browse repository at this point
Copy the full SHA 4f5c143View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51f549 - Browse repository at this point
Copy the full SHA a51f549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d82f12 - Browse repository at this point
Copy the full SHA 6d82f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee919be - Browse repository at this point
Copy the full SHA ee919beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01f3cf3 - Browse repository at this point
Copy the full SHA 01f3cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5c8aa - Browse repository at this point
Copy the full SHA fd5c8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bad6f0 - Browse repository at this point
Copy the full SHA 1bad6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89f02d - Browse repository at this point
Copy the full SHA f89f02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c626511 - Browse repository at this point
Copy the full SHA c626511View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd11632 - Browse repository at this point
Copy the full SHA bd11632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285192f - Browse repository at this point
Copy the full SHA 285192fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 158627f - Browse repository at this point
Copy the full SHA 158627fView commit details -
Merge pull request opentripplanner#4402 from entur/otp2_fare_perf_fixes
Performance improvements for DefaultFareServiceImpl
Configuration menu - View commit details
-
Copy full SHA for c019eb0 - Browse repository at this point
Copy the full SHA c019eb0View commit details -
Add changelog entry for opentripplanner#4402 [ci skip]
OTP Changelog Bot committedAug 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 268354b - Browse repository at this point
Copy the full SHA 268354bView commit details -
Merge pull request opentripplanner#4413 from entur/otp2_raptor_api_cl…
…ean_code doc: Document why unused parameters in Raptor API should NOT be deleted.
Configuration menu - View commit details
-
Copy full SHA for 2274e2b - Browse repository at this point
Copy the full SHA 2274e2bView commit details -
Update src/main/java/org/opentripplanner/graph_builder/module/Validat…
…eAndInterpolateStopTimesForEachTrip.java Co-authored-by: Thomas Gran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ab00d4 - Browse repository at this point
Copy the full SHA 4ab00d4View commit details -
Merge pull request opentripplanner#4406 from entur/otp2_netex_verify_…
…stoptimes Improve limits in ValidateAndInterpolateStopTimesForEachTrip
Configuration menu - View commit details
-
Copy full SHA for d5579c4 - Browse repository at this point
Copy the full SHA d5579c4View commit details -
Merge pull request opentripplanner#4397 from entur/otp2_fix_invalid_m…
…apper Do not crash if PageCursorFactory can't be created
Configuration menu - View commit details
-
Copy full SHA for d64ae0c - Browse repository at this point
Copy the full SHA d64ae0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9919f - Browse repository at this point
Copy the full SHA 0b9919fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c61f02 - Browse repository at this point
Copy the full SHA 6c61f02View commit details -
refactor: Move Updater setup content into constructor.
In this refactoring all initialization is moved into the Updater constructor. Only used dependencies are injected, as specific as needed. Example, the VehicleParkingUpdater does not need Graph and TransitModel, it needs a VertexLinker and VehicleParkingService, so those are injected. This make it possible to delete some updater fields(only needed for initialization) and to make some fields final.
Configuration menu - View commit details
-
Copy full SHA for 923da2d - Browse repository at this point
Copy the full SHA 923da2dView commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3fa1c94 - Browse repository at this point
Copy the full SHA 3fa1c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d819ed - Browse repository at this point
Copy the full SHA 8d819edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bc21d - Browse repository at this point
Copy the full SHA 27bc21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b4580 - Browse repository at this point
Copy the full SHA 64b4580View commit details -
Update src/main/java/org/opentripplanner/standalone/config/feed/OsmEx…
…tractConfigBuilder.java Co-authored-by: Joel Lappalainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea93811 - Browse repository at this point
Copy the full SHA ea93811View commit details -
Update src/main/java/org/opentripplanner/standalone/config/feed/OsmEx…
…tractConfig.java Co-authored-by: Joel Lappalainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10abf09 - Browse repository at this point
Copy the full SHA 10abf09View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d3fdb - Browse repository at this point
Copy the full SHA b7d3fdbView commit details -
Apply suggestions from code review
Co-authored-by: Thomas Gran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deb9e4b - Browse repository at this point
Copy the full SHA deb9e4bView commit details -
Merge pull request opentripplanner#4356 from HSLdevcom/DT-5398
Support for Route longName translations
Configuration menu - View commit details
-
Copy full SHA for 0efea3b - Browse repository at this point
Copy the full SHA 0efea3bView commit details -
Bump serialization version id for opentripplanner#4356
OTP Serialization Version Bot committedAug 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 0dc5f32 - Browse repository at this point
Copy the full SHA 0dc5f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cea9aa - Browse repository at this point
Copy the full SHA 3cea9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b106e - Browse repository at this point
Copy the full SHA 13b106eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d219d87 - Browse repository at this point
Copy the full SHA d219d87View commit details -
Merge pull request opentripplanner#4412 from entur/otp2_cleanup_edges
Clean up street routing
Configuration menu - View commit details
-
Copy full SHA for 39eb81f - Browse repository at this point
Copy the full SHA 39eb81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae10043 - Browse repository at this point
Copy the full SHA ae10043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917ea7c - Browse repository at this point
Copy the full SHA 917ea7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ff3c3 - Browse repository at this point
Copy the full SHA a0ff3c3View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 860e9b9 - Browse repository at this point
Copy the full SHA 860e9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683afc5 - Browse repository at this point
Copy the full SHA 683afc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d1a47 - Browse repository at this point
Copy the full SHA 33d1a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d1908 - Browse repository at this point
Copy the full SHA 38d1908View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68e612 - Browse repository at this point
Copy the full SHA c68e612View commit details -
Merge pull request opentripplanner#4416 from entur/otp2_fix_heuristic…
…_profile_name Update heuristic profile name in performanceTimers
Configuration menu - View commit details
-
Copy full SHA for 4d6abe4 - Browse repository at this point
Copy the full SHA 4d6abe4View commit details -
Update src/ext/java/org/opentripplanner/ext/siri/SiriFuzzyTripMatcher…
….java Co-authored-by: Leonard Ehrenfried <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9de0b7c - Browse repository at this point
Copy the full SHA 9de0b7cView commit details -
Merge pull request opentripplanner#4411 from entur/otp2_fix_updater_c…
…onfig Otp2 fix updater config
Configuration menu - View commit details
-
Copy full SHA for 855e595 - Browse repository at this point
Copy the full SHA 855e595View commit details -
Configuration menu - View commit details
-
Copy full SHA for d03881f - Browse repository at this point
Copy the full SHA d03881fView commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02fe8d5 - Browse repository at this point
Copy the full SHA 02fe8d5View commit details -
Account for boarding restrictions when generating path transfers
If a pattern is not boardable at the nearest stop then valid transfers at further stops would be dropped.
Configuration menu - View commit details
-
Copy full SHA for 1c9d5b9 - Browse repository at this point
Copy the full SHA 1c9d5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6a3f9 - Browse repository at this point
Copy the full SHA 4d6a3f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d639eb - Browse repository at this point
Copy the full SHA 3d639ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 356be37 - Browse repository at this point
Copy the full SHA 356be37View commit details -
Merge pull request opentripplanner#4420 from HSLdevcom/config-doc-update
Documentation updates and fixes
Configuration menu - View commit details
-
Copy full SHA for 7070cc0 - Browse repository at this point
Copy the full SHA 7070cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d689f - Browse repository at this point
Copy the full SHA 65d689fView commit details -
Merge pull request opentripplanner#4415 from entur/otp2_raptor_speedup
Avoid creating unneeded objects in RAPTOR
Configuration menu - View commit details
-
Copy full SHA for be1b992 - Browse repository at this point
Copy the full SHA be1b992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7916690 - Browse repository at this point
Copy the full SHA 7916690View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4fe63 - Browse repository at this point
Copy the full SHA dd4fe63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b5bc5 - Browse repository at this point
Copy the full SHA 85b5bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66baf0b - Browse repository at this point
Copy the full SHA 66baf0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2eaa2 - Browse repository at this point
Copy the full SHA 6e2eaa2View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5783f0b - Browse repository at this point
Copy the full SHA 5783f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba214bf - Browse repository at this point
Copy the full SHA ba214bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d84e33 - Browse repository at this point
Copy the full SHA 0d84e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0aa70 - Browse repository at this point
Copy the full SHA 6f0aa70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5798be8 - Browse repository at this point
Copy the full SHA 5798be8View commit details
Commits on Sep 1, 2022
-
Fix documentation on addRouteOriginDestination
Co-authored-by: Leonard Ehrenfried <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9a5fd1 - Browse repository at this point
Copy the full SHA a9a5fd1View commit details -
Merge pull request opentripplanner#4338 from leonardehrenfried/fares-v2
Add experimental support for GTFS Fares V2
Configuration menu - View commit details
-
Copy full SHA for 21b89e9 - Browse repository at this point
Copy the full SHA 21b89e9View commit details -
Add changelog entry for opentripplanner#4338 [ci skip]
OTP Changelog Bot committedSep 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 16e6a04 - Browse repository at this point
Copy the full SHA 16e6a04View commit details -
Bump serialization version id for opentripplanner#4338
OTP Serialization Version Bot committedSep 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 465958d - Browse repository at this point
Copy the full SHA 465958dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3030595 - Browse repository at this point
Copy the full SHA 3030595View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c848c - Browse repository at this point
Copy the full SHA b8c848cView commit details -
Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12b296b - Browse repository at this point
Copy the full SHA 12b296bView commit details -
Update src/main/java/org/opentripplanner/routing/core/FareRuleSet.java
Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae84f24 - Browse repository at this point
Copy the full SHA ae84f24View commit details -
Change LegacyGraphQLTicketTypeImpl to operate on FareRuleSet and fix …
…manual edits in autogenerated files
Configuration menu - View commit details
-
Copy full SHA for 4279fb2 - Browse repository at this point
Copy the full SHA 4279fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d63633 - Browse repository at this point
Copy the full SHA 7d63633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7dd97 - Browse repository at this point
Copy the full SHA 5b7dd97View commit details -
Merge pull request opentripplanner#4399 from entur/otp2_per_feed_conf…
…iguration Configure each transit feed properties individually
Configuration menu - View commit details
-
Copy full SHA for 6e3f76b - Browse repository at this point
Copy the full SHA 6e3f76bView commit details -
Add changelog entry for opentripplanner#4399 [ci skip]
OTP Changelog Bot committedSep 1, 2022 Configuration menu - View commit details
-
Copy full SHA for f906353 - Browse repository at this point
Copy the full SHA f906353View commit details -
Bump serialization version id for opentripplanner#4399
OTP Serialization Version Bot committedSep 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 4830566 - Browse repository at this point
Copy the full SHA 4830566View commit details -
Merge pull request opentripplanner#4421 from realCity/feature/direct-…
…transfer Account for boarding restrictions when calculating direct transfers
Configuration menu - View commit details
-
Copy full SHA for 00e710e - Browse repository at this point
Copy the full SHA 00e710eView commit details -
Add changelog entry for opentripplanner#4421 [ci skip]
OTP Changelog Bot committedSep 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 3847702 - Browse repository at this point
Copy the full SHA 3847702View commit details -
Merge branch 'otp2_per_feed_configuration' into otp2_override_osm_con…
…figuration # Conflicts: # src/main/java/org/opentripplanner/openstreetmap/OpenStreetMapProvider.java
Configuration menu - View commit details
-
Copy full SHA for 67c9024 - Browse repository at this point
Copy the full SHA 67c9024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9db98 - Browse repository at this point
Copy the full SHA 0b9db98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 756c060 - Browse repository at this point
Copy the full SHA 756c060View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d9f942 - Browse repository at this point
Copy the full SHA 5d9f942View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2436c - Browse repository at this point
Copy the full SHA fa2436cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c293483 - Browse repository at this point
Copy the full SHA c293483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 143cc84 - Browse repository at this point
Copy the full SHA 143cc84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf040c - Browse repository at this point
Copy the full SHA 2cf040cView commit details -
Merge branch 'otp2_override_osm_configuration' into otp2_override_dem…
…_configuration # Conflicts: # src/main/java/org/opentripplanner/standalone/config/feed/DemExtractConfig.java
Configuration menu - View commit details
-
Copy full SHA for ca53352 - Browse repository at this point
Copy the full SHA ca53352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9323efd - Browse repository at this point
Copy the full SHA 9323efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f851590 - Browse repository at this point
Copy the full SHA f851590View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1be48e - Browse repository at this point
Copy the full SHA d1be48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447a9f2 - Browse repository at this point
Copy the full SHA 447a9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0ae5b - Browse repository at this point
Copy the full SHA 8a0ae5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbacb42 - Browse repository at this point
Copy the full SHA cbacb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c227e - Browse repository at this point
Copy the full SHA 83c227eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db3830a - Browse repository at this point
Copy the full SHA db3830aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c462c - Browse repository at this point
Copy the full SHA 62c462cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e71c3 - Browse repository at this point
Copy the full SHA a0e71c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f1d4a - Browse repository at this point
Copy the full SHA b3f1d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d33afc - Browse repository at this point
Copy the full SHA 8d33afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a5115 - Browse repository at this point
Copy the full SHA 69a5115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2371746 - Browse repository at this point
Copy the full SHA 2371746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21efd00 - Browse repository at this point
Copy the full SHA 21efd00View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86fd22 - Browse repository at this point
Copy the full SHA f86fd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d943f0 - Browse repository at this point
Copy the full SHA 9d943f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 158e795 - Browse repository at this point
Copy the full SHA 158e795View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44c9a7 - Browse repository at this point
Copy the full SHA e44c9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b494a - Browse repository at this point
Copy the full SHA a6b494aView commit details -
Update src/main/java/org/opentripplanner/updater/stoptime/TimetableSn…
…apshotSource.java Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5b29f4 - Browse repository at this point
Copy the full SHA f5b29f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0b128 - Browse repository at this point
Copy the full SHA fa0b128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e465f1 - Browse repository at this point
Copy the full SHA 7e465f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5f19b - Browse repository at this point
Copy the full SHA 5f5f19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e24059 - Browse repository at this point
Copy the full SHA 8e24059View commit details -
Merge pull request opentripplanner#4419 from entur/otp2_override_osm_…
…configuration Configure the import of OSM extracts individually
Configuration menu - View commit details
-
Copy full SHA for 98b6513 - Browse repository at this point
Copy the full SHA 98b6513View commit details -
Add changelog entry for opentripplanner#4419 [ci skip]
OTP Changelog Bot committedSep 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 4ce8b60 - Browse repository at this point
Copy the full SHA 4ce8b60View commit details -
Bump serialization version id for opentripplanner#4419
OTP Serialization Version Bot committedSep 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a0616a - Browse repository at this point
Copy the full SHA 7a0616aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0907953 - Browse repository at this point
Copy the full SHA 0907953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24288a9 - Browse repository at this point
Copy the full SHA 24288a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c11a6d9 - Browse repository at this point
Copy the full SHA c11a6d9View commit details -
Merge pull request opentripplanner#4423 from entur/otp2_override_dem_…
…configuration Configure the import of elevation data individually
Configuration menu - View commit details
-
Copy full SHA for 7b0e7af - Browse repository at this point
Copy the full SHA 7b0e7afView commit details -
Add changelog entry for opentripplanner#4423 [ci skip]
OTP Changelog Bot committedSep 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 365d736 - Browse repository at this point
Copy the full SHA 365d736View commit details -
Bump serialization version id for opentripplanner#4423
OTP Serialization Version Bot committedSep 2, 2022 Configuration menu - View commit details
-
Copy full SHA for ab9c0fb - Browse repository at this point
Copy the full SHA ab9c0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a75f09c - Browse repository at this point
Copy the full SHA a75f09cView commit details -
Merge pull request opentripplanner#4430 from entur/fix_norwegian_spee…
…d_test_configuration Fix Norwegian speed test configuration
Configuration menu - View commit details
-
Copy full SHA for b23dcbc - Browse repository at this point
Copy the full SHA b23dcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad76407 - Browse repository at this point
Copy the full SHA ad76407View commit details
Commits on Sep 4, 2022
-
Remove showIntermediateStops from RoutingRequest
It is only used for output mapping
Configuration menu - View commit details
-
Copy full SHA for 17d7a07 - Browse repository at this point
Copy the full SHA 17d7a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe7871 - Browse repository at this point
Copy the full SHA cbe7871View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ac519d - Browse repository at this point
Copy the full SHA 2ac519dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 784a479 - Browse repository at this point
Copy the full SHA 784a479View commit details -
refactor: extract routing preferences
Co-authored-by: bartosz <[email protected]> Co-authored-by: Thomas Gran <[email protected]> Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7919ca9 - Browse repository at this point
Copy the full SHA 7919ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac12afb - Browse repository at this point
Copy the full SHA ac12afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da92ca3 - Browse repository at this point
Copy the full SHA da92ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94cfa0 - Browse repository at this point
Copy the full SHA c94cfa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c067fa9 - Browse repository at this point
Copy the full SHA c067fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea61216 - Browse repository at this point
Copy the full SHA ea61216View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cf0c0 - Browse repository at this point
Copy the full SHA d9cf0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 935d7ce - Browse repository at this point
Copy the full SHA 935d7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a37742 - Browse repository at this point
Copy the full SHA 8a37742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbbeda - Browse repository at this point
Copy the full SHA 5bbbedaView commit details
Commits on Sep 6, 2022
-
Merge pull request opentripplanner#4427 from HSLdevcom/parking-update…
…r-timezone Add timeZone parameter to hsl and parkapi vehicle parking updaters
Configuration menu - View commit details
-
Copy full SHA for 567e848 - Browse repository at this point
Copy the full SHA 567e848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdc76e - Browse repository at this point
Copy the full SHA 2cdc76eView commit details -
Merge pull request opentripplanner#4429 from leonardehrenfried/regula…
…r-stop-index Only index instances of RegularStop
Configuration menu - View commit details
-
Copy full SHA for 99842ae - Browse repository at this point
Copy the full SHA 99842aeView commit details -
Update src/ext/java/org/opentripplanner/ext/legacygraphqlapi/datafetc…
…hers/LegacyGraphQLQueryTypeImpl.java Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c76337c - Browse repository at this point
Copy the full SHA c76337cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3121cc3 - Browse repository at this point
Copy the full SHA 3121cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9933f - Browse repository at this point
Copy the full SHA 9b9933fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a55aeb0 - Browse repository at this point
Copy the full SHA a55aeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4ec40 - Browse repository at this point
Copy the full SHA 4e4ec40View commit details -
fix+refactor: Cleanup alightSlack and boardSlack
There was a bug in the RoutingRequestMapper line 32: transfer slack was set from transit alightSlack
Configuration menu - View commit details
-
Copy full SHA for 7ca2b59 - Browse repository at this point
Copy the full SHA 7ca2b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727f1aa - Browse repository at this point
Copy the full SHA 727f1aaView commit details
Commits on Sep 7, 2022
-
bartosz committed
Sep 7, 2022 Configuration menu - View commit details
-
Copy full SHA for fca0630 - Browse repository at this point
Copy the full SHA fca0630View commit details -
Added missing documentation for wheelchair accessibility preferences
bartosz committedSep 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 78bf8da - Browse repository at this point
Copy the full SHA 78bf8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 273a7da - Browse repository at this point
Copy the full SHA 273a7daView commit details -
Add mapping for predictionInaccurate on RecordedCall
bartosz committedSep 7, 2022 Configuration menu - View commit details
-
Copy full SHA for c04bfec - Browse repository at this point
Copy the full SHA c04bfecView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d4d4869 - Browse repository at this point
Copy the full SHA d4d4869View commit details -
Solve bug in RoutingRequestMapper
bartosz committedSep 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d5a1e35 - Browse repository at this point
Copy the full SHA d5a1e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4557ce - Browse repository at this point
Copy the full SHA a4557ceView commit details -
Add changelog entry for opentripplanner#4433 [ci skip]
OTP Changelog Bot committedSep 8, 2022 Configuration menu - View commit details
-
Copy full SHA for dc974fb - Browse repository at this point
Copy the full SHA dc974fbView commit details -
Merge pull request opentripplanner#4424 from leonardehrenfried/typed-…
…realtime-errors Return typed errors from realtime updates, prepare for realtime statistics
Configuration menu - View commit details
-
Copy full SHA for a46bf1d - Browse repository at this point
Copy the full SHA a46bf1dView commit details -
Add changelog entry for opentripplanner#4424 [ci skip]
OTP Changelog Bot committedSep 8, 2022 Configuration menu - View commit details
-
Copy full SHA for c9c94ef - Browse repository at this point
Copy the full SHA c9c94efView commit details -
Merge pull request opentripplanner#4435 from Skanetrafiken/prediction…
…Inaccurate Add mapping for RecordedCall.PredictionInaccurate
Configuration menu - View commit details
-
Copy full SHA for f2e6acd - Browse repository at this point
Copy the full SHA f2e6acdView commit details -
Add changelog entry for opentripplanner#4435 [ci skip]
OTP Changelog Bot committedSep 8, 2022 Configuration menu - View commit details
-
Copy full SHA for d1e95a5 - Browse repository at this point
Copy the full SHA d1e95a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bbf77 - Browse repository at this point
Copy the full SHA a7bbf77View commit details
Commits on Sep 9, 2022
-
Merge pull request opentripplanner#4426 from opentripplanner/dev-2.x-…
…via-search Routing request refactor - routing preferences
Configuration menu - View commit details
-
Copy full SHA for 55762dc - Browse repository at this point
Copy the full SHA 55762dcView commit details -
Add changelog entry for opentripplanner#4426 [ci skip]
OTP Changelog Bot committedSep 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 0265f08 - Browse repository at this point
Copy the full SHA 0265f08View commit details -
refactor: Rename McCostParams to GeneralizedCostParameters
The McCostParams used to be part of McRaptor, but the name was not changed when moved out of Raptor.
Configuration menu - View commit details
-
Copy full SHA for b1ae2bb - Browse repository at this point
Copy the full SHA b1ae2bbView commit details -
refactor: Rename accessibilityRequirements to wheelchairAccessibility…
… in GeneralizedCostParameters.
Configuration menu - View commit details
-
Copy full SHA for 1cf9688 - Browse repository at this point
Copy the full SHA 1cf9688View commit details -
refactor: Cleanup wheelchair naming.
The 'WheelchairAccessibilityPreferences' is renamed 'WheelchairPreferences' to be consistent with the naming of Bike-, Car- and other Preferences.
Configuration menu - View commit details
-
Copy full SHA for ff63967 - Browse repository at this point
Copy the full SHA ff63967View commit details -
refactor: Rename WheelchairAccessibilityFeature to AccessibilityPrefe…
…rences. There is nothing wheelchair specific in the WheelchairAccessibilityFeature and we would like to encourage reuse of this class.
Configuration menu - View commit details
-
Copy full SHA for 98c45d1 - Browse repository at this point
Copy the full SHA 98c45d1View commit details -
refactor: Rename WheelchairAccessibility to Accessibility.
There is nothing wheelchair specific in the WheelchairAccessibility and we would like to encourage reuse of this class.
Configuration menu - View commit details
-
Copy full SHA for a703e7f - Browse repository at this point
Copy the full SHA a703e7fView commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f95236 - Browse repository at this point
Copy the full SHA 5f95236View commit details -
Configuration menu - View commit details
-
Copy full SHA for f53940e - Browse repository at this point
Copy the full SHA f53940eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5d435 - Browse repository at this point
Copy the full SHA ee5d435View commit details
Commits on Sep 12, 2022
-
refactor: Cleanup BikePreferences
Use builder to build an immutable BikePreferences.
Configuration menu - View commit details
-
Copy full SHA for 7197ff3 - Browse repository at this point
Copy the full SHA 7197ff3View commit details -
Merge pull request opentripplanner#4414 from HSLdevcom/hsl_fares
Add HSL specific fare computation in the sandbox
Configuration menu - View commit details
-
Copy full SHA for 807734a - Browse repository at this point
Copy the full SHA 807734aView commit details -
Bump serialization version id for opentripplanner#4414
OTP Serialization Version Bot committedSep 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 8233f41 - Browse repository at this point
Copy the full SHA 8233f41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36726e1 - Browse repository at this point
Copy the full SHA 36726e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cc178 - Browse repository at this point
Copy the full SHA a8cc178View commit details -
refactor: extract TransitRequest
Co-authored-by: bartosz <[email protected]> Co-authored-by: Thomas Gran <[email protected]> Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33ba468 - Browse repository at this point
Copy the full SHA 33ba468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df5f12 - Browse repository at this point
Copy the full SHA 9df5f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed47939 - Browse repository at this point
Copy the full SHA ed47939View commit details -
Routing request refactor - VIA search part A (opentripplanner#4392)
Co-authored-by: bartosz <[email protected]> Co-authored-by: Thomas Gran <[email protected]> Co-authored-by: Hannes Junnila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2828d60 - Browse repository at this point
Copy the full SHA 2828d60View commit details -
Add missing documentation to TransitRequest, VehicleParkingRequest an…
…d VehicleRentalRequest
Configuration menu - View commit details
-
Copy full SHA for efda68f - Browse repository at this point
Copy the full SHA efda68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b399f9e - Browse repository at this point
Copy the full SHA b399f9eView commit details
Commits on Sep 13, 2022
-
Merge pull request opentripplanner#4447 from entur/otp2_abstract_rapt…
…or_transfer Extract AbstractRaptorTransfer to improve performance
Configuration menu - View commit details
-
Copy full SHA for aff0726 - Browse repository at this point
Copy the full SHA aff0726View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c56fd - Browse repository at this point
Copy the full SHA f0c56fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b806a - Browse repository at this point
Copy the full SHA e6b806aView commit details -
fix: TransmodelAPI fails to downcast board- and alight-slack
To fix this problem a utility method is added to the DurationForEnum witch does the downcast to int. To make the utility method available everywhere the StreetPreferences is changed, so it exposes the DurationForEnum type.
Configuration menu - View commit details
-
Copy full SHA for 5cb7850 - Browse repository at this point
Copy the full SHA 5cb7850View commit details -
refactor: Remove utility methods in StreetPreferences - they are only…
… used a few times.
Configuration menu - View commit details
-
Copy full SHA for ca1fb65 - Browse repository at this point
Copy the full SHA ca1fb65View commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62d092a - Browse repository at this point
Copy the full SHA 62d092aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd8ea5 - Browse repository at this point
Copy the full SHA 9bd8ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d11ce6 - Browse repository at this point
Copy the full SHA 5d11ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119f34a - Browse repository at this point
Copy the full SHA 119f34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c9342 - Browse repository at this point
Copy the full SHA c6c9342View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb36319 - Browse repository at this point
Copy the full SHA bb36319View commit details -
Merge pull request opentripplanner#4443 from entur/otp2_leg_mode
Extract LegMode from TraverseMode
Configuration menu - View commit details
-
Copy full SHA for 485e32b - Browse repository at this point
Copy the full SHA 485e32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b8200 - Browse repository at this point
Copy the full SHA 56b8200View commit details -
Merge pull request opentripplanner#4449 from entur/otp_bug_fix_slack
fix: TransmodelAPI fails to downcast board- and alight-slack
Configuration menu - View commit details
-
Copy full SHA for 0c9bf26 - Browse repository at this point
Copy the full SHA 0c9bf26View commit details
Commits on Sep 15, 2022
-
review: Cleanup naming and config for IntersectionTraversalCostModel …
…and DrivingDirection
Configuration menu - View commit details
-
Copy full SHA for 4ee6ab6 - Browse repository at this point
Copy the full SHA 4ee6ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c35043c - Browse repository at this point
Copy the full SHA c35043cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 120d568 - Browse repository at this point
Copy the full SHA 120d568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 607a936 - Browse repository at this point
Copy the full SHA 607a936View commit details -
Merge pull request opentripplanner#4446 from entur/otp2_journey_request
Extract journey request from RouteRequest
Configuration menu - View commit details
-
Copy full SHA for 8370272 - Browse repository at this point
Copy the full SHA 8370272View commit details -
Add changelog entry for opentripplanner#4446 [ci skip]
OTP Changelog Bot committedSep 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 98ce547 - Browse repository at this point
Copy the full SHA 98ce547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44093e6 - Browse repository at this point
Copy the full SHA 44093e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bc00fc - Browse repository at this point
Copy the full SHA 3bc00fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f87779 - Browse repository at this point
Copy the full SHA 9f87779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b3d92 - Browse repository at this point
Copy the full SHA 06b3d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca66bc0 - Browse repository at this point
Copy the full SHA ca66bc0View commit details -
Merge pull request opentripplanner#4445 from entur/otp2_move_pq_initi…
…al_size Hardcode initial capacities for a* search
Configuration menu - View commit details
-
Copy full SHA for 593a600 - Browse repository at this point
Copy the full SHA 593a600View commit details
Commits on Sep 16, 2022
-
Merge pull request opentripplanner#4444 from entur/otp2_move_intersec…
…tion_cost_model Move intersectionTraversalCostModel into StreetPreferences
Configuration menu - View commit details
-
Copy full SHA for 4d4ef9d - Browse repository at this point
Copy the full SHA 4d4ef9dView commit details -
Add changelog entry for opentripplanner#4444 [ci skip]
OTP Changelog Bot committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for e4c6dff - Browse repository at this point
Copy the full SHA e4c6dffView commit details -
Bump serialization version id for opentripplanner#4444
OTP Serialization Version Bot committedSep 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 4447bb4 - Browse repository at this point
Copy the full SHA 4447bb4View commit details -
review: Update CODE_CONVENTIONS.md
Co-authored-by: Joel Lappalainen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcdf303 - Browse repository at this point
Copy the full SHA dcdf303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066cc4d - Browse repository at this point
Copy the full SHA 066cc4dView commit details
Commits on Sep 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a57c80 - Browse repository at this point
Copy the full SHA 1a57c80View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e17c450 - Browse repository at this point
Copy the full SHA e17c450View commit details -
doc: Remove TODO - Updaters run with a context
It is not clear how we should do it, and we should avoid having TODOs in the doc unless it is going to be fixed in the near future.
Configuration menu - View commit details
-
Copy full SHA for 295791d - Browse repository at this point
Copy the full SHA 295791dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70bc197 - Browse repository at this point
Copy the full SHA 70bc197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5134aba - Browse repository at this point
Copy the full SHA 5134abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f22ca - Browse repository at this point
Copy the full SHA 33f22caView commit details -
Merge pull request opentripplanner#4454 from entur/otp2_fix_updater_i…
…nitialization Catch exceptions from updater configuration
Configuration menu - View commit details
-
Copy full SHA for 7240f36 - Browse repository at this point
Copy the full SHA 7240f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c4080 - Browse repository at this point
Copy the full SHA 08c4080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a5096 - Browse repository at this point
Copy the full SHA 72a5096View commit details -
Merge pull request opentripplanner#4441 from entur/otp2_cleanup_prefe…
…rences Otp2 cleanup preferences - Part 1
Configuration menu - View commit details
-
Copy full SHA for b59d660 - Browse repository at this point
Copy the full SHA b59d660View commit details -
Bump serialization version id for opentripplanner#4441
OTP Serialization Version Bot committedSep 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 995d561 - Browse repository at this point
Copy the full SHA 995d561View commit details -
Merge pull request opentripplanner#4347 from Skanetrafiken/17632_matc…
…h_on_stops Add feature switch for matching ET messages on stops
Configuration menu - View commit details
-
Copy full SHA for 5813e2f - Browse repository at this point
Copy the full SHA 5813e2fView commit details -
Add changelog entry for opentripplanner#4347 [ci skip]
OTP Changelog Bot committedSep 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 919de11 - Browse repository at this point
Copy the full SHA 919de11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7585444 - Browse repository at this point
Copy the full SHA 7585444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b5c7d - Browse repository at this point
Copy the full SHA 94b5c7dView commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 94a84ff - Browse repository at this point
Copy the full SHA 94a84ffView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4ae6097 - Browse repository at this point
Copy the full SHA 4ae6097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 828a75f - Browse repository at this point
Copy the full SHA 828a75fView commit details -
Merge pull request opentripplanner#4451 from entur/add_dev_doc_builders
Update code conventions doc on builders
Configuration menu - View commit details
-
Copy full SHA for a1276f2 - Browse repository at this point
Copy the full SHA a1276f2View commit details -
Merge pull request opentripplanner#4458 from ibi-group/houston-fare-m…
…apper Take into account null values for fare details
Configuration menu - View commit details
-
Copy full SHA for 21cb59d - Browse repository at this point
Copy the full SHA 21cb59dView commit details -
Merge pull request opentripplanner#4459 from entur/otp2_allowed_banne…
…d_networks Allow specifying allowed/banned rental networks in the Transmodel API
Configuration menu - View commit details
-
Copy full SHA for 7d23cfb - Browse repository at this point
Copy the full SHA 7d23cfbView commit details -
Merge pull request opentripplanner#4461 from entur/otp2_fix_log_conca…
…tenation Use placeholders in log messages
Configuration menu - View commit details
-
Copy full SHA for 98bff82 - Browse repository at this point
Copy the full SHA 98bff82View commit details -
Merge pull request opentripplanner#4463 from ibi-group/add-timezones
More graph stats, better exception message
Configuration menu - View commit details
-
Copy full SHA for 1fb4d2f - Browse repository at this point
Copy the full SHA 1fb4d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7aa8a8 - Browse repository at this point
Copy the full SHA e7aa8a8View commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07d33f5 - Browse repository at this point
Copy the full SHA 07d33f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8564bd5 - Browse repository at this point
Copy the full SHA 8564bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a3e6f - Browse repository at this point
Copy the full SHA 47a3e6fView commit details