Age | Commit message (Expand) | Author | Lines |
2023-02-04 | inconsistent journeys: link to journeys | Daniel Friesel | -0/+13 |
2023-01-22 | account: implement immediate deletion1.29.16 | Daniel Friesel | -1/+5 |
2023-01-22 | Move account deletion to Users model | Daniel Friesel | -20/+6 |
2023-01-22 | users: rename "add_user" to "add" and "get_data" to "get" | Daniel Friesel | -4/+4 |
2023-01-18 | migration: only select required fields1.29.13 | Daniel Friesel | -3/+2 |
2023-01-15 | change route/stop layout to [name, eva, {data}] | Daniel Friesel | -0/+76 |
2023-01-15 | update integritycheck to use internal station database1.29.10 | Daniel Friesel | -35/+55 |
2023-01-07 | decrease amount of traewelling get_status requests | Daniel Friesel | -1/+1 |
2023-01-07 | log traewelling sync HTTP status to influxdb1.29.6 | Daniel Friesel | -6/+60 |
2023-01-07 | work, traewelling: only push to influxdb in prod mode | Daniel Friesel | -5/+20 |
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 |