core-admin-client/qubesadmin
Marek Marczykowski-Górecki 114f6fb250
backup/restore: improve error message about restoring tags
Before reporting a tag as not restored, verify if it really wasn't
restored. Generally created-by-* tags cannot be created manually. But
when restoring a backup in dom0, created-by-dom0 tag is added, which in
many cases will match what want to be restored.

Adjust tests to check this too.
2020-08-04 04:06:29 +02:00
..
backup backup/restore: improve error message about restoring tags 2020-08-04 04:06:29 +02:00
events events: implicitly enable caching when creating EventsDispatcher 2020-05-22 19:28:51 +02:00
tests backup/restore: improve error message about restoring tags 2020-08-04 04:06:29 +02:00
tools Add qubes-guivm-session utility 2020-07-29 12:11:03 +02:00
vm Cache power state when caching is enabled 2020-05-22 19:28:51 +02:00
__init__.py
app.py Fix VM validity check for cached VM objects 2020-07-14 16:10:49 +02:00
base.py Try to use new property.GetAll method to pre-fill the cache 2020-05-22 19:01:24 +02:00
config.py
devices.py Do not check for object existence when got it with another Admin API call 2020-05-18 04:37:48 +02:00
exc.py
features.py
firewall.py Fixed inconsistent firewall address checking 2020-07-14 20:10:34 +02:00
label.py Make Label() object hashable 2020-07-29 03:50:11 +02:00
log.py
spinner.py
storage.py Add admin.vm.volume.Clear call (QubesOS/qubes-issues#5946) 2020-07-14 01:48:19 +08:00
tags.py
utils.py