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:*`. |
||
---|---|---|
ci | ||
contrib | ||
doc | ||
etc | ||
linux | ||
qubes | ||
qubes-rpc | ||
qubes-rpc-policy | ||
qubespolicy | ||
qvm-tools | ||
relaxng | ||
rpm_spec | ||
templates | ||
test-packages | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.pylintrc | ||
.travis.yml | ||
installer.wxs | ||
LICENSE | ||
Makefile | ||
Makefile.builder | ||
README.md | ||
run-tests | ||
setup.cfg | ||
setup.py | ||
version |
Qubes core, version 3
This is master branch of the Qubes OS core.
API documentation is available: https://dev.qubes-os.org/projects/core-admin/en/latest/.