| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
This change required porting all webhandling from rocket to hyper,
because we needed fine grained control over the path the user
requested. This should also improve the memory and resources footprint
because hyper is more lower level.
I also changed all of the templates from `format!()` calls to a real
templating language because I needed to touch most code paths anyway.
|
| |
|
|
|
|
| |
Co-authored-by: Silas Schöffel <sils@sils.li>
|
|
|
|
| |
Co-authored-by: Silas Schöffel <sils@sils.li>
|
| |
|
|
|
|
|
|
|
|
| |
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`.
|
|
This reduces the amount of needed `unwraps`/`expects` and allows us to
streamline the parsing processes.
|