summary refs log tree commit diff stats
path: root/cog.toml (unfollow)
Commit message (Collapse)Author
13 daysfeat(back): add rss feedBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
13 daysfeat(back/src/issues/issue): implement Display for AuthorBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
13 daysfix(server2/networking): correct ipv6 addressSilas Schöffel
14 daysfix(modules/back): Update to the new config file inputBenedikt Peetz
14 daysfix(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.
14 dayschore(pkgs/back): Add missing license headersBenedikt Peetz
14 daysfix(pkgs/back): Sort the issues by descending dateBenedikt Peetz
14 daysfeat(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`.
2024-12-26fix(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.