summaryrefslogtreecommitdiff
path: root/package.yaml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal state: sort according to orgstuebinm2022-03-191-2/+1
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-03-191-1/+6
| | | | a very simple setup that might be usable for divoc and similar small events
* … several hours of fighting with TOML laterstuebinm2022-03-191-0/+1
| | | | | | WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?)
* server: switch to universum prelude, some cleanupstuebinm2022-03-191-2/+5
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-03-191-13/+10
| | | | it's not very sensible, but at least it exists
* server: present lint results in pretty htmlstuebinm2022-03-191-0/+1
| | | | | (this is mostly a rewrite / translation of the django templates built into rc3's hub)
* server: simple servant-lucid stuffstuebinm2022-03-191-0/+3
|
* server: simple toml configstuebinm2022-03-191-0/+1
|
* server: proper job handlingstuebinm2022-03-191-0/+2
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-03-191-1/+2
|
* basic server setup (using servant)stuebinm2022-03-191-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 …
* use hpack and clean up modulesstuebinm2022-03-191-0/+52
as annoying as yaml is, cabal's package format is somehow worse, apparently