Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-08-25 | IRIS: Re-add support for stations unknown to T::S::DE::IRIS::Stations2.8.31 | Birte Kristina Friesel | -0/+8 | |
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-17 | DBDB: put successful carriage formation requests into long-term cache2.8.25 | Birte Kristina Friesel | -10/+10 | |
2024-08-15 | HAFAS: add debug output for HAFAS requests and caching2.8.20 | Birte Kristina Friesel | -0/+9 | |
2024-08-13 | DBDB: sort wagenreihung dict keys so that caching actually works2.8.16 | Birte Kristina Friesel | -2/+2 | |
2024-08-12 | DBDB: handle undef train_types | Birte Kristina Friesel | -0/+1 | |
2024-08-11 | DBDB: It's $tx->res->code | Birte Kristina Friesel | -2/+2 | |
2024-08-08 | Switch to new carriage formation API | Birte Kristina Friesel | -26/+50 | |
2024-07-26 | Multi-backend support | Birte Kristina Friesel | -1/+8 | |
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-18 | HAFAS: Add get_service wrapper | Birte Kristina Friesel | -0/+6 | |
2024-07-08 | store lat/lon along with route2.7.8 | Birte Kristina Friesel | -1/+3 | |
This increases resilience against EVA ID reuse | ||||
2024-06-23 | IRIS: Use EVA ID rather than DS100 code for backend requests2.7.4 | Birte Kristina Friesel | -2/+2 | |
2024-05-30 | DBDB: Add some debug statements | Birte Kristina Friesel | -0/+23 | |
2024-05-30 | DBDB: use realtime cache for carriage composition requests | Birte Kristina Friesel | -3/+3 | |
2024-05-22 | Use HAFAS routes as single source of truth. Overwrite initial IRIS route. | Birte Kristina Friesel | -11/+11 | |
2024-04-07 | Request polylines for HAFAS journeys as well; only store sensible ones2.6.5 | Birte Kristina Friesel | -1/+1 | |
Decreases severity of #99 Fixes #108 | ||||
2024-04-03 | store tz_offset in route data if present | Birte Kristina Friesel | -0/+3 | |
2024-03-31 | lesson learned: do not deploy from easterhegg2.6.3 | Birte Kristina Friesel | -5/+5 | |
2024-03-31 | oops2.6.2 | Birte Kristina Friesel | -3/+4 | |
2024-03-31 | HAFAS departures: add earlier / later links | Birte Kristina Friesel | -1/+3 | |
2024-03-30 | HAFAS: correctly pass lookahead on to backend library2.5.23 | Birte Kristina Friesel | -1/+1 | |
Closes #126 Note that this is more of a hotfix -- the underlying bug is in Travel::Status::DE::HAFAS | ||||
2024-02-25 | Berlin Hbf is cursed.2.5.19 | Birte Kristina Friesel | -0/+20 | |
2024-02-24 | Use journeyMatch rather than legacy trainsearch.exe API to find tripIDs | Birte Kristina Friesel | -0/+50 | |
2023-12-27 | Switch to Travel::Status::DE::HAFAS 5.x | Birte Kristina Friesel | -15/+15 | |
2023-11-01 | HAFAS: Use locationSearch rather than similar_stops_p | Birte Kristina Friesel | -0/+11 | |
locationSearch uses mgate.exe, just like the regular departure board. similar_stops_p relies on ajax-getstop.exe which may become unavailable sooner rather than later. | ||||
2023-09-04 | perltidy2.1.3 | Birte Kristina Friesel | -8/+4 | |
2023-08-24 | resolve unknown/ambiguous stop into list of stops | Birte Kristina Friesel | -4/+6 | |
2023-08-13 | synchronize non-train checkins from traewelling to travelynx | Birte Kristina Friesel | -0/+2 | |
2023-08-13 | WIP: HAFAS support | Birte Kristina Friesel | -1/+37 | |
2023-08-07 | Traewelling: replace legacy password login with OAuth2 | Birte Kristina Friesel | -78/+0 | |
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64 | ||||
2023-07-13 | perltidy | Birte Kristina Friesel | -7/+21 | |
2023-07-13 | Checkin: Use correct visibility when pushing to Träwelling | networkException | -0/+16 | |
2023-07-09 | IRIS->get_departures_p: return string in first rejection argument | Birte Kristina Friesel | -0/+3 | |
This is consistent with other promises within travelynx | ||||
2023-07-03 | update ALL the copyright notices! | Derf Null | -5/+5 | |
2023-06-24 | time to flush the name cache | Derf Null | -5/+5 | |
2023-03-27 | stationboard: add HAFAS support | Derf Null | -1/+1 | |
2023-02-19 | update ze copyright | Daniel Friesel | -5/+5 | |
2023-02-13 | DBDB: apps-bahn wagenreihung no longer exists | Daniel Friesel | -6/+1 | |
2023-01-15 | change route/stop layout to [name, eva, {data}] | Daniel Friesel | -20/+28 | |
2023-01-07 | log traewelling sync HTTP status to influxdb1.29.6 | Daniel Friesel | -8/+15 | |
2023-01-07 | Traewelling: fix 'already checked in' error for API v11.29.5 | Daniel Friesel | -2/+2 | |
2023-01-07 | traewelling checkin: add missing ibnr field to API payload | Daniel Friesel | -0/+1 | |
2022-12-23 | always store traewelling errors in debug mode | Daniel Friesel | -11/+2 | |
for the most part, they're not actionable. also, they're already available in user logs. | ||||
2022-12-12 | change 'ignoring polyline' log severity to debug | Daniel Friesel | -1/+1 | |
2022-12-12 | Improve "Betriebsstelle nicht bekannt" handling1.28.2 | Daniel Friesel | -1/+3 | |
2022-12-07 | switch to internal station database; add out-of-service stations for old ↵1.28.0 | Daniel Friesel | -0/+1 | |
journeys | ||||
2022-11-10 | Traewelling: Use API v1 for checkin as well | Daniel Friesel | -3/+4 | |
2022-11-09 | HAFAS: filter out border stations | Daniel Friesel | -2/+7 | |
2022-11-09 | travelynx no longer requires XML::LibXML | Daniel Friesel | -1/+0 | |
2022-11-09 | Switch to internal HAFAS client for connection details | Daniel Friesel | -0/+16 | |
2022-11-05 | obtain polylines via mgate (T-S-DE-HAFAS) | Daniel Friesel | -95/+40 | |