~sylvain-pineau/checkbox-ng:special_functions_in_templates

Last commit made on 2020-08-21
Get this branch:
git clone -b special_functions_in_templates 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:
special_functions_in_templates
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

4506e0f... by Sylvain Pineau

validators: Allow a combination of template parameters and special functions

such as __checkbox_env__, __system_env__ and __on_ubuntucore__.

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

Merge #389561 from ~jocave/checkbox-ng:restart-broken-by-not-calling

bc7154a... by Jonathan Cave

session/assistant: fix not calling method

Fixes noreturn jobs

3de49d1... by PMR <pmr@pmr-lander>

Merge #389330 from ~jocave/checkbox-ng:real-well-know-dirs

490d7e1... by Jonathan Cave

session/storage: update tests

4e1d5c7... by Jonathan Cave

session/storage: session storage simplication

Eliminate support for multiple session storage repositories. All
session data will no be forced in to a single location.

WellKnownDirsHelper will be used to ensure all files remain in
a well defined structure

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

Merge #388325 from ~kissiel/checkbox-ng:fix-conf-not-being-read

22df28a... by Maciej Kisielewski

fix checkbox.conf not being read in some cases

The most common case being not having an explicit launcher file.
The call to load_configs was ommited and checkbox missed the actual code
that reads checkbox.conf

Fixes: LP: #1884173

715badc... by PMR <pmr@pmr-lander>

Merge #387759 from ~jocave/checkbox-ng:make-xlsx-not-default

b834b81... by Jonathan Cave

exporter/xlsx: lazy load the xlsxwriter modules

These modules should rarely be needed and on focal it
produces warnings that pollute the console. Lazy load the module
only when needed.