Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+32 |
| | |||||
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -17/+0 |
| | | | | | | | | | | | | - Kittybox's source code is moved to a subfolder - This improves build caching by Nix since it doesn't take changes to other files into account - Package and test definitions were spun into separate files - This makes my flake.nix much easier to navigate - This also makes it somewhat possible to use without flakes (but it is still not easy, so use flakes!) - Some attributes were moved in compliance with Nix 2.8's changes to flake schema | ||||
* | dev.sh: optional cargo-watch and systemfd support | Vika | 2022-05-07 | 1 | -3/+11 |
| | |||||
* | More logs | Vika | 2022-04-17 | 1 | -1/+1 |
| | |||||
* | update dev script to use systemfd and cargo-watch | Vika | 2022-03-02 | 1 | -1/+1 |
| | |||||
* | Fix the dev script to use the proper token endpoint and log settings | Vika | 2022-02-21 | 1 | -2/+2 |
| | |||||
* | WIP: convert to Tokio and Warp | Vika | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | Warp allows requests to be applied as "filters", allowing to flexibly split up logic and have it work in a functional style, similar to pipes. Tokio is just an alternative runtime. I thought that maybe switching runtimes and refactoring the code might allow me to fish out that pesky bug with the whole application hanging after a certain amount of requests... | ||||
* | Added a dev env script | Vika | 2022-02-14 | 1 | -0/+9 |