summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | added one-liner from davids to print BIOS data in summary fileClark Williams2009-09-161-0/+1
| |
* | Merge branch 'clark'Clark Williams2009-09-145-44/+77
|\ \
| * | added dynamic loading of loads from a .ini-style config fileClark Williams2009-09-085-44/+77
| | | | | | | | | | | | removed unimplemented command line options
| * | Merge commit 'davids/master' into clarkClark Williams2009-09-011-0/+92
| |\ \
* | | | added dbench source tarballClark Williams2009-09-141-0/+0
| |_|/ |/| |
* | | Merge commit 'davids/master'Clark Williams2009-09-011-0/+92
|\ \ \ | |/ / |/| / | |/
| * Added README file for quick info for setting up an XML-RPC serviceDavid Sommerseth2009-09-011-0/+92
| |
* | added %prep check to verify that specfile and rteval/rteval.pyClark Williams2009-08-271-1/+6
| | | | | | | | version numbers match
* | Added a TODO file for keeping track of things we need to do for rtevalClark Williams2009-08-272-0/+127
| | | | | | | | and added first cut at a man page.
* | bumped revision to fix missing version change in the 1.1-1 releaseClark Williams2009-08-261-1/+4
| |
* | Fixed required version change in rteval/rteval.py (need toClark Williams2009-08-261-1/+1
| | | | | | | | fix this, since this is second time it's happened).
* | version bump to 1.1Clark Williams2009-08-261-1/+6
| |
* | added changelog entry from brew build specfileClark Williams2009-08-261-0/+5
|/
* change the 'distance' between threads to be zero, so that allClark Williams2009-08-261-1/+1
| | | | measuring threads run with the same interval.
* Version bump to 1.0Clark Williams2009-08-252-3/+3
|
* Fixed --workdir option in rteval/rteval.py by moving reportdirClark Williams2009-08-251-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 clarkClark Williams2009-08-2512-123/+267
|\
| * Set correct path for XML-RPC API1 server data dirDavid Sommerseth2009-08-251-1/+1
| |
| * Bugfix - fixed not correctly sending all compressed dataDavid Sommerseth2009-08-251-5/+5
| |
| * Fixed wrong version number in rteval.pyDavid Sommerseth2009-08-251-1/+1
| |
| * Merge branch 'xmlrpc_wip' into xmlrpcDavid Sommerseth2009-08-139-3/+171
| |\
| | * Fixed wrong rterid ID return from xmlrpc_API1::SendReport() functionDavid Sommerseth2009-08-131-1/+1
| | | | | | | | | | | | It had inverse boolean logic than what was expected
| | * Corrected missing scope with debug variable in Database::SELECT() methodDavid Sommerseth2009-08-131-1/+1
| | |
| | * Added remove_rtevalrun utilityDavid Sommerseth2009-08-131-0/+84
| | | | | | | | | | | | | | | This utility connects to the rteval database and removes all data connected to a given rteval run.
| | * Implemented Database::DELETE() metodDavid Sommerseth2009-08-131-0/+22
| | |
| | * Cleaned up a DB connection regressionDavid Sommerseth2009-08-131-2/+1
| | | | | | | | | | | | | | | This was introduced in commit 3b21ff811a792becdbc59ad7800940df3befe09f by a mistake.
| | * Added simple testclient which sends a report file to an XML-RPC serverDavid Sommerseth2009-08-131-0/+55
| | |
| | * Simplified test server, default - no DB actions and debug info enabledDavid Sommerseth2009-08-132-90/+3
| | |
| | * Improved possibility to get more debug info, and to run tests without ↵David Sommerseth2009-08-133-14/+38
| | | | | | | | | | | | executing SQL queries
| | * Improved error message on SQL SELECT queriesDavid Sommerseth2009-08-131-7/+10
| | |
| | * Added better error handling when reading XML files and returning empty tag ↵David Sommerseth2009-08-131-2/+5
| | | | | | | | | | | | values as None
| | * Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-131-1/+2
| | |
| | * Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-131-2/+2
| | |
| | * Added info about network configuration on rteval runsDavid Sommerseth2009-08-132-1/+38
| | |
| | * Made the XML-RPC test server work without database (just save a copy of XML ↵David Sommerseth2009-08-132-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() functionDavid Sommerseth2009-08-051-1/+1
| | | | | | | | | | | | It had inverse boolean logic than what was expected
| * | Corrected missing scope with debug variable in Database::SELECT() methodDavid Sommerseth2009-08-051-1/+1
| | |
| * | Added remove_rtevalrun utilityDavid Sommerseth2009-08-051-0/+84
| | | | | | | | | | | | | | | This utility connects to the rteval database and removes all data connected to a given rteval run.
| * | Implemented Database::DELETE() metodDavid Sommerseth2009-08-051-0/+22
| | |
| * | Cleaned up a DB connection regressionDavid Sommerseth2009-08-051-2/+1
| | | | | | | | | | | | | | | This was introduced in commit 3b21ff811a792becdbc59ad7800940df3befe09f by a mistake.
| * | Added simple testclient which sends a report file to an XML-RPC serverDavid Sommerseth2009-08-051-0/+55
| | |
| * | Simplified test server, default - no DB actions and debug info enabledDavid Sommerseth2009-08-052-90/+3
| | |
| * | Improved possibility to get more debug info, and to run tests without ↵David Sommerseth2009-08-053-14/+38
| | | | | | | | | | | | executing SQL queries
| * | Merge commit 'clark/master' into xmlrpcDavid Sommerseth2009-08-051-4/+10
| |\ \
| * | | Improved error message on SQL SELECT queriesDavid Sommerseth2009-08-051-7/+10
| | | |
| * | | Added better error handling when reading XML files and returning empty tag ↵David Sommerseth2009-08-051-2/+5
| | | | | | | | | | | | | | | | values as None
| * | | Merge commit 'origin/xmlrpc' into xmlrpcDavid Sommerseth2009-08-050-0/+0
| |\ \ \
| | * | | Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-051-2/+2
| | | | |
| * | | | Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-052-3/+4
| |/ / /
| * | | Added info about network configuration on rteval runsDavid Sommerseth2009-08-052-1/+38
| | | |