~sylvain-pineau/checkbox-ng:merge-submissions

Last commit made on 2018-10-29
Get this branch:
git clone -b merge-submissions 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:
merge-submissions
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

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

9391351... by Sylvain Pineau

exporters:jinja2: New dump_from_session_manager_list method

Special method to record several sessions manager data in a report

37a712f... by Sylvain Pineau

exporters:html-multi-page: New exporter to record multiple sessions in a single HTML

dd8be15... by Sylvain Pineau

exporters:html-multi-page: New Chart.js (2.7.3)