core-admin/qubes/ext
Marek Marczykowski-Górecki 50d34755fa
vm: include tag/feature name in event name
Rename events:
 - domain-feature-set -> domain-feature-set:feature
 - domain-feature-delete -> domain-feature-delete:feature
 - domain-tag-add -> domain-tag-add:tag
 - domain-tag-delete -> domain-tag-delete:tag

Make it consistent with property-* events. It makes more sense to
include tag/feature name in event name, so handler can watch a single
tag/feature - which is the most common case. Otherwise, most handlers
would begin with `if feature == '...'` anyway, wasting time on most
events.

In cases where multiple features/tags should be handled by a single
handler, it is now possible to register a handler with wildcard, for
example `domain-feature-set:*`.
2018-01-06 15:05:34 +01:00
..
__init__.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
admin.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
block.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
core_features.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
gui.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
pci.py api/admin: exclude regex attribute from DeviceInfo structure 2017-12-05 17:39:32 +01:00
qubesmanager.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
r3compatibility.py typo in docstring 2017-12-05 17:39:34 +01:00
services.py vm: include tag/feature name in event name 2018-01-06 15:05:34 +01:00