Merge lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.13 into lp://staging/ubuntu/oneiric/checkbox
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.13 |
Merge into: | lp://staging/ubuntu/oneiric/checkbox |
Diff against target: |
18858 lines (+9936/-3266) 93 files modified
checkbox/application.py (+5/-5) checkbox/contrib/persist.py (+5/-4) checkbox/dispatcher.py (+201/-0) checkbox/lib/bit.py (+5/-4) checkbox/lib/config.py (+15/-2) checkbox/lib/conversion.py (+131/-42) checkbox/lib/dmi.py (+169/-18) checkbox/lib/safe.py (+5/-0) checkbox/lib/template.py (+1/-1) checkbox/message.py (+4/-3) checkbox/parsers/cpuinfo.py (+30/-41) checkbox/parsers/cputable (+40/-0) checkbox/parsers/cputable.py (+42/-0) checkbox/parsers/deferred.py (+27/-0) checkbox/parsers/dmidecode.py (+123/-0) checkbox/parsers/meminfo.py (+46/-0) checkbox/parsers/submission.py (+474/-383) checkbox/parsers/udevadm.py (+178/-317) checkbox_cli/cli_interface.py (+9/-1) checkbox_gtk/gtk_interface.py (+4/-4) data/whitelists/default.whitelist (+1/-0) debian/changelog (+59/-0) debian/po/ro.po (+118/-0) examples/checkbox.ini (+1/-1) gtk/checkbox-gtk.ui (+37/-37) jobs/apport.txt.in (+0/-5) jobs/audio.txt.in (+44/-24) jobs/autotest.txt.in (+4/-2) jobs/bluetooth.txt.in (+64/-52) jobs/camera.txt.in (+19/-12) jobs/codecs.txt.in (+16/-38) jobs/cpu.txt.in (+3/-3) jobs/daemons.txt.in (+11/-11) jobs/disk.txt.in (+6/-5) jobs/evolution.txt.in (+0/-26) jobs/fingerprint.txt.in (+24/-20) jobs/firewire.txt.in (+9/-8) jobs/gcalctool.txt.in (+0/-52) jobs/gedit.txt.in (+0/-22) jobs/gnome-terminal.txt.in (+0/-12) jobs/graphics.txt.in (+63/-51) jobs/hibernate.txt.in (+9/-7) jobs/info.txt.in (+47/-27) jobs/input.txt.in (+15/-7) jobs/install.txt.in (+1/-1) jobs/keys.txt.in (+58/-45) jobs/local.txt.in (+41/-6) jobs/ltp.txt.in (+3/-2) jobs/mago.txt.in (+4/-2) jobs/mediacard.txt.in (+106/-84) jobs/memory.txt.in (+8/-5) jobs/miscellanea.txt.in (+19/-8) jobs/monitor.txt.in (+43/-24) jobs/networking.txt.in (+31/-32) jobs/optical.txt.in (+56/-42) jobs/panel_clock_test.txt.in (+18/-15) jobs/panel_reboot.txt.in (+8/-6) jobs/pcmcia-pcix.txt.in (+6/-3) jobs/peripheral.txt.in (+27/-22) jobs/phoronix.txt.in (+4/-2) jobs/power-management.txt.in (+32/-18) jobs/qa_regression.txt.in (+4/-2) jobs/resource.txt.in (+15/-0) jobs/screenshot.txt.in (+0/-13) jobs/server-services.txt.in (+12/-12) jobs/stress.txt.in (+18/-10) jobs/suspend.txt.in (+52/-31) jobs/usb.txt.in (+55/-36) jobs/user_apps.txt.in (+337/-110) jobs/wireless.txt.in (+9/-9) plugins/apport_prompt.py (+1/-1) plugins/launchpad_report.py (+6/-4) plugins/persist_info.py (+2/-1) plugins/resource_info.py (+14/-1) plugins/system_info.py (+2/-2) po/POTFILES.in (+0/-6) po/ca@valencia.po (+2897/-0) po/el.po (+229/-293) po/en_GB.po (+240/-240) po/gd.po (+2606/-0) po/ja.po (+297/-335) po/lt.po (+294/-357) po/tr.po (+217/-177) scripts/connect_wireless (+1/-1) scripts/cpuinfo_resource (+13/-17) scripts/dmi_resource (+55/-0) scripts/hal_resource (+0/-5) scripts/meminfo_resource (+15/-27) scripts/package_resource (+6/-0) scripts/udev_resource (+2/-2) scripts/usb_test (+5/-3) setup.cfg (+1/-7) setup.py (+2/-0) |
To merge this branch: | bzr merge lp://staging/~roadmr/ubuntu/oneiric/checkbox/0.13 |
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Sponsors | Pending | ||
Review via email: mp+82719@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2011-11-24.
Unmerged revisions
- 36. By Daniel Manrique
-
New upstream release (LP: #892268):
* Generate a submission.xml file that contains all device and attachment
* Write the report before reporting the validation error.
* Changed device.product to dmi.product for the formfactor (LP: #875312)
* Use gettext for string (LP: #869267)
* Move progress indicator to main checkbox dialog instead of a
transient window (LP: #868995)
* Ignore malformed dpkg entries in package_resource (LP: #794747)
* Reset window title after finishing a manual test (LP: #874690)
* Handle "@" in locale names (as in ca@valencia).
* Went through all the job files and:
* Updated descriptions to match Unity UI structure
* Added descriptions where necessary
* Added further details to some descriptions
* Moved some jobs to more appropriate files
* Fixed job names in older job files to match new naming scheme
(suite/testname)
* Added jobs to local.txt to ensure all job files are now parsed
(this allows easier addition of existing tests to whitelists)
* Changed remaining manual job descriptions to match the new format
* Updated CD and DVD write tests to be more clear about when to skip
them (LP: #772794)
* Rewrote all job descriptions to match OEM QA syntax
* Fix the code that assigns keys in checkbox-cli so that it never assigns
keys which have other uses. (LP: #877467)
* Show details of unmet job requirements (LP: #855852)
* Ensure that connect_wireless chooses a wireless connection from the list
of available connections (LP: #877752)
* Have the bluetooth/detect tests require a device with the category
BLUETOOTH to run, thus preventing the test from failing on systems with
no Bluetooth device (LP: #862322)
* Rename attachment jobs to not have a forward slash in their name
(LP: #887964)
* Guard against trying to write files to logical partitions on USB sticks
(which will obviously fail) in usb_test (LP: #887049)
* Make the OpenGL test ignore the return value of glxgears and improve
the test description (LP: #890725)
* Allow input/mouse test to run if a TOUCH device is present
(LP: #886129)
* Broken job dependencies fixed (LP: #888447)
* Regex support when specifying blacklists and whitelists on the
commandline (LP: #588647)
Thank you for your work, I'm sponsoring it to precise but I can't set the merge request to merged since you targetted oneiric which is the wrong serie and launchpad will not let me edit it, could you do that?