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

Only run preprocess_targets_manager_refresh when doing graph refresh and add specs #18513

Merged

Commits on Mar 4, 2019

  1. Only preprocess_manager_refresh for graph refresh

    If we run preprocess_targets_manager_refresh on an EMS that isn't using
    graph refresh then we accidentally disable targeted refresh due to the
    ems.allow_targeted_refresh? check which was a setting that was never
    added to classic refresh.
    agrare committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    932fb53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625dece View commit details
    Browse the repository at this point in the history
  3. Use Array.new not .times.map

    agrare committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    e8ee67a View commit details
    Browse the repository at this point in the history