summaryrefslogtreecommitdiff
path: root/lib/Travelynx
AgeCommit message (Collapse)AuthorLines
2025-04-02DBRIS trains may come without a type2.11.13Birte Kristina Friesel-1/+1
Closes #221
2025-04-02dbris: handle checkins into cancelled departuresBirte Kristina Friesel-1/+1
2025-03-31work: log count of generic backend issues to influxdb as wellBirte Kristina Friesel-2/+8
2025-03-30get_connecting_trains_p: reject if dbris is in use2.11.11Birte Kristina Friesel-1/+1
Closes #219
2025-03-30log API rate limit events to influxdb2.11.10Birte Kristina Friesel-3/+5
2025-03-29pass train suffix (which is sometimes line ID) on to InTransit->addBirte Kristina Friesel-5/+16
Closes #217
2025-03-28dbris: journey stops: store cancellation state2.11.8Birte Kristina Friesel-14/+16
2025-03-28work: increase dbris throttlingBirte Kristina Friesel-1/+1
2025-03-27API: Add DBRIS support2.11.6Birte Kristina Friesel-1/+11
2025-03-26work: decrease bahn.de request frequency; detect rate limiting2.11.5Birte Kristina Friesel-2/+13
2025-03-26InTransit->add: update HAFAS/DBRIS switch2.11.4Birte Kristina Friesel-1/+1
2025-03-25work: pass train_id to update_arrival_dbris (oops)2.11.2Birte Kristina Friesel-5/+6
2025-03-25Account: IRIS is no longer preferred; do not place it firstBirte Kristina Friesel-7/+2
2025-03-24bahn.de is reasonably ready now. I think.Birte Kristina Friesel-1/+1
2025-03-24restore Träwelling synchronizationBirte Kristina Friesel-1/+1
2025-03-23dbris: implement geolocation lookupBirte Kristina Friesel-1/+41
2025-03-23dbris is almost ready for productionBirte 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-23DBRIS: Add load/occupancy dataBirte Kristina Friesel-5/+12
2025-03-23dbris: /s/: redirect to proper station ID if neededBirte Kristina Friesel-0/+15
2025-03-23sync_backends: ris column has been renamed to dbris. oops.Birte Kristina Friesel-1/+1
2025-03-23Preliminary 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-04Remove 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-03Add Forbidden to 502 Bad Gateway codes2.10.1Birte Kristina Friesel-1/+2
2025-02-09Add PKP (and, thus, SOCKS proxy) supportBirte Kristina Friesel-11/+76
2025-02-09Helper/HAFAS: remove unused get_json_p methodBirte Kristina Friesel-49/+0
2025-01-16InTransit: _epoch: turn undef into undef2.9.18Birte Kristina Friesel-1/+1
2025-01-16work: fetch arrival wagon order for VBN and ÖBB as wellBirte Kristina Friesel-3/+8
2025-01-11Add backend selection link to Bad Gateway / Gateway Timeout error messagesBirte Kristina Friesel-5/+9
2025-01-10HAFAS: Use VRN as default backend2.9.16Birte Kristina Friesel-5/+5
Notable, this retores data augmentation for IRIS checkins
2025-01-09VRN and ÖBB EVA IDs are compatible with bahn.de → request wagon orders2.9.15Birte Kristina Friesel-16/+23
2025-01-08Do not use DB HAFAS by default. Use DB IRIS instead.2.9.12Birte Kristina Friesel-0/+12
2025-01-08Remove DB HAFAS for now2.9.11Birte Kristina Friesel-1/+10
Looks like it's gone for good
2025-01-08503 backend errors (hello, DB HAFAS) are Bad Gateway as wellBirte Kristina Friesel-1/+1
2024-12-18Speed up history pages: Only build route datetimes when needed2.9.8Birte Kristina Friesel-28/+36
2024-12-18premature connection close is HTTP 502 as well2.9.7Birte Kristina Friesel-1/+1
2024-12-04do not add meta stations if eva is undef2.9.5Birte Kristina Friesel-5/+7
2024-12-04Add a separate error message for gateway timeoutsBirte Kristina Friesel-0/+7
2024-11-30status API: Set Access-Control-Allow-Origin to *2.9.3Birte Kristina Friesel-0/+2
2024-11-24Journeys->sanity_check: Allow a single trip to take up to three days2.9.2Birte Kristina Friesel-4/+4
Closes #182
2024-11-24Journey->sanity_check: adjust messages;Birte Kristina Friesel-7/+8
2024-11-23departures: distinguish between backend errors (502) and internal errors (500)2.9.1Birte Kristina Friesel-1/+8
Closes #179
2024-10-28Use the correct stop instance when checking in to ring linesBirte Kristina Friesel-2/+4
2024-10-23import: Catch errors in get_single and sanity_checkBirte Kristina Friesel-8/+14
2024-10-23Api: perltidyBirte Kristina Friesel-5/+6
2024-10-16api/v1/import: hard-code backend_id to 1 (same as import form)Birte Kristina Friesel-4/+7
Closes #162 See also #170 (thanks to https://github.com/homologic for the suggestion)
2024-10-16Add terms of service andpoint; reference it from registration and login formsBirte Kristina Friesel-1/+9
2024-09-20passenger rights: show departures with delay ≥ 20 minutes as well2.8.40Birte Kristina Friesel-2/+5
This is a quick workaround until I have finally reviewed #116
2024-09-01Work: Include backend in debug and error messages2.8.38Birte Kristina Friesel-6/+12
2024-09-01integritycheck: add sub-commandsBirte Kristina Friesel-108/+126
2024-08-30timeline: add maps2.8.37Birte Kristina Friesel-0/+50