Show global/org registries in org/repo registries tab#6291
Merged
qwerty287 merged 3 commits intoMar 22, 2026
Conversation
Display inherited registries from higher levels (global/org) in the registries tab, matching the existing behavior of the secrets tab. Repo-level registries tab now loads and displays registries from all three levels (repo, org, global), and org-level registries tab shows global registries alongside org-level ones. Non-editable inherited registries are shown with a badge indicating their origin level. Closes woodpecker-ci#5950
qwerty287
reviewed
Mar 22, 2026
qwerty287
reviewed
Mar 22, 2026
Contributor
|
| Signal | Points | Detail |
|---|---|---|
| Extreme fork automation | 85 | 35 repos forked within 24 hours |
Review with extra care.
qwerty287
approved these changes
Mar 22, 2026
qwerty287
left a comment
Contributor
There was a problem hiding this comment.
Tested, seems working.
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.
Closes #5950
Currently the registries tab only shows registries defined at the current level. The secrets tab already displays inherited secrets from higher levels (global/org) with a badge — this PR brings the same behavior to registries.
Changes
global_level_registryandorg_level_registrytranslation keysThe implementation mirrors the existing secrets pattern — using
usePaginationwith theeachoption to load from multiple API endpoints, then merging and sorting the results.