Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added support for appending libxml2.xmlNode directly to xmlout | David Sommerseth | 2009-06-11 | 1 | -0/+6 | |
|/ | ||||||
* | version bump to 0.7-1 | Clark Williams | 2009-05-26 | 1 | -0/+7 | |
| | ||||||
* | added help parameters to options; first cut at oprofile setup routine | Clark Williams | 2009-05-26 | 1 | -3/+27 | |
| | ||||||
* | version bump to 0.7; added requires for python-schedutils | Clark Williams | 2009-04-27 | 1 | -3/+3 | |
| | ||||||
* | added dmidecode data back into make XML file; renamed XML file to 'summary.xml' | Clark Williams | 2009-04-27 | 1 | -11/+7 | |
| | ||||||
* | added code to create compressed tarball of results | Clark Williams | 2009-04-23 | 1 | -4/+21 | |
| | ||||||
* | Merge branch 'davids' into clark | Clark Williams | 2009-04-21 | 0 | -0/+0 | |
|\ | ||||||
| * | Merge commit 'davids/xml' into davids | Clark Williams | 2009-04-21 | 3 | -21/+83 | |
| |\ | ||||||
| * \ | Merge commit 'origin/xml' into xml | David Sommerseth | 2009-03-13 | 0 | -0/+0 | |
| |\ \ | ||||||
* | | | | modified rteval/rteval.py to put dmidecode data in separate file (dmidecode.xml) | Clark Williams | 2009-04-21 | 1 | -3/+9 | |
| | | | | ||||||
* | | | | changed rteval/cyclictest to use "cyclictest.dat" as raw data file | Clark Williams | 2009-04-21 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | added Makefile code to create run directory | Clark Williams | 2009-04-21 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | bumped release number for binary data fix from DMI | Clark Williams | 2009-03-18 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | add logic to deal with non-string data coming from DMI tables in xmlout.py | Clark Williams | 2009-03-18 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | updated specfile changelog and release | Clark Williams | 2009-03-18 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | reworked XSL template logic; added feedback message at startup | Clark Williams | 2009-03-18 | 1 | -7/+6 | |
| | | | | ||||||
* | | | | updated specfile to install xsl template | Clark Williams | 2009-03-18 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | added require for python-dmidecode to rteval.spec | Clark Williams | 2009-03-18 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | updated changelog | Clark Williams | 2009-03-18 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | added requires for libxslt-python | Clark Williams | 2009-03-18 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | fixed race condition in xmlout constructor/destructor with initialization of ↵ | Clark Williams | 2009-03-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | level member | |||||
* | | | | added requires for libxslt and bumped release in rteval.spec | Clark Williams | 2009-03-18 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | fixed typo in rteval/rteval.py | Clark Williams | 2009-03-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | version bump to 0.6 | Clark Williams | 2009-03-18 | 2 | -3/+10 | |
| | | | | ||||||
* | | | | added dmi code; simplified so that must be root to run | Clark Williams | 2009-03-18 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | modified hackbench cleanup to ignore output of "killall" | Clark Williams | 2009-03-18 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Merge branch 'xml' | Clark Williams | 2009-03-18 | 3 | -6/+221 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | ignore xml files | Clark Williams | 2009-03-18 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | changed __fixtag to use translate mechaism; added translation table to ↵ | Clark Williams | 2009-03-16 | 1 | -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 Williams | 2009-03-16 | 1 | -13/+12 | |
| | | | | | | | | | | | | | | | | throw exception if not root); added smbios member | |||||
| * | | | added fixtag() to remove whitespace; added section descriptions for dmi | Clark Williams | 2009-03-16 | 2 | -3/+127 | |
| |\| | | ||||||
| | * | | Added replacing of space to underscore in XML tags and added possibility to ↵ | David Sommerseth | 2009-03-12 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | | add prefix to tags in XMLOut::ParseData() | |||||
| | * | | first cut at formatting dmi info | Clark Williams | 2009-03-12 | 1 | -0/+80 | |
| | | | | ||||||
| | * | | Added possibility to change the tag name of tuples when tuples are being parsed | David Sommerseth | 2009-03-12 | 1 | -2/+6 | |
| | | | | ||||||
| | * | | Added a new input data parser to the XMLOut class | David Sommerseth | 2009-03-12 | 1 | -0/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The new parser, XMLOut::ParseData(...) will also traverse dict and tuple data types and build up a matching XML structure | |||||
| * | | | made tags safe | Clark Williams | 2009-03-12 | 2 | -4/+8 | |
| | |/ | |/| | ||||||
| * | | first cut at formatting dmi info | Clark Williams | 2009-03-12 | 1 | -0/+80 | |
| |/ | ||||||
* / | added __del__ method to hackbench to try and clean up any lingering child ↵ | Clark Williams | 2009-03-09 | 1 | -0/+3 | |
|/ | | | | processes | |||||
* | Adopted rteval.py to make use of built-in XSLT processor | David Sommerseth | 2009-03-09 | 1 | -24/+27 | |
| | ||||||
* | reworked finding support files; added code to report to run xsltproc; call ↵ | Clark Williams | 2009-03-06 | 1 | -11/+17 | |
| | | | | report after calling genxml | |||||
* | rearranged a bit | Clark Williams | 2009-03-06 | 1 | -5/+9 | |
| | ||||||
* | Merge branch 'davids' into xml | Clark Williams | 2009-03-06 | 2 | -17/+77 | |
|\ | ||||||
| * | Implemented LoadReport() method | David Sommerseth | 2009-03-06 | 2 | -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 Sommerseth | 2009-03-06 | 1 | -4/+6 | |
| | | ||||||
* | | Merge branch 'davids' into xml | Clark Williams | 2009-03-06 | 4 | -52/+201 | |
|\| | ||||||
| * | Implemented XSLT processing to the XMLOut class | David Sommerseth | 2009-03-06 | 1 | -8/+45 | |
| | | ||||||
| * | Fixed even more encoding issues | David Sommerseth | 2009-03-06 | 1 | -4/+17 | |
| | | ||||||
| * | Fixed some XML encoding issues | David Sommerseth | 2009-03-06 | 2 | -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 Sommerseth | 2009-03-06 | 1 | -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 message | David Sommerseth | 2009-03-05 | 1 | -1/+3 | |
| | |