OpenTripPlanner/application/src/main/java/org/opentripplanner/apis/gtfs/datafetchers
Jessica Köhnke 630a12684b
Merge pull request #7445 from HBTGmbH/expose-gtfs-feed-version-via-grpahql
Expose GTFS feed version in the GTFS GraphQL API
2026-03-30 10:26:45 +00:00
..
AgencyImpl.java Run formatting with newer prettier java version 2025-03-04 15:02:10 +02:00
AlertEntityTypeResolver.java Commit removed imports 2025-09-18 15:42:29 +02:00
AlertImpl.java Apply updated prettier formatting 2026-01-20 16:29:07 +02:00
BikeParkImpl.java Fix all package names and imports 2026-02-16 10:58:51 +01:00
BikeRentalStationImpl.java Rename interface accessors 2025-07-03 21:31:59 +02:00
BookingInfoImpl.java Convert booking notice to durations 2024-12-06 11:53:39 +01:00
BookingTimeImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
CallScheduledTimeTypeResolver.java Add flex windows and stop types to GraphQL API 2025-07-18 11:25:31 +02:00
CallStopLocationTypeResolver.java Add flex windows and stop types to GraphQL API 2025-07-18 11:25:31 +02:00
CarParkImpl.java Fix all package names and imports 2026-02-16 10:58:51 +01:00
ContactInfoImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
CoordinatesImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
CurrencyImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
debugOutputImpl.java Update constants to follow naming conventions 2026-02-09 16:37:46 +02:00
DefaultFareProductImpl.java Rename type 2025-07-02 21:43:04 +02:00
DepartureRowImpl.java Merge remote-tracking branch 'upstream/dev-2.x' into stop-times-helper 2025-03-04 14:38:29 +01:00
DependentFareProductImpl.java Rename to FareOffer and use everywhere 2025-07-02 21:43:04 +02:00
elevationProfileComponentImpl.java refactor: Move itinerary leg classes into its own package 2025-04-14 11:00:45 +02:00
ElevatorUseImpl.java Add ElevatorUse. 2025-11-12 16:29:49 +02:00
EntranceImpl.java Rename 'code' to 'publicCode' 2025-01-07 17:55:38 +01:00
EscalatorUseImpl.java Refactor VerticalTransportationUse and related classes. 2025-10-28 14:03:41 +02:00
EstimatedTimeImpl.java Implement new schema design 2024-12-02 10:24:07 +02:00
FareProductTypeResolver.java Rename to FareOffer and use everywhere 2025-07-02 21:43:04 +02:00
FareProductUseImpl.java Replace FareProductUse with FareOffer 2025-07-02 21:43:07 +02:00
FeedImpl.java add feed version to gtfs API 2026-03-25 14:37:00 +01:00
GeometryImpl.java refactor: Move EncodedPolyline to o.o.api.model.geometry 2025-10-17 19:01:17 +02:00
ItineraryImpl.java review: Fix spelling 2025-04-30 12:58:51 +02:00
LegImpl.java Add viaLocationType to Place in GTFS API 2025-11-27 12:58:15 +02:00
LegTimeImpl.java refactor: Move itinerary leg classes into its own package 2025-04-14 11:00:45 +02:00
LocationGroupImpl.java Commit removed imports 2025-09-18 15:42:29 +02:00
LocationImpl.java Add LocationGroupImpl 2025-07-18 11:25:33 +02:00
MoneyImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
NodeTypeResolver.java Move VehicleParking into 'services' package 2024-11-10 09:43:20 +01:00
OpeningHoursImpl.java Fix all package names and imports 2026-02-16 10:58:51 +01:00
PatternImpl.java Don't use trailing comments 2025-12-16 00:09:44 +02:00
placeAtDistanceImpl.java Apply updated prettier formatting 2026-01-20 16:29:07 +02:00
PlaceImpl.java Add viaLocationType to Place in GTFS API 2025-11-27 12:58:15 +02:00
PlaceInterfaceTypeResolver.java Move VehicleParking into 'services' package 2024-11-10 09:43:20 +01:00
PlanConnectionImpl.java feat: Deprecate searchWindowUsed and update doc for next/prevDateTime 2025-10-14 22:07:17 +02:00
PlanImpl.java Change finishedRendering method call to getDebugOutput in GTFS API plan query. 2026-01-22 12:55:24 +02:00
QueryTypeImpl.java Migrate gtfs api away from deprecated FeedScopedId.parse() 2026-03-24 10:26:35 +01:00
RealTimeEstimateImpl.java refactor: Move itinerary leg classes into its own package 2025-04-14 11:00:45 +02:00
RentalPlaceTypeResolver.java add RentalPlace union graphql gtfs schema 2024-11-20 12:12:24 +01:00
RentalVehicleFuelImpl.java RentalVehicleFuel fix getters naming 2025-01-24 14:11:26 +01:00
RentalVehicleImpl.java feat(vehicle rental): consider availabilityUntil in direct car rental routing 2025-12-11 16:18:37 +01:00
RentalVehicleTypeImpl.java Fix public field usage for RentalVehicleType 2025-07-03 21:30:44 +02:00
RideHailingEstimateImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
RiderCategoryImpl.java Convert defaultStatus to boolean 2025-11-13 14:04:43 +01:00
RouteImpl.java isReplacementRoute/Trip to just isReplacement, fullReplacementFor to replacementForRelation 2026-01-15 16:20:13 +02:00
RouteTypeImpl.java Run formatting with newer prettier java version 2025-03-04 15:02:10 +02:00
RoutingErrorImpl.java Use utils for fetching locale always 2025-03-17 17:04:07 +02:00
serviceTimeRangeImpl.java Simplify timeZone initialization and serviceDate handling 2025-10-10 15:17:35 +02:00
StairsUseImpl.java Refactor VerticalTransportationUse and related classes. 2025-10-28 14:03:41 +02:00
StepFeatureTypeResolver.java Add ElevatorUse. 2025-11-12 16:29:49 +02:00
stepImpl.java Remove unnecessary code. 2025-11-10 10:41:20 +02:00
stopAtDistanceImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
StopCallImpl.java Commit removed imports 2025-09-18 15:42:29 +02:00
StopGeometriesImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
StopImpl.java Migrate gtfs api away from deprecated FeedScopedId.parse() 2026-03-24 10:26:35 +01:00
StopOnRouteImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
StopOnTripImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
StopRelationshipImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
StoptimeImpl.java refactor: Rename stopIndex to stopPosInPattern 2025-09-07 21:43:16 +02:00
StoptimesInPatternImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
SystemNoticeImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
TicketTypeImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
TranslatedStringImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
TripImpl.java Merge branch 'dev-2.x' into carsallowed-gtfs-api 2026-02-09 11:39:54 +02:00
TripOccupancyImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
TripOnServiceDateImpl.java unify GTFS and Transmodel versions using replacementFor/replacedByRelation for both 2026-01-22 16:44:40 +02:00
UnknownImpl.java refactor: Move all src files into the application module 2024-10-11 15:55:19 +02:00
VehicleParkingImpl.java Fix all package names and imports 2026-02-16 10:58:51 +01:00
VehiclePositionImpl.java Apply updated prettier formatting 2026-01-20 16:29:07 +02:00
VehicleRentalNetworkImpl.java Fix some remaining issues 2025-07-03 21:31:59 +02:00
VehicleRentalStationImpl.java Rename methods 2025-07-10 21:12:11 +02:00