lp://staging/~nataliabidart/ubuntu-sso-client/stable-3-0-update-2.99.2
- Get this branch:
- bzr branch lp://staging/~nataliabidart/ubuntu-sso-client/stable-3-0-update-2.99.2
Branch merges
- dobey (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 8787 lines (+3936/-3449)37 files modifiedubuntu_sso/account.py (+11/-14)
ubuntu_sso/credentials.py (+61/-25)
ubuntu_sso/logger.py (+20/-0)
ubuntu_sso/main/__init__.py (+257/-111)
ubuntu_sso/main/linux.py (+181/-164)
ubuntu_sso/main/tests/__init__.py (+37/-0)
ubuntu_sso/main/tests/test_clients.py (+373/-0)
ubuntu_sso/main/tests/test_common.py (+911/-155)
ubuntu_sso/main/tests/test_linux.py (+0/-1275)
ubuntu_sso/main/tests/test_windows.py (+18/-926)
ubuntu_sso/main/windows.py (+185/-663)
ubuntu_sso/networkstate/__init__.py (+8/-0)
ubuntu_sso/networkstate/linux.py (+24/-0)
ubuntu_sso/networkstate/tests/test_linux.py (+137/-2)
ubuntu_sso/networkstate/tests/test_windows.py (+64/-0)
ubuntu_sso/networkstate/windows.py (+13/-5)
ubuntu_sso/qt/controllers.py (+12/-3)
ubuntu_sso/qt/tests/__init__.py (+7/-4)
ubuntu_sso/qt/tests/login_u_p.py (+37/-29)
ubuntu_sso/qt/tests/show_gui.py (+36/-20)
ubuntu_sso/qt/tests/test_controllers.py (+0/-2)
ubuntu_sso/tests/__init__.py (+41/-0)
ubuntu_sso/tests/test_account.py (+17/-3)
ubuntu_sso/tests/test_credentials.py (+11/-14)
ubuntu_sso/utils/ipc.py (+361/-0)
ubuntu_sso/utils/tests/test_common.py (+5/-1)
ubuntu_sso/utils/tests/test_ipc.py (+505/-0)
ubuntu_sso/utils/tests/test_txsecrets.py (+22/-0)
ubuntu_sso/utils/webclient/common.py (+16/-4)
ubuntu_sso/utils/webclient/gsettings.py (+63/-0)
ubuntu_sso/utils/webclient/libsoup.py (+32/-4)
ubuntu_sso/utils/webclient/qtnetwork.py (+36/-6)
ubuntu_sso/utils/webclient/restful.py (+52/-0)
ubuntu_sso/utils/webclient/tests/test_gsettings.py (+131/-0)
ubuntu_sso/utils/webclient/tests/test_restful.py (+148/-0)
ubuntu_sso/utils/webclient/tests/test_webclient.py (+96/-16)
ubuntu_sso/utils/webclient/txweb.py (+8/-3)
Related bugs
Bug #804610: Missing page: No network detected | Undecided | Fix Released | |
Bug #834730: Use SignalBroadcaster and RemoteMeta from ubuntu sso client | High | Fix Released | |
Bug #884963: proxy integration tests | Undecided | Fix Released | |
Bug #884968: common proxy-aware web client | Undecided | Fix Released | |
Bug #884971: common proxy-aware web client: libsoup backend | Undecided | Fix Released | |
Bug #911844: The common webclient should be able to handle urls that are unicode and not str | Undecided | Fix Released | |
Bug #912920: Test run polluted with spurious dbus errors | Low | Fix Released |
Related blueprints
Branch information
Recent revisions
- 821. By Natalia Bidart
-
[ Alejandro J. Cura <email address hidden> ]
- An async, proxy-enabled replacement for lazr.restfulclient
- Fix filter that broke maverick and lucid build; removed demo script that
gives lint error.
- Proxy aware webclient with QtNetwork and libsoup backends, and integration
tests (LP: #884963 LP: #884968 LP: #884970 LP: #884971 LP: #911844).
- Silence warnings printed by dbus on the test run (LP: #912920).[ Natalia B. Bidart <email address hidden> ]
- Remove duplications and unify code for IPC using Twisted's Perspective
Broker between ubuntu-sso-client and ubuntuone-client (LP: #834730).[ Diego Sarmentero <email address hidden> ]
- Fixed: Missing page: No network detected (LP: #804610). - 818. By Natalia Bidart
-
[ Guillermo Gonzalez <email address hidden> ]
- Remove _ping_url inlineCallbacks and make it return a deferred in order to
make it work with twisted 11.1 (LP: #910163).
[ Rodney Dawes <email address hidden> ]
- Disable a lint warning, to prevent builds failing on Lucid - 816. By Natalia Bidart
-
[ Alejandro J. Cura <email address hidden> ]
- An async webclient with qtnetwork and libsoup backends, to be used for
proxy support.
- Use the dedicated time url (LP: #891644).[ Diego Sarmentero <email address hidden> ]
- Fixed pep8 issue.
- Fix double back navigation in SSO reset code page (LP: #862403).[ Manuel de la Pena <email address hidden> ]
- Fixed the tests by ensuring that the server and the client are correctly
closed.
- Changed the import from ubuntuone-dev-tools so that we do not use the
deprecated API.[ Natalia B. Bidart <email address hidden> ]
- Do not hardcode the app_name when showing the TC_NOT_ACCEPTED message
(LP: #TC_NOT_ACCEPTED).
- Pass module for test to u1trial properly.
- Have a single executable to start the service (LP: #890416).
- Lint fixes (LP: #890349). - 812. By Diego Sarmentero
-
Fixed: GTK UI shows %{app_name}s in the congratulations page (LP: #889155).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-sso-client