summaryrefslogtreecommitdiff
path: root/server/Worker.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19remove leftover rc3 things & some new stuffstuebinm1-11/+11
this removes: - the bbb properties - all explicit mentions of rc3 - the weird script domain hacks (done via a substitution now) - some (few) of the weirder code choices it also adds some more type level witchery to deal with configs, which for some reason seems to be the hardest problem of this entire program … also the server now does inter-assembly dependency checking!
2022-03-19server: websocket for updates & auto-reloadstuebinm1-2/+26
todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
2022-03-19server: add a very simple relint buttonstuebinm1-3/+4
2022-03-19mapserver: somewhat more decent loggingstuebinm1-18/+23
2022-03-19server: write out adjusted mapsstuebinm1-5/+21
2022-03-19switch to universum preludestuebinm1-2/+3
also don't keep adjusted maps around if not necessary
2022-03-19sprinkle some NFData everywherestuebinm1-0/+1
(also some evaluateNF, leading to slightly less memory usage)
2022-03-19server: remove a thunk leakstuebinm1-2/+3
(really a lot of these data structures should be eagerly evaluated into normal form, i suspect there's still a lot to be gained)
2022-03-19server: remove cli-git, cli-extrasstuebinm1-34/+52
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-19server: add mapservice GET endpointstuebinm1-4/+8
2022-03-19internal state: sort according to orgstuebinm1-1/+1
(also, more lenses i guess)
2022-03-19server: repositores & orgs fixed in configstuebinm1-0/+73
a very simple setup that might be usable for divoc and similar small events