aboutsummaryrefslogtreecommitdiff
path: root/lib/Server.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-07don't have the ControlRoom API in Swaggerstuebinm1-2/+2
2022-07-03barebones webform API & frontendstuebinm1-0/+2
2022-07-03remove some unused importsstuebinm1-30/+11
2022-07-03add service monad (with built-in logging)stuebinm1-19/+20
2022-07-02websockets and better (empty) response messagesstuebinm1-48/+65
2022-07-02better module namesstuebinm1-1/+1
2022-07-02rudimentary admin api implementationstuebinm1-2/+17
2022-07-02gtfs realtime: add vehicle positionsstuebinm1-1/+2
2022-07-02more or less functional servicealerts for gtfs rtstuebinm1-62/+8
2022-07-02gtfs realtime proof of conceptstuebinm1-1/+63
2022-06-27optional date parameter for the timetable endpointstuebinm1-4/+8
2022-06-16foreign keys are a thingstuebinm1-47/+19
2022-06-16actually use the databasestuebinm1-96/+103
2022-06-15add some persist stuffstuebinm1-22/+35
2022-06-10generate OpenAPI docsstuebinm1-37/+69
2022-06-06restructure GTFS typesstuebinm1-8/+6
2022-06-06better aeson genericsstuebinm1-2/+7
2022-06-05basic server setupstuebinm1-0/+96