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

Core: Remove RequestBuilder from Action #30966

Merged
merged 4 commits into from
May 31, 2018
Merged

Commits on May 30, 2018

  1. Core: Remove RequestBuilder from Action

    This commit removes the RequestBuilder generic type from Action. It was
    needed to be used by the newRequest method, which in turn was used by
    client.prepareExecute. Both of these methods are now removed, along with
    the existing users of prepareExecute constructing the appropriate
    builder directly.
    rjernst committed May 30, 2018
    Configuration menu
    Copy the full SHA
    5100ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71bd533 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    2246073 View commit details
    Browse the repository at this point in the history
  2. [CI] Mute Ml rolling upgrade test for mixed cluster too

    It can fail in either the mixed cluster or the upgraded cluster,
    so it needs to be muted in both.
    
    Tracked by elastic#30982
    droberts195 authored and rjernst committed May 31, 2018
    Configuration menu
    Copy the full SHA
    1ea6e35 View commit details
    Browse the repository at this point in the history