~pieq/bugit/+git/qabro:fix-1832181-additional-info

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

Recent commits

f212b3c... by Pierre Equoy

Use layout section directly

This snap is now using base18, so the passthrough section is not needed
anymore.

9c2e635... by Pierre Equoy

Check for PCI class '03' to get GPUs

LP: #1832181

d1e9dd6... by Pierre Equoy

Get OEM manifest from system instead of calling ubuntu-report

ubuntu-report gets its OEM manifest information from file
/var/lib/ubuntu_dist_channel. In a snap runtime, this file is available
in /var/lib/snapd/hostfs. This commit uses the same way to access the
OEM manifest as ubuntu-report without actually calling ubuntu-report :)

LP: #1832181

2f06c24... by Pierre Equoy

Add SKU to Additional information section

SKU cannot be determined automatically, but it helps QA engineers to
have an empty line already here to input it.

LP: #1832181

ff30707... by Pierre Equoy

Bump to v0.11dev

7bb591b... by Pierre Equoy

Move to base18

1c2369e... by Pierre Equoy

Use snapd socket to retrieve snap information

core18 does not have access to the `snap` command; therefore, it is not
possible to run commands like `snap list` like we used to do. Instead,
snapcraft team recommends to use the socket to snapd in order to
communicate with snap.

This commit does so by implementing a snapdsocket class that
communicates with the snapd socket.

The snap_list.org attachment method is revamped to use this new class,
as well as the check for qabro's devmode when running the app.

372c511... by PMR <pmr@pmr-lander>

Merge #368171 from ~pieq/qabro/+git/qabro:hotfix-missing-description

69f925d... by Pierre Equoy

Bump to v0.10.1

ca5ba8f... by Pierre Equoy

Fix missing description when submitting bug to LP