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

Buildmutators filter removal #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 9, 2021

  1. BuildMutators handle filtering

    - remove the key filtering from the ScenarioLoader outside of the BuildMutators
    - update existing BuildMutators to return NOOP when key doesn't exist in config, allowing the BuildMutators to be responsible for enabling/disabling functionality. This will allow BuildMutators to work with specific Build types (ie Bazel) or all of them depending on the configuration.
    
    Signed-off-by: Alex Beggs <sunyal@gmail.com>
    AlexBeggs committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    91030d3 View commit details
    Browse the repository at this point in the history