Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-09 | Fix worker for MOTIS checkins2.13.5 | Birte Kristina Friesel | -8/+11 | |
Apparently, even after a check-in has been performed, subsequent worker runs may encounter stop IDs that were not added to stations_external_ids by the check-in process. So we need to add_or_update all stops we ecounter. | ||||
2025-06-09 | MOTIS: Fix work command2.13.4 | Birte Kristina Friesel | -4/+1 | |
2025-06-09 | backend selection: group recommended / transit assoc / experimental&legacy2.13.3 | Birte Kristina Friesel | -4/+14 | |
2025-06-09 | Traveling: do not compute map data if no destination has been set2.13.1 | Birte Kristina Friesel | -6/+12 | |
2025-06-09 | perltidy | Birte Kristina Friesel | -86/+106 | |
2025-06-09 | Add (possibly still somewhat experimental) MOTIS support | Birte Kristina Friesel | -24/+892 | |
Squashed commit of the following: commit c7c8b2ec5d8254eefb548bfe7763a7d8c9558be4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:57 2025 +0200 fix another merge issue commit d2ae55c901ab59284263ad3070ba425e03cee833 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:39 2025 +0200 Stations: get_by_external_id is a slow function commit 725174413300e71c350d2f1dcfbeacd751def977 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:05:48 2025 +0200 ... I accidentally commited a merge conflict commit c695494dbd6aaf252199da42ad763bdffa1d64b9 Merge: e5da62b 3322ca2 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 12:46:08 2025 +0200 Merge branch 'main' into motis commit e5da62bcfc7953d5109ba53ae1fcc34f509f251b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:15:39 2025 +0200 cpanfile: add Travel::Status::MOTIS dependency commit 180723a9e0e2f0aede0bc6352d5eee601183ccef Merge: 479373b c90ae4c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:13:45 2025 +0200 Merge branch 'main' into motis commit 479373b14eaadbc022199df246c9fb523a87188c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:41 2025 +0200 database: remove duplicate users_with_backend migration commit 94c8b5a7d1e2cb7f73b0eca7e33d916775504cd4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:04 2025 +0200 Do not store train colours in database. They're only supported by MOTIS. commit d58f23c3c7b06cc0243c1945dacd8673d2d2e428 Author: networkException <git@nwex.de> Date: Fri Apr 18 11:47:02 2025 +0200 Initial MOTIS backend support This patch adds support for checkins using MOTIS backends using the Travel::Status::MOTIS module. With this travelynx supports the two services currently exposed by the module, RNV for local transit in Mannheim, Germany and surrounding cities and transitous for worldwide crowdsourced tranit feeds. This implementation supports realtime predictions, cancellations and polylines as well as custom route colors if available. As MOTIS doesn't expose names of indivial trips currently, displaying transports is mostly limited to route names. MOTIS uses strings for stop ids, based on the used GTFS source feeds. As travelynx's data model currently assumes interger station ids, this patch adds a mapping table to the database. This patch assumes support for MOTIS in db-fakedisplay. Note that while träwelling has migrated to tranitous fully sync remains unsupported for now. See https://github.com/Traewelling/traewelling/issues/3345 | ||||
2025-06-08 | HAFAS: Sett rt flag if realtime data is available | Birte Kristina Friesel | -4/+19 | |
Closes #120 | ||||
2025-06-08 | DBRIS: Support multiple proxies2.12.8 | Birte Kristina Friesel | -1/+10 | |
2025-06-07 | InTransit: DBRIS: Update realtime flag if realtime data is available2.12.7 | Birte Kristina Friesel | -1/+9 | |
Ref #120 (still todo for HAFAS checkins) | ||||
2025-05-31 | work: dbris: update_arrival must run before cancellation-induced checkouts2.12.4 | Birte Kristina Friesel | -13/+13 | |
2025-05-31 | work: DBRIS: handle newly-cancelled destinations2.12.3 | Birte Kristina Friesel | -1/+13 | |
2025-05-30 | Show train route in checked-in view and profile / status card2.11.37 | Birte Kristina Friesel | -16/+59 | |
2025-05-28 | InTransit->add: Use a global $now object | Birte Kristina Friesel | -30/+31 | |
2025-05-25 | status card: show complete route and expected load2.11.32 | Birte Kristina Friesel | -1/+1 | |
2025-05-25 | status card: show carriage formation | Birte Kristina Friesel | -0/+1 | |
2025-05-22 | InTransit: store arr_platform for DBRIS checkins2.11.29 | Birte Kristina Friesel | -0/+2 | |
2025-05-17 | Fix anchors in DBF links for HAFAS and DBRIS checkins2.11.28 | Birte Kristina Friesel | -1/+1 | |
2025-05-17 | dbris: persist backend messages and show them in journey view2.11.27 | Birte Kristina Friesel | -12/+41 | |
2025-05-14 | _checked_in: fix stop detail links for dbris2.11.25 | Birte Kristina Friesel | -1/+1 | |
2025-04-21 | InTransit->add: dbris: ensure that train_no is always set2.11.23 | Birte Kristina Friesel | -3/+5 | |
2025-04-19 | Use train_no / line_no accessors provided by DBRIS 0.10 | Birte Kristina Friesel | -5/+5 | |
2025-04-16 | dbris: store him messages upon checkin as well2.11.19 | Birte Kristina Friesel | -1/+14 | |
2025-04-16 | Show DBRIS messages (disruptions and infos) in checked_in view2.11.18 | Birte Kristina Friesel | -0/+38 | |
2025-04-10 | dbris: get_journey_p: respect proxy config | Birte Kristina Friesel | -1/+1 | |
2025-04-05 | work: do not treat non-actionable backend errors as errors2.11.16 | Birte Kristina Friesel | -3/+4 | |
2025-04-02 | DBRIS trains may come without a type2.11.13 | Birte Kristina Friesel | -1/+1 | |
Closes #221 | ||||
2025-04-02 | dbris: handle checkins into cancelled departures | Birte Kristina Friesel | -1/+1 | |
2025-03-31 | work: log count of generic backend issues to influxdb as well | Birte Kristina Friesel | -2/+8 | |
2025-03-30 | get_connecting_trains_p: reject if dbris is in use2.11.11 | Birte Kristina Friesel | -1/+1 | |
Closes #219 | ||||
2025-03-30 | log API rate limit events to influxdb2.11.10 | Birte Kristina Friesel | -3/+5 | |
2025-03-29 | pass train suffix (which is sometimes line ID) on to InTransit->add | Birte Kristina Friesel | -5/+16 | |
Closes #217 | ||||
2025-03-28 | dbris: journey stops: store cancellation state2.11.8 | Birte Kristina Friesel | -14/+16 | |
2025-03-28 | work: increase dbris throttling | Birte Kristina Friesel | -1/+1 | |
2025-03-27 | API: Add DBRIS support2.11.6 | Birte Kristina Friesel | -1/+11 | |
2025-03-26 | work: decrease bahn.de request frequency; detect rate limiting2.11.5 | Birte Kristina Friesel | -2/+13 | |
2025-03-26 | InTransit->add: update HAFAS/DBRIS switch2.11.4 | Birte Kristina Friesel | -1/+1 | |
2025-03-25 | work: pass train_id to update_arrival_dbris (oops)2.11.2 | Birte Kristina Friesel | -5/+6 | |
2025-03-25 | Account: IRIS is no longer preferred; do not place it first | Birte Kristina Friesel | -7/+2 | |
2025-03-24 | bahn.de is reasonably ready now. I think. | Birte Kristina Friesel | -1/+1 | |
2025-03-24 | restore Träwelling synchronization | Birte Kristina Friesel | -1/+1 | |
2025-03-23 | dbris: implement geolocation lookup | Birte Kristina Friesel | -1/+41 | |
2025-03-23 | dbris is almost ready for production | Birte Kristina Friesel | -5/+3 | |
Agenda: * geolocation * traewelling sync * check whether cancelled trains / stops are handled appropriately * switch manual journey entry to dbris once sufficient station data has been gathered * switch default to dbris at some time in the future | ||||
2025-03-23 | DBRIS: Add load/occupancy data | Birte Kristina Friesel | -5/+12 | |
2025-03-23 | dbris: /s/: redirect to proper station ID if needed | Birte Kristina Friesel | -0/+15 | |
2025-03-23 | sync_backends: ris column has been renamed to dbris. oops. | Birte Kristina Friesel | -1/+1 | |
2025-03-23 | Preliminary DBRIS support (not user-accessible yet) | Birte Kristina Friesel | -43/+709 | |
working: * checkin * checkout * realtime data * polylines * carriage formation (long-distance only) to do: * geolocation * redirects after checkout / undo * traewelling sync * use dbris by default | ||||
2025-03-04 | Remove VRN; use ÖBB for IRIS augmentation (maps) | Birte Kristina Friesel | -5/+7 | |
Luckily, ÖBB and IRIS agree on virtually all EVA IDs. In some cases, ÖBB uses different station names (e.g. 'Fürth in Bayern' rather than 'Fürth(Bay)'). Closes #206 Closes #207 Closes #208 | ||||
2025-03-03 | Add Forbidden to 502 Bad Gateway codes2.10.1 | Birte Kristina Friesel | -1/+2 | |
2025-02-09 | Add PKP (and, thus, SOCKS proxy) support | Birte Kristina Friesel | -11/+76 | |
2025-02-09 | Helper/HAFAS: remove unused get_json_p method | Birte Kristina Friesel | -49/+0 | |