~pwlars/checkbox-ng:get-test-outcome-stats

Last commit made on 2018-04-25
Get this branch:
git clone -b get-test-outcome-stats 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:
get-test-outcome-stats
Repository:
lp:~pwlars/checkbox-ng

Recent commits

b26dca3... by Paul Larson

Fix junit stats to filter out resource and attachment jobs

96a9542... by PMR <pmr@pmr-lander>

Merge #343352 from ~kissiel/checkbox-ng:docs-update

Changes to the docs as requested by QA.

For your reviewing pleasure I uploaded rendered version here:
http://people.canonical.com/~kissiel/checkbox/

4fb8eac... by Maciej Kisielewski

docs: add a page explaining basic checkbox workings

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

3c3352c... by Maciej Kisielewski

docs: add markers to sections

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

1ce9fea... by Maciej Kisielewski

docs: update stack page

By removing stale arch diagram and updating information about
the providers and components.

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

faac593... by Maciej Kisielewski

docs: add glossary

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

1935abb... by Maciej Kisielewski

docs: remove warning that says the docs may be inaccurate

Because this is a documentation of a software project. If someone
expects this to be up to date and perfect then I'm sorry.

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

39ebdcc... by Maciej Kisielewski

docs: rename intro to using

it will be more in line with other pages that constitute "intro"

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

2764c7a... by Sylvain Pineau

exporter:json: Only consider info/buildstamp and *_json jobs if they passed

Fixes lp:1762658

ee8c8fc... by Sylvain Pineau

Check if os.getenv('USER') returns something before assuming a USER is defined

When checkbox is invoked a systemd service unit running as root, the USER env
variable is not defined leading to a crash in both ctrl and restart modules:

        user_mod = os.getenv('USER').replace('.', '%2E')
    AttributeError: 'NoneType' object has no attribute 'replace'