summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Added class2rst.py and class2uml.py tools.Jan Safranek2012-12-102-0/+671
|
* fixed most of pylint errorsMichal Minar2012-11-291-0/+3
| | | | | | | | | also modified mof, so it's better parseable greatly reduced pylint errors and warnings LMI_SoftwareInstalledPackage now returns reference to Linux_ComputerSystem instead of CIM_ComputerSystem
* added pylintlmi checker for python source checkingMichal Minar2012-11-287-0/+566
| | | | | | | | | | | | | | | | | | pylintlmi uses pylint (python source code checking utility) - giving it custom configuration for openlmi project and plugins with additional checks for usage see src/software/README renamed directory "src/software/providers" to "src/software/openlmi/software" * allows installation to custom PYTHONPATH together with openlmi-python egg * that also allows running pylint on sources in devel directory without messages like: W0403: 28,0: Relative import 'openlmi.software.core', should be 'openlmi.software.openlmi.software.core' E0611: 28,0: No name 'software' in module 'openlmi' F0401: 28,0: Unable to import 'openlmi.software.core'
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersMichal Minar2012-11-225-61/+330
|\ | | | | | | | | Conflicts: tools/mof2wiki.sh
| * Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-125-41/+74
| |
| * mof2wiki: Convert methodsRoman Rakus2012-11-081-34/+68
| | | | | | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
| * Improved mof2wiki.shRoman Rakus2012-11-081-20/+222
| | | | | | | | | | | | | | Now it can create list of defined classes, newly created properties and created references. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* | fixed regex for parsing mof filesMichal Minar2012-11-221-1/+1
|/
* mof2wiki scriptRoman Rakus2012-11-071-0/+41
| | | | | | Script allows to create wiki table of classes defined in mof file. Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Added -s and -A parametersJan Safranek2012-11-012-8/+46
|
* Mark all scripts executable.Jan Safranek2012-09-074-0/+0
|
* Use sans-serif fonts for diagrams.Jan Safranek2012-09-071-2/+2
|
* Added class2* tools.Jan Safranek2012-09-053-0/+641
|
* Added cim2dot tool.Jan Safranek2012-09-051-0/+231
|
* Added GPL header.Jan Safranek2012-09-051-0/+15
|
* tools: new tool cql.py - interactive console for running CQL queriesRadek Novacek2012-08-151-0/+151