~sylvain-pineau/checkbox-ng:improve-loading-time-multi-page

Last commit made on 2018-11-06
Get this branch:
git clone -b improve-loading-time-multi-page 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:
improve-loading-time-multi-page
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

ecb54c4... by Sylvain Pineau

exporters:data:multi-page.html: Remove the $(...).toolbar() call

Such call seems to load all sub pages in the DOM causing slowness
when loading the page the first time.

b8943a0... by Sylvain Pineau

exporters:html: Disable autoescape for comments to preserve HTML tags

Including hyperlinks with <a></a> will work as intended

04e0d22... by Sylvain Pineau

exporter:xlsx: Add category names to tp-export reports

Fixes: lp:1800614

36ffab1... by Sylvain Pineau

checkbox-cli: Refactor merge-reports/submissions code

MergeSubmissions inherits MergeReports

e5a44f1... by Sylvain Pineau

plainbox:test-data: Update HTML reference files

7adc5a9... by Sylvain Pineau

checkbox-cli: New merge-submissions command

Taking several submissions tarballs to combine all test results into a new tarball
The logic to resolve conflicts is simple, submissions order matters. E.g:

$ checkbox-cli merge-submissions ~/foo.tar.xz ~/bar.tar.xz -o /tmp/baz.tar.xz --title 'foobar'

If "foo" and "bar" submissions both recorded a result for test "A", result from
submission "bar" will overwrite the result from "foo"

58731e9... by Sylvain Pineau

exporters:html: Upgrade existing html exporter with chart.js 2.7.3

https://github.com/chartjs/Chart.js/releases/tag/v2.7.3

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

Merge #357807 from ~sylvain-pineau/checkbox-ng:merge-reports

0f81206... by Sylvain Pineau

checkbox-cli: New merge-reports command

Taking several submissions tarball to generate a single HTML report

3748d66... by Sylvain Pineau

checkbox-cli:run: Add both title and description options to the command