summaryrefslogtreecommitdiff
path: root/lib/Travelynx
AgeCommit message (Expand)AuthorLines
2022-12-30review: shop travelynx versionDaniel Friesel-4/+5
2022-12-30work: separate durations for main and traewellingDaniel Friesel-7/+14
2022-12-30worker: optionally publish influxdb statsDaniel Friesel-0/+12
2022-12-29review: link to list of all single-trip checkins1.29.1Daniel Friesel-1/+22
2022-12-28influxdb: report total checkins rather than windowsDaniel Friesel-32/+2
2022-12-28add influxdb commandDaniel Friesel-0/+159
2022-12-27review: fix percentage localeDaniel Friesel-8/+2
2022-12-27derp #2Daniel Friesel-1/+1
2022-12-27derpDaniel Friesel-3/+3
2022-12-27top trips: handle return tripsDaniel Friesel-2/+14
2022-12-27review: add top and bottom tripsDaniel Friesel-0/+45
2022-12-27review: hide blocks without dataDaniel Friesel-77/+97
2022-12-27year in review: further delay statsDaniel Friesel-23/+139
2022-12-27compute_review: handle duplicate iris messages; german locale for numbersDaniel Friesel-1/+10
2022-12-27it's a secret to everybody.Daniel Friesel-9/+288
2022-12-27work: Fix log invocation1.28.5Daniel Friesel-1/+1
2022-12-26connecting trains: fix warning when encountering unknown platformsDaniel Friesel-3/+7
2022-12-26history: return 404 if no journeys have been logged for requested periodDaniel Friesel-0/+14
2022-12-26yearly/monthly history: return 404 for invalid datesDaniel Friesel-53/+45
2022-12-23always store traewelling errors in debug modeDaniel Friesel-11/+2
2022-12-23work: not finding a departing train is not criticalDaniel Friesel-1/+3
2022-12-12database migration: track previosu travelynx version; offer rollback hintsDaniel Friesel-13/+66
2022-12-12database IRIS sync: update ds100, name, lat, lon from IRIS DB1.28.4Daniel Friesel-1/+1
2022-12-12database: has-current-schema: check IRIS versionDaniel Friesel-1/+4
2022-12-12change 'ignoring polyline' log severity to debugDaniel Friesel-1/+1
2022-12-12Journeys: Handle "Betriebsstelle nicht bekannt"Daniel Friesel-0/+5
2022-12-12Improve "Betriebsstelle nicht bekannt" handling1.28.2Daniel Friesel-1/+3
2022-12-11database: refactor schema/iris version checkDaniel Friesel-19/+5
2022-12-08move grep_unknown_stations to Stations modelDaniel Friesel-15/+22
2022-12-07get name/ds100 from db and lat/lon from dict1.28.1Daniel Friesel-25/+81
2022-12-07switch to internal station database; add out-of-service stations for old jour...1.28.0Daniel Friesel-99/+371
2022-12-04maintenance: remove polyline code. polylines were added more than two years agoDaniel Friesel-88/+0
2022-12-04integritycheck: process journeys row by row rather than at onceDaniel Friesel-2/+3
2022-12-04integritycheck: also check station names in routesDaniel Friesel-5/+52
2022-12-04rename missingstations command to integritycheckDaniel Friesel-1/+1
2022-11-25add missingstations maintenance commandDaniel Friesel-0/+44
2022-11-24get_travel_distance: warn about removed stations (TODO: re-add them)Daniel Friesel-0/+10
2022-11-12show expected load of suggested connections, if availableDaniel Friesel-0/+5
2022-11-10Traewelling: Use API v1 for checkin as wellDaniel Friesel-3/+4
2022-11-09HAFAS: filter out border stationsDaniel Friesel-2/+7
2022-11-09travelynx no longer requires XML::LibXMLDaniel Friesel-1/+0
2022-11-09Switch to internal HAFAS client for connection detailsDaniel Friesel-54/+47
2022-11-05obtain polylines via mgate (T-S-DE-HAFAS)Daniel Friesel-95/+40
2022-11-05Use Travel::Status::DE::HAFAS instead of traininfo.exe for journey detailsDaniel Friesel-109/+58
2022-10-31Traewelling: Use API v1 for login/logout. v1 checkin does not work yet.Daniel Friesel-14/+14
2022-09-28get_connecting_trains: departure delay is relevant for connecting trainsDaniel Friesel-3/+4
2022-09-28get_connecting_trains_p: leave loops when doneDaniel Friesel-1/+3
2022-09-25connecting trains: HAFAS: Handle delay and pass it to frontendDaniel Friesel-0/+11
2022-09-24optionally show local transit connections as wellDaniel Friesel-126/+242
2022-09-24connections: show expected arrival at destinationDaniel Friesel-22/+111