Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-30 | remove unused module | stuebinm | 1 | -1/+0 | |
2022-03-23 | server: add a "panic i'm on a train"-offline mode | stuebinm | 1 | -0/+1 | |
(this also adds general cli arguments, but the main point is that downloading monstrously large repositories is a silly idea when i'm on a train with surprisingly bad wifi) | |||||
2022-03-19 | server: websocket for updates & auto-reload | stuebinm | 1 | -0/+2 | |
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY. | |||||
2022-03-19 | mapserver: somewhat more decent logging | stuebinm | 1 | -0/+1 | |
2022-03-19 | cwality-maps: better logging | stuebinm | 1 | -0/+1 | |
2022-03-19 | cwality-maps: add mustache templating | stuebinm | 1 | -0/+2 | |
not going to be my faviourite templating language, but it seems to work pretty well for this. | |||||
2022-03-19 | little server for making cwality maps (which meow, for now) | stuebinm | 1 | -2/+19 | |
2022-03-19 | separate tiled modules out into own package | stuebinm | 1 | -0/+10 | |
2022-03-19 | remove unused dependencies | stuebinm | 1 | -2/+0 | |
2022-03-19 | switch to universum prelude | stuebinm | 1 | -2/+3 | |
also don't keep adjusted maps around if not necessary | |||||
2022-03-19 | sprinkle some NFData everywhere | stuebinm | 1 | -1/+1 | |
(also some evaluateNF, leading to slightly less memory usage) | |||||
2022-03-19 | server: post map updates to exneuland's API | stuebinm | 1 | -1/+3 | |
2022-03-19 | server: remove cli-git, cli-extras | stuebinm | 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! | |||||
2022-03-19 | internal state: sort according to org | stuebinm | 1 | -2/+1 | |
(also, more lenses i guess) | |||||
2022-03-19 | server: repositores & orgs fixed in config | stuebinm | 1 | -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 later | stuebinm | 1 | -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-19 | server: switch to universum prelude, some cleanup | stuebinm | 1 | -2/+5 | |
it's slightly less of a mess than it was before | |||||
2022-03-19 | server: added (somewhat) sensible logging | stuebinm | 1 | -13/+10 | |
it's not very sensible, but at least it exists | |||||
2022-03-19 | server: present lint results in pretty html | stuebinm | 1 | -0/+1 | |
(this is mostly a rewrite / translation of the django templates built into rc3's hub) | |||||
2022-03-19 | server: simple servant-lucid stuff | stuebinm | 1 | -0/+3 | |
2022-03-19 | server: simple toml config | stuebinm | 1 | -0/+1 | |
2022-03-19 | server: proper job handling | stuebinm | 1 | -0/+2 | |
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting) | |||||
2022-03-19 | non-blocking server | stuebinm | 1 | -1/+2 | |
2022-03-19 | basic server setup (using servant) | stuebinm | 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 … | |||||
2022-03-19 | use hpack and clean up modules | stuebinm | 1 | -0/+52 | |
as annoying as yaml is, cabal's package format is somehow worse, apparently |