~pieq/bugit/+git/qabro:move-to-base18

Last commit made on 2019-06-10
Get this branch:
git clone -b move-to-base18 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:
move-to-base18
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

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

9420b94... by PMR <pmr@pmr-lander>

Merge #367945 from ~pieq/qabro/+git/qabro:v0.10

bc5cc1c... by Pierre Equoy

Bump to v0.10

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

Merge #367498 from ~pieq/qabro/+git/qabro:fix-1782528-additional-info

5b0ca72... by Pierre Equoy

Bump to v0.10dev

ead1c13... by Pierre Equoy

Code cleanup

- Add a logger name in the main package
- Redefine some class methods as static methods
- Strip an output from useless newlines