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

migrate more ML actions off of using Request suppliers #44462

Merged
merged 7 commits into from
Jul 17, 2019

Commits on Jul 16, 2019

  1. migrate more ML actions off of using Request suppliers

    many classes still use the Streamable constructors of HandledTransportAction,
    this commit moves more of those classes to the new Writeable constructors.
    
    relates elastic#34389.
    talevy committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    0de61b7 View commit details
    Browse the repository at this point in the history
  2. fix line length

    talevy committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    56e40c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. fix streaming test

    talevy committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    128b7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e50b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efdc73f View commit details
    Browse the repository at this point in the history
  4. fix tests

    talevy committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    678866f View commit details
    Browse the repository at this point in the history
  5. fix checkstyle

    talevy committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f464291 View commit details
    Browse the repository at this point in the history