50d34755fa
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:*`. |
||
---|---|---|
.. | ||
api | ||
ext | ||
qmemman | ||
storage | ||
tests | ||
tools | ||
vm | ||
__init__.py | ||
app.py | ||
backup.py | ||
config.py | ||
core2migration.py | ||
devices.py | ||
dochelpers.py | ||
events.py | ||
exc.py | ||
firewall.py | ||
log.py | ||
rngdoc.py | ||
tarwriter.py | ||
utils.py |