~sylvain-pineau/checkbox-ng:submission-description

Last commit made on 2018-03-01
Get this branch:
git clone -b submission-description https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
submission-description
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

94a4b08... by Sylvain Pineau

launcher: Add the --message argument to provide a submission description

The content of the message can be a multiline variable. It will be stored
in the session metadata app_blob and recorded in the json report as a new
description field for C3.

For consistency, checkbox-cli submit gets the same feature. The trick to
support it though requires extraction of the submission archive to modify/add
the description data and a generation of a new archive in a temp dir.

7fc11c5... by PMR <pmr@pmr-lander>

Merge #338552 from ~sylvain-pineau/checkbox-ng:fix-respawn-cmd-snappy

6292bf7... by Sylvain Pineau

subcommands: Fix the respawn_cmd when running from a snap

7275e56... by PMR <pmr@pmr-lander>

Merge #337988 from ~sylvain-pineau/checkbox-ng:fix-1748371

86f0249... by PMR <pmr@pmr-lander>

Merge #337945 from ~sylvain-pineau/checkbox-ng:mem-improv-1749099

289c513... by Sylvain Pineau

unit: Extend jinja2 parameters with checkbox config environment vars

Fixes: lp:1748371

05dfbf8... by Sylvain Pineau

exporter:tar: Minimize memory usage on low RAM systems

RAM Threshold set to 1 GiB. The LZMA compressor preset is then set to 0.

The use of SpooledTemporaryFile to generate xlsx, html and json files also
avoid generating them in memory if they exceed 100K.

Fixes: lp:1749099

7873de1... by Sylvain Pineau

exporter:xlsx: Use constant_memory constructor property to minimize memory usage

See http://xlsxwriter.readthedocs.io/workbook.html?highlight=constant_memory

982ed8b... by PMR <pmr@pmr-lander>

Merge #337664 from ~sylvain-pineau/checkbox-ng:qtquick-only

e8e2e49... by Sylvain Pineau

QML jobs: Remove deprecated Ubuntu Components

- Bump QtQuick imported version to 2.5
- Remove units.gu, MainView, Arguments and PageStack.
- Add data/qml-shell to the MANIFEST.in