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

Deprecate types in create index requests (backport to 6.x). #37838

Merged
merged 8 commits into from
Jan 27, 2019

Commits on Jan 24, 2019

  1. Deprecate types in create index requests. (#37134)

    From #29453 and #37285, the include_type_name parameter was already present and defaulted to false. This PR makes the following updates:
    * Add deprecation warnings to RestCreateIndexAction, plus tests in RestCreateIndexActionTests.
    * Add a typeless 'create index' method to the Java HLRC, and deprecate the old typed version. To do this cleanly, I created new CreateIndexRequest and CreateIndexResponse objects that differ from the existing server ones.
    jtibshirani committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    1bebc05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    437d08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7438dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae71a64 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    edc63f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00c6ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28542ad View commit details
    Browse the repository at this point in the history
  4. Fix some HLRC tests.

    jtibshirani committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    eae5856 View commit details
    Browse the repository at this point in the history