~pieq/bugit/+git/qabro:add-expected-actual-result-in-description

Last commit made on 2018-05-23
Get this branch:
git clone -b add-expected-actual-result-in-description 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:
add-expected-actual-result-in-description
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

421588d... by Pierre Equoy

Add "expected" and "actual" results sections in description

50e7b97... by Pierre Equoy

Add option to include most recent Checkbox session if any

59506b6... by Pierre Equoy

Make AttachmentAssistant class instantiable

AttachmentAssistant class now has to be instantiated. It contains a dictionary
of attachments that is updated by the 'attach_*' methods. These attachments can
then be uploaded on Launchpad.

a5d8a3a... by Pierre Equoy

Add code documentation in bug assistant module

e95e81c... by Pierre Equoy

Add README

e6c07da... by Pierre Equoy

Rename app

f00b861... by Pierre Equoy

Add compatibility with Ubuntu Core 16

sosreport requires a /etc/sos.conf file to run. This file is present in default
classic installs, but not in UC16. I copied the default sos.conf file into the
snap and call sosreport from oembugreport using the --config-file option.

This works on both UC16 and Classic installs.

e6f9f71... by Pierre Equoy

Prepare for snapification

- Move the source code to a better named location.
- Add gitignore
- Tailor setup.py configuration file
- Tailor snapcraft configuration file

0f3afeb... by Pierre Equoy

Refactor code

- Introduced BugReport to make exchange between UI and BugAssistant clearer
- Better use of exceptions to handle and report errors to user
- Modified keyboard shortcuts to submit bug (Alt-Enter) and exit (Esc)
- Started implementing an AttachmentAssistant to upload attachments to the bug
report

c0b1ad8... by Pierre Equoy

Initial commit