summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added support for appending libxml2.xmlNode directly to xmloutDavid Sommerseth2009-06-111-0/+6
|/
* version bump to 0.7-1Clark Williams2009-05-261-0/+7
|
* added help parameters to options; first cut at oprofile setup routineClark Williams2009-05-261-3/+27
|
* version bump to 0.7; added requires for python-schedutilsClark Williams2009-04-271-3/+3
|
* added dmidecode data back into make XML file; renamed XML file to 'summary.xml'Clark Williams2009-04-271-11/+7
|
* added code to create compressed tarball of resultsClark Williams2009-04-231-4/+21
|
* Merge branch 'davids' into clarkClark Williams2009-04-210-0/+0
|\
| * Merge commit 'davids/xml' into davidsClark Williams2009-04-213-21/+83
| |\
| * \ Merge commit 'origin/xml' into xmlDavid Sommerseth2009-03-130-0/+0
| |\ \
* | | | modified rteval/rteval.py to put dmidecode data in separate file (dmidecode.xml)Clark Williams2009-04-211-3/+9
| | | |
* | | | changed rteval/cyclictest to use "cyclictest.dat" as raw data fileClark Williams2009-04-211-2/+5
| | | |
* | | | added Makefile code to create run directoryClark Williams2009-04-211-0/+1
| | | |
* | | | bumped release number for binary data fix from DMIClark Williams2009-03-181-1/+4
| | | |
* | | | add logic to deal with non-string data coming from DMI tables in xmlout.pyClark Williams2009-03-181-0/+2
| | | |
* | | | updated specfile changelog and releaseClark Williams2009-03-181-2/+6
| | | |
* | | | reworked XSL template logic; added feedback message at startupClark Williams2009-03-181-7/+6
| | | |
* | | | updated specfile to install xsl templateClark Williams2009-03-181-1/+5
| | | |
* | | | added require for python-dmidecode to rteval.specClark Williams2009-03-181-0/+1
| | | |
* | | | updated changelogClark Williams2009-03-181-0/+1
| | | |
* | | | added requires for libxslt-pythonClark Williams2009-03-181-2/+5
| | | |
* | | | fixed race condition in xmlout constructor/destructor with initialization of ↵Clark Williams2009-03-181-1/+2
| | | | | | | | | | | | | | | | level member
* | | | added requires for libxslt and bumped release in rteval.specClark Williams2009-03-181-2/+6
| | | |
* | | | fixed typo in rteval/rteval.pyClark Williams2009-03-181-2/+2
| | | |
* | | | version bump to 0.6Clark Williams2009-03-182-3/+10
| | | |
* | | | added dmi code; simplified so that must be root to runClark Williams2009-03-181-6/+6
| | | |
* | | | modified hackbench cleanup to ignore output of "killall"Clark Williams2009-03-181-1/+3
| | | |
* | | | Merge branch 'xml'Clark Williams2009-03-183-6/+221
|\ \ \ \ | | |_|/ | |/| |
| * | | ignore xml filesClark Williams2009-03-181-0/+1
| | | |
| * | | changed __fixtag to use translate mechaism; added translation table to ↵Clark Williams2009-03-161-7/+14
| | | | | | | | | | | | | | | | translate whitespace, parens and colons to underbar or dash
| * | | reworked so that dmi will work with rteval; removed try/except block (will ↵Clark Williams2009-03-161-13/+12
| | | | | | | | | | | | | | | | throw exception if not root); added smbios member
| * | | added fixtag() to remove whitespace; added section descriptions for dmiClark Williams2009-03-162-3/+127
| |\| |
| | * | Added replacing of space to underscore in XML tags and added possibility to ↵David Sommerseth2009-03-121-6/+11
| | | | | | | | | | | | | | | | add prefix to tags in XMLOut::ParseData()
| | * | first cut at formatting dmi infoClark Williams2009-03-121-0/+80
| | | |
| | * | Added possibility to change the tag name of tuples when tuples are being parsedDavid Sommerseth2009-03-121-2/+6
| | | |
| | * | Added a new input data parser to the XMLOut classDavid Sommerseth2009-03-121-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | The new parser, XMLOut::ParseData(...) will also traverse dict and tuple data types and build up a matching XML structure
| * | | made tags safeClark Williams2009-03-122-4/+8
| | |/ | |/|
| * | first cut at formatting dmi infoClark Williams2009-03-121-0/+80
| |/
* / added __del__ method to hackbench to try and clean up any lingering child ↵Clark Williams2009-03-091-0/+3
|/ | | | processes
* Adopted rteval.py to make use of built-in XSLT processorDavid Sommerseth2009-03-091-24/+27
|
* reworked finding support files; added code to report to run xsltproc; call ↵Clark Williams2009-03-061-11/+17
| | | | report after calling genxml
* rearranged a bitClark Williams2009-03-061-5/+9
|
* Merge branch 'davids' into xmlClark Williams2009-03-062-17/+77
|\
| * Implemented LoadReport() methodDavid Sommerseth2009-03-062-13/+71
| | | | | | | | | | | | | | | | | | | | With this method you can now load an already generated report and parse it via defined XSLT files more easily. The root node of the loaded report must match the tag name given in the XMLOut constructor. LoadReport can also be set to validate the version tag against what's set as version in the constructor as well.
| * Moved __del__ method to a better place. Added a missing xmlDoc.freeDoc()David Sommerseth2009-03-061-4/+6
| |
* | Merge branch 'davids' into xmlClark Williams2009-03-064-52/+201
|\|
| * Implemented XSLT processing to the XMLOut classDavid Sommerseth2009-03-061-8/+45
| |
| * Fixed even more encoding issuesDavid Sommerseth2009-03-061-4/+17
| |
| * Fixed some XML encoding issuesDavid Sommerseth2009-03-062-14/+8
| | | | | | | | | | | | API change on the XMLOut::Write(...) method. It now takes a filename and not a file descriptor. A filename which is set to "-" will be interpreted as stdout in libxml2
| * Changed XML implementation (PyXML -> libxml2)David Sommerseth2009-03-061-13/+10
| | | | | | | | | | | | | | | | Changed from xml.dom.minidom from PyXML to libxml2 based XML implementation, since libxslt is the only availble XSLT processor which I found for Python. The needed packages is found in libxml2-python and libxslt-python.
| * Added extra check in XMLOut::close, corrected an error messageDavid Sommerseth2009-03-051-1/+3
| |