Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-06-09 | fix another merge issuemotis | Birte Kristina Friesel | -1/+0 | |
2025-06-09 | Stations: get_by_external_id is a slow function | Birte Kristina Friesel | -2/+4 | |
2025-06-09 | Merge branch 'main' into motis | Birte Kristina Friesel | -65/+186 | |
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-30 | Merge branch 'main' into motis | Birte Kristina Friesel | -5/+7 | |
2025-04-30 | database: remove duplicate users_with_backend migration | Birte Kristina Friesel | -11/+0 | |
2025-04-30 | Do not store train colours in database. They're only supported by MOTIS. | Birte Kristina Friesel | -10/+5 | |
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-18 | Initial MOTIS backend support | networkException | -25/+907 | |
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-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 | |