Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | 14 days |
| | |||
* | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt Peetz | 14 days |
| | | | | | | | | 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`. | ||
* | fix(pkgs/back): Use rocket to manage the configuration values | Benedikt Peetz | 2024-12-26 |
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. |