summaryrefslogtreecommitdiff
path: root/package.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19server: post map updates to exneuland's APIstuebinm1-1/+3
2022-03-19server: remove cli-git, cli-extrasstuebinm1-2/+1
both these packages are hard to use, seem to be either unfinished or abandoned, and also generally not very good. Also for some reason they depend on `lens`. Removing them dramatically shrunk the dependency closure!
2022-03-19internal state: sort according to orgstuebinm1-2/+1
(also, more lenses i guess)
2022-03-19server: repositores & orgs fixed in configstuebinm1-1/+6
a very simple setup that might be usable for divoc and similar small events
2022-03-19… several hours of fighting with TOML laterstuebinm1-0/+1
WHO THOUGHT THIS SYNTAX WAS A GOOD IDEA?? (and who decided to write the least obvious combinator library to parse it?)
2022-03-19server: switch to universum prelude, some cleanupstuebinm1-2/+5
it's slightly less of a mess than it was before
2022-03-19server: added (somewhat) sensible loggingstuebinm1-13/+10
it's not very sensible, but at least it exists
2022-03-19server: present lint results in pretty htmlstuebinm1-0/+1
(this is mostly a rewrite / translation of the django templates built into rc3's hub)
2022-03-19server: simple servant-lucid stuffstuebinm1-0/+3
2022-03-19server: simple toml configstuebinm1-0/+1
2022-03-19server: proper job handlingstuebinm1-0/+2
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
2022-03-19non-blocking serverstuebinm1-1/+2
2022-03-19basic server setup (using servant)stuebinm1-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-19use hpack and clean up modulesstuebinm1-0/+52
as annoying as yaml is, cabal's package format is somehow worse, apparently