Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: websocket for updates & auto-reload | stuebinm | 2022-03-06 | 1 | -0/+2 |
| | | | | todo: find a better solution than writing javascript in haskell strings. SERIOUSLY. | ||||
* | mapserver: somewhat more decent logging | stuebinm | 2022-03-03 | 1 | -0/+1 |
| | |||||
* | cwality-maps: better logging | stuebinm | 2022-03-03 | 1 | -0/+1 |
| | |||||
* | cwality-maps: add mustache templating | stuebinm | 2022-03-03 | 1 | -0/+2 |
| | | | | | not going to be my faviourite templating language, but it seems to work pretty well for this. | ||||
* | little server for making cwality maps (which meow, for now) | stuebinm | 2022-02-28 | 1 | -2/+19 |
| | |||||
* | separate tiled modules out into own package | stuebinm | 2022-02-28 | 1 | -0/+10 |
| | |||||
* | remove unused dependencies | stuebinm | 2022-02-18 | 1 | -2/+0 |
| | |||||
* | switch to universum prelude | stuebinm | 2022-02-18 | 1 | -2/+3 |
| | | | | also don't keep adjusted maps around if not necessary | ||||
* | sprinkle some NFData everywhere | stuebinm | 2022-02-17 | 1 | -1/+1 |
| | | | | (also some evaluateNF, leading to slightly less memory usage) | ||||
* | server: post map updates to exneuland's API | stuebinm | 2022-02-16 | 1 | -1/+3 |
| | |||||
* | server: remove cli-git, cli-extras | stuebinm | 2022-02-16 | 1 | -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! | ||||
* | internal state: sort according to org | stuebinm | 2022-02-16 | 1 | -2/+1 |
| | | | | (also, more lenses i guess) | ||||
* | server: repositores & orgs fixed in config | stuebinm | 2022-02-16 | 1 | -1/+6 |
| | | | | a very simple setup that might be usable for divoc and similar small events | ||||
* | … several hours of fighting with TOML later | stuebinm | 2022-02-16 | 1 | -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 cleanup | stuebinm | 2022-02-15 | 1 | -2/+5 |
| | | | | it's slightly less of a mess than it was before | ||||
* | server: added (somewhat) sensible logging | stuebinm | 2022-02-12 | 1 | -13/+10 |
| | | | | it's not very sensible, but at least it exists | ||||
* | server: present lint results in pretty html | stuebinm | 2022-02-11 | 1 | -0/+1 |
| | | | | | (this is mostly a rewrite / translation of the django templates built into rc3's hub) | ||||
* | server: simple servant-lucid stuff | stuebinm | 2022-02-10 | 1 | -0/+3 |
| | |||||
* | server: simple toml config | stuebinm | 2022-02-07 | 1 | -0/+1 |
| | |||||
* | server: proper job handling | stuebinm | 2022-02-07 | 1 | -0/+2 |
| | | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | ||||
* | non-blocking server | stuebinm | 2022-02-07 | 1 | -1/+2 |
| | |||||
* | basic server setup (using servant) | stuebinm | 2022-02-01 | 1 | -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 modules | stuebinm | 2022-01-15 | 1 | -0/+52 |
as annoying as yaml is, cabal's package format is somehow worse, apparently |