steven-omaha
87e2eddf64
chore: bump dependencies
2023-10-10 15:38:19 +02:00
steven-omaha
becdb8f413
docs(core): add panics section
2023-10-10 15:32:14 +02:00
steven-omaha
02c44c92d0
fix(grouping): non-canonical ordering
...
clippy: incorrect_partial_ord_impl_on_ord_type
2023-10-10 15:28:28 +02:00
steven-omaha
73c041922f
chore: bump dependencies
2023-07-06 12:55:58 +02:00
steven-omaha
3515d8bc0b
chore: Release
2023-06-06 16:53:50 +02:00
steven-omaha
421a24b4ff
docs: update release checklist
2023-06-06 16:51:59 +02:00
steven-omaha
5d87531cd7
chore(release): bump man pages
2023-06-06 16:50:44 +02:00
steven-omaha
580c71e9a1
chore(release): update lockfile
2023-06-06 16:49:13 +02:00
steven-omaha
14f5618d84
docs: update release checklist
2023-06-06 16:48:59 +02:00
steven-omaha
79b1efe46f
chore(cliff): update config
2023-06-06 16:48:38 +02:00
steven-omaha
23129d9cb2
chore(cliff): update config
2023-06-06 16:46:13 +02:00
steven-omaha
d11467a318
docs(core): docstrings
2023-06-06 16:14:28 +02:00
steven-omaha
f394ea8938
refact(core): remove get_group_file_paths...
2023-06-06 16:11:54 +02:00
steven-omaha
d27a5d7540
docs(core): docstrings
2023-06-06 16:10:40 +02:00
steven-omaha
7d896f391a
feat(export): zsh completion
2023-06-06 15:30:24 +02:00
steven-omaha
4843543a74
feat(export): docstrings, man, README, switches
2023-06-06 15:30:24 +02:00
steven-omaha
0610cd0731
feat(export): second move method
2023-06-06 15:30:24 +02:00
steven-omaha
0b7fcbbbd4
feat(export): core logic
2023-06-06 15:30:24 +02:00
steven-omaha
f527125e59
feat(export): CLI, data structures
2023-06-06 15:30:24 +02:00
steven-omaha
3e2a76cae0
docs: add release checklist
2023-06-06 15:07:16 +02:00
steven-omaha
e869d4a85a
docs(README): link to topgrade
2023-06-02 14:16:28 +02:00
steven-omaha
a7e36324dc
refact(core): manual let else
2023-06-02 14:07:54 +02:00
steven-omaha
a573cd18f8
refact: use clone instead to_owned
2023-06-02 14:05:17 +02:00
steven-omaha
1022db2d48
refact: replace match with if let else
2023-06-02 14:04:43 +02:00
steven-omaha
3b830e9b60
refact: unncessary wraps
2023-06-02 14:03:48 +02:00
steven-omaha
c3f73cb4fa
refact: unncessary wraps
2023-06-02 14:02:12 +02:00
steven-omaha
89fc17c473
refact(main): create_empty_config_file
2023-06-02 12:38:42 +02:00
steven-omaha
74781b518f
Merge pull request #37 from TeeWallz/main
...
Added call to create config directory
2023-06-01 22:33:00 +02:00
steven-omaha
e2f12d7cab
chore: bump man pages
2023-05-31 13:43:22 +02:00
steven-omaha
3b8e8c180f
fix(rust): handle missing crates file
...
When no packages have been installed yet using cargo-install, the rust
backend has errored out until now when trying to load the file. If the
file does not exist, we assume it is empty and that no packages have
been installed for cargo.
2023-05-31 13:08:46 +02:00
steven-omaha
dcd85f0156
chore: update subcrate repository urls
2023-05-30 15:30:44 +02:00
steven-omaha
0dc3c111b1
refact(core): simplify valid group name check
2023-05-30 14:56:28 +02:00
steven-omaha
1f70f328bc
docs(core): remove outdated docstring
2023-05-30 14:55:29 +02:00
steven-omaha
182b0eaf16
chore: Release
2023-05-30 09:38:56 +02:00
steven-omaha
a931bebb56
docs(man): finalize pacdef.8
2023-05-30 09:34:44 +02:00
steven-omaha
ada70823eb
docs(man): add pacdef.8 content
2023-05-26 16:44:25 +02:00
steven-omaha
59d2be8822
docs(man): add pacdef.yaml.5
2023-05-26 15:29:54 +02:00
steven-omaha
e05b4e65d9
docs(man): add manpage template
2023-05-26 14:15:46 +02:00
steven-omaha
8f11e0fc0c
chore: Release
2023-05-26 13:21:14 +02:00
steven-omaha
0ba385e741
chore: Release
2023-05-26 13:19:24 +02:00
steven-omaha
92e86f8eb0
chore: bump dependencies
2023-05-26 13:18:24 +02:00
steven-omaha
12c32ffccd
refact(core): remove stale lint config
2023-05-26 00:27:05 +02:00
steven-omaha
7fe6a71dc4
docs(group): fix docstring
2023-05-24 09:54:23 +02:00
steven-omaha
e6a2034ec8
fix(group): 'not a symlink' warning
...
Fixes #33 .
2023-05-24 09:47:08 +02:00
steven-omaha
3b5484b6e4
docs(core): docstrings
2023-05-24 08:56:28 +02:00
steven-omaha
32305ce6f3
refact(core): arg destructuring
2023-05-24 08:56:19 +02:00
steven-omaha
654be10518
feat: warn about missing group only when relevant
...
So far we have warned the user when we first visited the group dir and
there were no group files. This lead to spurious warnings, e.g. when the
user wanted to import or create a group. We now defer the check to when
we actually need some content in the groups, and the program should not
perform the respective action without any groups present. This causes
some code duplication, but enhances UE.
Closes #31 .
2023-05-23 17:54:08 +02:00
steven-omaha
008892b7ce
fix: remove dbg statement
2023-05-23 17:47:58 +02:00
steven-omaha
9f4a5e4b48
fix: arg parsing
...
The 'pacdef group import' argument was called 'files', while we
expected it to be called 'groups'.
2023-05-23 17:43:06 +02:00
steven-omaha
a4639a1c3a
refact: overhaul arg parsing
2023-05-23 17:28:51 +02:00
steven-omaha
79c9e51e8c
refact(action)
2023-05-23 13:11:49 +02:00
steven-omaha
87569de3c9
chore(cliff): add config
2023-05-22 13:25:05 +02:00
steven-omaha
9a66a03f7d
chore: Release
2023-05-22 12:55:50 +02:00
steven-omaha
b6c2ccaf48
refact(backend): make macro crate-public
2023-05-22 12:33:25 +02:00
steven-omaha
32c2471073
docs: extend 'get_args' docstring
2023-05-22 12:32:21 +02:00
steven-omaha
0a781ed15b
chore: Release
2023-05-22 11:06:06 +02:00
steven-omaha
7b71e4178f
ci: fix docs.rs
...
https://docs.rs/crate/pacdef_core/1.1.0/builds/817226
2023-05-22 11:05:16 +02:00
steven-omaha
db6fd74832
fix: remove dbg
2023-05-19 17:55:29 +02:00
steven-omaha
7ec9110920
docs(README): update config documentation
2023-05-19 17:49:02 +02:00
steven-omaha
35e563a2bf
chore: update bacon config
...
include the arch feature for the default command (jobs.check)
2023-05-19 17:46:32 +02:00
steven-omaha
4a1d67847e
fix: don't overwrite config file
...
So far we have written a default config file if we encountered any error
when trying to read the one that should exist. That included:
* missing key-value-pairs,
* empty file, and
* a non-existant file.
Therefore, when a field is added to the Config struct, the entire config
file was overwritten with a default config. This occured during #20 .
Instead, we now provide default values in form of generator functions to
serde. Any value that is present in the config is then parsed and
replaces the default value. Only if the config file does not exist we
create an empty one.
Closes #26 .
2023-05-19 17:41:33 +02:00
steven-omaha
1237e7ed3b
docs(README): add flatpack config value
...
closes #23
2023-05-19 16:12:28 +02:00
steven-omaha
e74368df7f
docs(grouping): add docstrings
2023-05-19 16:05:27 +02:00
steven-omaha
85de801e59
ci: update checkout to v3
2023-05-18 20:08:39 +02:00
steven-omaha
0b2187d444
ci: run tests
2023-05-18 19:57:51 +02:00
steven-omaha
0ffe0c345d
feat(groups): allow nested group dirs
...
Instead of expecting all files to be located immediately under the group
dir, we allow them to be nested in additional folders. We walk the group
folder, and treat every file as a group file. The relative path of the
file as seen from the group dir becomes the group name.
Fixes #27 .
2023-05-18 17:16:30 +02:00
steven-omaha
ab913b4721
chore: Release
2023-05-17 15:09:40 +02:00
steven-omaha
7f887c8ee6
fix: pin libc version
2023-05-17 15:09:19 +02:00
steven-omaha
1c5d6e2505
chore: bump lockfile
2023-05-17 15:08:55 +02:00
steven-omaha
40fb1066e8
fix: privilege escalation for debian ( #25 )
2023-05-17 14:23:08 +02:00
steven-omaha
a1cbd9184c
ci: activate for devel branch
2023-05-17 11:00:10 +02:00
steven-omaha
9ec7375ca9
Merge pull request #20 from teackot/flatpak-backend
...
add support for flatpak
2023-05-16 19:18:52 +02:00
steven-omaha
8dc9b48c19
docs(search): add docstrings
2023-05-16 17:02:01 +02:00
steven-omaha
e7ab8ef34e
docs(path): add docstrings
2023-05-16 16:53:39 +02:00
steven-omaha
4105f5133e
docs: fix spelling
2023-05-16 16:23:49 +02:00
steven-omaha
2c9d525d36
docs(ui): add docstrings
2023-05-16 16:20:58 +02:00
steven-omaha
8b476f222d
refact(review): user intention query
2023-05-16 16:20:31 +02:00
steven-omaha
ecdd57e306
Merge pull request #21 from arctic-penguin/patch-1
...
docs(README): add references, links
2023-05-16 13:34:25 +02:00
steven-omaha
de0bc7d5ad
fix: make descriptions consistent
...
fixes #16
2023-05-16 12:18:07 +02:00
steven-omaha
2ef3d7c36f
chore: Release
2023-05-15 16:12:36 +02:00
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