summaryrefslogtreecommitdiff
path: root/tko
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-12Add a foreign key from tests->jobs. Requires modifying tests.job_idxjadmanski1-0/+19
2009-05-12Add the ability for users to add test attributes. Non-user-created attribute...showard1-0/+9
2009-05-11Represent a group of machines with either the atomic group label name,showard2-0/+64
2009-05-06Use a set instead of a list to store currently running reasons, andjadmanski1-5/+6
2009-05-05Updated the 'view=' URL parameter to match new view ID in frontend.showard1-0/+10
2009-04-22fix a simple bug in the parser -- in one code path, old_tests never gets boun...showard1-0/+1
2009-04-22Explicitly check for empty results when looking for old tests. Otherwise we'...showard1-0/+2
2009-04-21Fix a bug in the parser when dealing with test labels. The finaljadmanski4-6/+86
2009-04-21Fix up the parser to interpret reasons in a more logical andjadmanski1-2/+4
2009-04-20Index the test_id field on test_labels_tests. When people query with an excl...showard1-0/+7
2009-04-17Change tests to have a default for the invalid fieldmbligh1-0/+6
2009-04-15Several of out attributes (like bootnum and boot_times) that are standard tes...mbligh1-0/+7
2009-04-07use FQDN when retrieving log informationshoward1-1/+1
2009-04-01The parser should update the RUNNING status and reason when the latestjadmanski1-2/+2
2009-04-01When the parser encounters a job-level status update that isn'tjadmanski1-0/+3
2009-04-01Convert the parser unit tests over to use the more portable dumbdbm asjadmanski2-3/+9
2009-03-27generic JSON-RPC implementation using JSONP (JSON with Padding). the central...showard2-35/+41
2009-03-25Drop the '-autotest' suffix from the kernel version in version_1mbligh1-1/+1
2009-03-11Fix bug in parse_path where results from multi-machine synchronous jobs are i...mbligh1-7/+16
2009-03-10Add support to the autotest parser for updating RUNNING test resultsjadmanski1-0/+11
2009-03-09Added frontend/migrations/027_fix_innodb.py andmbligh1-0/+14
2009-03-06Add pointer to Crackerjack project pagembligh1-0/+2
2009-03-02Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840).jadmanski1-1/+1
2009-02-27Apparently depending on what keys & db version and engines you have,jadmanski1-1/+1
2009-02-26Add tko/nightly.py routines for comparing recent kernel builds.mbligh1-0/+341
2009-02-25Make the hostname field bigger in TKO. The is unfortunately somethingjadmanski1-0/+5
2009-02-17Add a timestamp to the log_operational_errormbligh1-2/+2
2009-02-05Add start_time support.mbligh1-0/+1
2009-02-05Remove more custom hackery ;-(mbligh1-8/+1
2009-02-04Fix the parser handling of overly indented status lines (by ignoringjadmanski1-27/+16
2009-02-03Move all MySQLdb imports after the 'import common' so that a MySQLdbmbligh2-2/+2
2009-02-03delete random script that is not usefulmbligh1-37/+0
2009-01-30Add some more slack to the parser when dealing with multi-machinejadmanski2-3/+14
2009-01-30Fixed a typo in trying to bitwise OR non blocking locking which probablymbligh1-2/+2
2009-01-30remove old benchmarkmbligh1-2/+1
2009-01-29Remove old graphing scriptmbligh1-90/+0
2009-01-29Remove extraneous crud from perf_graph.cgimbligh1-5/+0
2009-01-29Update perf graph scriptsmbligh2-268/+138
2009-01-21This patch extends the functions of the old TKO system Performance section,mbligh2-23/+90
2009-01-14Need to call utils.import_site_function, not just import_site_function.showard1-1/+1
2009-01-14Make jsonp_fetcher escape carriage returns too. They also count as terminati...showard1-3/+6
2009-01-13Change all tabs to space. somehow we lost this change from tko/ ? mbligh12-841/+840
2009-01-13Fix URL referencembligh1-1/+1
2009-01-13Added a function to import site specific functions. Modified code to use it.mbligh1-7/+10
2009-01-10Fix a bug in the parser exposed by the recent change where wejadmanski1-0/+1
2009-01-07Change drop-down log viewers in TKO to use JSONP instead of XmlHttpRequests s...showard2-12/+53