- Notifications
You must be signed in to change notification settings - Fork1k
feat: add YAML support to server#6934
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
42 commits Select commitHold shift + click to select a range
0d08b84
big wip
ammariofce8e5f
SimpleString isomorphism!!!
ammario2844497
Support scalars
ammario4960df8
ComplexObjects work!
ammario2a2c926
golden files work!
ammario056437f
Fixup YAML types
ammarioc2428ff
give default value in comment
ammario8b210dc
Merge remote-tracking branch 'origin/main' into yaml
ammario26d7f21
Merge remote-tracking branch 'origin/main' into yaml
ammario38fa539
Add values.YAMLConfigPath
ammario64b167a
Merge remote-tracking branch 'origin/main' into yaml
ammario7edea99
Add YAML to core clibase parsing
ammario3ab35c1
Server Test WIP
ammario38155da
More WIP
ammario451c149
Merge remote-tracking branch 'origin/main' into yaml
ammarioc72f67c
hmm
ammario9d61ca7
Cant find a clean way to do this..
ammario5b61b7b
Mediocre solution
ammario4923d92
hmm
ammariob6f982c
Merge remote-tracking branch 'origin/main' into yaml
ammario781786b
New, better YAML
ammariob03999a
clibase passes
ammariod018838
Fix UnknownOptions errors
ammariofe93d7f
Work on nil normalization
ammario0af47bb
Server tests pass!
ammario4a1df77
Merge remote-tracking branch 'origin/main' into yaml
ammario64255b3
make gen + self review cleanup
ammario99d6068
Generate docs
ammario300484b
make gen
ammario4cf5a21
Add --debug-options
ammarioabc92d9
Normalize golden files
ammarioa958324
fix log path
ammario8ead9fc
minor fix
ammario6eb19f6
Fix mutability bug in PrepareAll
ammariof77460f
Address review comments
ammario4e63bd5
Merge remote-tracking branch 'origin/main' into yaml
ammario2a96c70
Fix windows?
ammario7ae7cad
Small improvements
ammario09d5a35
Reduce YAML ident to 2
ammariod6506c6
Log mystery error
ammario551e55d
fixup! Log mystery error
ammarioc3f3317
ecdsa
ammarioFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.golangci.yaml
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
2 changes: 1 addition & 1 deletionMakefile
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
13 changes: 4 additions & 9 deletionscli/clibase/clibase.go
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
44 changes: 34 additions & 10 deletionscli/clibase/cmd.go
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
107 changes: 73 additions & 34 deletionscli/clibase/cmd_test.go
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
50 changes: 41 additions & 9 deletionscli/clibase/option.go
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
8 changes: 4 additions & 4 deletionscli/clibase/option_test.go
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.
Uh oh!
There was an error while loading.Please reload this page.
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.