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

Feature: Notify about failed updates, block detectable bad updates #7188

Merged
merged 6 commits into from Aug 26, 2017

Commits on Aug 20, 2017

  1. Feature: Notify about failed updates, block detectable bad updates

    Ability to post notifications when the update fails.
    Detect and roll back updates that will cause broken installs. (Needs testing)
    Add severity to notifications, critical (2) notifications will display a toast.
    
    This will be used for removing in-tree dependencies and raising the minimum php version.
    murrant committed Aug 20, 2017
    Copy the full SHA
    cd1a600 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Improve naming a bit add phpdoc to new_notification

    In case multiple notifications are created, remove them all.
    murrant committed Aug 24, 2017
    Copy the full SHA
    0010c90 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a5eb06 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. update travis to use db testing

    laf committed Aug 26, 2017
    Copy the full SHA
    51542b1 View commit details
    Browse the repository at this point in the history
  2. rebased + fixed schema update

    laf committed Aug 26, 2017
    Copy the full SHA
    ded7ccd View commit details
    Browse the repository at this point in the history
  3. added missing index

    laf committed Aug 26, 2017
    Copy the full SHA
    df4a638 View commit details
    Browse the repository at this point in the history