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

Remove version read/write logic in Verify Response #30879

Merged
merged 9 commits into from
May 31, 2018

Commits on May 25, 2018

  1. Remove version read/write logic in Verify Response

    Since master will always communicate with a >=6.4 node, the logic for
    checking if the node is 6.4 and conditionally reading and writing based
    on that can be removed from master. This logic will stay in 6.x as it is
    the bridge to the cleaner response in master. This also unmutes the
    failing test due to this bwc change.
    
    Closes elastic#30807
    hub-cap committed May 25, 2018
    Configuration menu
    Copy the full SHA
    fa73c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eca437 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    9bc54f6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. Configuration menu
    Copy the full SHA
    9d47634 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    936aec8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    4c013ac View commit details
    Browse the repository at this point in the history
  2. Fix compile error from merge

    hub-cap committed May 30, 2018
    Configuration menu
    Copy the full SHA
    c146289 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    7da72fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120222f View commit details
    Browse the repository at this point in the history