~pieq/bugit/+git/qabro:fix-1806832-bug-info-per-series

Last commit made on 2019-02-05
Get this branch:
git clone -b fix-1806832-bug-info-per-series 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:
fix-1806832-bug-info-per-series
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

69511ab... by Pierre Equoy

Add series first and bug information to the latest series

If a series is given, qabro will first assign it to the created bug,
then will update the bug information (assignee, status, importance) into
this series (or to the default task if no series is provided).

This allows, for instance, to assign hwe-series related bugs to people.

LP: #1806832

3de3505... by PMR <pmr@pmr-lander>

Merge #361827 from ~pieq/qabro/+git/qabro:fix-1806841-urwid-unicode

c4804d9... by Pierre Equoy

Update fwts part to stop using remote part and bump fwts version

Starting with snapcraft 3.x and core18 base, remote parts are not
working anymore. The fwts part is therefore handled in the
snapcraft.yaml file.

We also bump fwts to the last stable version.

ac100b4... by Pierre Equoy

Ensures Python (urwid) knows the system is utf8 capable

By default, snap doesn't transmit locale information, so Python (and
therefore urwid) didn't know it was utf-8 capable. urwid would then
default to 8bit encoding, which means pasting Unicode characters would
generate garbage and mess up urwid's line counting system.

LP: #1806841

f65b743... by Pierre Equoy

Bump to version 0.9dev

8cdf38a... by Pierre Equoy

Update README

16092ee... by PMR <pmr@pmr-lander>

Merge #360102 from ~pieq/qabro/+git/qabro:release-0.8

5f9e4cc... by Pierre Equoy

Bump to v0.8 and start using snapcraft's adopt-info

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

Merge #359582 from ~pieq/qabro/+git/qabro:fwts-command

b9e2d37... by Pierre Equoy

Add `--fwts` option to auto log FWTS-related issues in Launchpad

qabro can now be launched like this:

    qabro --fwts -p project -t platform-tag

It will automatically

- create a Launchpad issue in the right project
- add it to the correct series
- tag it with `platform-tag`
- assign it to the right member of FWTS team (currently Alex Hung)
- attach fwts logs, sosreport archive and checkbox session (if any)