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

Support 'include_type_name' in RestGetIndicesAction #37149

Merged
merged 11 commits into from
Jan 9, 2019

Commits on Jan 4, 2019

  1. Support 'include_type_name' in RestGetIndicesAction

    This change adds support for the 'include_type_name' parameter for the
    indices.get API. This parameter, which defaults to `false` starting in 7.0,
    changes the response to not include the indices type names any longer.
    
    If the parameter is set in the request, we additionally emit a deprecation
    warning since using the parameter should be only temporarily necessary while
    adapting to the new response format and we will remove it with the next major
    version.
    Christoph Büscher committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    7b46b5f View commit details
    Browse the repository at this point in the history
  2. iter

    Christoph Büscher committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    4a07eed View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge branch 'master' into types-deprecation-get-indices

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    67670a8 View commit details
    Browse the repository at this point in the history
  2. Use constant

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e9f9f64 View commit details
    Browse the repository at this point in the history
  3. iter

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e3988b7 View commit details
    Browse the repository at this point in the history
  4. Remove parsing with types

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d169030 View commit details
    Browse the repository at this point in the history
  5. change mapping toXContent

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    296f2bc View commit details
    Browse the repository at this point in the history
  6. Fix failing yaml test

    Christoph Büscher committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    06cc067 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Revert changes in yaml tests

    Christoph Büscher committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    9cb40f2 View commit details
    Browse the repository at this point in the history
  2. iter

    Christoph Büscher committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    52ffb4b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Add Skipping types section to get-indices docs

    Christoph Büscher committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    585ed20 View commit details
    Browse the repository at this point in the history