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 distribution to new style Requests #30595

Merged
merged 5 commits into from
Jul 18, 2018

Commits on May 14, 2018

  1. Switch distribution 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. This
    changes all calls in the `distribution/archives/integ-test-zip` project
    to use the new versions.
    nik9000 committed May 14, 2018
    Configuration menu
    Copy the full SHA
    3d15677 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    6fa7b84 View commit details
    Browse the repository at this point in the history
  2. Don't reuse requests

    nik9000 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3db267c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    ced27a6 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    nik9000 committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    f7dabfa View commit details
    Browse the repository at this point in the history