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

SQL: Implement IN(value1, value2, ...) expression. #34581

Merged
merged 26 commits into from
Oct 23, 2018

Commits on Oct 18, 2018

  1. SQL: Implement IN(value1, value2, ...) expression.

    Implement the functionality to translate the
    `field IN (value1, value2,...) expressions to proper Lucene queries
    or painless script depending on the use case.
    
    The `IN` expression can be used in SELECT, WHERE and HAVING clauses.
    
    Closes: elastic#32955
    matriv committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    36dca6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3beb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527f83b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba330de View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. [TEST] Reduce forecast disk space requirement for tests (elastic#34552)

    The setting that reduces the disk space requirement
    for the forecasting integration tests was accidentally
    removed in elastic#31757 when files were moved around.  This
    change simply adds back the setting that existed before
    that.
    droberts195 authored and matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    548bbd8 View commit details
    Browse the repository at this point in the history
  2. Amazon: Wrap at 140 columns (elastic#34495)

    Applies our standard column wrapping to the `discovery-ec2` and
    `repository-s3` plugins.
    nik9000 authored and matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    27b18c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf87de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00b832a View commit details
    Browse the repository at this point in the history
  5. Change wording for FIPS 140-2 (elastic#34471)

    Changes wording in the FIPS 140-2 related documentation. 
    
    Co-authored-by: derickson <dave@elastic.co>
    2 people authored and matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    56cd0de View commit details
    Browse the repository at this point in the history
  6. [Rollup] Add support for date histo format (elastic#34537)

    Adds support for query-time formatting of the date histo keys
    when executing a rollup search.
    
    Closes elastic#34391
    polyfractal authored and matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    5ed4a2b View commit details
    Browse the repository at this point in the history
  7. Address comments

    matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fd3b8e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cecd50 View commit details
    Browse the repository at this point in the history
  9. Added docs reference

    matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7b26347 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f536820 View commit details
    Browse the repository at this point in the history
  11. Fix tests

    matriv committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    27fdd06 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a73615e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1088454 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Address comments

    matriv committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    6b4ddf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9dfc8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0359faf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    89abace View commit details
    Browse the repository at this point in the history
  2. Added test

    matriv committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    d1e1018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e1da1 View commit details
    Browse the repository at this point in the history
  4. add more tests

    matriv committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    9fc60b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b0e1d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    d09e171 View commit details
    Browse the repository at this point in the history