summaryrefslogtreecommitdiff
path: root/server/Worker.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: websocket for updates & auto-reloadstuebinm2022-03-061-2/+26
| | | | todo: find a better solution than writing javascript in haskell strings. SERIOUSLY.
* server: add a very simple relint buttonstuebinm2022-03-061-3/+4
|
* mapserver: somewhat more decent loggingstuebinm2022-03-031-18/+23
|
* server: write out adjusted mapsstuebinm2022-02-251-5/+21
|
* switch to universum preludestuebinm2022-02-181-2/+3
| | | | also don't keep adjusted maps around if not necessary
* sprinkle some NFData everywherestuebinm2022-02-171-0/+1
| | | | (also some evaluateNF, leading to slightly less memory usage)
* server: remove a thunk leakstuebinm2022-02-171-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)
* server: remove cli-git, cli-extrasstuebinm2022-02-161-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!
* server: add mapservice GET endpointstuebinm2022-02-161-4/+8
|
* internal state: sort according to orgstuebinm2022-02-161-1/+1
| | | | (also, more lenses i guess)
* server: repositores & orgs fixed in configstuebinm2022-02-161-0/+73
a very simple setup that might be usable for divoc and similar small events