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

do not merge me #2

Closed
wants to merge 20 commits into from
Closed

do not merge me #2

wants to merge 20 commits into from

Commits on Aug 16, 2016

  1. Internal: Consolidate search parser registries

    Parsing a search request is currently split up among a number of
    classes, using multiple public static methods, which take multiple
    regstries of elements that may appear in the search request like query
    parsers and aggregations. This change begins consolidating all this code
    by collapsing the registries normally used for parsing search requests
    into a single SearchRequestParsers class. It is also made available to
    plugin services to enable templating of search requests.  Eventually all
    of the actual parsing logic should move to the class, and the registries
    should be hidden, but for now they are at least co-located to reduce the
    number of objects that must be passed around.
    rjernst committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    7fde410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f716a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743d9fd View commit details
    Browse the repository at this point in the history
  4. Merge pull request elastic#20000 from rjernst/search_parser

    Consolidate search parser registries
    rjernst authored Aug 16, 2016
    Configuration menu
    Copy the full SHA
    21af485 View commit details
    Browse the repository at this point in the history
  5. Suppress failing test

    This test was failing in the presence of transport clients. This turns
    off transport clients while I fix the test so it doesn't fail for
    everyone in the mean time.
    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    862843e View commit details
    Browse the repository at this point in the history
  6. Fix _update_by_query's ingest pipeline support

    It wasn't being serialized so it wasn't working with the transport
    client.
    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    34bbd27 View commit details
    Browse the repository at this point in the history
  7. Coalescing

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    dcf39db View commit details
    Browse the repository at this point in the history
  8. Add preflight

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    2710c73 View commit details
    Browse the repository at this point in the history
  9. Handle filters

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    6d1d540 View commit details
    Browse the repository at this point in the history
  10. Properly handle filters.....

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    70de134 View commit details
    Browse the repository at this point in the history
  11. Basics

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    ff26af9 View commit details
    Browse the repository at this point in the history
  12. Basic REST

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    3a2fbe1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ea79f3 View commit details
    Browse the repository at this point in the history
  14. Remove much mutable state

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    176b740 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb42ef1 View commit details
    Browse the repository at this point in the history
  16. Fix MigrateIT

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    45e82b9 View commit details
    Browse the repository at this point in the history
  17. Add concurrent update tests

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    b975683 View commit details
    Browse the repository at this point in the history
  18. Fix concurrent migrate tests

    I was using a CountDownLatch like a CyclicBarrier....
    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    47271a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c93f9dc View commit details
    Browse the repository at this point in the history
  20. Add validation

    nik9000 committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    b318d8a View commit details
    Browse the repository at this point in the history