Commit message (Collapse) | Author | ||
---|---|---|---|
13 days | feat(back): add rss feed | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | feat(back/src/issues/issue): implement Display for Author | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | fix(server2/networking): correct ipv6 address | Silas Schöffel | |
14 days | fix(modules/back): Update to the new config file input | Benedikt Peetz | |
14 days | 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. | |||
14 days | chore(pkgs/back): Add missing license headers | Benedikt Peetz | |
14 days | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | |
14 days | 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`. | |||
2024-12-26 | 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 |