aboutsummaryrefslogtreecommitdiff
path: root/lib/GTFS.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* restructure: save a ticket's stop in the databasestuebinm2024-04-241-8/+8
* restructure: have "tickets" independent of gtfsstuebinm2024-04-201-16/+16
* general housekeepingstuebinm2024-04-171-16/+8
* expose the gtfs.zip used in the APIstuebinm2023-05-201-6/+14
* better web interface & cssstuebinm2023-01-281-2/+12
* stylish-haskell runstuebinm2022-12-121-1/+1
* unreasonably stupid and probably unnecessary codestuebinm2022-12-031-0/+6
* always display secondsstuebinm2022-12-031-2/+2
* controlroom: show tripShortName instead of tripIdstuebinm2022-11-291-0/+5
* respect gtfs start/end datestuebinm2022-11-291-1/+4
* reasonable delay forecastsstuebinm2022-09-021-18/+18
* guess at future delays (horrible, incorrect, and unfinished)stuebinm2022-08-311-7/+27
* some config thingyesodstuebinm2022-08-281-22/+26
* this does way too much tbh (also functioning delays)stuebinm2022-08-281-85/+228
* controlroom: lots of pretty little knobsstuebinm2022-08-271-0/+10
* better Show instance for Timestuebinm2022-08-141-3/+7
* fix an operator precedence bugstuebinm2022-07-171-6/+6
* somewhat functioning control roomstuebinm2022-07-111-0/+2
* barebones webform API & frontendstuebinm2022-07-031-1/+9
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-14/+17
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-10/+60
* foreign keys are a thingstuebinm2022-06-161-3/+3
* generate OpenAPI docsstuebinm2022-06-101-80/+101
* restructure GTFS typesstuebinm2022-06-061-52/+75
* better aeson genericsstuebinm2022-06-061-8/+44
* basic server setupstuebinm2022-06-051-0/+314