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 2023-09-01 #182

Merged
merged 178 commits into from
Sep 1, 2023
Merged

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    9265dd7 View commit details
    Browse the repository at this point in the history
  2. Update docs

    vesameskanen committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    013225a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    93ebd8d View commit details
    Browse the repository at this point in the history
  2. Add some javadoc

    vesameskanen committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6303437 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    6468d75 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/org/opentripplanner/graph_builder/module/NearbyS…

    …topFinder.java
    
    Co-authored-by: Leonard Ehrenfried <[email protected]>
    vesameskanen and leonardehrenfried authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d3561a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3c7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cfadca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed6b68f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f9616 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4b504c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    47dee24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b274a42 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 28, 2023

  1. Moved RoutingModes.md from archive to doc templates, added RoutingMod…

    …eDocTest to generate documentation from the enum values.
    Arilith committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    925aaa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11746a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28eeeb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    fda94e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from leonardehrenfried/routing-modes

    Improve routing mode documentation
    Arilith authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    49da184 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    b1a61f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6468f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b95343d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1b4233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aec5724 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    52c1880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f5b2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08447ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7809f74 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    leonardehrenfried committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    17f8594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46fd26b View commit details
    Browse the repository at this point in the history
  7. fix: Add support for decimal numbers in the constant part of a linear…

    …-function
    
    We need to support this to be backwards compatible
    t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c77c343 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e2cf72 View commit details
    Browse the repository at this point in the history
  9. Merge pull request opentripplanner#5292 from entur/map_coercing_parse…

    …_value_exception
    
    Map CoercingParseValueException
    vpaturet authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3ec88ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5079b6b View commit details
    Browse the repository at this point in the history
  11. Merge pull request opentripplanner#5304 from entur/fix_linear_function

    Add support for decimal numbers in the constant part of a linear function
    t2gran authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d80ffec View commit details
    Browse the repository at this point in the history
  12. feature: Work on dominance functions

    - Add needed implementation for C2 functions
    - There's a lot dirty testing code here as well
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8651ce View commit details
    Browse the repository at this point in the history
  13. Include c2 value in Path

    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6bad1df View commit details
    Browse the repository at this point in the history
  14. Meeting code changes

    - Just some comments and basic structure for tests
    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    845fa29 View commit details
    Browse the repository at this point in the history
  15. RideFactory changes

    - Add necessary changes to ride factory to accommodate for c2 values.
    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da412ff View commit details
    Browse the repository at this point in the history
  16. Storage structure for pass-through points used in a search.

    * Use BitSet instances to hold the stops for each pass-through point.
    * Provide a null-sink implementation for non-pass-through searches.
    * Introduce a list collection for holding instances of StopLocation.
    * Add test.
    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da247bc View commit details
    Browse the repository at this point in the history
  17. Create a PassThroughPoints instance from the RaptorTransitPassThrough…

    …Request.
    
    * Query the PassThroughPoints instance to determine if a C2 value should be increased.
    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8edcbf View commit details
    Browse the repository at this point in the history
  18. Rename via to passThrough

    - Increment C2 in MultiCriteriaRoutingStrategy (this is not a final solution)
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4af27d9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7872bab View commit details
    Browse the repository at this point in the history
  20. Filter out invalid journeys in DestinationArrivalPaths

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    204d8cb View commit details
    Browse the repository at this point in the history
  21. Re-enable heuristics in code

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    34eaf22 View commit details
    Browse the repository at this point in the history
  22. Ensure that ForwardPathMapper does not break when handling Destinatio…

    …nArrival without C2 support
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6585be8 View commit details
    Browse the repository at this point in the history
  23. Solve problems with Path constructor

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cf475d0 View commit details
    Browse the repository at this point in the history
  24. feature: Inject pass-through as a strategy in MultiCriteriaRoutingStr…

    …ategy
    
    This commit remove the PassThroughMultiCriteriaRoutingStrategy subclass and
    include the pass-through as a strategy instead, this will allow us to combine
    pass-through with other features, like transit-priority(merging c2 is not
    implemented, but could be done).
    t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b42b994 View commit details
    Browse the repository at this point in the history
  25. refactor: Encapsulate PassThroughPoints business logic and extend the…

    … Raptor domain language
    t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a7d8ec3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d69c790 View commit details
    Browse the repository at this point in the history
  27. Create raptor module tests for pass-through functionality

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    693c1a6 View commit details
    Browse the repository at this point in the history
  28. Rename parameters in PathParetoSetComparators to "includeC1" and "inc…

    …ludeC2"
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5cd531d View commit details
    Browse the repository at this point in the history
  29. Rename parameters in PathConfig to "includeC1Cost"

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f9e4957 View commit details
    Browse the repository at this point in the history
  30. Rename methods to correct name in J01_PassThroughTest.

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c15020d View commit details
    Browse the repository at this point in the history
  31. fix: bug in RaptorPath

    - Add tests for RaptorPath.compareC2
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a0ea15f View commit details
    Browse the repository at this point in the history
  32. refactor: Remove irrelevant TODO comments

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    230497f View commit details
    Browse the repository at this point in the history
  33. doc: Add javadoc

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    22603ab View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    84b9af5 View commit details
    Browse the repository at this point in the history
  35. test: ArrivalParetoSetComparatorFactory.factory comparator with C2 do…

    …minance function
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2bc1dd2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b4c1705 View commit details
    Browse the repository at this point in the history
  37. test: Enable Raptor module-test debug from CMD line

    Run Raptor module tests in debug mode if "debugRaptor" is set(any value)
    as a system property or an environment variable.
    t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2daf1bd View commit details
    Browse the repository at this point in the history
  38. todo: Add todos in raptor TripSchedule

    The Raptor package is self-contained and not even the test should reference
    outside OTP packages.
    t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1bdf9f0 View commit details
    Browse the repository at this point in the history
  39. - Unit tests for PatternRideC1 & PatternRideC2

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d22b24c View commit details
    Browse the repository at this point in the history
  40. Work on PathParetoSetComparators

    - Make C2 dominance function injectable
    - Write tests for PathParetoSetComparators.paretoComparator. All possible combinations
    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a6ef06 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2ba3b50 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8ea25d5 View commit details
    Browse the repository at this point in the history
  43. Apply suggestions from code review

    Co-authored-by: Johan Torin <[email protected]>
    t2gran and jtorin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6ddff5e View commit details
    Browse the repository at this point in the history
  44. Apply suggestions from code review

    Co-authored-by: Johan Torin <[email protected]>
    t2gran and jtorin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f358128 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3a81d0b View commit details
    Browse the repository at this point in the history
  46. Remove assertAll

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    31e98dd View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2f863f7 View commit details
    Browse the repository at this point in the history
  48. Improve test coverage.

    Johan Torin authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d0d7110 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    81d5bfc View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    17eb434 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2bafb11 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ccfd202 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b602bad View commit details
    Browse the repository at this point in the history
  54. apply-review changes

    Co-authored-by: Johan Torin <[email protected]>
    t2gran and jtorin committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    082e6d2 View commit details
    Browse the repository at this point in the history
  55. Javadocs update

    bartosz authored and t2gran committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b68d4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    1db7e45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opentripplanner#5249 from opentripplanner/pass-thr…

    …ough_raptor-changes
    
    Pass through raptor changes
    Bartosz-Kruba authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5ea91e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    460ad9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    323d4a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6c6cba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb497e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    226cca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed13189 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd6d785 View commit details
    Browse the repository at this point in the history
  10. Add test

    optionsome committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dd9525e View commit details
    Browse the repository at this point in the history
  11. Improve tests

    optionsome committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e531285 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Update src/test/java/org/opentripplanner/generate/doc/RoutingModeDocT…

    …est.java
    
    
    Removed question about static type description.
    
    Co-authored-by: Thomas Gran <[email protected]>
    Arilith and t2gran authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6ae9394 View commit details
    Browse the repository at this point in the history
  2. Update src/test/java/org/opentripplanner/generate/doc/RoutingModeDocT…

    …est.java
    
    
    Removed comment about static typedescription.
    
    Co-authored-by: Thomas Gran <[email protected]>
    Arilith and t2gran authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c23a388 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/org/opentripplanner/transit/model/basic/TransitM…

    …ode.java
    
    
    Add typo fixes suggested by Leonard.
    
    Co-authored-by: Leonard Ehrenfried <[email protected]>
    Arilith and leonardehrenfried authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    4b4d8f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    156d92a View commit details
    Browse the repository at this point in the history
  2. Update Javadoc

    leonardehrenfried committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c8f8c33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#5312 from opentripplanner/renovate…

    …/ch.poole-openinghoursparser-0.x
    
    fix(deps): update dependency ch.poole:openinghoursparser to v0.27.1
    leonardehrenfried authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4879b9e View commit details
    Browse the repository at this point in the history
  4. Remove unused test method

    optionsome committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    43036ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78c1c47 View commit details
    Browse the repository at this point in the history
  6. Split and clean tests

    optionsome committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    db3dad5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50f3faa View commit details
    Browse the repository at this point in the history
  8. Merge pull request opentripplanner#5310 from HSLdevcom/fix-cost-equals

    Fix walk board cost comparison and add escalatorReluctance to hash
    optionsome authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5c4b15f View commit details
    Browse the repository at this point in the history
  9. Add changelog entry for opentripplanner#5310 [ci skip]

    OTP Changelog Bot committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d968ba8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request opentripplanner#5313 from opentripplanner/renovate…

    …/com.graphql-java-graphql-java-extended-scalars-21.x
    
    fix(deps): update dependency com.graphql-java:graphql-java-extended-scalars to v21
    leonardehrenfried authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8c38db6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request opentripplanner#5314 from entur/fix_concurrent_mod…

    …ification_in_vehicle_rental_service
    
    Fix concurrent modification exception in vehicle rental service
    vpaturet authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a367df0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request opentripplanner#5271 from R-OV-NL/feat/mode-docume…

    …ntation-from-code
    
    Generate RoutingMode documentation from StreetMode and TransportMode enumerations
    leonardehrenfried authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b391945 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c7d7bcd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    0549b04 View commit details
    Browse the repository at this point in the history
  2. Revert method name

    leonardehrenfried committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    957783d View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#5296 from entur/map_mismatched_inp…

    …ut_exception
    
    Map mismatched input exception
    vpaturet authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    676ec55 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Thomas Gran <[email protected]>
    vpaturet and t2gran authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    10d5e2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fe3198 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56bd810 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e372a54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d15209a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ea0137 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    14445d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    998c71c View commit details
    Browse the repository at this point in the history
  2. Merge pull request opentripplanner#5214 from HSLdevcom/max-nearby-stops

    Stop count limit for access/egress routing and new accessEgress configuration object
    vesameskanen authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a24a6af View commit details
    Browse the repository at this point in the history
  3. Add changelog entry for opentripplanner#5214 [ci skip]

    OTP Changelog Bot committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    38549d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opentripplanner#5308 from entur/fix_missing_parent…

    …_stop_in_siri_alert
    
    Handle missing parent station when collecting SIRI alerts
    vpaturet authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b4d3966 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#5297 from entur/refactor_siri_et_p…

    …ubsub_updater
    
    Refactor SIRI-ET PubSub updater
    t2gran authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2f1b266 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe1863 View commit details
    Browse the repository at this point in the history
  7. Accept new kind of nodes in stop_area relation linking

    It seems that isolated nodes tagged with highway=bus_stop or public_transport=platform
    are sometimes used for linking transit stops with OSM street network using ref tagging.
    Such isolated nodes must be linked into surrounding platforms.
    vesameskanen committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c76d2e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8de36c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    549fc15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9def5c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7586766 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    4e5bb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbbd6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#5303 from leonardehrenfried/remove…

    …-pathway-id
    
    Remove pathway id from REST API
    leonardehrenfried authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    307b204 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry for opentripplanner#5303 [ci skip]

    OTP Changelog Bot committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1142a54 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#5316 from leonardehrenfried/rename…

    …-feed-id-parsing
    
    Rename FeedScopeId.parseId to FeedScopedId.parse
    leonardehrenfried authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    79d1cbc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    a68c23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52da54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f71fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea26554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19523fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40f83a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ec1087 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. Merge pull request opentripplanner#5305 from leonardehrenfried/remove…

    …-winkki
    
    Remove Winkki street note updater
    leonardehrenfried authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6b9aca9 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry for opentripplanner#5305 [ci skip]

    OTP Changelog Bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2cf3f9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64299b3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opentripplanner#5319 from HSLdevcom/extend-stopare…

    …a-linking
    
    Extend stop area relation linking to include bus stop and platform nodes
    vesameskanen authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    79035c4 View commit details
    Browse the repository at this point in the history
  5. Add changelog entry for opentripplanner#5319 [ci skip]

    OTP Changelog Bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7f811fd View commit details
    Browse the repository at this point in the history
  6. Bump serialization version id for opentripplanner#5319

    OTP Serialization Version Bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2c1bc12 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opentripplanner#5315 from entur/retry_on_failed_pu…

    …bsub_subscription_creation
    
    Retry on failed SIRI-ET Pubsub subscription creation
    vpaturet authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a53618b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5a978b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ad83e3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request opentripplanner#5321 from leonardehrenfried/transf…

    …er-docs
    
    Document in-station navigation
    leonardehrenfried authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    89e4256 View commit details
    Browse the repository at this point in the history
  11. Add changelog entry for opentripplanner#5321 [ci skip]

    OTP Changelog Bot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    def434b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8773268 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6899ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    614bb79 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    36edab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d762a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26866e View commit details
    Browse the repository at this point in the history
  4. Merge pull request opentripplanner#5336 from entur/parse_netex_resour…

    …ce_frame_without_organisation
    
    Parse NeTEx Resource frame without organisation
    vpaturet authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    809caba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39470f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff1ee90 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    1d9cffb View commit details
    Browse the repository at this point in the history
  2. Merge pull request opentripplanner#5338 from opentripplanner/renovate…

    …/google.dagger.version
    
    Update google.dagger.version to v2.48
    leonardehrenfried authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cb878a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opentripplanner#5268 from entur/otp2_egress_access…

    …_penalty_transmodel_api
    
    Add access/egress penalty transmodel api
    t2gran authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    16e7232 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry for opentripplanner#5268 [ci skip]

    OTP Changelog Bot committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    347315f View commit details
    Browse the repository at this point in the history
  5. Merge pull request opentripplanner#5307 from entur/fix_query_with_nul…

    …l_stop_id
    
    Return valid response when stop id is missing in Transmodel query
    leonardehrenfried authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    456ecfb View commit details
    Browse the repository at this point in the history
  6. Update mkdocs.yml

    Co-authored-by: Thomas Gran <[email protected]>
    leonardehrenfried and t2gran authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d27e56c View commit details
    Browse the repository at this point in the history
  7. Merge pull request opentripplanner#5327 from entur/fix_datetime_parsi…

    …ng_exception
    
    Fix datetime parsing exception
    leonardehrenfried authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    388a94e View commit details
    Browse the repository at this point in the history
  8. Merge pull request opentripplanner#5335 from entur/map_graphql_unknow…

    …n_operation_error
    
    Map GraphQL UnknowOperationException as bad request
    leonardehrenfried authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    09a16e2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request opentripplanner#5317 from leonardehrenfried/topics

    Move "Topic descriptions" to top level
    leonardehrenfried authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ea7b80b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    77d374a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74fa82 View commit details
    Browse the repository at this point in the history
  3. Update deployments

    leonardehrenfried committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2b555ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    818faa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5f626d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22dacd7 View commit details
    Browse the repository at this point in the history