Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | added one-liner from davids to print BIOS data in summary file | Clark Williams | 2009-09-16 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'clark' | Clark Williams | 2009-09-14 | 5 | -44/+77 | |
|\ \ | ||||||
| * | | added dynamic loading of loads from a .ini-style config file | Clark Williams | 2009-09-08 | 5 | -44/+77 | |
| | | | | | | | | | | | | removed unimplemented command line options | |||||
| * | | Merge commit 'davids/master' into clark | Clark Williams | 2009-09-01 | 1 | -0/+92 | |
| |\ \ | ||||||
* | | | | added dbench source tarball | Clark Williams | 2009-09-14 | 1 | -0/+0 | |
| |_|/ |/| | | ||||||
* | | | Merge commit 'davids/master' | Clark Williams | 2009-09-01 | 1 | -0/+92 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Added README file for quick info for setting up an XML-RPC service | David Sommerseth | 2009-09-01 | 1 | -0/+92 | |
| | | ||||||
* | | added %prep check to verify that specfile and rteval/rteval.py | Clark Williams | 2009-08-27 | 1 | -1/+6 | |
| | | | | | | | | version numbers match | |||||
* | | Added a TODO file for keeping track of things we need to do for rteval | Clark Williams | 2009-08-27 | 2 | -0/+127 | |
| | | | | | | | | and added first cut at a man page. | |||||
* | | bumped revision to fix missing version change in the 1.1-1 release | Clark Williams | 2009-08-26 | 1 | -1/+4 | |
| | | ||||||
* | | Fixed required version change in rteval/rteval.py (need to | Clark Williams | 2009-08-26 | 1 | -1/+1 | |
| | | | | | | | | fix this, since this is second time it's happened). | |||||
* | | version bump to 1.1 | Clark Williams | 2009-08-26 | 1 | -1/+6 | |
| | | ||||||
* | | added changelog entry from brew build specfile | Clark Williams | 2009-08-26 | 1 | -0/+5 | |
|/ | ||||||
* | change the 'distance' between threads to be zero, so that all | Clark Williams | 2009-08-26 | 1 | -1/+1 | |
| | | | | measuring threads run with the same interval. | |||||
* | Version bump to 1.0 | Clark Williams | 2009-08-25 | 2 | -3/+3 | |
| | ||||||
* | Fixed --workdir option in rteval/rteval.py by moving reportdir | Clark Williams | 2009-08-25 | 1 | -2/+9 | |
| | | | | | | | creation to after all directory options are processed (and adding a chdir) Signed-off-by: Clark Williams <williams@redhat.com> | |||||
* | Merge commit 'davids/xmlrpc' into clark | Clark Williams | 2009-08-25 | 12 | -123/+267 | |
|\ | ||||||
| * | Set correct path for XML-RPC API1 server data dir | David Sommerseth | 2009-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | Bugfix - fixed not correctly sending all compressed data | David Sommerseth | 2009-08-25 | 1 | -5/+5 | |
| | | ||||||
| * | Fixed wrong version number in rteval.py | David Sommerseth | 2009-08-25 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'xmlrpc_wip' into xmlrpc | David Sommerseth | 2009-08-13 | 9 | -3/+171 | |
| |\ | ||||||
| | * | Fixed wrong rterid ID return from xmlrpc_API1::SendReport() function | David Sommerseth | 2009-08-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | It had inverse boolean logic than what was expected | |||||
| | * | Corrected missing scope with debug variable in Database::SELECT() method | David Sommerseth | 2009-08-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added remove_rtevalrun utility | David Sommerseth | 2009-08-13 | 1 | -0/+84 | |
| | | | | | | | | | | | | | | | This utility connects to the rteval database and removes all data connected to a given rteval run. | |||||
| | * | Implemented Database::DELETE() metod | David Sommerseth | 2009-08-13 | 1 | -0/+22 | |
| | | | ||||||
| | * | Cleaned up a DB connection regression | David Sommerseth | 2009-08-13 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | This was introduced in commit 3b21ff811a792becdbc59ad7800940df3befe09f by a mistake. | |||||
| | * | Added simple testclient which sends a report file to an XML-RPC server | David Sommerseth | 2009-08-13 | 1 | -0/+55 | |
| | | | ||||||
| | * | Simplified test server, default - no DB actions and debug info enabled | David Sommerseth | 2009-08-13 | 2 | -90/+3 | |
| | | | ||||||
| | * | Improved possibility to get more debug info, and to run tests without ↵ | David Sommerseth | 2009-08-13 | 3 | -14/+38 | |
| | | | | | | | | | | | | executing SQL queries | |||||
| | * | Improved error message on SQL SELECT queries | David Sommerseth | 2009-08-13 | 1 | -7/+10 | |
| | | | ||||||
| | * | Added better error handling when reading XML files and returning empty tag ↵ | David Sommerseth | 2009-08-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | values as None | |||||
| | * | Save IPv4 address of the system in systems_hostnames | David Sommerseth | 2009-08-13 | 1 | -1/+2 | |
| | | | ||||||
| | * | Save IPv4 address of the system in systems_hostnames | David Sommerseth | 2009-08-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added info about network configuration on rteval runs | David Sommerseth | 2009-08-13 | 2 | -1/+38 | |
| | | | ||||||
| | * | Made the XML-RPC test server work without database (just save a copy of XML ↵ | David Sommerseth | 2009-08-13 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | report) Also fixed XML-RPC URL path for requests, to match the production environment | |||||
| * | | Fixed wrong rterid ID return from xmlrpc_API1::SendReport() function | David Sommerseth | 2009-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | It had inverse boolean logic than what was expected | |||||
| * | | Corrected missing scope with debug variable in Database::SELECT() method | David Sommerseth | 2009-08-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added remove_rtevalrun utility | David Sommerseth | 2009-08-05 | 1 | -0/+84 | |
| | | | | | | | | | | | | | | | This utility connects to the rteval database and removes all data connected to a given rteval run. | |||||
| * | | Implemented Database::DELETE() metod | David Sommerseth | 2009-08-05 | 1 | -0/+22 | |
| | | | ||||||
| * | | Cleaned up a DB connection regression | David Sommerseth | 2009-08-05 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | This was introduced in commit 3b21ff811a792becdbc59ad7800940df3befe09f by a mistake. | |||||
| * | | Added simple testclient which sends a report file to an XML-RPC server | David Sommerseth | 2009-08-05 | 1 | -0/+55 | |
| | | | ||||||
| * | | Simplified test server, default - no DB actions and debug info enabled | David Sommerseth | 2009-08-05 | 2 | -90/+3 | |
| | | | ||||||
| * | | Improved possibility to get more debug info, and to run tests without ↵ | David Sommerseth | 2009-08-05 | 3 | -14/+38 | |
| | | | | | | | | | | | | executing SQL queries | |||||
| * | | Merge commit 'clark/master' into xmlrpc | David Sommerseth | 2009-08-05 | 1 | -4/+10 | |
| |\ \ | ||||||
| * | | | Improved error message on SQL SELECT queries | David Sommerseth | 2009-08-05 | 1 | -7/+10 | |
| | | | | ||||||
| * | | | Added better error handling when reading XML files and returning empty tag ↵ | David Sommerseth | 2009-08-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | values as None | |||||
| * | | | Merge commit 'origin/xmlrpc' into xmlrpc | David Sommerseth | 2009-08-05 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| | * | | | Save IPv4 address of the system in systems_hostnames | David Sommerseth | 2009-08-05 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Save IPv4 address of the system in systems_hostnames | David Sommerseth | 2009-08-05 | 2 | -3/+4 | |
| |/ / / | ||||||
| * | | | Added info about network configuration on rteval runs | David Sommerseth | 2009-08-05 | 2 | -1/+38 | |
| | | | |