~pieq/bugit/+git/qabro:fix-print-typo

Last commit made on 2019-03-12
Get this branch:
git clone -b fix-print-typo 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-print-typo
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

35b340e... by Pierre Equoy

Fix formatting typo

200d58b... by PMR <pmr@pmr-lander>

Merge #362718 from ~pieq/qabro/+git/qabro:fix-1806832-bug-info-per-series

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