aboutsummaryrefslogtreecommitdiff
path: root/tracktrain.cabal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use the threaded rtsstuebinm2022-11-231-0/+1
| | | | (apparently i didn't do that yet???)
* simple prometheus metricsstuebinm2022-10-161-0/+3
|
* correct the generated openapi descriptionstuebinm2022-09-111-0/+1
|
* fix the nix buildstuebinm2022-09-021-2/+2
|
* some config thingyesodstuebinm2022-08-281-0/+8
| | | | | works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh
* this does way too much tbh (also functioning delays)stuebinm2022-08-281-0/+3
| | | | most of it deals with timezones, and all the weird implications that has
* controlroom: some stylingstuebinm2022-08-261-0/+2
|
* ControlRoom: default layoutstuebinm2022-08-141-0/+1
|
* control room: translations & form inputstuebinm2022-08-141-0/+1
| | | | still basic, but works pretty well overall
* controlroom: replace servant/lucid with yesodstuebinm2022-08-141-3/+2
| | | | aka use something meant for webapps to write the webapp
* somewhat functioning control roomstuebinm2022-07-111-0/+1
| | | | | | tbh i've kinda lost track at what has all been changed in this, but the control room form handling now works, and i can write announcements into the database. Now on to making it do useful things!
* generic html forms for ADTsstuebinm2022-07-071-0/+1
| | | | this does some GHC generics witchery, now in its own module!
* barebones webform API & frontendstuebinm2022-07-031-0/+4
|
* websockets and better (empty) response messagesstuebinm2022-07-021-0/+2
| | | | (tough mostly untested)
* better module namesstuebinm2022-07-021-1/+1
|
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-2/+3
| | | | (kinda barebones, but the important things should be there)
* gtfs realtime proof of conceptstuebinm2022-07-021-0/+48
| | | | | | | | this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that)
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-0/+1
| | | | | unfortunately, this makes some responses pretty large. Let's see if it works this way or if i have to find some way to break them up instead.
* make connstring configurable at runtimestuebinm2022-06-181-0/+95