Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+249 |
| | |||||
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -200/+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 | ||||
* | database, frontend: code cleanup so clippy doesn't complain | Vika | 2022-05-10 | 1 | -14/+11 |
| | |||||
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 1 | -3/+3 |
| | |||||
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 1 | -11/+18 |
| | |||||
* | database/memory: restore, it is useful in test scenarios | Vika | 2022-02-21 | 1 | -0/+196 |
| | |||||
* | Removed the in-memory database, it's dragging me down | Vika | 2021-05-05 | 1 | -188/+0 |
| | |||||
* | Implemented MemoryStorage::update_post() | Vika | 2021-05-04 | 1 | -1/+82 |
| | |||||
* | Refactored the database module and its tests | Vika | 2021-05-04 | 1 | -0/+107 |