summaryrefslogtreecommitdiff
path: root/tko
AgeCommit message (Expand)AuthorFilesLines
2011-06-25tko.parsers: Support multiline, tabbed reasons. Improve parser robustness.HEADmasterlmr3-22/+45
2011-03-02Results parser: Handle errors parsing lines more properlylmr1-1/+7
2010-11-27Perf metrics with negative values never get into tko databaselmr2-11/+14
2010-11-08Massive permission and indentation fix on the autotest treelmr2-0/+0
2010-09-14Add support to the parser and server job for logging the result of an exceptionjadmanski1-2/+7
2010-08-05Fix some table names in tko/parse.pyjamesren1-5/+5
2010-07-20Disregarding patches in the job serializing process because they are never us...jamesren3-67/+5
2010-06-16Added more fields to support all the field in the test view.jamesren5-23/+75
2010-06-15Fix test fields names and removed some write out to binary code.jamesren1-5/+3
2010-06-15Adding site-specific hook for exporting data.jamesren1-1/+13
2010-06-10Fixed tko.proto to have inner message 'classes' to serialize correctly. Fixed...jamesren3-46/+50
2010-06-10Interface between tko parse and whatever the other client is for shipping out...jamesren4-0/+846
2010-06-10Fixed a minor bug in version_0.py. The constructor was missing an argument. T...jamesren1-2/+2
2010-05-04Fix the recent CLIENT_JOB changes in the parser to not conflict withjadmanski1-6/+7
2010-04-30Fix the parser to report a "RUNNING" status for CLIENT_JOB.* entriesjadmanski1-0/+10
2010-04-15More fixes to hard-coded values in tko/display.pyjamesren1-9/+10
2010-04-13Fix display of embedded results table on job details tabjamesren1-6/+9
2010-03-23Rebase the AUTOTEST_WEB database to schema version 51. Also default thejamesren1-175/+2
2010-02-04Autotest: Porting all hash operations to use utils.hashlmr2-5/+6
2010-01-26Table name in tko database have been changed. So update table name inmbligh1-1/+1
2010-01-15Support for job keyvalsshoward4-41/+64
2010-01-12Merge the two databases and the two Django projects. Note that the TKO migrat...showard2-8/+8
2010-01-11Massive permission fixlmr5-0/+0
2010-01-11Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>mbligh1-1/+1
2010-01-05Add a new Archiving stage to the scheduler, which runs after Parsing. This s...mbligh1-13/+0
2009-12-23Rename the tables in the databases, by prefixing the app name. This isshoward11-194/+441
2009-12-04The reparse of existing job is done by a delete and then an insert, thisshoward2-58/+45
2009-12-02Update retrieve_logs to call the site_find_repository even if the results ser...mbligh1-19/+22
2009-10-14update crackerjack URLmbligh1-1/+1
2009-09-11fix jsonp_fetcher, it was broken by changes to ServiceHandler in previous pat...showard1-6/+6
2009-09-08Added afe_job_id column to the jobs table in TKO. Changed link in AFEshoward2-1/+85
2009-08-31TKO migration to ensure the "invalidated" label exists.showard1-0/+15
2009-08-27Make a bunch of stuff executablembligh10-0/+0
2009-08-24New versions of twoway container benchmark graphs.mbligh1-338/+748
2009-08-20Make the parser read and use the machine platform from host_keyvals, if avail...showard4-40/+125
2009-08-11Delete stale benchmark graphs.mbligh2-153/+0
2009-08-03This is the result of a batch reindent.py across our tree.mbligh4-34/+32
2009-07-28Update retrieve logs to allow for a more dynamic site_retrieve_logs that canmbligh1-5/+17
2009-07-20Change the parser handling of perf keyvals to bypass any non-numeric values.jadmanski3-19/+55
2009-07-11For files that won't be directly executed, the #! is unneccessary and canmbligh4-5/+0
2009-07-11Update parser unittests to use autotempmbligh2-11/+19
2009-07-01Make some changes to the parser so that when multiple reasons arejadmanski3-0/+48
2009-06-22Not all distros put a symlink in for the python version. Howevermbligh3-3/+3
2009-06-22Dashboard for Kernel Qual Performance benchmarks.mbligh1-1/+2
2009-06-22Revise dashboard of Kernel Qual Container benchmarks for nightly dev kernels.mbligh1-35/+71
2009-06-22Move client/bin/kernel_versions to common_lib; it is used by tko.mbligh4-7/+6
2009-06-10If a group doesn't define a subdir, and it executes "inner" tests thatjadmanski1-0/+2
2009-05-26Always use the host_group_name even if a sysinfo/hostname file existsmbligh2-1/+25
2009-05-21Send the job dir, not the individual tests, to site_parsembligh1-3/+4
2009-05-13Add post-parse site hooks (parse -P to trigger, default = off)mbligh1-0/+15