about summary refs log tree commit diff stats
path: root/src/storage/video_database/setters.rs (follow)
Commit message (Collapse)AuthorAge
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* test(storage/setters): Assert the video status in `set_video_watched`Benedikt Peetz2024-08-24
|
* style(treewide): FormatBenedikt Peetz2024-08-23
|
* fix(storage/setters): Enforce status invariantsBenedikt Peetz2024-08-23
|
* feat(treewide): Use a configuration fileBenedikt Peetz2024-08-23
| | | | | | This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
* fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz2024-08-22
| | | | | | Sqlx supports turning an option to a NULL insertion, but trying to insert a string, containing "NULL", will result in this literal string being written to the database.
* chore: Initial CommitBenedikt Peetz2024-08-21
This repository was migrated out of my nixos-config.