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

Switch remaining LLREST usage to new style Requests #33171

Merged
merged 3 commits into from
Aug 28, 2018

Commits on Aug 27, 2018

  1. Switch remaining LLREST usage to new style Requests

    In elastic#29623 we added `Request` object flavored requests to the low level
    REST client and in elastic#30315 we deprecated the old `performRequest`s. In a
    long series of PRs I've changed all of the old style requests that I
    could find with `grep`. In this PR I change all requests that I could
    find by *removing* the deprecated methods. Since this is a non-trivial
    change I do not include actually removing the deprecated requests. I'll
    do that in a follow up. But this should be the last set of usage
    removals before the actual deprecated method removal. Yay!
    nik9000 committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c96a16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856f108 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. fixup

    nik9000 committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    60fc672 View commit details
    Browse the repository at this point in the history