~kissiel/plainbox:fix-clash-in-sep-namespaces

Last commit made on 2018-01-23
Get this branch:
git clone -b fix-clash-in-sep-namespaces https://git.launchpad.net/~kissiel/plainbox
Only Maciej Kisielewski can upload to this branch. If you are Maciej Kisielewski please log in for upload directions.

Branch merges

Branch information

Name:
fix-clash-in-sep-namespaces
Repository:
lp:~kissiel/plainbox

Recent commits

18330bc... by Maciej Kisielewski

fix clashes of units of the same content from diff. namespaces

Signed-off-by: kissiel <email address hidden>

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

Merge #336052 from ~kissiel/plainbox:fix-1262898-warns-when-XFG_HOME-RO

b677f97... by Maciej Kisielewski

silence EPERM on log_dir when using provider_manager

When plainbox is unable to create log_dir it displays a warning. That logdir
is created in XDG_CACHE_HOME which in debian systems is not writable.
This is not only the case when running plainbox commands, but also when
setting up providers.

This patch adds a flag to the logging config that supresses that warning,
and uses it in provider_manager calls.

Fixes: LP:1262898

Signed-off-by: Maciej Kisielewski <email address hidden>

6620e90... by PMR <pmr@pmr-lander>

Merge #335930 from ~sylvain-pineau/plainbox:new-html-report

46d15b9... by Sylvain Pineau

exporter:tar: Add the HTML report to the archive

9875028... by Sylvain Pineau

exporter:html: New JQuery Mobile based report

New features:

- Test are grouped by categories with category outcome
- Search field (works only if categories are not collapsed)
- Job status for Resources and Attachments
- I/O logs displayed in a new page (Use browser Back to go back to main page)

dae5263... by Sylvain Pineau

provider:exporter: New data files needed for the JQuery Mobile HTML report

- Embedded Chart js
- CSS for the report
- JQuery
- JQuery Mobile js and CSS

bde04b2... by Sylvain Pineau

session:state: New set of helper functions meant to be used in Jinja2 exporters

- category_map
- category_outcome_map
- resource_global_outcome
- attachment_global_outcome

c94b993... by Sylvain Pineau

MANIFEST.in: Cleanup

85ba346... by Sylvain Pineau

commands:run: Access job_state_map from current state

Rather than self._context which craches plainbox as it's not defined.