Commit message (Collapse) | Author | ||
---|---|---|---|
41 hours | fix(pkgs/back): Use the errors display trait not debug | Benedikt Peetz | |
Sadly, there seems to be no other way to change the error display, than wrapping main. | |||
41 hours | chore(pkgs/back): Add missing license headers | Benedikt Peetz | |
41 hours | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | |
41 hours | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt 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 days | fix(pkgs/back): Use rocket to manage the configuration values | Benedikt Peetz | |
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. | |||
3 days | fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repo | Benedikt Peetz | |
3 days | fix(modules/back): Remove the `gitPath` from the service name | Benedikt Peetz | |
With it, the service names become nearly illegible. | |||
3 days | feat(modules/nginx): Modularise the redirects and migrate them to server2 | Benedikt Peetz | |
The redirects always have |