- 6cf3bb3 Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete by mbligh · 17 years ago
- f014179 Add indexes to the jobs table to make it find jobs amongst thousands by mbligh · 17 years ago
- dfeee94 Fix link in display.py - is still pointing to old cgi code by mbligh · 17 years ago
- 90ae1f8 clean up by removing 0 sized files by mbligh · 17 years ago
- 4ef823f Add proper constraints and indices to tko database by mbligh · 17 years ago
- b25dda2 Add key to iteration_result table to index on test_idx by mbligh · 17 years ago
- b89c7b3 Convert parse to use OptionParser by mbligh · 17 years ago
- 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
- 2ba3e73 Clean up the reporting backend, and add CLI functionality by mbligh · 17 years ago
- 1467162 Move where the headers get generated on the results page by mbligh · 17 years ago
- cb0c38c Add a link to autotest by mbligh · 17 years ago
- 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
- 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
- bafa6ef Fix parser to recognize job aborts by mbligh · 17 years ago
- b180f6c Do URL encoding properly. This fixes a bug where, if your condition statement by mbligh · 17 years ago
- c47d163 make compose_query.cgi executable by mbligh · 17 years ago
- 6acb014 Fix machines_hostname to machine_hostname for benchmarks by mbligh · 17 years ago
- 0e21c87 Fix parse to not get confused by reboots outside of the main by mbligh · 17 years ago
- 5dd503b Drill down support. by mbligh · 17 years ago
- 55f7f80 Fix benchmarks matrix to be more efficient by mbligh · 17 years ago
- 12eebfa This patch will make compose_query.cgi considerably faster. It also has the by mbligh · 17 years ago
- 029fa1c reduce size of text box by mbligh · 17 years ago
- e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
- f736b33 Fix up the owners field mess in tko parsing - it can be None by mbligh · 17 years ago
- 8fba91e tko: sort tests on the group/test matrix by apw · 17 years ago
- 569f478 tko: add a new ALERT state and load it from the ALERT records by apw · 17 years ago
- e6413db Allow the user to search for a job. by mbligh · 17 years ago
- 65fcd9c fix typo in view name by mbligh · 17 years ago
- 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
- f189882 Quick hack fix for Null owners until we do something better by mbligh · 17 years ago
- b0a884f Multi curve plotting for kernel performance: by mbligh · 17 years ago
- 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
- a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
- f3f3ec2 Shift data point 0.5 toward xtics in order to show up the div of the first and last data point by mbligh · 17 years ago
- b7c77d5 add missing db_ files by mbligh · 17 years ago
- 726b2ee Revert accidental change to mysql schema by mbligh · 17 years ago
- e15a2a4 add missing create_db-postgress by mbligh · 17 years ago
- af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
- 0acc0db Prepare for supporting postgres as a backend database. Renames the by mbligh · 17 years ago
- 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
- 4921b98 Some databases do not like numbers to have newlines on the end. Clean up by mbligh · 17 years ago
- 78206e1 Fix for the issue apw brought up: by mbligh · 17 years ago
- 40d021b When a boot is initiated in a job, but the machine fails to come up we by mbligh · 17 years ago
- ffde22e Adding a flat view of test data. by mbligh · 17 years ago
- 8174ce3 A couple more updates for displaying machine owners correctly by mbligh · 17 years ago
- 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
- 215a166 Fix up parse for new status format by mbligh · 17 years ago
- 8586dc2 add assertions for existance of parsed results dir by mbligh · 17 years ago
- ebdbfe6 Fix broken getopt code for level parameter parsing in parse by mbligh · 17 years ago
- 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
- 3c33c4d Add record # for all the results to give an idea of how many matches were found. by mbligh · 17 years ago
- 9e7c6d0 Clean up notify user logic in parse by mbligh · 17 years ago
- c753475 Fix missing mlist variable when the script is passed a machine group, by mbligh · 17 years ago
- 84b9ff1 Fix up group_test.cgi by mbligh · 17 years ago
- d66a3d6 remove old parse version Signed-off-by: Martin J. Bligh <mbligh@google.com> by mbligh · 17 years ago
- 2c05bce Add support for allowing different job levels in the directory tree by mbligh · 17 years ago
- 532cb27 Fix up crappy keval handling in parse by mbligh · 17 years ago
- 0a498cb add some comments into parse by mbligh · 17 years ago
- 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
- f54ed2a Cleanup parse a bit by mbligh · 17 years ago
- 59a479f Skip job-level events in parse (don't pretend they're tests) by mbligh · 17 years ago
- 08415d8 Fix spacing in parse.py and remove a few old regexps by mbligh · 17 years ago
- 1ca17de Change default mailed user by mbligh · 17 years ago
- 032c2de Fix formatting of parse by mbligh · 17 years ago
- 9c39d15 Kludge parse.py to understand new reboot format. by mbligh · 17 years ago
- 4a2c61e Fix spacing in tko/parse and README file by mbligh · 17 years ago
- 814b12d Fix up mismerge repeats by mbligh · 17 years ago
- bc98570 Don't fall over if inserting one job fails by mbligh · 17 years ago
- 190a81d The query should allow the user to change the search on the fly. by mbligh · 17 years ago
- 9823f18 Add one more parameter to the graph which add the ability to change the by mbligh · 17 years ago
- 74fc046 Add email reporting to failing tests when parsing results by mbligh · 17 years ago
- 1405f4e lightly prettier (?) results tables, with minimal actual code changes by mbligh · 17 years ago
- 2b67253 1. Fix duplicate entries showing up in the table. by mbligh · 17 years ago
- 56ca40a Add hook for BRRD sync by mbligh · 17 years ago
- 491b0a0 Add a third level of drill-down to tko analysis for when a machine by mbligh · 17 years ago
- a426693 Import os module. by mbligh · 17 years ago
- de94094 Fix parsing - subdir is often None, so move keyval2 checking inside by mbligh · 17 years ago
- 2e4e5df Add reporting support for backend. by mbligh · 17 years ago
- f1c4826 Add deps to tko README by mbligh · 17 years ago
- 4378f25 Update README to reflect machine_map functionality by mbligh · 17 years ago
- ba9c54c assign a default value to machine_map by mbligh · 17 years ago
- 43c2e7a add remote r/o access to tko db in the README by mbligh · 17 years ago
- 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
- 9ec9485 Fix parse to understand hiearchical jobs and enable parsing of a by mbligh · 17 years ago
- 5e0b3ef Update README by mbligh · 17 years ago
- 6f7021f Remove explicit URL from machine_benchmark.cgi by mbligh · 17 years ago
- c959f4f Change frontend.py's results reference to a relative path by mbligh · 17 years ago
- 3aef793 more README fixes by mbligh · 17 years ago
- 034bfa9 update readme username by mbligh · 17 years ago
- b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
- 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
- 7e92b53 Provide drill-down links from group_test.cgi by mbligh · 17 years ago
- ed56cf0 Add the capability to query by group in machine_kernel_test.cgi by mbligh · 17 years ago
- 6eec7de Fix up machine_kernel_test.cgi to do proper counting of multiple test runs by mbligh · 17 years ago
- e4624d4 add an option to machine_kernel_test.cgi to only display one test by mbligh · 17 years ago
- 5556702 link group_test.cgi into machine_kernel.cgi and clean it up by mbligh · 17 years ago
- d077d1d Fix display.box() calls to use link arg in machine_kernel_test.cgi by mbligh · 17 years ago
- f91b3f5 add optional link into display.box by mbligh · 17 years ago
- f01eae1 add first version of group_test.cgi by mbligh · 17 years ago
- 39f0dac Significantly simplify machine_kernel.cgi by using groups properly by mbligh · 17 years ago