openSUSE / openSUSE-release-tools

Tools to aid in staging and release work for openSUSE/SUSE
GNU General Public License v2.0
61 stars 97 forks source link

staging: add new option --new to list #3047

Closed ana closed 8 months ago

ana commented 8 months ago

Add option to staging list to only show unstaged packages that are not ignored.

I'd prefer that by default ignored packages are not shown, so I'm happy to change it.

codecov-commenter commented 8 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (8329809) 28.31% compared to head (bc7e56d) 28.29%.

Files Patch % Lines
osclib/list_command.py 0.00% 9 Missing :warning:
osc-staging.py 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3047 +/- ## ========================================== - Coverage 28.31% 28.29% -0.02% ========================================== Files 86 86 Lines 14803 14810 +7 ========================================== Hits 4191 4191 - Misses 10612 10619 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ana commented 8 months ago

OTOH showing ignored SRs in a separate section might also be an option, but would require more code changes.

I like more this idea, I'll submit a new PR showing first the ignored SR and later the output as usual.