feat(RELEASE-2243): add file ordering for Content Gateway publishing#665
Open
swickersh wants to merge 1 commit intokonflux-ci:mainfrom
Open
feat(RELEASE-2243): add file ordering for Content Gateway publishing#665swickersh wants to merge 1 commit intokonflux-ci:mainfrom
swickersh wants to merge 1 commit intokonflux-ci:mainfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
c8290ae to
703ca14
Compare
Contributor
Author
|
Tested and works as expected. See screenshot and comment in https://issues.redhat.com/browse/RELEASE-2243?focusedId=29098235&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-29098235 |
mmalina
reviewed
Feb 23, 2026
703ca14 to
09a87e0
Compare
Checksum files (sha256sum.txt, sha256sum.txt.gpg, sha256sum.txt.sig) are now published first, followed by the remaining files in the order they are listed in the RPA. Each file includes an "order" field in its metadata payload so CGW displays them in a consistent, deterministic sequence. Assisted-by: Cursor AI Signed-off-by: Scott Wickersham <swickers@redhat.com>
09a87e0 to
8bfe45a
Compare
mmalina
approved these changes
Feb 24, 2026
davidmogar
approved these changes
Mar 2, 2026
ach912
approved these changes
Mar 2, 2026
johnbieren
approved these changes
Mar 2, 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.
Checksum files (sha256sum.txt, sha256sum.txt.gpg, sha256sum.txt.sig) are now published first, followed by the remaining files in the order they are listed in the RPA. Each file includes an "order" field in its metadata payload so CGW displays them in a consistent, deterministic sequence.
Assisted-by: Cursor AI