-
-
Notifications
You must be signed in to change notification settings - Fork 725
Generate config.yaml when running sql-server #8644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
81e21a6
Generate config.yaml with current sql server config if one doesn't al…
milogreg 0df8e9a
Fill default values in YAML config if they exist rather than leaving …
milogreg 3b24a0c
Comment out null values in generated YAML config
milogreg 1b407e0
Add bats tests for config file generation
milogreg 5f4f2d1
Skip bats tests when SQL_ENGINE is set to remote-engine
milogreg 698cc63
Merge main
milogreg 27dcc30
Don't use removed persistence_behavior config option in tests
milogreg 6f89115
Make default filler not use reflection
milogreg 2654f84
Remove circular reference test
milogreg 211a52e
Add test for commentNullYAMLValues
milogreg bc409a6
Remove CLI warning for when directory named config.yaml exists in dat…
milogreg b316473
Add additional doc comments for functions
milogreg bd4c410
Merge main
milogreg 7627f6b
Merge main
milogreg 290d0d2
Rework config file generation to only include fields explicitly set a…
milogreg 96e2200
Make YAML formatting not treat list items in a top-level field as top…
milogreg 6eb9959
Update minver_validation.txt
milogreg 86446e6
Update config file gen bats test
milogreg 7a3b62e
Add test to ensure YAMLConfig's String and VerboseString functions pr…
milogreg a3e3b11
Add test for commentYAMLDiffs
milogreg c70c87f
Merge branch 'main' into config-file-gen
milogreg 3a2e999
Fix docs for generateYamlConfigIfNone
milogreg c72b061
Make logic for checking mysql connection string more consistent with …
milogreg 70d5372
Add test to ensure that an expected YAML config is generated verbatim…
milogreg faf11c8
Remove golden mysql connection string from config file generation
milogreg 538b011
Fix TestGenerateYamlConfig for windows
milogreg dad928c
Change comment on top of generated YAML config file
milogreg dcebf8c
Change YAML config placeholder values
milogreg 54df51d
Reorder YAMLConfig struct to put MetricsConfig and ClusterConfig at t…
milogreg a0d9c0f
Update TestGenerateYamlConfig
milogreg f2c7416
Change the YAMLConfig fields MetricsConfig.Labels and Jwks to pointer…
milogreg 00815e5
Remove redundant arg validation in generateYamlConfigIfNone
milogreg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.