aboutsummaryrefslogtreecommitdiff
path: root/lib/GTFS.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-03unreasonably stupid and probably unnecessary codestuebinm1-0/+6
2022-12-03always display secondsstuebinm1-2/+2
2022-11-29controlroom: show tripShortName instead of tripIdstuebinm1-0/+5
2022-11-29respect gtfs start/end datestuebinm1-1/+4
2022-09-02reasonable delay forecastsstuebinm1-18/+18
2022-08-31guess at future delays (horrible, incorrect, and unfinished)stuebinm1-7/+27
2022-08-28some config thingyesodstuebinm1-22/+26
2022-08-28this does way too much tbh (also functioning delays)stuebinm1-85/+228
2022-08-27controlroom: lots of pretty little knobsstuebinm1-0/+10
2022-08-14better Show instance for Timestuebinm1-3/+7
2022-07-17fix an operator precedence bugstuebinm1-6/+6
2022-07-11somewhat functioning control roomstuebinm1-0/+2
2022-07-03barebones webform API & frontendstuebinm1-1/+9
2022-07-02more or less functional servicealerts for gtfs rtstuebinm1-14/+17
2022-06-19handle GTFS shapes (& send them out along trips)stuebinm1-10/+60
2022-06-16foreign keys are a thingstuebinm1-3/+3
2022-06-10generate OpenAPI docsstuebinm1-80/+101
2022-06-06restructure GTFS typesstuebinm1-52/+75
2022-06-06better aeson genericsstuebinm1-8/+44
2022-06-05basic server setupstuebinm1-44/+50