~pieq/bugit/+git/qabro:no-sudo

Last commit made on 2018-06-25
Get this branch:
git clone -b no-sudo 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:
no-sudo
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

e0a2642... by Pierre Equoy

Bump to v0.5

b47f025... by Pierre Equoy

Add dbus-x11 dependency for a smoother Launchpad authorization process

dbus-x11 includes the dbus-launch command which will launch the default
Internet browser with the Launchpad authorization page.

If using qabro on a headless device (server or Ubuntu core image), the user
will still have to manually click on the link.

fb1aa82... by Pierre Equoy

Update documentation to remove need for sudo

4093df0... by Pierre Equoy

Remove the need for calling qabro with sudo

Installing the snap will create a /etc/sudoers.d/qabro file allowing
`sudo` commands to be called without having to input admin password.

Removing the snap will also remove this file.

This means we don't need to prefix `qabro` with `sudo`, and it means we can
only prefix the commands requiring sudo (currently, only `sosreport`).

5564f84... by Pierre Equoy

Add check to make sure snap is installed as --devmode

3f45d38... by Pierre Equoy

Point log file to $SNAP_DATA

6e11a70... by PMR <pmr@pmr-lander>

Merge #347345 from ~pieq/qabro/+git/qabro:master

c3a9e17... by Pierre Equoy

Bump version to v0.4

c4286de... by Pierre Equoy

Add logging and improve error reporting

Some errors reported by launchpadlib have their content in exc.content instead
of exc.message. Try to report the most useful error message to the end user.

In addition, stores errors in a qabro.log file.

9a96f4d... by Pierre Equoy

Add support for Page Up/Down keys