Merge lp:~mandel/ubuntu-system-settings/donot-query-on-error into lp:ubuntu-system-settings
| Status: | Merged |
|---|---|
| Approved by: | Ken VanDine on 2015-08-27 |
| Approved revision: | 1514 |
| Merged at revision: | 1518 |
| Proposed branch: | lp:~mandel/ubuntu-system-settings/donot-query-on-error |
| Merge into: | lp:ubuntu-system-settings |
| Prerequisite: | lp:~ken-vandine/ubuntu-system-settings/emit_credentials_deleted |
| Diff against target: |
554 lines (+147/-117) 12 files modified
plugins/system-update/PageComponent.qml (+1/-2) plugins/system-update/download_tracker.cpp (+1/-1) plugins/system-update/network.cpp (+104/-66) plugins/system-update/network.h (+12/-17) plugins/system-update/plugin/CMakeLists.txt (+1/-1) plugins/system-update/update.h (+1/-4) plugins/system-update/update_manager.cpp (+10/-12) plugins/system-update/update_manager.h (+4/-8) tests/plugins/system-update/CMakeLists.txt (+1/-1) tests/plugins/system-update/fakenetwork.cpp (+1/-2) tests/plugins/system-update/fakenetwork.h (+10/-2) tests/plugins/system-update/tst_network.cpp (+1/-1) |
| To merge this branch: | bzr merge lp:~mandel/ubuntu-system-settings/donot-query-on-error |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-08-27 | |
| Ken VanDine | 2015-08-27 | Approve on 2015-08-27 | |
|
Review via email:
|
|||
Commit Message
Sign the query in order to get a possible auth error from the server and stop the user from trying to do updates with invalid creds.
Description of the Change
Sign the query in order to get a possible auth error from the server and stop the user from trying to do updates with invalid creds.
- 1513. By Manuel de la Peña on 2015-08-27
-
Improve the ui used to show the lack of creds.
| Ken VanDine (ken-vandine) wrote : | # |
- 1514. By Manuel de la Peña on 2015-08-27
-
Move the network to its correct location.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1512
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1514
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://


This looks great, one suggestion:
In PageComponent.qml, handle onCredentialsDe leted the same as onCredentialsNo tFound. This will show the prompt to signin to U1 under the system update.