Age | Commit message (Expand) | Author | Lines |
2022-12-27 | review: fix percentage locale | Daniel Friesel | -8/+2 |
2022-12-27 | derp #2 | Daniel Friesel | -1/+1 |
2022-12-27 | derp | Daniel Friesel | -3/+3 |
2022-12-27 | top trips: handle return trips | Daniel Friesel | -2/+14 |
2022-12-27 | review: add top and bottom trips | Daniel Friesel | -0/+45 |
2022-12-27 | review: hide blocks without data | Daniel Friesel | -77/+97 |
2022-12-27 | year in review: further delay stats | Daniel Friesel | -23/+139 |
2022-12-27 | compute_review: handle duplicate iris messages; german locale for numbers | Daniel Friesel | -1/+10 |
2022-12-27 | it's a secret to everybody. | Daniel Friesel | -9/+289 |
2022-12-27 | work: Fix log invocation1.28.5 | Daniel Friesel | -1/+1 |
2022-12-26 | connecting trains: fix warning when encountering unknown platforms | Daniel Friesel | -3/+7 |
2022-12-26 | history: return 404 if no journeys have been logged for requested period | Daniel Friesel | -0/+14 |
2022-12-26 | yearly/monthly history: return 404 for invalid dates | Daniel Friesel | -53/+45 |
2022-12-23 | always store traewelling errors in debug mode | Daniel Friesel | -11/+2 |
2022-12-23 | add_route_timestamps: change log severity to debug | Daniel Friesel | -8/+1 |
2022-12-23 | work: not finding a departing train is not critical | Daniel Friesel | -1/+3 |
2022-12-12 | database migration: track previosu travelynx version; offer rollback hints | Daniel Friesel | -13/+66 |
2022-12-12 | database IRIS sync: update ds100, name, lat, lon from IRIS DB1.28.4 | Daniel Friesel | -1/+1 |
2022-12-12 | database: has-current-schema: check IRIS version | Daniel Friesel | -1/+4 |
2022-12-12 | change 'ignoring polyline' log severity to debug | Daniel Friesel | -1/+1 |
2022-12-12 | Journeys: Handle "Betriebsstelle nicht bekannt" | Daniel Friesel | -0/+5 |
2022-12-12 | Improve "Betriebsstelle nicht bekannt" handling1.28.2 | Daniel Friesel | -1/+11 |
2022-12-11 | database: refactor schema/iris version check | Daniel Friesel | -19/+5 |
2022-12-08 | move grep_unknown_stations to Stations model | Daniel Friesel | -31/+23 |
2022-12-07 | get name/ds100 from db and lat/lon from dict1.28.1 | Daniel Friesel | -33/+89 |
2022-12-07 | switch to internal station database; add out-of-service stations for old jour...1.28.0 | Daniel Friesel | -186/+416 |
2022-12-04 | maintenance: remove polyline code. polylines were added more than two years ago | Daniel Friesel | -88/+0 |
2022-12-04 | integritycheck: process journeys row by row rather than at once | Daniel Friesel | -2/+3 |
2022-12-04 | integritycheck: also check station names in routes | Daniel Friesel | -5/+52 |
2022-12-04 | rename missingstations command to integritycheck | Daniel Friesel | -1/+1 |
2022-11-25 | add missingstations maintenance command | Daniel Friesel | -0/+44 |
2022-11-24 | get_travel_distance: warn about removed stations (TODO: re-add them) | Daniel Friesel | -0/+10 |
2022-11-12 | show expected load of suggested connections, if available | Daniel Friesel | -0/+5 |
2022-11-12 | show expected utilization alongsie train route | Daniel Friesel | -0/+15 |
2022-11-10 | Traewelling: Use API v1 for checkin as well | Daniel Friesel | -3/+4 |
2022-11-10 | only show important HIM messages | Daniel Friesel | -7/+9 |
2022-11-09 | route: handle stops without real-time data | Daniel Friesel | -11/+16 |
2022-11-09 | HAFAS: filter out border stations | Daniel Friesel | -2/+7 |
2022-11-09 | travelynx no longer requires XML::LibXML | Daniel Friesel | -2/+0 |
2022-11-09 | Switch to internal HAFAS client for connection details | Daniel Friesel | -57/+47 |
2022-11-05 | obtain polylines via mgate (T-S-DE-HAFAS) | Daniel Friesel | -173/+95 |
2022-11-05 | Use Travel::Status::DE::HAFAS instead of traininfo.exe for journey details | Daniel Friesel | -194/+87 |
2022-10-31 | Traewelling: Use API v1 for login/logout. v1 checkin does not work yet. | Daniel Friesel | -14/+14 |
2022-09-28 | get_connecting_trains: departure delay is relevant for connecting trains | Daniel Friesel | -3/+4 |
2022-09-28 | get_connecting_trains_p: leave loops when done | Daniel Friesel | -1/+3 |
2022-09-25 | connecting trains: HAFAS: Handle delay and pass it to frontend | Daniel Friesel | -0/+11 |
2022-09-24 | optionally show local transit connections as well | Daniel Friesel | -126/+242 |
2022-09-24 | connections: show expected arrival at destination | Daniel Friesel | -22/+111 |
2022-09-24 | HAFAS->get_json_p: accept cache and encoding parameters | Daniel Friesel | -2/+7 |
2022-09-23 | departure board: add footer | Daniel Friesel | -2/+7 |