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