-
Notifications
You must be signed in to change notification settings - Fork 144
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: preserve case #569
Merged
Merged
feat: preserve case #569
Commits on Aug 11, 2022
-
It's now possible to read something like that : ```json { "foo": "bar", "FOO": "truc", } ``` and use these variables: ```yml - type: readfile path: the_file.json info: "{{.Result.ContentJSON.foo}}-{{.Result.ContentJSON.FOO}}" ``` Environment variable: VENOM_PRESERVE_CASE venom 1.1.x VENOM_PRESERVE_CASE="AUTO" is equals to VENOM_PRESERVE_CASE="OFF" venom 1.2.x VENOM_PRESERVE_CASE="AUTO" is equals to VENOM_PRESERVE_CASE="ON" venom 1.1 users, you can try: ```sh > export VENOM_PRESERVE_CASE="ON"; > venom run ... ``` close #522 close #547 close #522 Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Configuration menu - View commit details
-
Copy full SHA for d0f4904 - Browse repository at this point
Copy the full SHA d0f4904View commit details -
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Configuration menu - View commit details
-
Copy full SHA for 7ba1075 - Browse repository at this point
Copy the full SHA 7ba1075View commit details -
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Configuration menu - View commit details
-
Copy full SHA for b502026 - Browse repository at this point
Copy the full SHA b502026View commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9edde1 - Browse repository at this point
Copy the full SHA b9edde1View commit details -
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Configuration menu - View commit details
-
Copy full SHA for 4722cd9 - Browse repository at this point
Copy the full SHA 4722cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55d667 - Browse repository at this point
Copy the full SHA c55d667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4191cb4 - Browse repository at this point
Copy the full SHA 4191cb4View commit details -
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Configuration menu - View commit details
-
Copy full SHA for 6e43efc - Browse repository at this point
Copy the full SHA 6e43efcView commit details
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.