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

Allow - in eql variable names #710

Merged
merged 4 commits into from
Jul 13, 2022

Commits on Jul 11, 2022

  1. fix to allow dashes in variable names in EQL expressions

    extend eql to allow the '-' char to appear in variable names, i.e.,
    ${data.some-var} and additional test cases to eql, the transpiler, and
    the k8s provider to verify this works. Note that the bug was caused by
    the EQL limitation, the otehr test cases were added when attempting to
    find it.
    michel-laterman committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6799275 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    4eea2d2 View commit details
    Browse the repository at this point in the history
  2. Fix linter issue

    michel-laterman committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    96c7e7e View commit details
    Browse the repository at this point in the history
  3. Fix typo

    michel-laterman committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    11c0b9e View commit details
    Browse the repository at this point in the history