summaryrefslogtreecommitdiffstats
path: root/commands/logicalfile
Commit message (Collapse)AuthorAgeFilesLines
* logicalfile: log when running in verbose modeJan Synacek2014-04-251-0/+4
|
* doc: regenerated cli html documenationMichal Minar2014-04-241-1/+1
|
* doc: created common makefile for documentationMichal Minar2014-04-241-172/+1
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-241-1/+1
|
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-241-1/+1
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* unified script versionsMichal Minar2014-03-173-26/+5
| | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them.
* documentation updatesMichal Minar2014-02-244-3/+24
| | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* preparation for releaseMichal Minar2014-02-241-1/+1
| | | | Bumped versions of command libraries.
* turned logging messages into sentencesMichal Minar2014-02-131-1/+1
| | | | | Which means that all messages have first letter uppercased and are terminated with a dot.
* tests: fixed package name of logicalfile's testMichal Minar2014-02-131-1/+1
|
* tests: fixed test namesMichal Minar2014-02-131-1/+1
|
* logicalfile: added basic test suiteMichal Minar2014-02-104-0/+269
| | | | | Main focus was to ensure that non-ascii characters are handled correctly.
* file: let the exception propagateMichal Minar2014-02-051-1/+3
| | | | | 'Could not get target ...' error description does not say much about the cause. Let the error propagate upwards.
* file: be more verbose on errorMichal Minar2014-02-051-2/+2
|
* Updated copyright yearPeter Schiffer2014-01-296-6/+6
|
* Rename 'lf' command to 'file'.Jan Safranek2014-01-214-9/+9
| | | | 'lf' is not intuitive, it does not say anything to CIM newbies.
* logicalfile: do not hardcode ComputerSystem class nameMichal Minar2013-11-062-4/+5
|
* logicalfile: added readmeMichal Minar2013-10-161-0/+4
|
* moved formatter commands to their own moduleMichal Minar2013-09-171-2/+3
|
* added logical file documentationMichal Minar2013-09-176-0/+507
|
* logicalfile: improve doc and simplify callables in classesJan Synacek2013-09-161-31/+10
|
* logicalfile: improve outputJan Synacek2013-09-161-3/+3
|
* logicalfile: treat classnames case-insensitivelyJan Synacek2013-09-161-7/+7
|
* logicalfile: don't depend on openlmi-toolsJan Synacek2013-09-161-1/+1
| | | | openlmi-scripts already does that.
* add logicalfile scriptsJan Synacek2013-09-136-0/+467