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

Skip minor updates separately from major upgrades #1853

Merged
merged 17 commits into from
May 30, 2021
Merged

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    6d6cc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee12d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79f6b2 View commit details
    Browse the repository at this point in the history
  4. Pass majorUpdate information to user driver

    We unify the user driver method showing the update to take a generic state object now. The current fields of the state object are its current stage, if it's user initiated, and if the update is a major one.
    
    We also remove deprecated code paths that were complex to support and will otherwise generate in compile errors if people adopt the new API.
    zorgiepoo committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d193f2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25b3d01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1565db3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f671b82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59fbd37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f9d76b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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

Commits on May 28, 2021

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

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    7d3c7ae View commit details
    Browse the repository at this point in the history
  2. Simplify skipping major updates

    We now only track one major version to skip and one minor version to skip, instead of an array of potentially growing minor/major versions.
    zorgiepoo committed May 29, 2021
    Configuration menu
    Copy the full SHA
    17eb15e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e466ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a4149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cdb097 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79cd07f View commit details
    Browse the repository at this point in the history