~pwlars/checkbox-ng:remote-timeout-600

Last commit made on 2018-10-30
Get this branch:
git clone -b remote-timeout-600 https://git.launchpad.net/~pwlars/checkbox-ng
Only Paul Larson can upload to this branch. If you are Paul Larson please log in for upload directions.

Branch merges

Branch information

Name:
remote-timeout-600
Repository:
lp:~pwlars/checkbox-ng

Recent commits

ca45664... by Paul Larson

Increase timeout for remote connection to 10min.

2d26c2d... by PMR <pmr@pmr-lander>

Merge #358036 from ~sylvain-pineau/checkbox-ng:disable-autoescape-html-comments

b8943a0... by Sylvain Pineau

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

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

8bdd80e... by PMR <pmr@pmr-lander>

Merge #358013 from ~sylvain-pineau/checkbox-ng:fix-1800614

04e0d22... by Sylvain Pineau

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

Fixes: lp:1800614

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

Merge #357909 from ~sylvain-pineau/checkbox-ng:merge-submissions

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