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

Fix removal of scheduling assets #1811

Merged
merged 4 commits into from
Oct 1, 2018
Merged

Commits on Sep 28, 2018

  1. Fix removal of scheduling assets

    See https://progress.opensuse.org/issues/41483#note-17 - the webui
    schedules assets while GRU tries to calculate if the asset should
    be removed. And in between 2 queries the situation changes - causing
    an early removal
    coolo committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d97299b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    9d12702 View commit details
    Browse the repository at this point in the history
  2. Make only cleanup fail on inconsistent asset status

    So the read-only view isn't bothered by those errors.
    Martchus committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a47c4a5 View commit details
    Browse the repository at this point in the history
  3. Use transaction when computing the asset status

    So we don't work with inconsistent data when the asset cleanup
    is done when scheduling a new ISO.
    Martchus committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3f5eceb View commit details
    Browse the repository at this point in the history