summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
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-23add_route_timestamps: change log severity to debugDaniel Friesel-8/+1
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/+11
2022-12-11database: refactor schema/iris version checkDaniel Friesel-19/+5
2022-12-08move grep_unknown_stations to Stations modelDaniel Friesel-31/+23
2022-12-07get name/ds100 from db and lat/lon from dict1.28.1Daniel Friesel-33/+89
2022-12-07switch to internal station database; add out-of-service stations for old jour...1.28.0Daniel Friesel-186/+416
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-12show expected utilization alongsie train routeDaniel Friesel-0/+15
2022-11-10Traewelling: Use API v1 for checkin as wellDaniel Friesel-3/+4
2022-11-10only show important HIM messagesDaniel Friesel-7/+9
2022-11-09route: handle stops without real-time dataDaniel Friesel-11/+16
2022-11-09HAFAS: filter out border stationsDaniel Friesel-2/+7
2022-11-09travelynx no longer requires XML::LibXMLDaniel Friesel-2/+0
2022-11-09Switch to internal HAFAS client for connection detailsDaniel Friesel-57/+47
2022-11-05obtain polylines via mgate (T-S-DE-HAFAS)Daniel Friesel-173/+95
2022-11-05Use Travel::Status::DE::HAFAS instead of traininfo.exe for journey detailsDaniel Friesel-194/+87
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
2022-09-24HAFAS->get_json_p: accept cache and encoding parametersDaniel Friesel-2/+7
2022-09-23departure board: add footerDaniel Friesel-2/+7
2022-09-23Static: remove unused $travelynx_versionDaniel Friesel-2/+0
2022-09-23add legend (not referenced yet)Daniel Friesel-0/+8
2022-09-23always show 'run' icon when an interchange is shortDaniel Friesel-1/+1
2022-09-07Controller/Traveling: perltidy1.23.12Daniel Friesel-6/+12
2022-09-05get_connecting_trains_p: remove trains with identical routes to current oneDaniel Friesel-1/+17
2022-09-05get_connecting_trains_p: use has_str_in_list helper more oftenDaniel Friesel-2/+2
2022-09-03get_connecting_trains_p: handle uninitialized arr_countdownDaniel Friesel-3/+5
2022-09-03get_connecting_trains_p: we're doing boolean arithmetic here1.23.11Daniel Friesel-1/+1
2022-09-03get_connecting_trains: set lookahead to (expected arrival // now) + 40 minutes1.23.10Daniel Friesel-4/+7