~sylvain-pineau/checkbox-ng:tree_length

Last commit made on 2017-01-12
Get this branch:
git clone -b tree_length 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:
tree_length
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

5682820... by Sylvain Pineau

ui: add a __len__ method to avoid i18n unnecessary and costly calls

9af05c6... by Sylvain Pineau

Fix path to checkbox-converged.qml and remove the devel method

The devel method only worked with the bzr trunk

Fixes lp:1647264

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

Merge #311013 from ~kissiel/checkbox-ng:fix-1642003-conf-overrides-launcher

86550cc... by Maciej Kisielewski

make local configs' vars override launcher settings

Fixes: https://bugs.launchpad.net/checkbox-ng/+bug/1642003

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

0a302dd... by PMR <pmr@pmr-lander>

Merge #310063 from ~kissiel/checkbox-ng:no-rerun-on-ttyless

29d799f... by Maciej Kisielewski

iteractivity checks for tty being connected when using launchers

Fixes: https://bugs.launchpad.net/checkbox-ng/+bug/1639207
Signed-off-by: Maciej Kisielewski <email address hidden>

93337fc... by PMR <pmr@pmr-lander>

Merge #309708 from ~kissiel/checkbox-ng:fix-1635630-bad-globbing

c7145f8... by Maciej Kisielewski

launcher: enclose regex patterns in ^$ when invoking run

So checkbox doesn't run partially matched jobs, i.e.:

let's consider two jobs:

(...)foo
(...)foobar

When matching against .*foo, both will match as foo.
This patch encloses each pattern supplied to checkbox-cli run subcommand in
'^' and '$' anchors, so jobs' ids have to fully match.

Fixes: https://bugs.launchpad.net/checkbox-ng/+bug/1635630

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

9e75430... by PMR <pmr@pmr-lander>

Merge #309409 from ~kissiel/checkbox-ng:fix-1636893-dont-supress

0430a0d... by Maciej Kisielewski

launcher: add dont-supress-output overriding flag

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