Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logicalfile: log when running in verbose mode | Jan Synacek | 2014-04-25 | 1 | -0/+4 |
| | |||||
* | doc: regenerated cli html documenation | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | doc: created common makefile for documentation | Michal Minar | 2014-04-24 | 1 | -172/+1 |
| | | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others. | ||||
* | doc: use openlmitheme | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | require openlmi-tools instead of openlmi-scripts | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command. | ||||
* | unified script versions | Michal Minar | 2014-03-17 | 3 | -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 updates | Michal Minar | 2014-02-24 | 4 | -3/+24 |
| | | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy. | ||||
* | preparation for release | Michal Minar | 2014-02-24 | 1 | -1/+1 |
| | | | | Bumped versions of command libraries. | ||||
* | turned logging messages into sentences | Michal Minar | 2014-02-13 | 1 | -1/+1 |
| | | | | | Which means that all messages have first letter uppercased and are terminated with a dot. | ||||
* | tests: fixed package name of logicalfile's test | Michal Minar | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | tests: fixed test names | Michal Minar | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | logicalfile: added basic test suite | Michal Minar | 2014-02-10 | 4 | -0/+269 |
| | | | | | Main focus was to ensure that non-ascii characters are handled correctly. | ||||
* | file: let the exception propagate | Michal Minar | 2014-02-05 | 1 | -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 error | Michal Minar | 2014-02-05 | 1 | -2/+2 |
| | |||||
* | Updated copyright year | Peter Schiffer | 2014-01-29 | 6 | -6/+6 |
| | |||||
* | Rename 'lf' command to 'file'. | Jan Safranek | 2014-01-21 | 4 | -9/+9 |
| | | | | 'lf' is not intuitive, it does not say anything to CIM newbies. | ||||
* | logicalfile: do not hardcode ComputerSystem class name | Michal Minar | 2013-11-06 | 2 | -4/+5 |
| | |||||
* | logicalfile: added readme | Michal Minar | 2013-10-16 | 1 | -0/+4 |
| | |||||
* | moved formatter commands to their own module | Michal Minar | 2013-09-17 | 1 | -2/+3 |
| | |||||
* | added logical file documentation | Michal Minar | 2013-09-17 | 6 | -0/+507 |
| | |||||
* | logicalfile: improve doc and simplify callables in classes | Jan Synacek | 2013-09-16 | 1 | -31/+10 |
| | |||||
* | logicalfile: improve output | Jan Synacek | 2013-09-16 | 1 | -3/+3 |
| | |||||
* | logicalfile: treat classnames case-insensitively | Jan Synacek | 2013-09-16 | 1 | -7/+7 |
| | |||||
* | logicalfile: don't depend on openlmi-tools | Jan Synacek | 2013-09-16 | 1 | -1/+1 |
| | | | | openlmi-scripts already does that. | ||||
* | add logicalfile scripts | Jan Synacek | 2013-09-13 | 6 | -0/+467 |