lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
- Get this branch:
- bzr branch lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.12.7
Branch merges
- Daniel Holbach: Needs Information
-
Diff: 8336 lines (+2048/-1194)32 files modifiedcheckbox/job.py (+9/-0)
checkbox/lib/transport.py (+26/-1)
checkbox/parsers/udev.py (+16/-4)
checkbox/report.py (+39/-12)
checkbox/tests/report.py (+1/-1)
checkbox/variables.py (+1/-1)
checkbox_gtk/gtk_interface.py (+6/-5)
checkbox_gtk/hyper_text_view.py (+3/-1)
data/whitelists/default.whitelist (+1/-0)
debian/changelog (+27/-0)
debian/control (+2/-2)
debian/po/it.po (+17/-9)
jobs/disk.txt.in (+1/-1)
jobs/info.txt.in (+9/-0)
jobs/mediacard.txt.in (+1/-1)
jobs/memory.txt.in (+2/-2)
jobs/monitor.txt.in (+1/-1)
jobs/suspend.txt.in (+2/-2)
plugins/intro_prompt.py (+2/-4)
plugins/jobs_prompt.py (+5/-0)
plugins/launchpad_prompt.py (+2/-2)
plugins/launchpad_report.py (+25/-18)
plugins/recover_prompt.py (+1/-2)
plugins/report_prompt.py (+7/-0)
plugins/suites_prompt.py (+2/-3)
po/es.po (+91/-92)
po/hu.po (+230/-209)
po/it.po (+588/-363)
po/zh_CN.po (+250/-233)
po/zh_TW.po (+147/-224)
report/hardware-1_0.rng (+533/-0)
scripts/gconf_resource (+1/-1)
Related bugs
Bug #625076: checkbox fails to verify ssl validity in data exchange with launchpad.net | High | Fix Released | |
Bug #822948: storage tests are running against MMC readers still on Oneiric Alpha 3 | High | Fix Released | |
Bug #827859: backend crashed with TypeError in read(): timeout must be a float or None | High | Fix Released | |
Bug #827904: checkbox hangs at submission step and keeps launching the browser | Critical | Fix Released | |
Bug #832321: gconf_resource throws an exception if gconftool-2 is not found | Undecided | Fix Released | |
Bug #833696: [cpu/clocktest] Always fails on servers | Medium | Fix Released | |
Bug #833747: Test descriptions with non-ascii characters cause tests to not be run, backend to crash | High | Fix Released | |
Bug #836623: Interrupted runs are recovered even if the user selects "No" when prompted | Undecided | Fix Released | |
Bug #838123: The submission.xml should be validated for Launchpad | High | Fix Released | |
Bug #850395: Candidate revision checkbox_0.12.7 | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Daniel Manrique
- Status:
- Merged
Recent revisions
- 34. By Daniel Manrique
-
New upstream release (LP: #850395):
* Redirecting stderr to pipe to fix the gconf_resource script (LP: #832321)
* Clear jobs directory when user selects No to recover question (LP: #836623)
* checkbox/job.py: Guard against bogus timeout values (LP: #827859)
* More explicit handling of string decoding/encoding, avoids problems with
non-ascii characters (LP: #833747)
* Changed architecture from all to any for checkbox base, to build
architecture-specific binaries (LP: #833696)
* Several corrections necessary due to test name changes or typos found in
job files
* Connecting hyper text widgets only once (LP: #827904)
* Detecting MMC readers as OTHER instead of DISK (LP: #822948)
* Validating the hostname in the SSL certificate (LP: #625076)
* Validating the submission.xml (LP: #838123) - 33. By Mathieu Trudel-Lapierre
-
New upstream release (LP: #841983):
[ Daniel Manrique ]
Work around PyGTK API changes that kept checkbox from starting up
(LP: #839675). - 32. By Ara Pulido
-
New upstream release (LP: #838745):
[Ara Pulido]
* Created a "suspend" suite and renamed relevant tests.[Brendan Donegan]
* Removed redundant tests in power-management suite.
* Fixed dependencies in power-management suite.[Daniel Manrique]
* Changed name of apt-get test to reflect the suite it's in.
* Fixed typos in job definitions that caused them to not be run.
* Added missing description to info/hdparm test (LP: #832351)
* Quote command to obtain bluetooth address, to avoid hanging if
a device is not present (LP: #836756).
* Added BLUETOOTH category to udev parser.
* Removed some tests from default whitelist.
* Fixed dependencies for keys/sleep.[Jeff Lane]
* Added new USB storage transfer test
* Re-worked and added automated audio test[Marc Tardif]
* Added WIRELESS category to udev parser. - 31. By Mathieu Trudel-Lapierre
-
New upstream release (LP: #824180):
[Brendan Donegan]
* Refactored job definition files.
* Fixed dependencies and test naming.
* Added Online CPU before/after suspend test.
* Automated wireless tests.
* Removed redundant sru_suite.txt, updated dependencies accordingly.
* Automated bluetooth_obex tests.
[Daniel Manrique]
* Further improvements to make frontend/backend communication more reliable.
Prevents stuck backends, failure to close the GUI due to lack of reply
from the backend, and test specifying "user" not being run.
* scripts/keyboard_ test modified to account for pygi-related GTK API
changes. (LP: #804369)
* scripts/sleep_test: improve handling of NetworkManager DBus API
changes. (LP: #808423)
* scripts/cdimage_ resource: properly handle releases with "LTS" in their
name (LP: #814085)
* Updated minimum_resolution test as per latest system requirements, leaving
just one unified test. (LP: #767166)
[Javier Collado]
* Checkbox exits with EX_NOINPUT if a whitelist or blacklist file is
specified and cannot be found.
* Deselect a test suite automatically when none of its children is selected,
in the GTK interface. (LP: #651878)
* Make the "Next" button the default action when Enter is pressed, to
streamline testing with the GTK interface.
[Marc Tardif]
* Fixed udevam not being found because /sbin not in PATH (LP: #597305)
* Fixed hardware attachments for udev and dmi (LP: #822682)
[Sylvain Pineau]
* Expose the message store to other plugins, via firing an expose-msgstore
event.
[Andrew Faulkner]
* Fix description for nautilus_file_create job (LP: #821141)
[Kenneth Wimer]
* New header image that follows brand guidelines (LP: #554202) - 30. By Daniel Manrique
-
[ Marc Tardif ]
* Only reading CHECKBOX_* environment variables in config (LP: #802458)
* Imported scripts and jobs from Platform Services.[Chad A. Davis]
* Switch to dh_python2 and debhelper7 (LP: #788514)[Barry Warsaw]
* Fix checkbox_clean.run( ) to ignore missing executables, as is the case
in a fresh checkout. - 28. By Marc Deslauriers
-
New upstream release (LP: #796629):
* Fix timeout in sleep_test script (LP: #665299)
* Fix traces in hyper_text_view module (LP: #796508)
* Added camera test (LP: #764222)
* Fix GUI definition file so main window uses "natural request", growing
when child widgets require so (LP: #776734)
* Fix open/read blocking behavior and backend/frontend communications to
avoid hangs and lingering backends. (LP: #588539)
* Render header text dynamically over the image background, and updated pot
file with the new string. (LP: #621880)
* Improve command line key prompts (LP: #786924) - 27. By Marc Tardif
-
New upstream release (LP: #784076):
* Removed dead pixel test.[Bilal Akhtar]
* Port checkbox to Gtk3/PyGI (LP: #783822) - 26. By Daniel Holbach
-
New upstream release (LP: #751928)
* Fixed sleep_test crashing with ioerror (LP: #630785)
* Fixed keyerror when running some manual tests (LP: #729431)
* Video bugs should be reported as a display symptom (LP: #744964)
* Added checkbox log to apport report - 25. By Marc Tardif
-
New upstream release (LP: #736919):
* Added version to dpkg dependency
* Added multiarch support to install script (LP: #727411)
* Fixed submitting data twice (LP: #531010)
* Fixed job descriptions for checkbox-cli (LP: #221400)[Daniel Manrique]
* Fixed strings in audio tests and updated pot file (LP: #691241)[Jochen Kemnade]
* Fixed grammar in user-apps tests (LP: #642001)[Jeff Lane]
* Added reboot instructions to suspend/hibernate tests (LP: #420493)
* Made the firewire instructions make more sense (LP: #693068)[Michael Terry]
* Fixed several strings appear in English although translated (LP: #514401)
- jobs/fingerprint.txt.in
- jobs/media.txt.in
- jobs/monitor.txt.in
- jobs/sleep.txt.in
- jobs/firewire.txt.in
- po/checkbox.pot
* Fixed grammar (LP: #525454)
+ jobs/fingerprint.txt.in
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/oneiric/checkbox