1. 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
  2. f189882 Quick hack fix for Null owners until we do something better by mbligh · 17 years ago
  3. b0a884f Multi curve plotting for kernel performance: by mbligh · 17 years ago
  4. 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
  5. a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
  6. 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
  7. b7c77d5 add missing db_ files by mbligh · 17 years ago
  8. 726b2ee Revert accidental change to mysql schema by mbligh · 17 years ago
  9. e15a2a4 add missing create_db-postgress by mbligh · 17 years ago
  10. af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
  11. 0acc0db Prepare for supporting postgres as a backend database. Renames the by mbligh · 17 years ago
  12. 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
  13. 4921b98 Some databases do not like numbers to have newlines on the end. Clean up by mbligh · 17 years ago
  14. 78206e1 Fix for the issue apw brought up: by mbligh · 17 years ago
  15. 40d021b When a boot is initiated in a job, but the machine fails to come up we by mbligh · 17 years ago
  16. ffde22e Adding a flat view of test data. by mbligh · 17 years ago
  17. 8174ce3 A couple more updates for displaying machine owners correctly by mbligh · 17 years ago
  18. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  19. 215a166 Fix up parse for new status format by mbligh · 17 years ago
  20. 8586dc2 add assertions for existance of parsed results dir by mbligh · 17 years ago
  21. ebdbfe6 Fix broken getopt code for level parameter parsing in parse by mbligh · 17 years ago
  22. 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
  23. 3c33c4d Add record # for all the results to give an idea of how many matches were found. by mbligh · 17 years ago
  24. 9e7c6d0 Clean up notify user logic in parse by mbligh · 17 years ago
  25. c753475 Fix missing mlist variable when the script is passed a machine group, by mbligh · 17 years ago
  26. 84b9ff1 Fix up group_test.cgi by mbligh · 17 years ago
  27. d66a3d6 remove old parse version Signed-off-by: Martin J. Bligh <mbligh@google.com> by mbligh · 17 years ago
  28. 2c05bce Add support for allowing different job levels in the directory tree by mbligh · 17 years ago
  29. 532cb27 Fix up crappy keval handling in parse by mbligh · 17 years ago
  30. 0a498cb add some comments into parse by mbligh · 17 years ago
  31. 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
  32. f54ed2a Cleanup parse a bit by mbligh · 17 years ago
  33. 59a479f Skip job-level events in parse (don't pretend they're tests) by mbligh · 17 years ago
  34. 08415d8 Fix spacing in parse.py and remove a few old regexps by mbligh · 17 years ago
  35. 1ca17de Change default mailed user by mbligh · 17 years ago
  36. 032c2de Fix formatting of parse by mbligh · 17 years ago
  37. 9c39d15 Kludge parse.py to understand new reboot format. by mbligh · 17 years ago
  38. 4a2c61e Fix spacing in tko/parse and README file by mbligh · 17 years ago
  39. 814b12d Fix up mismerge repeats by mbligh · 17 years ago
  40. bc98570 Don't fall over if inserting one job fails by mbligh · 17 years ago
  41. 190a81d The query should allow the user to change the search on the fly. by mbligh · 17 years ago
  42. 9823f18 Add one more parameter to the graph which add the ability to change the by mbligh · 17 years ago
  43. 74fc046 Add email reporting to failing tests when parsing results by mbligh · 17 years ago
  44. 1405f4e lightly prettier (?) results tables, with minimal actual code changes by mbligh · 17 years ago
  45. 2b67253 1. Fix duplicate entries showing up in the table. by mbligh · 17 years ago
  46. 56ca40a Add hook for BRRD sync by mbligh · 17 years ago
  47. 491b0a0 Add a third level of drill-down to tko analysis for when a machine by mbligh · 17 years ago
  48. a426693 Import os module. by mbligh · 17 years ago
  49. de94094 Fix parsing - subdir is often None, so move keyval2 checking inside by mbligh · 17 years ago
  50. 2e4e5df Add reporting support for backend. by mbligh · 17 years ago
  51. f1c4826 Add deps to tko README by mbligh · 17 years ago
  52. 4378f25 Update README to reflect machine_map functionality by mbligh · 17 years ago
  53. ba9c54c assign a default value to machine_map by mbligh · 17 years ago
  54. 43c2e7a add remote r/o access to tko db in the README by mbligh · 17 years ago
  55. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  56. 9ec9485 Fix parse to understand hiearchical jobs and enable parsing of a by mbligh · 17 years ago
  57. 5e0b3ef Update README by mbligh · 17 years ago
  58. 6f7021f Remove explicit URL from machine_benchmark.cgi by mbligh · 17 years ago
  59. c959f4f Change frontend.py's results reference to a relative path by mbligh · 17 years ago
  60. 3aef793 more README fixes by mbligh · 17 years ago
  61. 034bfa9 update readme username by mbligh · 17 years ago
  62. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  63. 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
  64. 7e92b53 Provide drill-down links from group_test.cgi by mbligh · 17 years ago
  65. ed56cf0 Add the capability to query by group in machine_kernel_test.cgi by mbligh · 17 years ago
  66. 6eec7de Fix up machine_kernel_test.cgi to do proper counting of multiple test runs by mbligh · 17 years ago
  67. e4624d4 add an option to machine_kernel_test.cgi to only display one test by mbligh · 17 years ago
  68. 5556702 link group_test.cgi into machine_kernel.cgi and clean it up by mbligh · 17 years ago
  69. d077d1d Fix display.box() calls to use link arg in machine_kernel_test.cgi by mbligh · 17 years ago
  70. f91b3f5 add optional link into display.box by mbligh · 17 years ago
  71. f01eae1 add first version of group_test.cgi by mbligh · 17 years ago
  72. 39f0dac Significantly simplify machine_kernel.cgi by using groups properly by mbligh · 17 years ago
  73. cff2d21 Add a group class to frontend.py by mbligh · 17 years ago
  74. 048e1c9 When adding machines, try to figure out their group from a mapping file by mbligh · 17 years ago
  75. a997a34 Clean up the table-within-a-table abstraction for printing by mbligh · 17 years ago
  76. e8f8510 Move cgi content type headers higher up by mbligh · 17 years ago
  77. 414c69e Extensions to SQL abstractions by mbligh · 17 years ago
  78. 9789445 Fix up error in status table read from the database by mbligh · 17 years ago
  79. 4adcf59 add machine load script by mbligh · 17 years ago
  80. a218d11 Use full paths to access .config files for tko/db.py by mbligh · 17 years ago
  81. a730c12 Revert accidental changes from last commit. Oops by mbligh · 17 years ago
  82. c82f246 This patch gets rid of the last bits db initialization within db.py. by mbligh · 17 years ago
  83. e0d3784 Check for empty datasets and/or data points by mbligh · 17 years ago
  84. 0459875 Provide cross-links between functional and performance matrices by mbligh · 17 years ago
  85. 15b3fa1 If machines have a group defined, show them as a group on the front page by mbligh · 17 years ago
  86. 2aaeb67 Add a proper machine table rather than just using the hostname by mbligh · 17 years ago
  87. edd9ff3 Add subtables for each entry in machine_kernel.cgi to indicate how many by mbligh · 17 years ago
  88. 38757e7 add subtables inside each table for the main box that indicate what by mbligh · 17 years ago
  89. fd668245 add capability to do vertical text for table headers by mbligh · 17 years ago
  90. 049f5e6 Fix up parsing for no kernel by mbligh · 17 years ago
  91. 1cc8d20 Print all machines we have in the DB. by mbligh · 17 years ago
  92. 6d2208b Fix typos by mbligh · 17 years ago
  93. 676510c Fix silly bug in url setting when there's no subdir by mbligh · 17 years ago
  94. 95fca57 Fixed up fucked spacing by mbligh · 17 years ago
  95. 728ff0a I needed to override the database and read-only database login information, by mbligh · 17 years ago
  96. 50a2525 Sometimes we don't need the kernel and iterations for the test ... by mbligh · 17 years ago
  97. 424ad50 add dbench and line breaks by mbligh · 17 years ago
  98. e2f18a3 Make graphs a little smaller so they fit on my screen ;-) by mbligh · 17 years ago
  99. 31d29c4 add frontend matrix for performance benchmarks by mbligh · 17 years ago
  100. d485543 Remove old test junk from machine_test_attribute_graph.cgi by mbligh · 17 years ago