[PR #2329/1f08cebb backport][2.27] Fix flatpak cache serialization#2348
Merged
dralley merged 1 commit intoApr 28, 2026
Conversation
https://redhat.atlassian.net/browse/PULP-1633 - Fix flatpak index cache serialization on pulpcore>=3.85 - Add domain prefix to flatpak index Name field via get_full_path - Fix FlatpakIndexStaticCache key to include host, preventing cross-domain cache collisions - Fix OS/architecture filters being silently dropped in recurse_through_manifest_lists - Make test_flatpak_install domain-aware using the full_path fixture - Fix host generation in index response when CONTENT_ORIGIN=None - Fix CI TLS setup to use cp cert to the anchor location so flatpak/OSTree trusts the Pulp CA Made-with: Cursor (cherry picked from commit 1f08ceb)
4 tasks
dralley
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a backport of PR #2329 as merged into main (1f08ceb).
Re-enable the flatpak tests which caused us to missed this issue.
📜 Checklist
See: Pull Request Walkthrough