~sylvain-pineau/checkbox-ng:fix-xlsx-missing-results

Last commit made on 2018-09-05
Get this branch:
git clone -b fix-xlsx-missing-results 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:
fix-xlsx-missing-results
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

97730db... by Sylvain Pineau

exporter:xlsx: Fix missing test results worksheet with standard xlsx export

9aaebc1... by Sylvain Pineau

session:assistant: set the runner_cls when resuming sessions too

Fixes lp:1790050

d138689... by Sylvain Pineau

exporter:xlsx: New OPTION_TEST_PLAN_EXPORT to create just one worksheet

job partial_id / certification blocker / description|summary

Header set to the test plan name
Footer include page numbering
tab header (first line) repeated on each page

de30fa5... by Sylvain Pineau

exporter:xlsx: PEP8

d6b061a... by Sylvain Pineau

providers:exporters: New tp-export exporter unit (based on xlsx)

921f42c... by Sylvain Pineau

unit:template: Under tp_export mode replace parameters values by keys

All parameters are upper case.
Just keep __index__ and index as integers.

should_instantiate always return true to generate templated units with
fake resource objects.

bbb514f... by Sylvain Pineau

checkbox-cli: New subcommand to export a test plan as a XLSX document

This special execution mode loads a special FakeJobRunner to return fake
resource objects:

- Default: return only one resource object.
- Special case: graphics_card resource job, return two objects to simulate
  hybrid graphics.

6a32895... by PMR <pmr@pmr-lander>

Merge #353666 from ~pwlars/checkbox-ng:remote-job-enumeration

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

Merge #353649 from ~kissiel/checkbox-ng:py37-compat

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

Merge #353671 from ~sylvain-pineau/checkbox-ng:fix-1778635