Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(treewide): Combine the separate crates in one workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(treewide): Conform to `cargo clippy` | Benedikt Peetz | 2024-08-25 |
| | |||
* | feat(cli/config): Show the currently active configuration | Benedikt Peetz | 2024-08-24 |
| | |||
* | fix(config): Check for wrong keys in the config file | Benedikt Peetz | 2024-08-24 |
| | |||
* | fix(config/from_filesystem): Only create the parent of config paths | Benedikt Peetz | 2024-08-23 |
| | | | | | Otherwise, it would create a `videos.sqlite` *directory*, which is obviously not ideal. | ||
* | fix(config/from_filesystem): Just load an empty config, if there isn't one | Benedikt Peetz | 2024-08-23 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-08-23 |
| | |||
* | fix(treewide): Actually use the values from the config | Benedikt Peetz | 2024-08-23 |
| | |||
* | feat(treewide): Use a configuration file | Benedikt Peetz | 2024-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. |