~pieq/bugit/+git/qabro:oem-tags

Last commit made on 2020-06-23
Get this branch:
git clone -b oem-tags 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:
oem-tags
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

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

a059e29... by Pierre Equoy

Cleanup code look

36143db... by Pierre Equoy

Update for sosreport 3.9

sosreport 3.9 is now available in the bionic-updates pocket, so we need
to make the following changes to be able to build QABro from now on:

- remove the apt-no-auth-conf patch (it's been merged in sosreport 3.9)
and remove it from the snapcraft recipe
- adapt the env-path-snap patch
- modify the way we retrieve the path to the .tar.gz archive generated
by sosreport

985f5a4... by Pierre Equoy

Bump to v0.13dev

3012ea8... by PMR <pmr@pmr-lander>

Merge #379862 from ~pieq/qabro/+git/qabro:fix-launchpad-build

1b5f324... by Pierre Equoy

Bump to v0.12

e823f66... by Pierre Equoy

Fix Launchpad build

As explained in LP #1864589, local build work, but Launchpad builds
fail, probably due to a problem in Snapcraft.

Using this as a workaround for the time being.

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

Merge #378938 from ~pieq/qabro/+git/qabro:oem-engineering-improvements

5ac633a... by Pierre Equoy

Switch from `urwid` PyPI package to `python3-urwid` Debian package

urwid 2.1.0 was recently released, introducing a bug [1] that prevents
qabro from running.

Switching to the python3-urwid Debian package which is currently v2.0.1
and does not contain this issue.

[1] https://github.com/urwid/urwid/issues/377

3eb9925... by Pierre Equoy

Add sosreport patches, plugins provided by OEM engineering team