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

Feature/26026 bulk api global parameters #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2018

  1. Bulk Api support for global parameters

    Bulk Request in High level rest client should be consistent with what is
    possible in Rest API, therefore should support global parameters. Global
    parameters are passed in URL in Rest API.
    
    Some parameters are mandatory - index, type - and would fail validation
    if not provided before before the bulk is executed.
    Optional parameters - routing, pipeline.
    
    The usage of these should be consistent across sync/async execution and
    bulk processor.
    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    6a9b06e View commit details
    Browse the repository at this point in the history
  2. defaulting the values of defaults - error messages expect empty string

    making routing tests more resilient by increasing shard number
    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    db94dee View commit details
    Browse the repository at this point in the history
  3. only overriding with default when it was set. There are places in cod…

    …e where null and empty strings are not treated the same way
    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    158c901 View commit details
    Browse the repository at this point in the history
  4. revert previous whitespace formatting when code untouched

    add surpression warnings per test instead of global flag
    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    19d5ef3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53d750a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d11ec5 View commit details
    Browse the repository at this point in the history
  7. missing builder formatting

    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    30ff79e View commit details
    Browse the repository at this point in the history
  8. global parameters on bulk processor

    bulk api documentation changes
    pgomulka committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    61a9318 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    1b16a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f79a1 View commit details
    Browse the repository at this point in the history
  3. doc fix

    pgomulka committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    fdffae5 View commit details
    Browse the repository at this point in the history
  4. fix check style

    pgomulka committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    34dc18c View commit details
    Browse the repository at this point in the history