summaryrefslogtreecommitdiff
path: root/targetcli/ui_root.py
Commit message (Expand)AuthorAgeFilesLines
* Fix changing savedir directory modeLee Duncan2023-04-241-4/+6
* saveconfig: set right perms on /etc/target/ dirPrasanna Kumar Kalever2020-06-011-15/+25
* saveconfig: set right perms on backup dirPrasanna Kumar Kalever2020-06-011-3/+10
* saveconfig: set 0o600 perms on backupfilesPrasanna Kumar Kalever2020-06-011-0/+5
* Merge pull request #141 from cvubrugier/remove-epydocMaurizio Lombardi2019-11-041-9/+8
|\
| * Remove Epydoc markup from command messagesChristophe Vu-Brugier2019-08-011-9/+8
* | restoreconfig: add ability to restore/reload single target or storage_objectPrasanna Kumar Kalever2019-08-131-2/+6
|/
* Remove the extra semicolon in _save_backupstang.wenji2019-02-261-1/+1
* targetcli-fb: Fix raise exception error in _save_backupsLeo Zhang2019-01-091-1/+1
* saveconfig: compress the backup config filesPrasanna Kumar Kalever2018-11-281-5/+39
* fix amount of backup files in backup dirtangwenji2018-04-121-1/+1
* config: add saveconfig command to StorageObject levelPrasanna Kumar Kalever2018-03-271-47/+63
* Fix default max_backup_files in ui_command_saveconfigtangwenji2018-03-151-1/+1
* backup: global option to tune max no. of backup conf filesPrasanna Kumar Kalever2017-12-201-3/+5
* config: rename key 'kept_backups' as 'max_backup_files'Prasanna Kumar Kalever2017-12-191-5/+5
* config: backup when current config is different from recent backup copyPrasanna Kumar Kalever2017-12-181-24/+29
* config: defend on '/etc/target/backup' directoryPrasanna Kumar Kalever2017-12-151-21/+29
* Read number of backup files to keep from fileTaylor Jakobson2017-11-011-1/+10
* Properly detect errors when writing backup files. (Closes: #80) (#81)Christian Seiler2017-03-231-10/+18
* Clear backstore cache on refreshAmartey Pearson2017-01-231-0/+4
* Fix the "unused import" warnings reported by PylintChristophe Vu-Brugier2015-06-051-1/+0
* Support Python 3 with "six" instead of running `2to3`Christophe Vu-Brugier2015-06-031-10/+11
* Autocomplete for restoreconfig and clearconfigAndy Grover2014-12-171-1/+14
* Change targetcli to use new package import namesAndy Grover2014-12-021-3/+3
* Use any() for seeing if fm.wwns generates anythingAndy Grover2014-11-131-1/+1
* Fix issue with sessions detail commandAndy Grover2014-11-041-1/+1
* Change targetcli for configshell exception changeAndy Grover2014-03-031-7/+5
* Use new rtslib restore_from_file and save_to_file APIsAndy Grover2013-11-201-15/+6
* Save RTSRoot to a member variableAndy Grover2013-11-201-7/+7
* Replace filter() with list comprehensionsChristophe Vu-Brugier2013-10-111-1/+1
* targetcli: Change copyright to Apache License 2.0Nicholas Bellinger2013-07-231-10/+10
* Fix pychecker questionable codeAndy Grover2013-05-091-1/+1
* Use 'with ignored'Andy Grover2013-04-121-3/+2
* Save N backups of config fileAndy Grover2013-02-121-9/+23
* Change summary formats to "<thing>s: X" and handle rtslib changesAndy Grover2013-02-061-1/+1
* Use new restore functionality to provide better restoreconfig errorsAndy Grover2013-01-071-1/+3
* Safer savefile writingAndy Grover2012-08-071-1/+4
* Only show fabrics present in the systemAndy Grover2012-08-011-2/+4
* Update ui_command_sessionsAndy Grover2012-03-191-44/+50
* + command options for sessions, close #11Johannes Dewender2012-03-151-29/+69
* + root command sessions, re #11Johannes Dewender2012-03-151-0/+45
* Shorten output by only printing basename of backup fileAndy Grover2012-02-131-1/+1
* Remove differential behavior based on self.loadedv2.0rc1.fb7Andy Grover2012-02-071-11/+2
* Don't load fabric modules on init.Andy Grover2012-02-071-18/+1
* Savefile may contain passwords, chmod to 600Andy Grover2012-01-251-0/+2
* Print better error messagesAndy Grover2012-01-121-3/+10
* Fixup clearconfig param parsing a littleAndy Grover2011-12-131-2/+4
* Simplify targetcli version commandAndy Grover2011-12-091-13/+1
* Use expanduser(), check for existence in restoreconfig()Andy Grover2011-12-091-0/+9
* Clean up importsAndy Grover2011-12-091-8/+2