-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API request: setting description of transaction with libtukit #55
Comments
Thanks for the feedback! I'm currently working on exposing / integrating more direct snapshot handling functionality for the dbus interface. I'll make sure setting the description will be part of it! |
I assume the snapshot description should be set when the snapshot is created. This leads to two options:
Any preference? |
Either should be fine with me. |
Implemented as an optional parameter now, and also reworked the D-Bus interface to support it. |
https://build.opensuse.org/request/show/993808 by user fos + dimstar_suse - Version 4.0.0 (final) - Changed "List" method of Snapshot D-Bus interface to return a map of properties instead of a comma separated list of strings; this will allow retrieving the snapshot properties even if they contain a comma in their value [boo#1202147] - Remove "Snapshot.hpp" as a public API for now - all public functionality is part of SnapshotManager.hpp - Add header file documentation for SnapshotManager.hpp - Add method to delete snapshot [gh#openSUSE/transactional-update#52] - Allow setting description of snapshot [gh#openSUSE/transactional-update#55] - create_dirs_from_rpmdb: set SELinux file context of missing directories [gh#openSUSE/transactional-update#84], [bsc#1197242] - Fix broken logrotate due to typo in config file [gh#openSUSE/transactional-update#87]
Something I've noticed is that I don't seem to have a way to set descriptions for transactions. It'd be nice if there was a way to be able to set a description for a snapshot so that I can put the command or action into the description through the txnupd plugin.
The text was updated successfully, but these errors were encountered: