summaryrefslogtreecommitdiffstats
path: root/server/xmlparser.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up the XML-RPC serverDavid Sommerseth2009-10-261-289/+0
| | | | | | Removed code not needed any more and updated README with correct information. This is all connected to the introduction of the rteval_parserd process, which is found in ./parser.
* Extract kthreads and services info from XML reportsDavid Sommerseth2009-10-231-1/+1
|
* Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-211-0/+2
| | | | | This new field references submissionqueue.submid, to keep a link between parsed rtevalruns and the original submission.
* Added logic to move parsed files into a specified report directory.David Sommerseth2009-10-201-1/+8
| | | | | This directory is set in the 'xmlrpc_parser' section, with 'reportdir'. If this is not set, it defaults to /var/lib/rteval/reports.
* Added support for histogram data for cyclictestDavid Sommerseth2009-10-201-0/+33
|
* Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-051-2/+2
|
* Added new column: rtevalruns.report_filename.David Sommerseth2009-07-301-6/+13
| | | | Corrected also some typos
* xmlparser: Correctly format rterid and syskey arguments, added support for ↵David Sommerseth2009-07-301-2/+2
| | | | /sqlite/@key attribute
* Fixed some syntax issues with parsing the rtevalruns_details tableDavid Sommerseth2009-07-281-7/+9
|
* Added XML parsing rules for systems and systems_hostname tablesDavid Sommerseth2009-07-281-0/+51
|
* Cleaned up the XSLT, being consistent in naming tablesDavid Sommerseth2009-07-281-7/+20
|
* Reworked the SQL statement creation from XMLDavid Sommerseth2009-07-281-37/+122
| | | | | This will need to be done in Python, for value escaping. The XSLT now builds up a generic XML base which a generic XML-SQL parser can process
* Began implementing XML parser for rteval reportsDavid Sommerseth2009-07-241-0/+89