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 2024-12-02 #239

Merged
merged 213 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
213 commits
Select commit Hold shift + click to select a range
124f589
add previousLegs into GTFS GraphQL API
miklcct Oct 10, 2024
e869962
Include serviceDate in realtime update logging
flaktack Nov 21, 2022
364a085
remove duplicate imports from generated files
miklcct Oct 11, 2024
1f0cceb
Merge remote-tracking branch 'upstream/dev-2.x' into graphql-previous…
miklcct Oct 15, 2024
aa48a32
debug client: support stop ids in from / to inputs
richardkoszegi Oct 9, 2024
35daa0f
add vehicleRentalStationsByBbox query to gtfs graqphql schema
JustCris654 Oct 22, 2024
ccd001d
Merge branch 'dev-2.x' into graphql-previousLegs
miklcct Oct 22, 2024
55c7c23
rename vehicleRentalStationsByBbox query input params
JustCris654 Oct 24, 2024
afe49e6
vehicleRentalStationsByBbox change query input to CoordinateValue
JustCris654 Oct 28, 2024
0d314d9
add vehicleRentalStationsByBbox test
JustCris654 Oct 28, 2024
c715329
use an enum instead of boolean to switch next / previous alternative …
miklcct Oct 29, 2024
22c1f73
rename nextOrPreviousLegs to alternativeLegs
miklcct Oct 29, 2024
30c787b
rename SearchMode to SearchDirection
miklcct Oct 29, 2024
67bbebc
add VehicleRental interface to gtfs graphql
JustCris654 Oct 29, 2024
d629516
Rename RegularStop gtfsVehicleType to vehicleType - this is not GTFS …
t2gran Oct 29, 2024
d04ab96
Make sure unused rail stops are included when generating regular tran…
t2gran Oct 29, 2024
56d7742
implement vehicleRentalsByBbox in graphql gtfs schema
JustCris654 Oct 30, 2024
b2b69c9
add rentalUris to VehicleRental interface
JustCris654 Oct 30, 2024
8bfa8e2
add vehicleRentalsByBbox graphql tests
JustCris654 Oct 30, 2024
8399fea
remove vehicleRentalStationsByBbox from gtfs graphql
JustCris654 Oct 30, 2024
dc53513
add comment description to VehicleRental interface
JustCris654 Nov 4, 2024
f913a38
return VehicleRentalPlace from vehicleRentalsByBbox
JustCris654 Nov 4, 2024
2699bc4
use vehicleRentalService method to get vehicleRentalPlaces
JustCris654 Nov 4, 2024
9a0e17f
fix missing walk state in splitStatesAfterHavingExitedNoDropOffZoneWh…
tkalvas Nov 5, 2024
ccc6140
move getVehicleRentalPlacesByBbox filter to VehicleRentalService
JustCris654 Nov 5, 2024
c780d5b
Merge branch 'dev-2.x' into graphql-previousLegs
miklcct Nov 5, 2024
0482fb7
move SearchDirection to a separate class and rename to SearchTime
miklcct Nov 5, 2024
e129934
move SearchDirection to a separate class and rename to SearchTime
miklcct Nov 5, 2024
fee9dc6
Merge remote-tracking branch 'otp/dev-2.x' into assign_platform_late
t2gran Nov 5, 2024
3134cb5
sometimes adding walking in splitStatesAfterHavingExitedNoDropOffZone…
tkalvas Nov 6, 2024
80dd2dd
Apply suggestions from code review
t2gran Nov 7, 2024
1fe7f37
GraphBuilder: add @Nullable to optional parameter
flaktack Nov 7, 2024
1ac7f39
Portland test graph: calculate transfers between stops
flaktack Nov 6, 2024
62e6976
Merge remote-tracking branch 'upstream/dev-2.x' into feature/realtime…
flaktack Nov 7, 2024
3a1f3de
filter data from an updater
sharhio Nov 7, 2024
0dced7e
Generalize detailed trip update logging
flaktack Nov 7, 2024
55e7913
Updater config documentation
sharhio Nov 7, 2024
53f9224
Merge remote-tracking branch 'otp/dev-2.x' into assign_platform_late
t2gran Nov 7, 2024
023875b
Allow combination of flex and continuous stopping under certain condi…
leonardehrenfried Nov 2, 2024
be1a3b2
Rename methods
leonardehrenfried Nov 2, 2024
42bf36c
Fix import
leonardehrenfried Nov 2, 2024
c4dc195
Re-use stop time test code
leonardehrenfried Nov 2, 2024
231ed6f
Add back import
leonardehrenfried Nov 4, 2024
8f6ba7b
Display fallback for routes without a short name
leonardehrenfried Nov 5, 2024
2bd6d5e
Portland test graph: use noop data import issue store
flaktack Nov 7, 2024
c5184b2
Move parking service out of the Graph
leonardehrenfried Nov 8, 2024
cdb5ea1
Update wiring of parking service
leonardehrenfried Nov 8, 2024
585ba4e
Serialized vehicle parking to serialized graph
leonardehrenfried Nov 8, 2024
d00dbde
Inject into graph builder
leonardehrenfried Nov 8, 2024
be0196a
Fix test
leonardehrenfried Nov 8, 2024
1ce4a79
Move VehicleParking into 'services' package
leonardehrenfried Nov 10, 2024
33d148c
Extract interface for parking service
leonardehrenfried Nov 10, 2024
a23ab84
Split vehicle parking into service and repository
leonardehrenfried Nov 10, 2024
f063bd9
Split into two modules
leonardehrenfried Nov 10, 2024
984b8ed
Extract separate repository implementation
leonardehrenfried Nov 11, 2024
be47aaf
Properly implement repository
leonardehrenfried Nov 11, 2024
985817a
refactoring, specify docs
sharhio Nov 11, 2024
3b3b135
Update tests
leonardehrenfried Nov 11, 2024
2e32596
Update tests
leonardehrenfried Nov 11, 2024
565bae2
Rename methods
leonardehrenfried Nov 11, 2024
e639f2a
Update codegen config
leonardehrenfried Nov 11, 2024
64d3978
rename the enum again
miklcct Nov 11, 2024
6cee461
remove name from RentalVehicle gtfs graphql API
JustCris654 Nov 11, 2024
c8bf492
remove name from GraphQLRentalVehicle and RentalVehicleImpl
JustCris654 Nov 11, 2024
2087243
revert deletion of name in RentalVehicle type
JustCris654 Nov 12, 2024
17228b2
debug client: resolve coordinates for stop ids
richardkoszegi Oct 17, 2024
1287304
Reapply "Remove legacy bike access mapping"
leonardehrenfried Nov 12, 2024
61ca183
Remove unused variable
leonardehrenfried Nov 12, 2024
d1f8e3c
Update application/src/main/java/org/opentripplanner/framework/applic…
t2gran Nov 12, 2024
e516350
use all instead off null
sharhio Nov 13, 2024
993bed1
documented, never null constructor
sharhio Nov 13, 2024
b1fd4d2
filter by allowed rental networks from request
tkalvas Nov 13, 2024
30f2df0
better comments for speculative rental vehicle code, remove one of th…
tkalvas Nov 13, 2024
e093dfa
really remove one of the tests which both test the same thing
tkalvas Nov 13, 2024
481c3b8
remove unused imports
tkalvas Nov 13, 2024
204624b
Rename all methods in TransitService according to naming conventions
leonardehrenfried Nov 13, 2024
46be411
Change order of debug layers
leonardehrenfried Nov 13, 2024
a3b8b97
Replace very slow GTFS test with fast one
leonardehrenfried Nov 13, 2024
1450c43
Implement logic for fuzzy matching even when there is a trip id
leonardehrenfried Nov 13, 2024
3c62195
Update log messages
leonardehrenfried Nov 13, 2024
36a9b58
Add test for missing data
leonardehrenfried Nov 13, 2024
0f523a4
Add more tests
leonardehrenfried Nov 13, 2024
d437d66
rename parameters
miklcct Nov 13, 2024
ceeda9b
Add more test cases
leonardehrenfried Nov 13, 2024
be7c2c9
Merge branch 'no-stops-found' into speculative-rental-fanout
tkalvas Nov 14, 2024
70e7273
Fix typo [ci skip]
leonardehrenfried Nov 14, 2024
0584f82
Merge pull request #6142 from Jnction/graphql-previousLegs
optionsome Nov 14, 2024
2280783
Add changelog entry for #6142 [ci skip]
Nov 14, 2024
b3c63f9
Generate doc
t2gran Nov 14, 2024
ce7b183
Fix typo [ci skip]
leonardehrenfried Nov 14, 2024
2a7c4c5
Set transit-group-priority for requests without via points
flaktack Nov 14, 2024
3bd59c2
Merge pull request #6151 from realCity/feature/realtime-update-servic…
flaktack Nov 14, 2024
cd158d2
Merge pull request #6237 from realCity/feature/portland-transfers
flaktack Nov 14, 2024
4639734
Add CAR_PICKUP snapshot test
flaktack Nov 6, 2024
4d11307
Street search: traverse edges which may return multiple states
flaktack Nov 6, 2024
514ac9f
Limit use of unrecommended shortcuts in car routing
vesameskanen Nov 14, 2024
9fc6221
Move constant speed test to Finland test set, add serviceway nothrou…
vesameskanen Nov 15, 2024
49a0f78
clarified the temporariness
sharhio Nov 15, 2024
2202ba0
Remove double negation
vesameskanen Nov 15, 2024
cc2c37a
Fix stop index filtering on ServiceJourney Transmodel
eibakke Nov 15, 2024
263de67
Add changelog entry for #6251 [ci skip]
Nov 15, 2024
37a4d12
Merge pull request #6233 from HSLdevcom/no-stops-found
optionsome Nov 15, 2024
1227a5c
Add changelog entry for #6233 [ci skip]
Nov 15, 2024
c0abd8c
Merge pull request #6253 from realCity/feature/traffic-group-priority
flaktack Nov 15, 2024
e595147
Update Test dependencies (#6256)
renovate[bot] Nov 17, 2024
e17f2e9
Update Debug UI dependencies (non-major)
renovate[bot] Nov 17, 2024
ac98067
Merge branch 'dev-2.x' into debug-ui-place-id-planning
richardkoszegi Nov 18, 2024
ab96fec
Remove unneeded eslint-disable-line
richardkoszegi Nov 18, 2024
ee475d3
Merge pull request #6257 from opentripplanner/renovate/debug-ui-depen…
testower Nov 18, 2024
62c3d7b
Upgrade debug client to version 2024/11/2024-11-18T10:44
Nov 18, 2024
90a6176
Merge pull request #6208 from entur/assign_platform_late
t2gran Nov 18, 2024
56f3b2a
Add changelog entry for #6208 [ci skip]
Nov 18, 2024
fbaa094
reformat wide code
tkalvas Nov 18, 2024
e9aa493
Only allow the following combinations of transit-group-priority and v…
t2gran Nov 14, 2024
6cd9ed8
Mention that Cobb service doesn't exist anymore
leonardehrenfried Nov 18, 2024
d1a819f
Refactor: Make RaptorRequestMapperTest more robust
t2gran Nov 18, 2024
a2ff9e1
debug client: turn off location validation in inputs and handle query…
richardkoszegi Nov 18, 2024
bdb6e54
Document RaptorRequestMapperTest test-cases
t2gran Nov 18, 2024
2be774b
Apply review feedback
leonardehrenfried Nov 18, 2024
6205e97
Make stops layers clickable when rendering debug client
leonardehrenfried Nov 18, 2024
54d5b82
Merge remote-tracking branch 'upstream/dev-2.x' into naming-conventions
leonardehrenfried Nov 19, 2024
6075162
Fix formatting
leonardehrenfried Nov 19, 2024
59fcfea
Merge pull request #6261 from leonardehrenfried/clickable-layers
leonardehrenfried Nov 19, 2024
7336d91
Upgrade debug client to version 2024/11/2024-11-19T11:10
Nov 19, 2024
76f113e
Merge pull request #6231 from ibi-group/flex-continuous
leonardehrenfried Nov 19, 2024
a9df689
Upgrade debug client to version 2024/11/2024-11-19T11:16
Nov 19, 2024
0dea496
Add changelog entry for #6231 [ci skip]
Nov 19, 2024
5b5d92f
Bump serialization version id for #6231
Nov 19, 2024
d2cf56f
Change trip_bikes_allowed, route_bikes_allowed in simple GTFS feed
leonardehrenfried Nov 19, 2024
15e88f2
much better test coverage for splitStatesAfterHavingExitedNoDropOffZo…
tkalvas Nov 20, 2024
36bbe81
add javadoc for makeStateAfterHavingExitedNoDropOffZoneWhenReverseSea…
tkalvas Nov 20, 2024
42c318f
rename and refactor
sharhio Nov 20, 2024
39750a2
Merge remote-tracking branch 'otp/dev-2.x' into filter-updater-data
sharhio Nov 20, 2024
dd363aa
Apply review feedback about collection types
leonardehrenfried Nov 20, 2024
ee142c4
add RentalPlace union graphql gtfs schema
JustCris654 Nov 20, 2024
f148008
Update application/src/main/java/org/opentripplanner/updater/vehicle_…
sharhio Nov 20, 2024
7a89d74
vehicleRentalsByBbox union test
JustCris654 Nov 20, 2024
7735de7
updaterConfig doc updated
sharhio Nov 20, 2024
50d69e3
generate java classes from graphql schema
JustCris654 Nov 20, 2024
9ea1306
feature: Log BUILD STREET GRAPH, BUILD TRANSIT GRAPH, and RUN PLANNER…
t2gran Nov 20, 2024
8992e18
code formatting fixes
tkalvas Nov 20, 2024
43861ef
Improve visibility of map lines in debug UI
leonardehrenfried Nov 20, 2024
dd69e79
Rejection SIRI updates with empty StopPointRefs
leonardehrenfried Nov 20, 2024
9ecd069
Merge pull request #6248 from leonardehrenfried/bike-access-mapping
leonardehrenfried Nov 20, 2024
73a07d8
Add changelog entry for #6248 [ci skip]
Nov 20, 2024
7f267f7
Remove unnecessary comment
richardkoszegi Nov 21, 2024
5b5c68a
reject streams, use for loop in splitStatesAfterHavingExitedNoDropOff…
tkalvas Nov 21, 2024
bc1bca0
debug client: simplify location parser coordinate format
richardkoszegi Nov 21, 2024
48cac2e
Move constant speed test to a dedicated test class
vesameskanen Nov 21, 2024
a6c3d52
Merge pull request #6240 from HSLdevcom/filter-updater-data
optionsome Nov 21, 2024
42afde5
Add changelog entry for #6240 [ci skip]
Nov 21, 2024
e3e6999
Merge pull request #6254 from HSLdevcom/stricter-motor-vehicle-nothrough
vesameskanen Nov 21, 2024
99bbf53
Add changelog entry for #6254 [ci skip]
Nov 21, 2024
f28273d
fix vehicleRentalsByBbox return non null RentalPlace
JustCris654 Nov 21, 2024
5bf1fc0
Apply review feedback
leonardehrenfried Nov 21, 2024
fb650ba
review: Change the case for the commands logged
t2gran Nov 21, 2024
35725f3
Merge pull request #6186 from JustCris654/add_vehicleRentalStationsBy…
optionsome Nov 21, 2024
0a8e872
Add changelog entry for #6186 [ci skip]
Nov 21, 2024
1e02e11
refactor: Improve doc and logged version text.
t2gran Nov 21, 2024
f7f2b93
refactor: Improve cli task info variable name
t2gran Nov 21, 2024
9aed1e3
Merge pull request #6133 from realCity/debug-ui-place-id-planning
leonardehrenfried Nov 22, 2024
8e94bcc
Upgrade debug client to version 2024/11/2024-11-22T08:28
Nov 22, 2024
e886621
Merge pull request #6265 from leonardehrenfried/fallback-colours
leonardehrenfried Nov 22, 2024
c75ee9d
Upgrade debug client to version 2024/11/2024-11-22T08:29
Nov 22, 2024
a68bc04
Merge pull request #6238 from realCity/feature/edge-traverser-multipl…
flaktack Nov 22, 2024
a447a26
Merge pull request #6260 from HSLdevcom/speculative-rental-fanout
optionsome Nov 22, 2024
0202d1e
Add changelog entry for #6260 [ci skip]
Nov 22, 2024
c915598
Format json files as well
optionsome Nov 22, 2024
c287575
Apply formatting
optionsome Nov 22, 2024
9a52ffb
Update .git-blame-ignore-revs
optionsome Nov 22, 2024
1477884
Add example of a factory method in naming conventions
optionsome Nov 22, 2024
805e8d6
Merge pull request #6255 from opentripplanner/transit-group-priority-…
t2gran Nov 22, 2024
dfaffd4
Add changelog entry for #6255 [ci skip]
Nov 22, 2024
f312144
Fix NPE when fetching minimumBookingNotice
leonardehrenfried Nov 22, 2024
a14df65
Add test
leonardehrenfried Nov 22, 2024
3034d81
Update doc/dev/decisionrecords/NamingConventions.md
optionsome Nov 22, 2024
91d6784
Add tests
leonardehrenfried Nov 22, 2024
bbcac59
Add doc for of, copyOf and build and reorder
optionsome Nov 22, 2024
6b2cc82
Apply review feedback
leonardehrenfried Nov 22, 2024
f406261
Apply review comments
leonardehrenfried Nov 25, 2024
f1f9d8a
Apply review comments
leonardehrenfried Nov 25, 2024
c3780ef
Update geotools.version to v32.1
renovate[bot] Nov 26, 2024
9aac708
Merge pull request #6266 from leonardehrenfried/empty-stop-point-ref
leonardehrenfried Nov 26, 2024
104827a
Add changelog entry for #6266 [ci skip]
Nov 26, 2024
4a36d57
Merge pull request #6250 from leonardehrenfried/fuzzy-trip-matching
leonardehrenfried Nov 26, 2024
cfbc7e0
Add changelog entry for #6250 [ci skip]
Nov 26, 2024
3a4753e
Merge pull request #6264 from entur/otp2_add_task_to_status_logging
t2gran Nov 26, 2024
106f8ec
Improve wording of GTFS-RT failure messages
leonardehrenfried Nov 26, 2024
bc3147f
Merge pull request #6278 from leonardehrenfried/fix-gtfs-rt-logging
leonardehrenfried Nov 26, 2024
ccd1d9a
chore(deps): update dependency vite to v6
renovate[bot] Nov 27, 2024
48fa3f3
Merge pull request #6270 from HSLdevcom/json-formatting
optionsome Nov 27, 2024
1d27bc2
Apply suggestions from code review
leonardehrenfried Nov 27, 2024
b2357d1
Return more abstract types
leonardehrenfried Nov 27, 2024
2ad1ba5
Merge remote-tracking branch 'upstream/dev-2.x' into naming-conventions
leonardehrenfried Nov 27, 2024
8a9b964
Use shorter parameter name
leonardehrenfried Nov 27, 2024
211aafb
Merge pull request #6271 from HSLdevcom/factory-method-naming
optionsome Nov 27, 2024
1f56e43
Upgrade vite react plugin to vite v6 compatible version
testower Nov 27, 2024
3ccb627
Merge pull request #6285 from entur/renovate/vite-6.x
leonardehrenfried Nov 27, 2024
2cc3ce4
Upgrade debug client to version 2024/11/2024-11-27T19:19
Nov 27, 2024
18f1f3b
Merge pull request #6246 from leonardehrenfried/refactor-parking-service
leonardehrenfried Nov 28, 2024
669d71f
Bump serialization version id for #6246
Nov 28, 2024
dee1a47
fix(deps): update dependency com.fasterxml.jackson.datatype:jackson-d…
renovate[bot] Nov 28, 2024
aacd1d7
Merge remote-tracking branch 'upstream/dev-2.x' into naming-conventions
leonardehrenfried Nov 28, 2024
996fa3f
Merge pull request #6249 from leonardehrenfried/naming-conventions
leonardehrenfried Nov 28, 2024
ace254e
Update renovate rules for jackson, dagger [ci skip]
leonardehrenfried Nov 28, 2024
db171d2
Add a matcher API for filters in the transit service used for service…
eibakke Nov 28, 2024
0dc9e57
Merge pull request #6289 from opentripplanner/renovate/jackson.version
leonardehrenfried Nov 28, 2024
4042790
Also delay jackson datatypes [ci skip]
leonardehrenfried Nov 28, 2024
6ca10b7
Merge pull request #6277 from opentripplanner/renovate/geotools.version
leonardehrenfried Dec 2, 2024
e919778
Bump serialization version id for #6277
Dec 2, 2024
e129338
Merge remote-tracking branch 'upstream/dev-2.x' into upstream-merge-2…
leonardehrenfried Dec 2, 2024
c7fe2f2
Merge pull request #6274 from ibi-group/booking-info-npe
leonardehrenfried Dec 2, 2024
e3315aa
Merge remote-tracking branch 'upstream/dev-2.x' into upstream-merge-2…
leonardehrenfried Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

# Make OTP a multi-module project
ead33ffe280dd7caf72cae5ff7a41542e8427636

# json file reformatting with prettier
c287575df6798810a69fafc54c8c4e1867b71367
Loading
Loading