Split dynamic and static configuration#36
Open
sgallagher wants to merge 7 commits into
Open
Conversation
Move config parsing into elnbuildsync.config with separate static and dynamic loaders, relocate trigger_tag to control, and update daemon and build pipeline callers. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Replace monolithic local_testconfig.yaml and crc_testconfig.yaml with production-aligned static and dynamic YAML files plus moved secrets. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Adjust unit tests for the new config package layout, control.trigger_tag, and separate static/dynamic load paths. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Update run.sh, local and OpenShift test scripts, and Helm secrets for elnbuildsync.yaml and elnbuildsync_dynamic.yaml. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
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.
Split configuration loading into static and dynamic modules
Move config parsing into elnbuildsync.config with separate static
and dynamic loaders, relocate trigger_tag to control, and update
daemon and build pipeline callers.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Co-authored-by: Cursor cursoragent@cursor.com
tests: Split config fixtures under tests/etc/local and tests/etc/crc
Replace monolithic local_testconfig.yaml and crc_testconfig.yaml with
production-aligned static and dynamic YAML files plus moved secrets.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Co-authored-by: Cursor cursoragent@cursor.com
tests: Update config parsing tests for static/dynamic split
Adjust unit tests for the new config package layout, control.trigger_tag,
and separate static/dynamic load paths.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Co-authored-by: Cursor cursoragent@cursor.com
deploy: Load static and dynamic config from separate sources
Update run.sh, local and OpenShift test scripts, and Helm secrets for
elnbuildsync.yaml and elnbuildsync_dynamic.yaml.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Co-authored-by: Cursor cursoragent@cursor.com
docs: Document static and dynamic configuration layout
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Co-authored-by: Cursor cursoragent@cursor.com
config: Add debug logging
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
config: Rename the config git repo file
Signed-off-by: Stephen Gallagher sgallagh@redhat.com
Fixes: #33