ips/libips/src/image
Till Wegmueller 2777f153c9
Introduce progress reporting infrastructure and error management refinements
- Add `ProgressReporter` trait with `start`, `update`, and `finish` methods for customizable progress tracking during operations.
- Implement `ProgressInfo` struct for detailed progress state reporting, including operation, progress, and context information.
- Create a no-op implementation `NoopProgressReporter` for cases where progress reporting is not needed.
- Enhance `pkg6` with structured error handling using `Pkg6Error` and new diagnostic variants for I/O, JSON, FMRI, and logging errors.
- Update `Image` functionality to leverage progress reporting during catalog downloads and include robust publisher management.
- Introduce `TestProgressReporter` for unit tests to validate progress reporting integration.
2025-08-03 14:28:36 +02:00
..
mod.rs Introduce progress reporting infrastructure and error management refinements 2025-08-03 14:28:36 +02:00
properties.rs chore(fmt): format with cargo fmt 2025-07-26 12:54:01 +02:00
tests.rs Add tests for Image functionality and refactor image handling logic 2025-08-02 22:12:37 +02:00