summary refs log tree commit diff stats
path: root/pkgs (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/back): Use the errors display trait not debugBenedikt Peetz13 days
| | | | | Sadly, there seems to be no other way to change the error display, than wrapping main.
* chore(pkgs/back): Add missing license headersBenedikt Peetz13 days
|
* 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.
* docs(pkgs/back): Document useful environment variablesBenedikt Peetz2024-12-24
|
* feat(pkgs/back): Add a link to the source codeBenedikt Peetz2024-12-24
| | | | | 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.
* build(pkgs/back): Apply source filteringBenedikt Peetz2024-12-24
| | | | | This avoids useless rebuilds, just because files like the `README.md` changed.
* docs(pkgs/back): Add note about needed write accessBenedikt Peetz2024-12-24
|
* fix(pkgs/back): Set `meta.mainProgram`Benedikt Peetz2024-12-24
|
* style(treewide): FormatBenedikt Peetz2024-12-23
|
* feat(pkgs): Hook up to the flake and add needed infrastructureBenedikt Peetz2024-12-23
|
* feat(pkgs/back): InitBenedikt Peetz2024-12-23
Other options, for example `git-bug webui --read-only` is just to bugged to be useful.