summaryrefslogtreecommitdiff
path: root/server/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: exneuland wants a token, apparentlystuebinm2022-02-161-13/+7
|
* server: post map updates to exneuland's APIstuebinm2022-02-161-11/+44
|
* server: remove cli-git, cli-extrasstuebinm2022-02-161-4/+4
| | | | | | | | 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!
* server: add mapservice GET endpointstuebinm2022-02-161-4/+9
|
* internal state: sort according to orgstuebinm2022-02-161-5/+8
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-02-161-62/+60
| | | | a very simple setup that might be usable for divoc and similar small events
* … several hours of fighting with TOML laterstuebinm2022-02-161-12/+16
| | | | | | 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-02-151-51/+49
| | | | it's slightly less of a mess than it was before
* server: added (somewhat) sensible loggingstuebinm2022-02-121-20/+34
| | | | it's not very sensible, but at least it exists
* server: more debug outputstuebinm2022-02-111-1/+1
|
* server: admin interfacestuebinm2022-02-111-4/+10
| | | | (for now, just a list of all maps and their current status)
* server: simple servant-lucid stuffstuebinm2022-02-101-7/+18
|
* server: simple toml configstuebinm2022-02-071-3/+2
|
* server: proper job handlingstuebinm2022-02-071-18/+24
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-02-071-24/+21
|
* basic server setup (using servant)stuebinm2022-02-011-0/+74
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 …