Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-12 | server: added (somewhat) sensible logging | stuebinm | 2 | -27/+42 | |
it's not very sensible, but at least it exists | |||||
2022-02-11 | server: more debug output | stuebinm | 1 | -1/+1 | |
2022-02-11 | server: admin interface | stuebinm | 4 | -64/+117 | |
(for now, just a list of all maps and their current status) | |||||
2022-02-11 | server: present lint results in pretty html | stuebinm | 2 | -47/+124 | |
(this is mostly a rewrite / translation of the django templates built into rc3's hub) | |||||
2022-02-10 | server: simple servant-lucid stuff | stuebinm | 3 | -8/+95 | |
2022-02-07 | server: simple toml config | stuebinm | 2 | -17/+39 | |
2022-02-07 | server: proper job handling | stuebinm | 3 | -67/+110 | |
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | |||||
2022-02-07 | non-blocking server | stuebinm | 4 | -88/+126 | |
2022-02-01 | basic server setup (using servant) | stuebinm | 3 | -0/+179 | |
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 … |