core-admin/qubes
Wojtek Porczyk c4ef02c377 qubes/mgmt: explicit method decorator and misc improvements
- Get rid of @not_in_api, exchange for explicit @api() decorator.
- Old @no_payload decorator becomes an argument (keyword-only).
- Factor out AbstractQubesMgmt class to be a base class for other mgmt
  backends.
- Use async def instead of @asyncio.coroutine.

QubesOS/qubes-issues#2622
2017-04-03 21:55:01 +02:00
..
ext qubes/vm/qubesvm: async def start 2017-03-30 23:04:55 +02:00
qmemman qmemman: update for py3k 2017-02-27 02:37:49 +01:00
storage mgmt: implement storage-related methods 2017-03-16 20:04:01 +01:00
tests mgmt: move property value sanitization to property definition 2017-03-31 11:55:24 +02:00
tools Merge remote-tracking branch 'marmarek/core3-mgmt-methods1' into core3-devel 2017-04-01 18:33:54 +02:00
vm Merge remote-tracking branch 'marmarek/core3-mgmt-methods1' into core3-devel 2017-04-01 18:33:54 +02:00
__init__.py mgmt: move property value sanitization to property definition 2017-03-31 11:55:24 +02:00
app.py qubes/app: fix notifying about default_netvm change 2017-03-16 20:04:05 +01:00
backup.py backup: make hmac verification more defensive 2017-02-27 02:37:52 +01:00
config.py mgmt: add label-related calls 2017-03-16 20:04:04 +01:00
core2migration.py qubes/core2migration: update locking API 2017-02-27 02:37:47 +01:00
devices.py qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
dochelpers.py Add documentation for mgmt 2017-03-13 21:51:52 +01:00
events.py qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
exc.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
firewall.py qubes/events: they accept only keyword arguments 2017-02-21 14:46:42 +01:00
log.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
mgmt.py qubes/mgmt: explicit method decorator and misc improvements 2017-04-03 21:55:01 +02:00
rngdoc.py Add documentation for mgmt 2017-03-13 21:51:52 +01:00
tarwriter.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
utils.py misc pylint fixes related to qubesd 2017-02-08 15:37:39 +01:00