summary refs log tree commit diff stats
path: root/pkgs/by-name/ba/back/src (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/back): Use the errors display trait not debugBenedikt Peetz40 hours
| | | | | Sadly, there seems to be no other way to change the error display, than wrapping main.
* chore(pkgs/back): Add missing license headersBenedikt Peetz41 hours
|
* fix(pkgs/back): Sort the issues by descending dateBenedikt Peetz41 hours
|
* feat(pkgs/back): Rewrite the `git-bug` interface codeBenedikt Peetz41 hours
| | | | | | | | 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 Peetz2 days
| | | | | This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.
* feat(pkgs/back): Add a link to the source codeBenedikt Peetz4 days
| | | | | This is required by the AGPL license and should probably also be done, because we do not have a reason to hide or obfuscate the code.
* style(treewide): FormatBenedikt Peetz5 days
|
* feat(pkgs/back): InitBenedikt Peetz5 days
Other options, for example `git-bug webui --read-only` is just to bugged to be useful.