-
Notifications
You must be signed in to change notification settings - Fork 79
SNOW-2306184: config-ng refactor #2642
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
Open
sfc-gh-mraba
wants to merge
62
commits into
SNOW-2306184-ng-config-support-3
Choose a base branch
from
SNOW-2306184-ng-config-support-4
base: SNOW-2306184-ng-config-support-3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+9,635
−271
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
061030c
SNOW-2306184: config refactory entry point guarded by env
sfc-gh-mraba 3e2b8f3
SNOW-2306184: config refactory entry point guarded by env - fix snapshot
sfc-gh-mraba bfc9b39
SNOW-2306184: config refactory - core abstraction
sfc-gh-mraba 3a178ed
SNOW-2306184: config refactory - top tier configuration sources
sfc-gh-mraba ca9b7bd
SNOW-2306184: config refactory - env vars discovery
sfc-gh-mraba ca7c395
SNOW-2306184: config refactory - move key mappings to module level
sfc-gh-mraba 2621490
SNOW-2306184: config refactory - SnowSQL config files behaviour
sfc-gh-mraba 74bac2e
SNOW-2306184: config refactory - resolver history
sfc-gh-mraba 692ce3e
SNOW-2306184: config refactory - integrate new config
sfc-gh-mraba 2c51413
SNOW-2306184: config refactory - helpers command integration
sfc-gh-mraba 6354a4b
SNOW-2306184: config refactory - config testing setup
sfc-gh-mraba e223ac9
SNOW-2306184: config refactory - fix snowsql config format parsing
sfc-gh-mraba add955a
SNOW-2306184: config refactory - drop tests for language functionality
sfc-gh-mraba 7982a11
SNOW-2306184: config refactory - drop tests for language functionalit…
sfc-gh-mraba c9e8828
SNOW-2306184: config refactory - cleanup source config handlers naming
sfc-gh-mraba 21e4371
SNOW-2306184: config refactory - cleanup source ConfigValue creation
sfc-gh-mraba c8eedcc
SNOW-2306184: config refactor - simplify abstractions
sfc-gh-mraba 30611c5
SNOW-2306184: config refactor - simplified implementation
sfc-gh-mraba e4c2a8c
SNOW-2306184: config refactor - gh workflows
sfc-gh-mraba ee4ec0b
SNOW-2306184: config refactor - cli env update
sfc-gh-mraba e2cd2f8
SNOW-2306184: config refactor - snowsql env support
sfc-gh-mraba 260435b
SNOW-2306184: config refactor - restore temp conn
sfc-gh-mraba 09daf79
SNOW-2306184: config refactor - tests-ng fix
sfc-gh-mraba c0f3eb4
SNOW-2306184: config refactor - integrations ng
sfc-gh-mraba c18bc2b
SNOW-2306184: config refactor - old & new unit tests pass
sfc-gh-mraba de5689d
SNOW-2306184: config refactor - old & new unit tests
sfc-gh-mraba f812d28
SNOW-2306184: config refactor - plugin tests in JSON format
sfc-gh-mraba e32cb0e
SNOW-2306184: config refactor - e2e fix attempt
sfc-gh-mraba e2c837c
SNOW-2306184: config refactor - e2e fix attempt 3
sfc-gh-mraba f766f9d
SNOW-2306184: config refactor - e2e fix attempt 4
sfc-gh-mraba c969617
SNOW-2306184: config refactor - e2e fix attempt 5
sfc-gh-mraba 3dc1043
SNOW-2306184: config refactor - e2e fix attempt 5a
sfc-gh-mraba d0dd951
SNOW-2306184: config refactor - e2e fix attempt 5b
sfc-gh-mraba dd4d403
SNOW-2306184: config refactor - config_snapshot to distingush between…
sfc-gh-mraba 17dd32a
SNOW-2306184: config refactor - invalidate singleton between tests
sfc-gh-mraba bc0aceb
SNOW-2306184: config refactor - list connections --all
sfc-gh-mraba 60664d7
SNOW-2306184: config refactor - snapshot COLUMNS=200
sfc-gh-mraba 5499c60
SNOW-2306184: config refactor - snapshot fix 2
sfc-gh-mraba c841fa0
SNOW-2306184: config refactor - snapshot fix 3
sfc-gh-mraba 9f6a524
SNOW-2306184: config refactor - show-config-sources tests
sfc-gh-mraba 92a8f3d
SNOW-2306184: config refactor - more merging tests
sfc-gh-mraba 25db8c5
SNOW-2306184: config refactor - connections toml merging split
sfc-gh-mraba a7ecfe7
SNOW-2306184: config refactor - cleanup 1
sfc-gh-mraba 95b572e
SNOW-2306184: config refactor - cleanup 2
sfc-gh-mraba 3178792
SNOW-2306184: config refactor - cleanup 3
sfc-gh-mraba 4ed3df1
SNOW-2306184: config refactor - cleanup 4
sfc-gh-mraba defbd4f
SNOW-2306184: config refactor - cleanup 5
sfc-gh-mraba de18375
SNOW-2306184: config refactor - connections.toml legacy behaviour
sfc-gh-mraba 782b677
SNOW-2306184: config refactor - improve resolution raport
sfc-gh-mraba 71875dd
SNOW-2306184: config refactor - improve connections env parsing
sfc-gh-mraba 8d0bc75
SNOW-2306184: config refactor - clean tmp files
sfc-gh-mraba d57c971
SNOW-2306184: config refactor - connection level overwrite for config…
sfc-gh-mraba a6e82d9
SNOW-2306184: config refactor - variables merge
sfc-gh-mraba 4f60197
SNOW-2306184: config refactor - separate parsing from reading and mov…
sfc-gh-mraba bc331bc
SNOW-2306184: config refactor - Release Notes
sfc-gh-mraba 906f0a4
SNOW-2306184: config refactor - telemetry
sfc-gh-mraba 863a505
SNOW-2306184: config refactor - telemetry test update
sfc-gh-mraba f26d29e
SNOW-2306184: config refactor - allow empty connections
sfc-gh-mraba 2efcc9e
SNOW-2306184: config refactor - allow empty connections test fix
sfc-gh-mraba 9f628c4
SNOW-2306184: config refactor - after rebase fixes
sfc-gh-mraba d56c2b5
SNOW-2306184: config refactor - after rebase fixes 2
sfc-gh-mraba f665cb3
SNOW-2306184: config refactor - remove comments
sfc-gh-mraba 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
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
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.
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.