summary refs log tree commit diff stats
path: root/notes/taskserver.md (unfollow)
Commit message (Collapse)Author
41 hoursfix(pkgs/back): Use the errors display trait not debugBenedikt Peetz
Sadly, there seems to be no other way to change the error display, than wrapping main.
41 hourschore(pkgs/back): Add missing license headersBenedikt Peetz
41 hoursfix(pkgs/back): Sort the issues by descending dateBenedikt Peetz
41 hoursfeat(pkgs/back): Rewrite the `git-bug` interface codeBenedikt Peetz
The previous code was more or less reverse engineered, whilst this code is based on the actually git-bug source code. This improves the whole issue and operation handling immensely and also makes the code better maintainable. Furthermore, it also adds support for the operations that had not already used in `vhack.eu/nixos-server.git`.
2 daysfix(pkgs/back): Use rocket to manage the configuration valuesBenedikt Peetz
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.
3 daysfix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repoBenedikt Peetz
3 daysfix(modules/back): Remove the `gitPath` from the service nameBenedikt Peetz
With it, the service names become nearly illegible.
3 daysfeat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt Peetz
The