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

ESQL: Clone ql for esql #108773

Merged
merged 25 commits into from
May 22, 2024
Merged

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    092cbfc View commit details
    Browse the repository at this point in the history
  2. Update build.gradle files

    alex-spies committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cf6ceee View commit details
    Browse the repository at this point in the history
  3. Add readme

    alex-spies committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5d51427 View commit details
    Browse the repository at this point in the history
  4. Update benchmark deps

    alex-spies committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6cf3d13 View commit details
    Browse the repository at this point in the history
  5. Fix EsqlNodeSubclassTests

    alex-spies committed May 17, 2024
    Configuration menu
    Copy the full SHA
    446602a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed43de0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    8bb5d62 View commit details
    Browse the repository at this point in the history
  2. Address Luigi's remarks

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d29fdee View commit details
    Browse the repository at this point in the history
  3. Commit Luigi's ql migration script

    Co-authored-by: Luigi Dell'Aquila <luigi.dellaquila@elastic.co>
    alex-spies and Luigi Dell'Aquila committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a571d61 View commit details
    Browse the repository at this point in the history
  4. Update Luigi's script

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    058076f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d54fe19 View commit details
    Browse the repository at this point in the history
  6. Fix bwc tests

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    634afa6 View commit details
    Browse the repository at this point in the history
  7. Remove Luigi's script

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2b9d768 View commit details
    Browse the repository at this point in the history
  8. Spotless + checkStyle

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c39c6e8 View commit details
    Browse the repository at this point in the history
  9. More checkStyle

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9671841 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bb0744 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e52f031 View commit details
    Browse the repository at this point in the history
  12. Fix more bwc tests

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d1791c2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1933aee View commit details
    Browse the repository at this point in the history
  14. Fix dependency esql -> esql-core

    This cannot be compileOnly; otherwise some tests fail because the
    SingleValueQuery class cannot be loaded.
    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b4d92bd View commit details
    Browse the repository at this point in the history
  15. Revert "Fix dependency esql -> esql-core"

    This reverts commit b4d92bd.
    
    I was wrong :D
    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d68bb33 View commit details
    Browse the repository at this point in the history
  16. Fix CrossClusterShardTests

    These need `esql-core`. Previously, these depended on `ql` and we
    somehow didn't see them fail, maybe because `eql` and `sql` had the
    class loader load the required classes.
    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8afae9d View commit details
    Browse the repository at this point in the history
  17. Fix some more bwc tests

    alex-spies committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3d2060 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a3f003c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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