summary refs log tree commit diff stats
path: root/pkgs/by-name/ba/back/src/web/mod.rs (follow)
Commit message (Collapse)AuthorAge
* feat(pkgs/back): add comments to rss feed rssbackSilas Schöffel9 days
|
* fix(back): add correct links to rss feedBenedikt Peetz12 days
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* feat(back): add rss feedBenedikt Peetz12 days
| | | | Co-authored-by: Silas Schöffel <sils@sils.li>
* fix(pkgs/back): Sort the issues by descending dateBenedikt Peetz13 days
|
* feat(pkgs/back): Rewrite the `git-bug` interface codeBenedikt Peetz13 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 valuesBenedikt Peetz14 days
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.