Age | Commit message (Expand) | Author | Lines |
2023-01-02 | influxdb command: directly write to db rather than stdout | Daniel Friesel | -15/+30 |
2023-01-02 | move traewelling sync to a separate command | Daniel Friesel | -89/+155 |
2022-12-30 | work: count errors1.29.2 | Daniel Friesel | -1/+5 |
2022-12-30 | work: separate durations for main and traewelling | Daniel Friesel | -7/+14 |
2022-12-30 | worker: optionally publish influxdb stats | Daniel Friesel | -0/+12 |
2022-12-28 | influxdb: report total checkins rather than windows | Daniel Friesel | -32/+2 |
2022-12-28 | add influxdb command | Daniel Friesel | -0/+159 |
2022-12-27 | work: Fix log invocation1.28.5 | Daniel Friesel | -1/+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-11 | database: refactor schema/iris version check | Daniel Friesel | -19/+5 |
2022-12-07 | get name/ds100 from db and lat/lon from dict1.28.1 | Daniel Friesel | -0/+67 |
2022-12-07 | switch to internal station database; add out-of-service stations for old jour...1.28.0 | Daniel Friesel | -1/+238 |
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-09-24 | optionally show local transit connections as well | Daniel Friesel | -0/+24 |
2022-08-19 | use bahn.expert as new domain for marudor.de | marudor | -1/+1 |
2022-07-11 | optionally link to external departure boards where sensible (WiP) | Daniel Friesel | -0/+14 |
2022-07-11 | database: fix missing word in workflow example | Daniel Friesel | -1/+1 |
2022-07-10 | maintenance: traewelling and webhooks TODO has been resolved a while ago1.22.8 | Daniel Friesel | -2/+0 |
2022-07-10 | maintenance: show details when about to delete a large amount of UIDs | Daniel Friesel | -0/+11 |
2022-07-09 | traewelling pull: skip API request for checked-in users | Daniel Friesel | -1/+14 |
2022-07-09 | munin: add push sync stats | Daniel Friesel | -1/+5 |
2022-07-09 | munin: add traewelling pull sync stats | Daniel Friesel | -0/+2 |
2022-05-27 | limit number of concurrent traewelling requests to five per second1.22.4 | Daniel Friesel | -4/+12 |
2022-02-20 | work: move DB manipulation to InTransit helper | Daniel Friesel | -107/+32 |
2022-02-19 | worker: run maintenance every 10 hours | Daniel Friesel | -10/+14 |
2022-02-18 | maintenance: Log deletion notification to stdout | Daniel Friesel | -4/+5 |
2022-02-17 | Traewelling: more consistent error messages | Daniel Friesel | -4/+3 |
2022-02-16 | traewelling: log an error if pull sync fails | Daniel Friesel | -0/+6 |
2022-02-14 | Send inactivity notification prior to account deletion | Daniel Friesel | -2/+44 |
2022-01-08 | traewelling sync: push first, then pull | Daniel Friesel | -24/+24 |
2021-09-13 | Add account add / delete CLI for sites with web registration disabled | Daniel Friesel | -0/+125 |
2021-04-20 | munin: add pending_user_count1.19.12 | Daniel Friesel | -0/+3 |
2021-04-05 | munin: Do not crash on CET -> CEST DST transition1.19.10 | Daniel Friesel | -15/+19 |
2021-04-05 | munin: fix date range calculation | Daniel Friesel | -7/+9 |
2021-03-07 | Move incomplete checkin removal from "maintenance" to "work" task | Daniel Friesel | -11/+11 |
2021-01-29 | Switch to AGPL3+ | Daniel Friesel | -6/+6 |
2020-12-03 | regularly generate statistics in the background1.18.11 | Daniel Friesel | -13/+17 |
2020-11-28 | move statistics cache to a separate model class | Daniel Friesel | -1/+2 |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -0/+18 |
2020-10-19 | work: Fix travelynx->Traewelling sync when several users are checked in1.18.5 | Daniel Friesel | -2/+2 |
2020-10-11 | maintenance: delete webhooks and traewelling entries1.18.2 | Daniel Friesel | -0/+2 |
2020-10-11 | move in_transit queries to an InTransit model class | Daniel Friesel | -4/+8 |
2020-10-06 | Stats: Fix handling of negative cumulative arrival/departure delays1.18.1 | Daniel Friesel | -0/+14 |