Joey Holtzman
d9029face3
Don't upgrade repo packages when --aur is specified ( #2234 )
...
fix(aur_install): Don't upgrade repo packages when --aur is specified
2023-07-06 06:20:51 +00:00
smolx
56d1b7ed1c
Fix --rebuild option ( #2163 )
...
* Reimplement --rebuild option in the new engine (#2153 )
* Refactor --rebuild option
* Fix comment formatting
2023-05-23 21:16:27 +00:00
Jo
f7731d7cf9
fix(groups): fix sync group getting passed to reason setter ( #2148 )
...
fix sync group install #2137
2023-05-01 16:21:40 +00:00
Jo
88008e4eb3
feat(yay): skip confirmed confirms ( #2107 )
...
* skip pacman confirmations when yay confirmations are done
* default to double confirm
* fix tests
2023-04-11 11:51:39 +00:00
Jo
c7a51a1614
fix(text): ensure error logs go to stderr ( #2105 )
...
ensure Error logs go to stderr
2023-04-10 16:26:09 +00:00
Jo
3d5a43c294
chore(yay): bump version ( #1949 )
...
bump major
2023-03-07 21:04:06 +00:00
Jo
8b8d6001a4
fix(new_engine): Improve partial upgrade protection and pinned deps ( #1945 )
...
* fix dep graph, existing in graph
* do not change from same dep reason
* roll up layer installs in case of fail
* re-use pacman exclude mechanism
should finish the reimplementation of the missing guards from the legacy
engine.
* include update in debug log
* test rollups
2023-03-05 17:31:11 +00:00
Jo
4e0a5c8520
feat(new_engine): respect -w in AUR package building ( #1923 )
...
respect -w in AUR package building
2023-02-21 02:49:48 +00:00
Jo
1bfbd01f94
fix(sync): do not update vcs info of failed packages ( #1901 )
...
* extract srcinfo service to pkg
* take into account failed installs for vcs update. Fixes #1892
* fix tests
2023-01-23 21:43:58 +00:00
Jo
3eb9eb0d3d
feat(new_engine): add support for noDeps and noCheckDeps ( #1861 )
...
* feat(new engine): add support for noDeps and noCheckDeps
* test(new engine): Add tests for -dd and normal split package resolution
2022-12-18 20:14:41 +00:00
Jo
27cbbf4cb9
tests(new engine): add tests for layering and source handling ( #1854 )
...
* add tests for layering and source handling
* add tests for jellyfin split package
2022-12-18 02:00:39 +01:00
Jo
7da9f4869d
feat(new engine): skip built and respect --needed ( #1852 )
...
* add built package check
* respect --needed for new engine
* add needed check and test
* add test for not built
2022-12-16 17:23:44 +00:00