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