Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(pkgs/back): Use the errors display trait not debug | Benedikt Peetz | 38 hours |
| | | | | | Sadly, there seems to be no other way to change the error display, than wrapping main. | ||
* | chore(pkgs/back): Add missing license headers | Benedikt Peetz | 39 hours |
| | |||
* | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | 39 hours |
| | |||
* | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt Peetz | 39 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 values | Benedikt Peetz | 47 hours |
| | | | | | This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. | ||
* | docs(pkgs/back): Document useful environment variables | Benedikt Peetz | 4 days |
| | |||
* | feat(pkgs/back): Add a link to the source code | Benedikt Peetz | 4 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. | ||
* | build(pkgs/back): Apply source filtering | Benedikt Peetz | 4 days |
| | | | | | This avoids useless rebuilds, just because files like the `README.md` changed. | ||
* | docs(pkgs/back): Add note about needed write access | Benedikt Peetz | 4 days |
| | |||
* | fix(pkgs/back): Set `meta.mainProgram` | Benedikt Peetz | 4 days |
| | |||
* | style(treewide): Format | Benedikt Peetz | 5 days |
| | |||
* | feat(pkgs): Hook up to the flake and add needed infrastructure | Benedikt Peetz | 5 days |
| | |||
* | feat(pkgs/back): Init | Benedikt Peetz | 5 days |
Other options, for example `git-bug webui --read-only` is just to bugged to be useful. |