1. 44710b6 Make a number of changes to compose_query: by mbligh · 17 years ago
  2. 378e0ae add back missing machine_benchmark.cgi by mbligh · 17 years ago
  3. 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 17 years ago
  4. e47ff2a Missing a '/' on the end of job tags by mbligh · 17 years ago
  5. ed4d6dd glocal_config patch by mbligh · 17 years ago
  6. e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 17 years ago
  7. 4263b06 Make parse unbuffered, so that recording of stdout, stderr is interleaved by mbligh · 17 years ago
  8. fab72ad tko: use the root_url prefix in compose_query.cgi by apw · 17 years ago
  9. 7a7316b split patched kernels into their own kernel rows V2 by apw · 17 years ago
  10. 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 17 years ago
  11. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 17 years ago
  12. 02ec1ba tko: boot errors should track boot number by mbligh · 17 years ago
  13. 8e7c78e A few display changes to tko by mbligh · 17 years ago
  14. dd59905 remove create_db by mbligh · 17 years ago
  15. 439661b Fixes a number of issues with the results display: by mbligh · 17 years ago
  16. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 17 years ago
  17. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 17 years ago
  18. 5456c2b add missing tko/migrations by mbligh · 17 years ago
  19. e12b861 The way that parse looks for the index of the field it just added by mbligh · 17 years ago
  20. 9bcfef7 Label different boots differently so we don't have duplicate 'test' by mbligh · 17 years ago
  21. 6cf3bb3 Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete by mbligh · 17 years ago
  22. f014179 Add indexes to the jobs table to make it find jobs amongst thousands by mbligh · 17 years ago
  23. dfeee94 Fix link in display.py - is still pointing to old cgi code by mbligh · 17 years ago
  24. 90ae1f8 clean up by removing 0 sized files by mbligh · 17 years ago
  25. 4ef823f Add proper constraints and indices to tko database by mbligh · 17 years ago
  26. b25dda2 Add key to iteration_result table to index on test_idx by mbligh · 17 years ago
  27. b89c7b3 Convert parse to use OptionParser by mbligh · 17 years ago
  28. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
  29. 2ba3e73 Clean up the reporting backend, and add CLI functionality by mbligh · 17 years ago
  30. 1467162 Move where the headers get generated on the results page by mbligh · 17 years ago
  31. cb0c38c Add a link to autotest by mbligh · 17 years ago
  32. 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
  33. 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
  34. bafa6ef Fix parser to recognize job aborts by mbligh · 17 years ago
  35. b180f6c Do URL encoding properly. This fixes a bug where, if your condition statement by mbligh · 17 years ago
  36. c47d163 make compose_query.cgi executable by mbligh · 17 years ago
  37. 6acb014 Fix machines_hostname to machine_hostname for benchmarks by mbligh · 17 years ago
  38. 0e21c87 Fix parse to not get confused by reboots outside of the main by mbligh · 17 years ago
  39. 5dd503b Drill down support. by mbligh · 17 years ago
  40. 55f7f80 Fix benchmarks matrix to be more efficient by mbligh · 17 years ago
  41. 12eebfa This patch will make compose_query.cgi considerably faster. It also has the by mbligh · 17 years ago
  42. 029fa1c reduce size of text box by mbligh · 17 years ago
  43. e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
  44. f736b33 Fix up the owners field mess in tko parsing - it can be None by mbligh · 17 years ago
  45. 8fba91e tko: sort tests on the group/test matrix by apw · 17 years ago
  46. 569f478 tko: add a new ALERT state and load it from the ALERT records by apw · 17 years ago
  47. e6413db Allow the user to search for a job. by mbligh · 17 years ago
  48. 65fcd9c fix typo in view name by mbligh · 17 years ago
  49. 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
  50. f189882 Quick hack fix for Null owners until we do something better by mbligh · 17 years ago
  51. b0a884f Multi curve plotting for kernel performance: by mbligh · 17 years ago
  52. 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
  53. a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
  54. 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
  55. b7c77d5 add missing db_ files by mbligh · 17 years ago
  56. 726b2ee Revert accidental change to mysql schema by mbligh · 17 years ago
  57. e15a2a4 add missing create_db-postgress by mbligh · 17 years ago
  58. af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
  59. 0acc0db Prepare for supporting postgres as a backend database. Renames the by mbligh · 17 years ago
  60. 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
  61. 4921b98 Some databases do not like numbers to have newlines on the end. Clean up by mbligh · 17 years ago
  62. 78206e1 Fix for the issue apw brought up: by mbligh · 17 years ago
  63. 40d021b When a boot is initiated in a job, but the machine fails to come up we by mbligh · 17 years ago
  64. ffde22e Adding a flat view of test data. by mbligh · 17 years ago
  65. 8174ce3 A couple more updates for displaying machine owners correctly by mbligh · 17 years ago
  66. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  67. 215a166 Fix up parse for new status format by mbligh · 17 years ago
  68. 8586dc2 add assertions for existance of parsed results dir by mbligh · 17 years ago
  69. ebdbfe6 Fix broken getopt code for level parameter parsing in parse by mbligh · 17 years ago
  70. 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
  71. 3c33c4d Add record # for all the results to give an idea of how many matches were found. by mbligh · 17 years ago
  72. 9e7c6d0 Clean up notify user logic in parse by mbligh · 17 years ago
  73. c753475 Fix missing mlist variable when the script is passed a machine group, by mbligh · 17 years ago
  74. 84b9ff1 Fix up group_test.cgi by mbligh · 17 years ago
  75. d66a3d6 remove old parse version Signed-off-by: Martin J. Bligh <mbligh@google.com> by mbligh · 17 years ago
  76. 2c05bce Add support for allowing different job levels in the directory tree by mbligh · 17 years ago
  77. 532cb27 Fix up crappy keval handling in parse by mbligh · 17 years ago
  78. 0a498cb add some comments into parse by mbligh · 17 years ago
  79. 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
  80. f54ed2a Cleanup parse a bit by mbligh · 17 years ago
  81. 59a479f Skip job-level events in parse (don't pretend they're tests) by mbligh · 17 years ago
  82. 08415d8 Fix spacing in parse.py and remove a few old regexps by mbligh · 17 years ago
  83. 1ca17de Change default mailed user by mbligh · 17 years ago
  84. 032c2de Fix formatting of parse by mbligh · 17 years ago
  85. 9c39d15 Kludge parse.py to understand new reboot format. by mbligh · 17 years ago
  86. 4a2c61e Fix spacing in tko/parse and README file by mbligh · 17 years ago
  87. 814b12d Fix up mismerge repeats by mbligh · 17 years ago
  88. bc98570 Don't fall over if inserting one job fails by mbligh · 17 years ago
  89. 190a81d The query should allow the user to change the search on the fly. by mbligh · 17 years ago
  90. 9823f18 Add one more parameter to the graph which add the ability to change the by mbligh · 17 years ago
  91. 74fc046 Add email reporting to failing tests when parsing results by mbligh · 17 years ago
  92. 1405f4e lightly prettier (?) results tables, with minimal actual code changes by mbligh · 17 years ago
  93. 2b67253 1. Fix duplicate entries showing up in the table. by mbligh · 17 years ago
  94. 56ca40a Add hook for BRRD sync by mbligh · 17 years ago
  95. 491b0a0 Add a third level of drill-down to tko analysis for when a machine by mbligh · 17 years ago
  96. a426693 Import os module. by mbligh · 17 years ago
  97. de94094 Fix parsing - subdir is often None, so move keyval2 checking inside by mbligh · 17 years ago
  98. 2e4e5df Add reporting support for backend. by mbligh · 17 years ago
  99. f1c4826 Add deps to tko README by mbligh · 17 years ago
  100. 4378f25 Update README to reflect machine_map functionality by mbligh · 17 years ago