Skip to content

refactor: Add manifest reader#2884

Open
xanderbailey wants to merge 6 commits into
apache:mainfrom
xanderbailey:xb/refactor_manifest_reader
Open

refactor: Add manifest reader#2884
xanderbailey wants to merge 6 commits into
apache:mainfrom
xanderbailey:xb/refactor_manifest_reader

Conversation

@xanderbailey

@xanderbailey xanderbailey commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Introduce a ManifestReader that encapsulates the manifest read -> (decrypt) -> parse sequence in one place, so callers no longer repeat it by hand.

Which issue does this PR close?

Closes #2881

What changes are included in this PR?

Are these changes tested?

Yes, both plain text and encrypted paths are tested.

@xanderbailey xanderbailey changed the title refactor: Add manifest reader struct refactor: Add manifest reader Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a ManifestReader (symmetric to ManifestWriter) to encapsulate manifest read/decrypt/parse

1 participant