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

Require steps to be explicitly marked as skippable for whitelisting #714

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

Commits on Apr 3, 2023

  1. Require steps to be explicitly marked as skippable for whitelisting

    This makes a change to whitelist logic to require steps to be
    explicitly marked as 'skippable' in the code to be whitelistable by
    users. Previously, everything was assumed to be skippable and steps
    had to be marked that they could not be whitelisted. This can lead
    to steps in processes like upgrades being skipped by users when they
    should not be causing more problems.
    
    This may have an impact on users used to skipping certain steps, but
    will enforce more forethought on what a user should be able to skip.
    ehelms committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6721fd7 View commit details
    Browse the repository at this point in the history