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

ESSNTL-4817: rewrite filter parsing #1271

Merged
merged 13 commits into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4e16789 View commit details
    Browse the repository at this point in the history
  2. ESSNTL-4817: remove redundant check

    it's already verified in checkValueCount()
    MichaelMraka committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fa8f44c View commit details
    Browse the repository at this point in the history
  3. ESSNTL-4817: remove nonfuctional test

    we never supported this syntax
    it returns empty list so any test on it passes
    MichaelMraka committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5768be1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06acc69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c2c96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4a9263 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b9a49f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3bf8acb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a391615 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dabc67d View commit details
    Browse the repository at this point in the history
  11. ESSNTL-4817: parse filters only once

    remove second parsing from ListCommon()
    MichaelMraka committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    77ac9e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ecfcdc7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb7a3b9 View commit details
    Browse the repository at this point in the history