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