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