-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feat/973 provide configuration via env vars #988
Merged
antongolub
merged 22 commits into
google:main
from
pafik13:feat/973-provide-configuration-via-env-vars
Dec 17, 2024
Merged
Changes from 10 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7cb0b63
fear(util): add extractFromEnv
pafik13 c22cd7b
chore(config): increase size limits
pafik13 3589408
test(core): clean up env var some tests
pafik13 3dbeb88
test(util): cover extractFromEnv
pafik13 ffae30f
Merge branch 'main' into feat/973-provide-configuration-via-env-vars
antongolub d4ea3b2
Merge branch 'main' into feat/973-provide-configuration-via-env-vars
antongolub 808e065
feat(util): remove extractFromEnv and snakeToCamel, add camelToSnake
pafik13 2f5d75e
feat(core): implement getZxDefaults
pafik13 d53cc00
test: add tests for getZxDefaults and camelToSnake
pafik13 b156882
Merge branch 'feat/973-provide-configuration-via-env-vars' of github.…
pafik13 46c201e
Merge branch 'main' into feat/973-provide-configuration-via-env-vars
pafik13 c8c0597
chore: up size limit
pafik13 3e8a4d4
feat(util): add snakeToCamel
pafik13 6baa606
refactor(core): remove extra param from getZxDefaults
pafik13 8fb923a
test(util): cover snakeToCamel
pafik13 655b771
test(core): actualize getZxDefaults
pafik13 0b86a0b
feat(core): extend types in getZxDefaults and use it as allowed list
pafik13 15e2770
test(core): update suites
pafik13 a4bd346
chore(core): swap getZxDefaults definition and usage for better git b…
pafik13 fdfb0b6
chore(core): remove one tab for defaults
pafik13 a6ab3b4
Merge branch 'main' into feat/973-provide-configuration-via-env-vars
antongolub c05c487
chore: update .size-limit.json
antongolub 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the original formatting here for git blame
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I restored formatting, but it didn't help (:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier-ignore
should go above theexport const defaults
declarationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was there and extended only to the closest expression - the function call...
JSON declaration was out of scope)
Now, JSON isn't formatted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was hard, but I did it.
Thank you)