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

Add better feedback to Breeze users about expected action timing #23827

Merged

Commits on May 20, 2022

  1. Add better feedback to Breeze users about expected action timing

    There are a few actions in Breeze that might take more or less time
    when invoked. This is mostly when you need to upgrade Breeze or
    update to latest version of the image because some dependedncies
    were added or image was modified.
    
    While we have improved significantly the waiting time involved
    now (and caching problems have been fixed to make it as fast
    possible), there are still a few situations that you need to have
    a good connectivity and a little time to run the upgrade. Which
    is often not something you would like to loose your time on in
    a number of cases when you need to do things fast.
    
    Usually Breeeze does not force the user to perform such long
    actions - it allows to continue without doing them (either by
    timeout or by letting user answer "no" to question asked.
    
    Previously Breeze have not informed the user about the exepcted
    time of running such operation, but with this change it tells
    what is the expected delay - thus allowing the user to make
    informed action whether they want to run the upgrade or not.
    potiuk committed May 20, 2022
    Configuration menu
    Copy the full SHA
    e2d514b View commit details
    Browse the repository at this point in the history