Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-09-01 | Work: Include backend in debug and error messages2.8.38 | Birte Kristina Friesel | -6/+12 | |
2024-09-01 | integritycheck: add sub-commands | Birte Kristina Friesel | -108/+126 | |
2024-08-30 | timeline: add maps2.8.37 | Birte Kristina Friesel | -0/+50 | |
2024-08-30 | Use "Steig" rather than "Gleis" for bus platforms2.8.36 | Birte Kristina Friesel | -0/+5 | |
2024-08-28 | Replace ice_names.json with Travel::Status::DE::DBWagenreihung built-in list | Birte Kristina Friesel | -2/+4 | |
2024-08-27 | get_travel_distance: intermediate: Handle destination renames in sanity check2.8.35 | Birte Kristina Friesel | -1/+6 | |
Also related to #160 | ||||
2024-08-27 | maintenance: do not re-generate stats | Birte Kristina Friesel | -16/+0 | |
2024-08-26 | map, get_travel_distance: Prefer EVA ID over name for route matches2.8.33 | Birte Kristina Friesel | -6/+16 | |
Station names frequently change, so the EVA ID is more robust Closes #160 | ||||
2024-08-26 | integritycheck: list journeys affected by #1592.8.32 | Birte Kristina Friesel | -0/+43 | |
2024-08-26 | backend selection: Rename "DB (IRIS)" to "IRIS" for better HAFAS distinction | Birte Kristina Friesel | -1/+1 | |
2024-08-25 | IRIS: Re-add support for stations unknown to T::S::DE::IRIS::Stations2.8.31 | Birte 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-25 | get_travel_distance: no need for debug output if there is no polyline | Birte Kristina Friesel | -2/+4 | |
2024-08-25 | fix /cancelled.json | Birte Kristina Friesel | -1/+2 | |
Closes #155 | ||||
2024-08-24 | backend suggestions: handle holes in GeoJSON polygons | Birte Kristina Friesel | -14/+34 | |
2024-08-23 | Suggest backends based on coverage and latest checkout coordinates | Birte Kristina Friesel | -0/+60 | |
References #156 | ||||
2024-08-21 | backend selection: add coverage regions and links to coverage map2.8.27 | Birte Kristina Friesel | -0/+33 | |
2024-08-17 | backend selection: Hide Resrobot and TPG2.8.26 | Birte Kristina Friesel | -0/+4 | |
These backends do not provide trip/journey details, making them useless for travelynx | ||||
2024-08-17 | get_travel_distance: do not overwrite {to,from}_eva with undef | Birte Kristina Friesel | -2/+2 | |
2024-08-17 | DBDB: put successful carriage formation requests into long-term cache2.8.25 | Birte Kristina Friesel | -10/+10 | |
2024-08-16 | improve hafas checkin error message for route issues | Birte Kristina Friesel | -1/+2 | |
2024-08-16 | .. oooops2.8.23 | Birte Kristina Friesel | -1/+1 | |
2024-08-16 | work: guard HAFAS updates via eval as well2.8.22 | Birte Kristina Friesel | -91/+101 | |
2024-08-15 | truncate journey stats once more2.8.21 | Birte Kristina Friesel | -0/+17 | |
2024-08-15 | stats, map: deal with multiple EVA IDs mapping to the same station name | Birte Kristina Friesel | -20/+79 | |
2024-08-15 | HAFAS: add debug output for HAFAS requests and caching2.8.20 | Birte Kristina Friesel | -0/+9 | |
2024-08-14 | IRIS checkout: do not overwrite HAFAS route with IRIS route | Birte 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-14 | get_travel_distance: always return beeline distance2.8.18 | Birte Kristina Friesel | -9/+6 | |
2024-08-14 | add_route_timestamps: do not re-request trip id if it is already known2.8.17 | Birte Kristina Friesel | -8/+19 | |
2024-08-13 | DBDB: sort wagenreihung dict keys so that caching actually works2.8.16 | Birte Kristina Friesel | -2/+2 | |
2024-08-13 | backend selection: remove type from buttons (invisible on narrow screens) | Birte Kristina Friesel | -1/+1 | |
2024-08-12 | DBDB: handle undef train_types | Birte Kristina Friesel | -0/+1 | |
2024-08-12 | backend form: always show IRIS first | Birte Kristina Friesel | -1/+6 | |
2024-08-12 | backend selection: add homepage links | Birte Kristina Friesel | -3/+6 | |
2024-08-12 | database: avoid needlessly incrementing backends.id | Birte Kristina Friesel | -8/+18 | |
2024-08-11 | DBDB: It's $tx->res->code | Birte Kristina Friesel | -2/+2 | |
2024-08-10 | work: only request carriage formation for DB backends | Birte Kristina Friesel | -2/+4 | |
2024-08-10 | backend selection: handle backends that are no longer supported | Birte Kristina Friesel | -3/+9 | |
2024-08-09 | get_connection_targets: always return a list2.8.13 | Birte Kristina Friesel | -2/+5 | |
Closes #152 Closes #153 | ||||
2024-08-08 | Switch to new carriage formation API | Birte Kristina Friesel | -76/+144 | |
2024-08-07 | dumpstops: provide backend name and type rather than just opaque IDs2.8.10 | Birte Kristina Friesel | -3/+26 | |
2024-08-04 | journey->add: pass backend_id on to station search for route2.8.9 | Birte Kristina Friesel | -2/+3 | |
Ref: #150 | ||||
2024-08-04 | manual journey entry: hardcode DB (HAFAS) for station selection2.8.8 | Birte Kristina Friesel | -4/+7 | |
TODO: Add a dropdown to select different backends Closes #150 | ||||
2024-07-28 | history: add map link for monthly history2.8.6 | Birte Kristina Friesel | -7/+9 | |
2024-07-26 | iris geolocation: specify hafas=02.8.4 | Birte Kristina Friesel | -0/+1 | |
2024-07-26 | wat | Birte Kristina Friesel | -2/+9 | |
2024-07-26 | fix v55 migration: we also need to sync hafas->iris in some cases2.8.1 | Birte Kristina Friesel | -7/+66 | |
2024-07-26 | influxdb: per-backend stats | Birte Kristina Friesel | -53/+48 | |
2024-07-26 | Multi-backend support | Birte Kristina Friesel | -321/+803 | |
Squashed commit of the following: commit 92518024ba295456358618c0e8180bd8e996fdf1 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:39:46 2024 +0200 add_or_update station: remove superfluos 'new backend id := old backend id' commit df21c20c6e4c86454f8a9ac69121404415217f2a Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:35:51 2024 +0200 revert connection targets min_count to 3 commit be335cef07d0b42874f5fc1de4a1d13396e8e807 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:20:05 2024 +0200 mention backend selection in API documentation commit 9f41828fb4f18fd707e0087def3032e8d4c8d7d8 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:19:23 2024 +0200 use_history: not all backends provide route data in departure monitor commit 09714b4d89684b8331d0e96f564a4c7432318f70 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:44 2024 +0200 disambiguation: pass correct hafas parameter commit 8cdf1120fc32155dc6525be64601b7c10a9c7f52 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:28 2024 +0200 _checked_in: hide Zuglauf link for non-db checkins commit 7455653f541198e0e0a6d11aed421487ffdb6285 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:01:47 2024 +0200 debug output commit b9cda07f85601a58ea32dbdacdd5399f302db52b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 19:09:07 2024 +0200 fix remaining get_connection_targets / get_connecting_trains_p invocations commit 2759d7258c37c7498905cfe19f6b4c4f6d16bd21 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Jul 24 20:50:12 2024 +0200 support non-DB HAFAS backends (WiP) | ||||
2024-07-21 | Stations: Remove get_latlon_by_name (no longer needed)2.7.9 | Birte Kristina Friesel | -14/+0 | |
2024-07-21 | Add lat/lon to pre-2.7.8 journeys; add eva where missing | Birte Kristina Friesel | -51/+191 | |
This speeds up the map significantly and makes coordinates_by_station obsolete |