| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaned up the XML-RPC server | David Sommerseth | 2009-10-26 | 1 | -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 reports | David Sommerseth | 2009-10-23 | 1 | -1/+1 |
| | | |||||
| * | Extended rtevalruns table to contain a submid field | David Sommerseth | 2009-10-21 | 1 | -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 Sommerseth | 2009-10-20 | 1 | -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 cyclictest | David Sommerseth | 2009-10-20 | 1 | -0/+33 |
| | | |||||
| * | Save IPv4 address of the system in systems_hostnames | David Sommerseth | 2009-08-05 | 1 | -2/+2 |
| | | |||||
| * | Added new column: rtevalruns.report_filename. | David Sommerseth | 2009-07-30 | 1 | -6/+13 |
| | | | | | Corrected also some typos | ||||
| * | xmlparser: Correctly format rterid and syskey arguments, added support for ↵ | David Sommerseth | 2009-07-30 | 1 | -2/+2 |
| | | | | | /sqlite/@key attribute | ||||
| * | Fixed some syntax issues with parsing the rtevalruns_details table | David Sommerseth | 2009-07-28 | 1 | -7/+9 |
| | | |||||
| * | Added XML parsing rules for systems and systems_hostname tables | David Sommerseth | 2009-07-28 | 1 | -0/+51 |
| | | |||||
| * | Cleaned up the XSLT, being consistent in naming tables | David Sommerseth | 2009-07-28 | 1 | -7/+20 |
| | | |||||
| * | Reworked the SQL statement creation from XML | David Sommerseth | 2009-07-28 | 1 | -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 reports | David Sommerseth | 2009-07-24 | 1 | -0/+89 |
