lp:~oubiwann/ubuntu-accomplishments-system/946850-twisted-app
- Get this branch:
- bzr branch lp:~oubiwann/ubuntu-accomplishments-system/946850-twisted-app
Branch merges
- Jono Bacon: Approve
-
Diff: 1248 lines (+504/-345)7 files modifiedaccomplishments/daemon/api.py (+276/-279)
accomplishments/daemon/app.py (+36/-11)
accomplishments/daemon/dbusapi.py (+46/-38)
accomplishments/daemon/service.py (+80/-0)
accomplishments/gui/TrophyinfoWindow.py (+1/-1)
accomplishments/util/__init__.py (+37/-1)
bin/daemon (+28/-15)
Related bugs
Bug #946850: Add support for running the daemon the "Twisted Way" | Critical | Fix Released |
Related blueprints
Branch information
Recent revisions
- 111. By Duncan McGreggor
-
* Removed trophy_received from api.
* Removed DBusSignals class and it's trophy_received, moving it down to its
duplicate method in the AccompDBusService class.
* Updated .api references of trophy_received to use the service attribute.
* Added a missing close parens.
* Fixed some more logging references. - 106. By Duncan McGreggor
-
* Added another check for the launchpad email error (code 4).
* Switched some calls from logging to twisted's log. - 105. By Duncan McGreggor
-
* Moved the subprocess protocol into util where it could be used by everyone
easily.
* Updated the gpg util to use this process protocol. - 104. By Duncan McGreggor
-
* Removed the unused call/err backs from gpg util.
* Fixed a bad reference to a non-existent logger. - 102. By Duncan McGreggor
-
* Added support for importing the supplied gpg key.
* Added support for defining the object path in the app configuration.
* Added logging to all services for start up and shut down.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)