ips/libips/src
Till Wegmueller 77f02fdfbd
Add depend module for file-level dependency generation
- Introduced `depend.rs` to handle dependency generation for ELF files, scripts, Python modules, and SMF manifests.
- Implemented file classification and analysis logic with configurable bypass rules and runpath handling.
- Added utility functions to resolve file dependencies into manifest actions using a provided repository.
- Updated `Cargo.toml` with `goblin` dependency for ELF processing.
- Enhanced codebase with default runpath insertion, dynamic token expansion, and Python module import detection.
- Included `pkgdepend` documentation for dependency resolution overview.
2025-08-30 18:35:41 +02:00
..
actions Refactor ImageCatalog and apply manifest logic 2025-08-19 22:43:50 +02:00
depend Add depend module for file-level dependency generation 2025-08-30 18:35:41 +02:00
digest Add incorporation lock support and update dependencies across the project 2025-08-19 14:30:55 +02:00
image Refactor catalog processing to merge parts by version 2025-08-27 00:05:36 +02:00
payload Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
repository Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00
solver Improve dependency constraint extraction and branch locking logic 2025-08-26 21:51:05 +02:00
fmri.rs implement manifest fetching and fix CI errors 2025-08-13 23:23:45 +02:00
lib.rs Add depend module for file-level dependency generation 2025-08-30 18:35:41 +02:00
publisher.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00
publisher_tests.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +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
transformer.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00