User story #2098
closedAdd a button to export User library in administration>archive screen
Description
In the same idea that we are able to export configuration rules to XML files, we want to be able to export the user library.
The specification are given here: http://www.rudder-project.org/foswiki/Development/Pi_cr_group_export_import
The main tasks in that user story are:
- create a marshaller (serialiser to XML) for User Policy Template files (we don't have that one yet);
- create a service to dump the user library into file, correctly calling marshaller on objects;
- delete files in the target directory
- dump file in the target directory
- commit
Updated by François ARMAND almost 13 years ago
- Status changed from 8 to 2
That is the next step.
First, add a button and enhanced the snippet. Then build the service.
Updated by François ARMAND almost 13 years ago
- Status changed from 2 to In progress
Updated by François ARMAND almost 13 years ago
Start by adding a serialisation for User Library Policy categories. That one does not exists yet, because category creation/uptdate/move/deletion are not recorded events.
Updated by François ARMAND almost 13 years ago
User Library Policy categories archiving is working.
Updated by François ARMAND almost 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 6764fdf70df94860db9a3db6a98f51cc480479d1.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to 10
This very large commit looks valid from a technical point of view
Thank you Francois
Updated by Jonathan CLARKE almost 13 years ago
- Status changed from 10 to Released
These requests behave as expected. I've expressed a need to improve the ergnonmy of the Administration > Archives screen in #2268