ips/libips/src
Till Wegmueller 39124f9df4
Refactor imports and remove unused ActionOrder implementation
- Cleaned up imports across multiple modules for better organization and removed unused dependencies.
- Eliminated `ActionOrder` implementation from `executors` as it's no longer being utilized.
- Simplified error handling in `get_dependencies` using `unwrap_or_else`.
- Optimized test setups with consistent use of `tempdir` helper function.
2025-08-19 11:10:36 +02:00
..
actions Refactor imports and remove unused ActionOrder implementation 2025-08-19 11:10:36 +02:00
digest Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
image Refactor imports and remove unused ActionOrder implementation 2025-08-19 11:10:36 +02:00
payload Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
repository Add action executors, action plans, and sample install script 2025-08-19 11:06:48 +02:00
solver Refactor imports and remove unused ActionOrder implementation 2025-08-19 11:10:36 +02:00
fmri.rs implement manifest fetching and fix CI errors 2025-08-13 23:23:45 +02:00
lib.rs implement dependency solver based on resolvo 2025-08-13 22:09:19 +02:00
test_json_manifest.rs Add serde attribute defaults and improve JSON deserialization handling in manifests 2025-07-29 11:38:36 +02:00