yay/pkg/dep
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
..
mock Allow use of rpc client as an alternative to the metadata client (#1918) 2023-02-20 11:20:48 +00:00
testdata feat(new_engine): add support for noDeps and noCheckDeps (#1861) 2022-12-18 20:14:41 +00:00
base.go update deps (#1868) 2022-12-29 18:42:43 +00:00
dep.go fix typos 2022-09-17 14:45:07 +02:00
dep_graph.go fix(new_engine): Improve partial upgrade protection and pinned deps (#1945) 2023-03-05 17:31:11 +00:00
dep_graph_test.go fix(new_engine): respect --needed on target gathering (fixes #1552) (#1920) 2023-02-20 23:14:59 +00:00
depCheck.go feat(local_install): check PKGBUILD and .SRCINFO presence and generate .SRCINFO if necessary (#1938) 2023-02-25 17:44:24 +00:00
depOrder.go Chore: Cleanup (#1800) 2022-08-22 22:20:09 +00:00
depPool.go Allow use of rpc client as an alternative to the metadata client (#1918) 2023-02-20 11:20:48 +00:00
target_handler.go add support for target install 2022-10-28 00:38:11 +02:00