~pieq/bugit/+git/qabro:fix-1806841-urwid-unicode

Last commit made on 2019-01-16
Get this branch:
git clone -b fix-1806841-urwid-unicode 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-1806841-urwid-unicode
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

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)

0837f09... by Pierre Equoy

Use gzip compression for the sosreport archive

sosreport 3.6 introduces a new way to check what compression format to
use for the report archive. By default it uses xz, but it seems this
doesn't work well when packaged into a snap, so for the time being, we
use gzip.

2a96c4d... by Pierre Equoy

Bump to v0.8dev