refactor(storage): compose runner config storage providers - #5359
Draft
edersonbrilhante wants to merge 5 commits into
Draft
refactor(storage): compose runner config storage providers#5359edersonbrilhante wants to merge 5 commits into
edersonbrilhante wants to merge 5 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 11:20
6af275a to
456b25c
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 11:34
456b25c to
93e7105
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 11:42
93e7105 to
de85c37
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 11:49
de85c37 to
48f1d66
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 12:10
e8f7a26 to
9e5205f
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 12:23
9e5205f to
0850256
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 12:27
0850256 to
909dc67
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
3 times, most recently
from
September 4, 2026 12:45
36dbb7f to
ff1925b
Compare
edersonbrilhante
force-pushed
the
runner-config-storage-selection
branch
from
September 4, 2026 12:54
ff1925b to
5149453
Compare
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.
Description
Compose the stable storage capabilities in one factory and add runner-config provider selection. Runner-config storage is selected independently from common GitHub App credentials, environment values are parsed once into immutable adapter configuration, and the old parallel provider factories are removed. The storage-provider package now declares its MIT license metadata.
Test Plan
git diff --checkpassed.Related Issues