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 security to new style Requests #32290

Merged
merged 6 commits into from
Jul 30, 2018

Commits on Jul 23, 2018

  1. Switch security 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 `x-pack/plugin/security` project to use the new
    versions.
    nik9000 committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    e3cc7ad View commit details
    Browse the repository at this point in the history
  2. Fixup

    nik9000 committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    dd1d6f7 View commit details
    Browse the repository at this point in the history
  3. Wooops

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

Commits on Jul 24, 2018

  1. Static

    nik9000 committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    3ddd0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f6236 View commit details
    Browse the repository at this point in the history
  3. Fix oops

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