Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(cli/verbosity): Simplify setting the default level | Benedikt Peetz | 2024-08-23 |
| | |||
* | fix(cli): Always log with a verbosity of at least WARN | Benedikt Peetz | 2024-08-23 |
| | | | | | This ensures that warnings actually reach the user. And the `--quite` flag can still be used to silence all output. | ||
* | 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. | ||
* | feat(cli): Add an explicit `subs export` subcommand | Benedikt Peetz | 2024-08-23 |
| | | | | | | This subcommand is functionally identical with the previous `subs list --url`, but semantically it improves the situation, by having symmetrical `import` and `export` subcommands. | ||
* | refactor(cli): Remove the useless `concurrent_processes` flag from `update` | Benedikt Peetz | 2024-08-22 |
| | | | | | With the new `update_raw.py` script, supporting this flag becomes nearly impossible. Thus, we're simply removing it. | ||
* | fix(update): Propagate the logging options to the `update_raw.py` script | Benedikt Peetz | 2024-08-22 |
| | |||
* | feat(download): Support limiting the downloader by maximal cache size | Benedikt Peetz | 2024-08-22 |
| | |||
* | test(benches/update): Init | Benedikt Peetz | 2024-08-22 |
| | |||
* | chore: Initial Commit | Benedikt Peetz | 2024-08-21 |
This repository was migrated out of my nixos-config. |