Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored the Redis instance spawning in tests to automatically kill Redis | Vika | 2021-05-05 | 1 | -10/+6 |
* | Removed the in-memory database, it's dragging me down | Vika | 2021-05-05 | 1 | -15/+0 |
* | Moved the Redis spawner to the Redis module where it belongs, refactored test... | Vika | 2021-05-05 | 1 | -42/+10 |
* | Made some StorageError fields private and added getters instead | Vika | 2021-05-05 | 1 | -2/+5 |
* | Clippy lints | Vika | 2021-05-04 | 1 | -4/+4 |
* | Made StorageErrors directly convertible into Micropub JSON responses | Vika | 2021-05-04 | 1 | -0/+16 |
* | Fixed Redis tests | Vika | 2021-05-04 | 1 | -3/+5 |
* | Implemented MemoryStorage::update_post() | Vika | 2021-05-04 | 1 | -0/+2 |
* | Refactored the database module and its tests | Vika | 2021-05-04 | 1 | -0/+263 |