| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-09 | providers:checkbox:disks.txt.in: staging/disk now use the device resource | Sylvain Pineau | |
| This new template job now use the udevadm parser to solve two problems: - all the device parsing logic is delegated to the resource, not the template filter (i.e. removal of ram and loop devices) - the udev resource is not the default udevadm parser and thus not part of default whitelists, causing https://bugs.launchpad.net/plainbox/+bug/1361071 Fixes https://bugs.launchpad.net/plainbox/+bug/1361071 | |||
| 2014-12-23 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-12-19 | "automatic merge of lp:+branch/checkbox/release/ by tarmac ↵ | Sylvain Pineau | |
| [r=sylvain-pineau][bug=1331302,1341769,1347120,1382321,1383447,1387782,1387843,1388055,1388747,1389253,1399481,1403933][author=checkbox-dev]" | |||
| 2014-12-19 | providers/plainbox-provider-checkbox: increment version to 0.17.dev | Sylvain Pineau | |
| 2014-12-19 | providers/plainbox-provider-checkbox: increment version to 0.16.2 | Sylvain Pineau | |
| 2014-12-19 | cherry-pick fix for bug #1403933 | Sylvain Pineau | |
| 2014-12-18 | providers:checkbox:virtualization: Replace Enum by regular integers | Sylvain Pineau | |
| Fixes https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1403933 | |||
| 2014-12-18 | "automatic merge of lp:+branch/checkbox/release/ by tarmac ↵ | Sylvain Pineau | |
| [r=sylvain-pineau][bug=1331302,1341769,1347120,1382321,1383447,1387782,1387843,1388055,1388747,1389253,1399481][author=checkbox-dev]" | |||
| 2014-12-18 | providers/plainbox-provider-checkbox: increment version to 0.16.1 | Sylvain Pineau | |
| 2014-12-18 | providers/plainbox-provider-checkbox: remove timeout call in resolution_test | Maciej Kisielewski | |
| This patch removes calling of qmlscene within timeout regim for jobs using resolution_test.qml. Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1386093 Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com> | |||
| 2014-12-18 | providers/plainbox-provider-checkbox: make resolution_test.qml timeout itself | Maciej Kisielewski | |
| This patch makes resolution_test.qml quit itself after 5 seconds. This makes use of timeout command unnecessary. Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1386093 Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com> | |||
| 2014-12-15 | Fixed spurious 'command not found' error in storage_test script | Rod Smith | |
| 2014-12-13 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-12-09 | providers:checkbox: PEP8 fixes | Daniel Manrique | |
| 2014-12-09 | providers:checkbox: Set PYTHONPATH when invoking piglit tests (LP: #1400769) | Daniel Manrique | |
| This is a kludgy workaround for the linked bug, while a proper solution is implemented by piglit upstream. | |||
| 2014-12-07 | "Release_2014_Week49 ↵ | Sylvain Pineau | |
| [r=sylvain-pineau][bug=1331302,1341769,1347120,1382321,1383447,1387782,1387843,1388055,1388747,1389253,1399481][author=checkbox-dev]" | |||
| 2014-12-07 | providers/plainbox-provider-checkbox: increment version to 0.17.dev | Sylvain Pineau | |
| 2014-12-07 | cheery-pick fix for bug #1399481 | Sylvain Pineau | |
| 2014-12-05 | pep8 cleanup as much as I could (remaining lines are all output lines) | Jeff Lane | |
| 2014-12-05 | Fixed devnull redirects to work on all python3 versions. subprocess.DEVNULL ↵ | Jeff Lane | |
| was not defined in Python 3.2, causing script failure on Precise | |||
| 2014-12-05 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-12-04 | Cherry-pick fix for bug #1382321 | Sylvain Pineau | |
| 2014-12-04 | "automatic merge of lp:~zkrynicki/checkbox/i18n-update/ by tarmac ↵ | Zygmunt Krynicki | |
| [r=zkrynicki][bug=][author=zkrynicki]" | |||
| 2014-12-03 | providers:checkbox: update Polish translations | Zygmunt Krynicki | |
| Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | |||
| 2014-12-03 | providers:checkbox: don't ignore .pot files | Zygmunt Krynicki | |
| Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | |||
| 2014-12-03 | providers:checkbox: update gettext domain | Zygmunt Krynicki | |
| This patch updates the gettext domain of the checkbox provider to plainbox-provider-checkbox , in order to unify the naming scheme across our products. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | |||
| 2014-12-03 | providers:checkbox:bin:pm_test: Ensure that ~/.config/autostart is not owned ↵ | Sylvain Pineau | |
| by root pm_test has to be run by the root user, by using pkexec or sudo. Problem is that if ~/.config/autostart does not exists the script did make it without chown it back to the normal user. The fix just calls os.chown() on both .config and autostart with normal uid/gid Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1382321 | |||
| 2014-12-01 | Fixing the description for bluetooth audio test | Po-Hsu Lin | |
| 2014-11-27 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-11-24 | "automatic merge of lp:~bladernr/checkbox/1385821/ by tarmac ↵ | Jeff Lane | |
| [r=roadmr][bug=1395821][author=bladernr]" | |||
| 2014-11-24 | changed how we check for warnings | Jeff Lane | |
| 2014-11-24 | Slight modification to the Warning check regex to only abort when the device ↵ | Jeff Lane | |
| we are testing generates a read-only warning | |||
| 2014-11-24 | Changed regex to be a bit more specific in what it matches against. Also ↵ | Jeff Lane | |
| added a warning check to catch warnings in parted output and abort test run | |||
| 2014-11-24 | Adding --pm-method=pm-utils to hybrid sleep job, as a temporary workaround | Po-Hsu Lin | |
| 2014-11-19 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-11-13 | Fix bug 1392010: SMART test failure on new disks | Rod Smith | |
| 2014-11-11 | "providers:checkbox: Test monitor/dim_brightness on All-In-One systems too ↵ | Daniel Manrique | |
| [r=zkrynicki][bug=1371443][author=roadmr]" | |||
| 2014-11-09 | providers:checkbox: Test monitor/dim_brightness on All-In-One systems too | Daniel Manrique | |
| 2014-11-08 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-11-07 | "Release_2014_Week45 ↵ | Sylvain Pineau | |
| [r=sylvain-pineau][bug=1331302,1341769,1347120,1383447,1387782,1387843,1388055,1388747,1389253][author=checkbox-dev]" | |||
| 2014-11-07 | providers/plainbox-provider-checkbox: increment version to 0.16.dev | Sylvain Pineau | |
| 2014-11-07 | cherry-pick fix for bug #1389253 | Sylvain Pineau | |
| 2014-11-06 | Fixed conflict | Rod Smith | |
| 2014-11-06 | Refinements, new --test_versions and --test_serials options | Rod Smith | |
| 2014-11-06 | plainbox-provider-certification-client: Restore the old display_after_suspend | Sylvain Pineau | |
| This job is still used by 12.04.04 certification whitelists | |||
| 2014-10-31 | Launchpad automatic translations update. | Launchpad Translations on behalf of checkbox-dev | |
| 2014-10-28 | Some small changes to fix issues noted by Daniel and Jeff | Rod Smith | |
| 2014-10-27 | Added new dmitest script for DMI system info sanity checking | Rod Smith | |
| 2014-10-27 | "Release_2014_Week44 ↵ | Sylvain Pineau | |
| [r=sylvain-pineau][bug=1331302,1341769,1347120,1383447][author=checkbox-dev]" | |||
| 2014-10-27 | providers/plainbox-provider-checkbox: increment version to 0.15.dev | Sylvain Pineau | |
