Skip to content
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 8 commits into from
Aug 12, 2022
Merged

feat: preserve case #569

merged 8 commits into from
Aug 12, 2022

Commits on Aug 11, 2022

  1. feat: preserve case

    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>
    yesnault committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d0f4904 View commit details
    Browse the repository at this point in the history
  2. bump go dump

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7ba1075 View commit details
    Browse the repository at this point in the history
  3. fix: case existing result

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b502026 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. ut

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b9edde1 View commit details
    Browse the repository at this point in the history
  2. fix: it

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4722cd9 View commit details
    Browse the repository at this point in the history
  3. cr

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c55d667 View commit details
    Browse the repository at this point in the history
  4. cr

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4191cb4 View commit details
    Browse the repository at this point in the history
  5. bump go dump

    Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
    yesnault committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6e43efc View commit details
    Browse the repository at this point in the history