~pieq/bugit/+git/qabro:release-0.13

Last commit made on 2020-07-10
Get this branch:
git clone -b release-0.13 https://git.launchpad.net/~pieq/bugit/+git/qabro
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
release-0.13
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

49fef5c... by Pierre Equoy

Bump to v0.13

c4b8d23... by PMR <pmr@pmr-lander>

Merge #386801 from ~pieq/qabro/+git/qabro:fix-1883860-series-argument

5bc8570... by Pierre Equoy

Modify command line help text

2011279... by Pierre Equoy

Add -s/--series command line argument

LP: #1883860

5965e5f... by PMR <pmr@pmr-lander>

Merge #386549 from ~pieq/qabro/+git/qabro:modal-error-window

cdd37ea... by Pierre Equoy

Show errors in modal window

Until now, errors were displayed at the top of the screen in red. The
problem is that if the user scrolls down (for instance to select tags),
submits the bug report and there is an error, the user is taken back at
the same point in the screen and doesn't see the error message, so it's
not obvious what has happened.

This commit introduces a modal error dialog that is shown on top of the
regular window. User can press the 'OK' button or press Esc key to
dismiss the error.

LP: #1841712

36631d7... by PMR <pmr@pmr-lander>

Merge #385632 from ~pieq/qabro/+git/qabro:fix-sosreport-dpkg-logs

3d19cd3... by Pierre Equoy

Add dpkg and patch sosreport to provide proper `dpkg -l` logs

Until now, on classic systems, the list of packages installed (the
output of `dpkg -l`) was empty in the archive report generated by
sosreport.

This commit addresses the issue. The list of installed packages can now
be found in `sos_commands/dpkg/`.

LP: #1880071

9f31055... by PMR <pmr@pmr-lander>

Merge #385090 from ~pieq/qabro/+git/qabro:oem-tags

b5dd231... by Pierre Equoy

Add features and vendors tag lists

We used to have our own list of "bug type" tags. We are now using two
up-to-date lists of features and vendors tags that are shared among
teams.

These two lists are shown in two columns under the text field to enter
tags. The user can select as many impacted features/vendors as required,
and this updates the list of tags submitted to Launchpad dynamically.

LP: #1880538, #1880071