Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simple prometheus metrics | stuebinm | 2022-10-16 | 1 | -0/+3 |
| | |||||
* | correct the generated openapi description | stuebinm | 2022-09-11 | 1 | -0/+1 |
| | |||||
* | fix the nix build | stuebinm | 2022-09-02 | 1 | -2/+2 |
| | |||||
* | some config thingyesod | stuebinm | 2022-08-28 | 1 | -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) | stuebinm | 2022-08-28 | 1 | -0/+3 |
| | | | | most of it deals with timezones, and all the weird implications that has | ||||
* | controlroom: some styling | stuebinm | 2022-08-26 | 1 | -0/+2 |
| | |||||
* | ControlRoom: default layout | stuebinm | 2022-08-14 | 1 | -0/+1 |
| | |||||
* | control room: translations & form input | stuebinm | 2022-08-14 | 1 | -0/+1 |
| | | | | still basic, but works pretty well overall | ||||
* | controlroom: replace servant/lucid with yesod | stuebinm | 2022-08-14 | 1 | -3/+2 |
| | | | | aka use something meant for webapps to write the webapp | ||||
* | somewhat functioning control room | stuebinm | 2022-07-11 | 1 | -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 ADTs | stuebinm | 2022-07-07 | 1 | -0/+1 |
| | | | | this does some GHC generics witchery, now in its own module! | ||||
* | barebones webform API & frontend | stuebinm | 2022-07-03 | 1 | -0/+4 |
| | |||||
* | websockets and better (empty) response messages | stuebinm | 2022-07-02 | 1 | -0/+2 |
| | | | | (tough mostly untested) | ||||
* | better module names | stuebinm | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | more or less functional servicealerts for gtfs rt | stuebinm | 2022-07-02 | 1 | -2/+3 |
| | | | | (kinda barebones, but the important things should be there) | ||||
* | gtfs realtime proof of concept | stuebinm | 2022-07-02 | 1 | -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) | stuebinm | 2022-06-19 | 1 | -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 runtime | stuebinm | 2022-06-18 | 1 | -0/+95 |