refactor: externalize package changes and branches to auto-reloading YAML#1576
Draft
aparcar wants to merge 2 commits intoopenwrt:mainfrom
Draft
refactor: externalize package changes and branches to auto-reloading YAML#1576aparcar wants to merge 2 commits intoopenwrt:mainfrom
aparcar wants to merge 2 commits intoopenwrt:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1576 +/- ##
===========================================
+ Coverage 80.75% 94.17% +13.41%
===========================================
Files 15 18 +3
Lines 977 1905 +928
===========================================
+ Hits 789 1794 +1005
+ Misses 188 111 -77 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ea41fd9 to
495e512
Compare
…YAML Move hardcoded package change rules and branch definitions from Python into asu.yaml, validated by asu_schema.json and auto-reloaded on file modification. No server restart required for updates. Add CI step to validate YAML files against their schemas.
Contributor
|
Looking good, might take me a day or two for me to digest it all but I like what I'm seeing here. I'll start running this locally and poking at it, see what I find. |
Member
Author
|
Thanks, I'm still thinking about some details. Also I'd add an interface to visualize the changes |
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.
Move hardcoded package change rules and branch definitions into external YAML files (package_changes.yaml, branches.yaml) validated by JSON Schema and auto-reloaded on modification. No server restart required for updates.
Add CI step to validate YAML files against their schemas.