Skip to content
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

Merged
merged 814 commits into from
Sep 23, 2022
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 25, 2022

  1. 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.
    t2gran committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    89aa0fa View commit details
    Browse the repository at this point in the history
  2. Update src/client/js/otp/modules/planner/Itinerary.js

    Co-authored-by: Hannes Junnila <[email protected]>
    leonardehrenfried and hannesj authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a8fd652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96b7f34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    817ab5a View commit details
    Browse the repository at this point in the history
  5. remove duplicated check of canTraverse

    Added in in one place, where it was not previously checked
    hannesj committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c5f4b84 View commit details
    Browse the repository at this point in the history
  6. Use Collections.emptyList to remove iterator initialization

    Collections.emptyList returns the same instance with a static iterator
    hannesj committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    867050f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fb32f0 View commit details
    Browse the repository at this point in the history
  8. Add todo

    hannesj committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4f5c143 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a51f549 View commit details
    Browse the repository at this point in the history
  10. Code clean-up

    vpaturet committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6d82f12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee919be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01f3cf3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd5c8aa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bad6f0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f89f02d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c626511 View commit details
    Browse the repository at this point in the history
  17. Reformat code

    t2gran committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    bd11632 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    285192f View commit details
    Browse the repository at this point in the history
  19. Fix formatting

    vesameskanen committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    158627f View commit details
    Browse the repository at this point in the history
  20. Merge pull request opentripplanner#4402 from entur/otp2_fare_perf_fixes

    Performance improvements for DefaultFareServiceImpl
    hannesj authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c019eb0 View commit details
    Browse the repository at this point in the history
  21. Add changelog entry for opentripplanner#4402 [ci skip]

    OTP Changelog Bot committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    268354b View commit details
    Browse the repository at this point in the history
  22. 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.
    hannesj authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2274e2b View commit details
    Browse the repository at this point in the history
  23. Update src/main/java/org/opentripplanner/graph_builder/module/Validat…

    …eAndInterpolateStopTimesForEachTrip.java
    
    Co-authored-by: Thomas Gran <[email protected]>
    hannesj and t2gran authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4ab00d4 View commit details
    Browse the repository at this point in the history
  24. Merge pull request opentripplanner#4406 from entur/otp2_netex_verify_…

    …stoptimes
    
    Improve limits in ValidateAndInterpolateStopTimesForEachTrip
    hannesj authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d5579c4 View commit details
    Browse the repository at this point in the history
  25. Merge pull request opentripplanner#4397 from entur/otp2_fix_invalid_m…

    …apper
    
    Do not crash if PageCursorFactory can't be created
    hannesj authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d64ae0c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b9919f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6c61f02 View commit details
    Browse the repository at this point in the history
  28. 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.
    t2gran committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    923da2d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    3fa1c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d819ed View commit details
    Browse the repository at this point in the history
  3. prettier fix

    Antiik91 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    27bc21d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64b4580 View commit details
    Browse the repository at this point in the history
  5. Update src/main/java/org/opentripplanner/standalone/config/feed/OsmEx…

    …tractConfigBuilder.java
    
    Co-authored-by: Joel Lappalainen <[email protected]>
    vpaturet and optionsome authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ea93811 View commit details
    Browse the repository at this point in the history
  6. Update src/main/java/org/opentripplanner/standalone/config/feed/OsmEx…

    …tractConfig.java
    
    Co-authored-by: Joel Lappalainen <[email protected]>
    vpaturet and optionsome authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    10abf09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7d3fdb View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Thomas Gran <[email protected]>
    hannesj and t2gran committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    deb9e4b View commit details
    Browse the repository at this point in the history
  9. Merge pull request opentripplanner#4356 from HSLdevcom/DT-5398

    Support for Route longName translations
    optionsome authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0efea3b View commit details
    Browse the repository at this point in the history
  10. Bump serialization version id for opentripplanner#4356

    OTP Serialization Version Bot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0dc5f32 View commit details
    Browse the repository at this point in the history
  11. Apply review feedback

    hannesj committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3cea9aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13b106e View commit details
    Browse the repository at this point in the history
  13. Cleanup Javadoc

    vpaturet committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d219d87 View commit details
    Browse the repository at this point in the history
  14. Merge pull request opentripplanner#4412 from entur/otp2_cleanup_edges

    Clean up street routing
    hannesj authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    39eb81f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae10043 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    917ea7c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a0ff3c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    860e9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683afc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d1a47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d1908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c68e612 View commit details
    Browse the repository at this point in the history
  6. Merge pull request opentripplanner#4416 from entur/otp2_fix_heuristic…

    …_profile_name
    
    Update heuristic profile name in performanceTimers
    hannesj authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    4d6abe4 View commit details
    Browse the repository at this point in the history
  7. Update src/ext/java/org/opentripplanner/ext/siri/SiriFuzzyTripMatcher…

    ….java
    
    Co-authored-by: Leonard Ehrenfried <[email protected]>
    t2gran and leonardehrenfried authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9de0b7c View commit details
    Browse the repository at this point in the history
  8. Merge pull request opentripplanner#4411 from entur/otp2_fix_updater_c…

    …onfig
    
    Otp2 fix updater config
    t2gran authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    855e595 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d03881f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    02fe8d5 View commit details
    Browse the repository at this point in the history
  2. 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.
    flaktack committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1c9d5b9 View commit details
    Browse the repository at this point in the history
  3. Formatting

    optionsome committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4d6a3f9 View commit details
    Browse the repository at this point in the history
  4. More formatting

    optionsome committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3d639eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    356be37 View commit details
    Browse the repository at this point in the history
  6. Merge pull request opentripplanner#4420 from HSLdevcom/config-doc-update

    Documentation updates and fixes
    optionsome authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7070cc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65d689f View commit details
    Browse the repository at this point in the history
  8. Merge pull request opentripplanner#4415 from entur/otp2_raptor_speedup

    Avoid creating unneeded objects in RAPTOR
    hannesj authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    be1b992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7916690 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd4fe63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85b5bc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66baf0b View commit details
    Browse the repository at this point in the history
  13. Update documentation

    vpaturet committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6e2eaa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Update documentation

    vpaturet committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5783f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba214bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d84e33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f0aa70 View commit details
    Browse the repository at this point in the history
  5. Update documentation

    vpaturet committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5798be8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Fix documentation on addRouteOriginDestination

    Co-authored-by: Leonard Ehrenfried <[email protected]>
    nurmAV and leonardehrenfried authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a9a5fd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opentripplanner#4338 from leonardehrenfried/fares-v2

    Add experimental support for GTFS Fares V2
    leonardehrenfried authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    21b89e9 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry for opentripplanner#4338 [ci skip]

    OTP Changelog Bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    16e6a04 View commit details
    Browse the repository at this point in the history
  4. Bump serialization version id for opentripplanner#4338

    OTP Serialization Version Bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    465958d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3030595 View commit details
    Browse the repository at this point in the history
  6. Update Fares.md

    nurmAV authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b8c848c View commit details
    Browse the repository at this point in the history
  7. Update docs/sandbox/Fares.md

    Co-authored-by: Hannes Junnila <[email protected]>
    nurmAV and hannesj authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    12b296b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae84f24 View commit details
    Browse the repository at this point in the history
  9. Change LegacyGraphQLTicketTypeImpl to operate on FareRuleSet and fix …

    …manual edits in autogenerated files
    viljaminurminen-cgi committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4279fb2 View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    viljaminurminen-cgi committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7d63633 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b7dd97 View commit details
    Browse the repository at this point in the history
  12. Merge pull request opentripplanner#4399 from entur/otp2_per_feed_conf…

    …iguration
    
    Configure each transit feed properties individually
    vpaturet authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6e3f76b View commit details
    Browse the repository at this point in the history
  13. Add changelog entry for opentripplanner#4399 [ci skip]

    OTP Changelog Bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f906353 View commit details
    Browse the repository at this point in the history
  14. Bump serialization version id for opentripplanner#4399

    OTP Serialization Version Bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4830566 View commit details
    Browse the repository at this point in the history
  15. Merge pull request opentripplanner#4421 from realCity/feature/direct-…

    …transfer
    
    Account for boarding restrictions when calculating direct transfers
    hannesj authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    00e710e View commit details
    Browse the repository at this point in the history
  16. Add changelog entry for opentripplanner#4421 [ci skip]

    OTP Changelog Bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3847702 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'otp2_per_feed_configuration' into otp2_override_osm_con…

    …figuration
    
    # Conflicts:
    #	src/main/java/org/opentripplanner/openstreetmap/OpenStreetMapProvider.java
    vpaturet committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    67c9024 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0b9db98 View commit details
    Browse the repository at this point in the history
  19. Update changelog

    optionsome committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    756c060 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Resolve merge conflict

    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5d9f942 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    fa2436c View commit details
    Browse the repository at this point in the history
  3. Fix markdown

    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c293483 View commit details
    Browse the repository at this point in the history
  4. Fix markdown

    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    143cc84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cf040c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'otp2_override_osm_configuration' into otp2_override_dem…

    …_configuration
    
    # Conflicts:
    #	src/main/java/org/opentripplanner/standalone/config/feed/DemExtractConfig.java
    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ca53352 View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict

    vpaturet committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9323efd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f851590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1be48e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    447a9f2 View commit details
    Browse the repository at this point in the history
  11. Lower log level

    leonardehrenfried committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8a0ae5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbacb42 View commit details
    Browse the repository at this point in the history
  13. Clean up tests

    leonardehrenfried committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    83c227e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    db3830a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62c462c View commit details
    Browse the repository at this point in the history
  16. Add tests

    leonardehrenfried committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    a0e71c3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b3f1d4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d33afc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    69a5115 View commit details
    Browse the repository at this point in the history
  20. Update Javadoc

    leonardehrenfried committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2371746 View commit details
    Browse the repository at this point in the history
  21. Rename log method

    leonardehrenfried committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    21efd00 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f86fd22 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9d943f0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    158e795 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e44c9a7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a6b494a View commit details
    Browse the repository at this point in the history
  27. Update src/main/java/org/opentripplanner/updater/stoptime/TimetableSn…

    …apshotSource.java
    
    Co-authored-by: Hannes Junnila <[email protected]>
    leonardehrenfried and hannesj committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f5b29f4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fa0b128 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7e465f1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5f5f19b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8e24059 View commit details
    Browse the repository at this point in the history
  32. Merge pull request opentripplanner#4419 from entur/otp2_override_osm_…

    …configuration
    
    Configure the import of OSM extracts individually
    vpaturet authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    98b6513 View commit details
    Browse the repository at this point in the history
  33. Add changelog entry for opentripplanner#4419 [ci skip]

    OTP Changelog Bot committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4ce8b60 View commit details
    Browse the repository at this point in the history
  34. Bump serialization version id for opentripplanner#4419

    OTP Serialization Version Bot committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    7a0616a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0907953 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    24288a9 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c11a6d9 View commit details
    Browse the repository at this point in the history
  38. Merge pull request opentripplanner#4423 from entur/otp2_override_dem_…

    …configuration
    
    Configure the import of elevation data individually
    vpaturet authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    7b0e7af View commit details
    Browse the repository at this point in the history
  39. Add changelog entry for opentripplanner#4423 [ci skip]

    OTP Changelog Bot committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    365d736 View commit details
    Browse the repository at this point in the history
  40. Bump serialization version id for opentripplanner#4423

    OTP Serialization Version Bot committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ab9c0fb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a75f09c View commit details
    Browse the repository at this point in the history
  42. Merge pull request opentripplanner#4430 from entur/fix_norwegian_spee…

    …d_test_configuration
    
    Fix Norwegian speed test configuration
    vpaturet authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    b23dcbc View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ad76407 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Remove showIntermediateStops from RoutingRequest

    It is only used for output mapping
    hannesj committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    17d7a07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe7871 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    2ac519d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784a479 View commit details
    Browse the repository at this point in the history
  3. refactor: extract routing preferences

    Co-authored-by: bartosz <[email protected]>
    Co-authored-by: Thomas Gran <[email protected]>
    Co-authored-by: Hannes Junnila <[email protected]>
    3 people committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    7919ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac12afb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da92ca3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c94cfa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c067fa9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea61216 View commit details
    Browse the repository at this point in the history
  9. refactor: Cleanup preferences JavaDoc

    t2gran authored and hannesj committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d9cf0c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    935d7ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a37742 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5bbbeda View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request opentripplanner#4427 from HSLdevcom/parking-update…

    …r-timezone
    
    Add timeZone parameter to hsl and parkapi vehicle parking updaters
    optionsome authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    567e848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cdc76e View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#4429 from leonardehrenfried/regula…

    …r-stop-index
    
    Only index instances of RegularStop
    hannesj authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    99842ae View commit details
    Browse the repository at this point in the history
  4. Update src/ext/java/org/opentripplanner/ext/legacygraphqlapi/datafetc…

    …hers/LegacyGraphQLQueryTypeImpl.java
    
    Co-authored-by: Hannes Junnila <[email protected]>
    nurmAV and hannesj authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c76337c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3121cc3 View commit details
    Browse the repository at this point in the history
  6. Add missing formatting type

    hannesj committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9b9933f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a55aeb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e4ec40 View commit details
    Browse the repository at this point in the history
  9. fix+refactor: Cleanup alightSlack and boardSlack

    There was a bug in the RoutingRequestMapper line 32: transfer slack was set from transit alightSlack
    t2gran committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7ca2b59 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    727f1aa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Refactored wheelchair model

    bartosz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fca0630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bf8da View commit details
    Browse the repository at this point in the history
  3. Removed pathComparator from request

    Reformatted code
    bartosz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    273a7da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c04bfec View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    d4d4869 View commit details
    Browse the repository at this point in the history
  2. Solve bug in RoutingRequestMapper

    bartosz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d5a1e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4557ce View commit details
    Browse the repository at this point in the history
  4. Add changelog entry for opentripplanner#4433 [ci skip]

    OTP Changelog Bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    dc974fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#4424 from leonardehrenfried/typed-…

    …realtime-errors
    
    Return typed errors from realtime updates, prepare for realtime statistics
    leonardehrenfried authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a46bf1d View commit details
    Browse the repository at this point in the history
  6. Add changelog entry for opentripplanner#4424 [ci skip]

    OTP Changelog Bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c9c94ef View commit details
    Browse the repository at this point in the history
  7. Merge pull request opentripplanner#4435 from Skanetrafiken/prediction…

    …Inaccurate
    
    Add mapping for RecordedCall.PredictionInaccurate
    hannesj authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f2e6acd View commit details
    Browse the repository at this point in the history
  8. Add changelog entry for opentripplanner#4435 [ci skip]

    OTP Changelog Bot committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d1e95a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7bbf77 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge pull request opentripplanner#4426 from opentripplanner/dev-2.x-…

    …via-search
    
    Routing request refactor - routing preferences
    t2gran authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    55762dc View commit details
    Browse the repository at this point in the history
  2. Add changelog entry for opentripplanner#4426 [ci skip]

    OTP Changelog Bot committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0265f08 View commit details
    Browse the repository at this point in the history
  3. refactor: Rename McCostParams to GeneralizedCostParameters

    The McCostParams used to be part of McRaptor, but the name was not changed when moved out of Raptor.
    t2gran committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b1ae2bb View commit details
    Browse the repository at this point in the history
  4. refactor: Rename accessibilityRequirements to wheelchairAccessibility…

    … in GeneralizedCostParameters.
    t2gran committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1cf9688 View commit details
    Browse the repository at this point in the history
  5. refactor: Cleanup wheelchair naming.

    The 'WheelchairAccessibilityPreferences' is renamed 'WheelchairPreferences' to be consistent
    with the naming of Bike-, Car- and other Preferences.
    t2gran committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ff63967 View commit details
    Browse the repository at this point in the history
  6. refactor: Rename WheelchairAccessibilityFeature to AccessibilityPrefe…

    …rences.
    
    There is nothing wheelchair specific in the WheelchairAccessibilityFeature and
    we would like to encourage reuse of this class.
    t2gran committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    98c45d1 View commit details
    Browse the repository at this point in the history
  7. refactor: Rename WheelchairAccessibility to Accessibility.

    There is nothing wheelchair specific in the WheelchairAccessibility and we would like to
    encourage reuse of this class.
    t2gran committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a703e7f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    5f95236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53940e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee5d435 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. refactor: Cleanup BikePreferences

    Use builder to build an immutable BikePreferences.
    t2gran committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7197ff3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opentripplanner#4414 from HSLdevcom/hsl_fares

    Add HSL specific fare computation in the sandbox
    vesameskanen authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    807734a View commit details
    Browse the repository at this point in the history
  3. Bump serialization version id for opentripplanner#4414

    OTP Serialization Version Bot committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8233f41 View commit details
    Browse the repository at this point in the history
  4. Rename itinerariesSortOrder

    hannesj committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    36726e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8cc178 View commit details
    Browse the repository at this point in the history
  6. refactor: extract TransitRequest

    Co-authored-by: bartosz <[email protected]>
    Co-authored-by: Thomas Gran <[email protected]>
    Co-authored-by: Hannes Junnila <[email protected]>
    3 people committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    33ba468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9df5f12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed47939 View commit details
    Browse the repository at this point in the history
  9. 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]>
    3 people committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2828d60 View commit details
    Browse the repository at this point in the history
  10. Add missing documentation to TransitRequest, VehicleParkingRequest an…

    …d VehicleRentalRequest
    bartosz authored and hannesj committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    efda68f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b399f9e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Merge pull request opentripplanner#4447 from entur/otp2_abstract_rapt…

    …or_transfer
    
    Extract AbstractRaptorTransfer to improve performance
    hannesj authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    aff0726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c56fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6b806a View commit details
    Browse the repository at this point in the history
  4. 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.
    t2gran committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5cb7850 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca1fb65 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. refactor: Extract LegMode

    hannesj committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    62d092a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd8ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d11ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    119f34a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6c9342 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb36319 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opentripplanner#4443 from entur/otp2_leg_mode

    Extract LegMode from TraverseMode
    hannesj authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    485e32b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56b8200 View commit details
    Browse the repository at this point in the history
  9. Merge pull request opentripplanner#4449 from entur/otp_bug_fix_slack

    fix: TransmodelAPI fails to downcast board- and alight-slack
    t2gran authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    0c9bf26 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. review: Cleanup naming and config for IntersectionTraversalCostModel …

    …and DrivingDirection
    t2gran committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4ee6ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c35043c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120d568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607a936 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#4446 from entur/otp2_journey_request

    Extract journey request from RouteRequest
    t2gran authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8370272 View commit details
    Browse the repository at this point in the history
  6. Add changelog entry for opentripplanner#4446 [ci skip]

    OTP Changelog Bot committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    98ce547 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44093e6 View commit details
    Browse the repository at this point in the history
  8. Update migration guide

    hannesj committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3bc00fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f87779 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06b3d92 View commit details
    Browse the repository at this point in the history
  11. hard code initial capacities

    hannesj committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    ca66bc0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request opentripplanner#4445 from entur/otp2_move_pq_initi…

    …al_size
    
    Hardcode initial capacities for a* search
    hannesj authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    593a600 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge pull request opentripplanner#4444 from entur/otp2_move_intersec…

    …tion_cost_model
    
    Move intersectionTraversalCostModel into StreetPreferences
    hannesj authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4d4ef9d View commit details
    Browse the repository at this point in the history
  2. Add changelog entry for opentripplanner#4444 [ci skip]

    OTP Changelog Bot committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    e4c6dff View commit details
    Browse the repository at this point in the history
  3. Bump serialization version id for opentripplanner#4444

    OTP Serialization Version Bot committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4447bb4 View commit details
    Browse the repository at this point in the history
  4. review: Update CODE_CONVENTIONS.md

    Co-authored-by: Joel Lappalainen <[email protected]>
    t2gran and optionsome authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    dcdf303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066cc4d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    1a57c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. doc: Review

    t2gran committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e17c450 View commit details
    Browse the repository at this point in the history
  2. 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.
    t2gran committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    295791d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70bc197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5134aba View commit details
    Browse the repository at this point in the history
  5. Improve tests

    leonardehrenfried committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    33f22ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request opentripplanner#4454 from entur/otp2_fix_updater_i…

    …nitialization
    
    Catch exceptions from updater configuration
    leonardehrenfried authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7240f36 View commit details
    Browse the repository at this point in the history
  7. Configuration for turning off fuzzy trip matching feature in SiriAzur…

    …eUpdater.
    Bartosz-Kruba authored and bartosz committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    08c4080 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72a5096 View commit details
    Browse the repository at this point in the history
  9. Merge pull request opentripplanner#4441 from entur/otp2_cleanup_prefe…

    …rences
    
    Otp2 cleanup preferences - Part 1
    t2gran authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    b59d660 View commit details
    Browse the repository at this point in the history
  10. Bump serialization version id for opentripplanner#4441

    OTP Serialization Version Bot committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    995d561 View commit details
    Browse the repository at this point in the history
  11. Merge pull request opentripplanner#4347 from Skanetrafiken/17632_matc…

    …h_on_stops
    
    Add feature switch for matching ET messages on stops
    hannesj authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5813e2f View commit details
    Browse the repository at this point in the history
  12. Add changelog entry for opentripplanner#4347 [ci skip]

    OTP Changelog Bot committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    919de11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7585444 View commit details
    Browse the repository at this point in the history
  14. Add changelog entry

    hannesj committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    94b5c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    94a84ff View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    4ae6097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828a75f View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#4451 from entur/add_dev_doc_builders

    Update code conventions doc on builders
    t2gran authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    a1276f2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opentripplanner#4458 from ibi-group/houston-fare-m…

    …apper
    
    Take into account null values for fare details
    leonardehrenfried authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    21cb59d View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#4459 from entur/otp2_allowed_banne…

    …d_networks
    
    Allow specifying allowed/banned rental networks in the Transmodel API
    t2gran authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7d23cfb View commit details
    Browse the repository at this point in the history
  6. Merge pull request opentripplanner#4461 from entur/otp2_fix_log_conca…

    …tenation
    
    Use placeholders in log messages
    vpaturet authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    98bff82 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opentripplanner#4463 from ibi-group/add-timezones

    More graph stats, better exception message
    leonardehrenfried authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1fb4d2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7aa8a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    07d33f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8564bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a3e6f View commit details
    Browse the repository at this point in the history