Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-16 | simple prometheus metrics | stuebinm | 1 | -0/+3 | |
2022-09-11 | correct the generated openapi description | stuebinm | 1 | -0/+1 | |
2022-09-02 | fix the nix build | stuebinm | 1 | -2/+2 | |
2022-08-28 | some config thingyesod | stuebinm | 1 | -0/+8 | |
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh | |||||
2022-08-28 | this does way too much tbh (also functioning delays) | stuebinm | 1 | -0/+3 | |
most of it deals with timezones, and all the weird implications that has | |||||
2022-08-26 | controlroom: some styling | stuebinm | 1 | -0/+2 | |
2022-08-14 | ControlRoom: default layout | stuebinm | 1 | -0/+1 | |
2022-08-14 | control room: translations & form input | stuebinm | 1 | -0/+1 | |
still basic, but works pretty well overall | |||||
2022-08-14 | controlroom: replace servant/lucid with yesod | stuebinm | 1 | -3/+2 | |
aka use something meant for webapps to write the webapp | |||||
2022-07-11 | somewhat functioning control room | stuebinm | 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! | |||||
2022-07-07 | generic html forms for ADTs | stuebinm | 1 | -0/+1 | |
this does some GHC generics witchery, now in its own module! | |||||
2022-07-03 | barebones webform API & frontend | stuebinm | 1 | -0/+4 | |
2022-07-02 | websockets and better (empty) response messages | stuebinm | 1 | -0/+2 | |
(tough mostly untested) | |||||
2022-07-02 | better module names | stuebinm | 1 | -1/+1 | |
2022-07-02 | more or less functional servicealerts for gtfs rt | stuebinm | 1 | -2/+3 | |
(kinda barebones, but the important things should be there) | |||||
2022-07-02 | gtfs realtime proof of concept | stuebinm | 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) | |||||
2022-06-19 | handle GTFS shapes (& send them out along trips) | stuebinm | 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. | |||||
2022-06-18 | make connstring configurable at runtime | stuebinm | 1 | -0/+0 | |
2022-06-17 | generate javascript functions | stuebinm | 1 | -0/+12 | |
(this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand") | |||||
2022-06-17 | rename package to tracktrain | stuebinm | 1 | -4/+4 | |
2022-06-16 | foreign keys are a thing | stuebinm | 1 | -1/+5 | |
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used. | |||||
2022-06-16 | actually use the database | stuebinm | 1 | -0/+5 | |
(at least for a few simple things) Also, more modules! | |||||
2022-06-15 | add some persist stuff | stuebinm | 1 | -1/+9 | |
this doesn't yet actually use the database, but it's getting close to 3am and I should probably go to bed or something | |||||
2022-06-10 | generate OpenAPI docs | stuebinm | 1 | -20/+14 | |
lots of lenses in this stuff :( | |||||
2022-06-05 | basic server setup | stuebinm | 1 | -1/+29 | |