summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2024-08-26map, get_travel_distance: Prefer EVA ID over name for route matches2.8.33Birte Kristina Friesel-6/+16
Station names frequently change, so the EVA ID is more robust Closes #160
2024-08-26integritycheck: list journeys affected by #1592.8.32Birte Kristina Friesel-0/+43
2024-08-26backend selection: Rename "DB (IRIS)" to "IRIS" for better HAFAS distinctionBirte Kristina Friesel-1/+1
2024-08-25IRIS: Re-add support for stations unknown to T::S::DE::IRIS::Stations2.8.31Birte Kristina Friesel-0/+16
This fixes a regression introduced by 47f76da4f8cc31146d2834dfdf9731d330288c9d Closes #159 Journeys logged with travelynx v2.8.0 through 2.8.30 are affected by this bug and will contain incorrect data even after applying this patch – it only fixes data for new entries. To Do: See if affected entries can be repaired with a DB migration
2024-08-25journey: show ID next to backend info2.8.30Birte Kristina Friesel-2/+2
2024-08-25get_travel_distance: no need for debug output if there is no polylineBirte Kristina Friesel-2/+4
2024-08-25fix /cancelled.jsonBirte Kristina Friesel-1/+2
Closes #155
2024-08-25select_backend: Fix typoBirte Kristina Friesel-1/+1
2024-08-24_checked_in: HAFAS: pass train type and number to bahn.expert, if availableBirte Kristina Friesel-2/+5
Patch by @networkException, thanks! Closes #158
2024-08-24Release assets2.8.29Birte Kristina Friesel-23/+23
2024-08-24rebuild assetsBirte Kristina Friesel-2/+2
2024-08-24Product chips: add "Strb" for tramBirte Kristina Friesel-1/+1
Oh NASA/HAVAG, you so weird
2024-08-24backend selection: shorten intro; explain more details below2.8.28Birte Kristina Friesel-4/+17
Closes #156
2024-08-24backend suggestions: handle holes in GeoJSON polygonsBirte Kristina Friesel-14/+34
2024-08-24refactor backend details into sub-templateBirte Kristina Friesel-50/+27
2024-08-23Suggest backends based on coverage and latest checkout coordinatesBirte Kristina Friesel-0/+100
References #156
2024-08-21backend selection: add coverage regions and links to coverage map2.8.27Birte Kristina Friesel-3/+46
2024-08-21departures: always allow backend switch; prefer name rather than IDBirte Kristina Friesel-4/+4
2024-08-21update cpanfile.snapshotBirte Kristina Friesel-26/+26
2024-08-17backend selection: Hide Resrobot and TPG2.8.26Birte Kristina Friesel-0/+4
These backends do not provide trip/journey details, making them useless for travelynx
2024-08-17get_travel_distance: do not overwrite {to,from}_eva with undefBirte Kristina Friesel-2/+2
2024-08-17DBDB: put successful carriage formation requests into long-term cache2.8.25Birte Kristina Friesel-10/+10
2024-08-16update cpanfile.snapshot2.8.24Birte Kristina Friesel-13/+13
2024-08-16improve hafas checkin error message for route issuesBirte Kristina Friesel-1/+2
2024-08-16.. oooops2.8.23Birte Kristina Friesel-1/+1
2024-08-16work: guard HAFAS updates via eval as well2.8.22Birte Kristina Friesel-91/+101
2024-08-15truncate journey stats once more2.8.21Birte Kristina Friesel-0/+17
2024-08-15stats, map: deal with multiple EVA IDs mapping to the same station nameBirte Kristina Friesel-20/+79
2024-08-15HAFAS: add debug output for HAFAS requests and caching2.8.20Birte Kristina Friesel-0/+9
2024-08-14IRIS checkout: do not overwrite HAFAS route with IRIS routeBirte Kristina Friesel-9/+0
The IRIS route may differ from the HAFAS route in case of diversions, causing travelynx to lose real-time data, coordinates, and polyline when the follow-up add_route_timestamps call is not made.
2024-08-14journey: show beeline if route is unavailable2.8.19Birte Kristina Friesel-0/+6
2024-08-14get_travel_distance: always return beeline distance2.8.18Birte Kristina Friesel-9/+6
2024-08-14add_route_timestamps: do not re-request trip id if it is already known2.8.17Birte Kristina Friesel-8/+19
2024-08-13DBDB: sort wagenreihung dict keys so that caching actually works2.8.16Birte Kristina Friesel-2/+2
2024-08-13carriage formation preview: fix direction when platform data is available2.8.15Birte Kristina Friesel-2/+4
2024-08-13backend selection: remove type from buttons (invisible on narrow screens)Birte Kristina Friesel-6/+6
2024-08-12update cpanfile.snapshot2.8.14Birte Kristina Friesel-18/+19
2024-08-12cpanfile: switch to DBWagenreihung 0.18Birte Kristina Friesel-1/+1
2024-08-12hide first-class occupancy if unknownBirte Kristina Friesel-2/+8
2024-08-12DBDB: handle undef train_typesBirte Kristina Friesel-0/+1
2024-08-12backend form: always show IRIS firstBirte Kristina Friesel-1/+6
2024-08-12backend selection: add homepage linksBirte Kristina Friesel-10/+13
2024-08-12database: avoid needlessly incrementing backends.idBirte Kristina Friesel-8/+18
2024-08-11DBDB: It's $tx->res->codeBirte Kristina Friesel-2/+2
2024-08-10work: only request carriage formation for DB backendsBirte Kristina Friesel-2/+4
2024-08-10backend selection: handle backends that are no longer supportedBirte Kristina Friesel-3/+9
2024-08-10Adjust t/12-journey-edit.t (journeys->add: backend_id is mandatory)Birte Kristina Friesel-3/+8
2024-08-09get_connection_targets: always return a list2.8.13Birte Kristina Friesel-2/+5
Closes #152 Closes #153
2024-08-08update cpanfile.snapshot2.8.12Birte Kristina Friesel-38/+32
Closes #149
2024-08-08Switch to new carriage formation APIBirte Kristina Friesel-102/+191