Commit Graph
432 Commits
Author SHA1 Message Date
steven-omaha 34d7b5d9de fix: build when git not installed
When the git binary is not available, emit an empty git_hash
so that the build continues instead of aborting due to an
unset environment variable
2023-05-15 15:58:57 +02:00
steven-omaha af9550bbe5 chore: Release 2023-05-15 15:26:50 +02:00
steven-omaha 6e748b8a2f ci: add badge 2023-05-15 15:23:35 +02:00
steven-omaha 236f6e3bf3 ci: rename workflow 2023-05-15 15:19:43 +02:00
steven-omaha 03ff45b742 ci: add workflow dispatch trigger 2023-05-15 15:12:37 +02:00
steven-omaha 3bab73cb26 ci: install git 2023-05-15 15:09:54 +02:00
steven-omaha 0f487abc18 ci: try triggering github action 2023-05-15 15:05:04 +02:00
steven-omaha 35286adf5f ci: setup github check workflow 2023-05-15 15:04:12 +02:00
steven-omaha 1a28f87134 docs(README): update for 1.0 release 2023-05-15 14:12:49 +02:00
steven-omaha 53478909b6 docs(README): subcommands alphabetical order 2023-05-15 13:37:24 +02:00
steven-omaha 408f8ba493 docs(README): disable backends 2023-05-15 13:36:47 +02:00
steven-omaha aa9cfb164e fix(args): package subcommands order 2023-05-15 13:28:31 +02:00
steven-omaha 06cfbc792b refact(main): major update message 2023-05-15 13:24:30 +02:00
steven-omaha 082cad9529 chore: reformat a docstring 2023-05-12 22:41:16 +02:00
steven-omaha 001ccb5bf6 docs: update todo, reminder in Config to update readme 2023-05-12 22:41:01 +02:00
steven-omaha 7b59678e93 doc(README): add aliases 2023-05-12 22:40:15 +02:00
steven-omaha e60294a44f doc: delete 'completion' subcommand 2023-05-12 16:29:17 +02:00
steven-omaha 4f98163a86 chore: Release 2023-05-12 16:09:30 +02:00
steven-omaha 9e53f5dc21 chore: update Cargo.lock 2023-05-12 16:08:32 +02:00
steven-omaha 7d9f444ea6 feat: implement --noconfirm 2023-05-12 16:05:49 +02:00
steven-omaha f03805446e chore(bacon): add bacon config 2023-05-12 16:04:11 +02:00
steven-omaha faa6b1451d refact(main): extract load_default_config 2023-05-08 15:38:46 +02:00
steven-omaha 12c9a743ff docs: add docstrings to two methods 2023-04-28 14:28:17 +02:00
steven-omaha 08f9a9305c docs(config): update Config::load 2023-04-28 14:07:37 +02:00
steven-omaha b70da6f7f2 feat(review): print enumerated groups with leading spaces 2023-04-27 10:49:54 +02:00
steven-omaha d27cfa4a3b refact(review): handle upper-case input
This commit updates the `ask_user_action_for_package` function in the
`review` module to convert user input to lowercase. This ensures that
the user input is case-insensitive and improves the user experience.
2023-04-27 10:14:10 +02:00
steven-omaha 37409e9e60 refact(regex): disable default features
these relate to performance and unicode support, neither of which we
are currently interested in
2023-03-30 17:58:47 +02:00
steven-omaha f2ebfe68b5 chore: Release 2023-03-30 13:17:56 +02:00
steven-omaha 4a6ddcc1cf chore: bump dependencies 2023-03-29 14:24:55 +02:00
steven-omaha ae7018d664 chore: update lockfile 2023-03-29 14:20:28 +02:00
steven-omaha 4fe412ffca refact(backend): use sort_unstable 2023-03-29 14:20:03 +02:00
steven-omaha b01d5ea9df refact(python): replace unwrap 2023-03-29 14:18:51 +02:00
steven-omaha 9b8f2712d3 refact(backend): get_group_packages_map 2023-03-17 17:01:21 +01:00
steven-omaha c27eb35575 docs: add panics section 2023-03-16 15:32:38 +01:00
steven-omaha c494785148 build: set msrv in Cargo.toml 2023-03-14 15:08:44 +01:00
steven-omaha 64d9c595bd docs: add msrv 2023-03-14 15:02:05 +01:00
steven-omaha f79fad454c refact(backend): remove dead code 2023-03-03 17:58:17 +01:00
steven-omaha e164416d33 docs: complete Backend trait 2023-03-03 17:57:05 +01:00
steven-omaha 83865e21e9 fix(review): as dependency using wrong binary
The order of Backend::{get_binary,get_binary_inner} was wrong.
The binary was actually never overwritten.
2023-03-03 17:32:34 +01:00
steven-omaha e511235717 fix check for dependency support 2023-03-03 17:20:49 +01:00
steven-omaha 9827fcc28f panic on {Rust,Python}::make_dependency 2023-02-28 14:37:32 +01:00
steven-omaha e277899ad4 chore: Release 2023-02-28 13:07:35 +01:00
steven-omaha 362658e909 disable backend if binary does not exist 2023-02-28 13:06:48 +01:00
steven-omaha b524840bc9 add option to disable backends 2023-02-28 12:58:24 +01:00
steven-omaha a9e4162dbf disable arch by default 2023-02-28 12:55:28 +01:00
steven-omaha fc78a3b248 chore: Release 2023-02-28 12:38:52 +01:00
steven-omaha e3e193f7e1 disable 'as dependency' if backend does not support it 2023-02-27 19:54:52 +01:00
steven-omaha de06bf6b40 update todo 2023-02-27 19:47:36 +01:00
steven-omaha 184f86ebae add python support 2023-02-27 19:39:25 +01:00
steven-omaha 7c4741753e add debian backend 2023-02-27 17:21:56 +01:00