Properly inform the user about software proposal problems#414
Merged
Properly inform the user about software proposal problems#414
Conversation
5fd5720 to
1170111
Compare
b6a8188 to
63cd92d
Compare
* Add a new Repository (based on Y2Packager::Repository) and RepositoriesManager classes.
63cd92d to
1bfe6ac
Compare
* Additionally, drop the Repository#refresh method.
dgdavid
reviewed
Feb 8, 2023
dgdavid
reviewed
Feb 9, 2023
Contributor
dgdavid
left a comment
There was a problem hiding this comment.
Actually it looks good, just a few comments.
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Feb 16, 2023
https://build.opensuse.org/request/show/1066104 by user IGonzalezSosa + dimstar_suse - Version 0.7 - Update the list of patterns to install for Leap Micro 5.3 (gh#agama-project/agama#427). - Better handling of software repositories (gh#agama-project/agama#414): * Report issues when reading the software repositories. * Inform the user about the software proposal progress. * Do not try to calculate a proposal if there are no repositories. - Use the upstream version of D-Bus ObjectManager (gh#agama-project/agama#245) - Save logs and provide the path to the file (gh#agama-project/agama#379) - Implement validation of software proposal (gh#agama-project/agama#381) - Check for installed packages in the target system, instead of the installation medium (gh#agama-project/agama#393). - Simplify the network configuration to just copying the NetworkManager connections and e
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Feb 16, 2023
https://build.opensuse.org/request/show/1066106 by user IGonzalezSosa + dimstar_suse - Version 0.7 - Do not use a proxy to get the errors lists (gh#agama-project/agama#424). - Add live reloading feature for easing the front-end development process (gh#agama-project/agama#419). - Fix storage section crashing when proposal is not ready (gh#agama-project/agama#418). - Better handling of software repositories (gh#agama-project/agama#414): * Report issues when reading the software repositories. * Inform the user about the software proposal progress. * Add a button to reload the repositories (gh#agama-project/agama#388). - Added a button for displaying the YaST logs (related to gh#agama-project/agama#379) - UI fixes (gh#agama-project/agama#401): * Add a fallback height for the layout * Fix some miss-alignments * Add missing icon * Ensure tooling serving and loading fo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Recently, we added a Software section that informs the user about missing packages and the installation size. However, it has a few problems:
Solution
Screenshots
Progress information
Report errors about unreachable repositories
Do not inform about missing packages/patterns where there are no reachable repositories
To do
Testing