Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-19 | server: present lint results in pretty html | stuebinm | 1 | -0/+1 | |
(this is mostly a rewrite / translation of the django templates built into rc3's hub) | |||||
2022-03-19 | server: simple servant-lucid stuff | stuebinm | 1 | -0/+3 | |
2022-03-19 | server: simple toml config | stuebinm | 1 | -0/+1 | |
2022-03-19 | server: proper job handling | stuebinm | 1 | -0/+2 | |
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | |||||
2022-03-19 | non-blocking server | stuebinm | 1 | -1/+2 | |
2022-03-19 | basic server setup (using servant) | stuebinm | 1 | -1/+21 | |
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way … | |||||
2022-03-19 | use hpack and clean up modules | stuebinm | 1 | -0/+52 | |
as annoying as yaml is, cabal's package format is somehow worse, apparently |