1. f9fa427 Implemented a hover feature. Hovering over a cell in tko/compose_query.cgi by jadmanski · 16 years ago
  2. 22ab069 Convert tko/*.cgi to use absolute imports, to resolve some by jadmanski · 16 years ago
  3. 36505a9 Printing out some performance measurements at the bottom of the page. by jadmanski · 16 years ago
  4. a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 16 years ago
  5. f9bab60 Fix up the names in the tko unittests to comply with the Autotest by jadmanski · 16 years ago
  6. 38e9d78 Provide support for lazily retrieving job logs from an external storage source. by mbligh · 16 years ago
  7. 302482e Add a new status field called TEST_NA (in addition to PASS and FAIL). by mbligh · 16 years ago
  8. 72b7d73 remove old documentation by mbligh · 16 years ago
  9. 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 16 years ago
  10. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  11. 2895ce5 Add more missing files from previous commits. Did I mention I hate svn? by mbligh · 16 years ago
  12. e79ebb0 Add missing files from svn by mbligh · 16 years ago
  13. 96cf051 Convert the parser into an embeddable library. This includes a major by mbligh · 16 years ago
  14. 9add588 Roll back change to insert date cutoff field on front of TKO by mbligh · 16 years ago
  15. 11204f8 restored parse_field by mbligh · 16 years ago
  16. be25745 Exposed the title field in the report. by mbligh · 16 years ago
  17. 3126069 implementing request: reasons of failure should be displayed in non header cells by mbligh · 16 years ago
  18. 5bb5586 TKO doesn't handle time conditions well, time_daily in the condition field does not work properly by mbligh · 16 years ago
  19. 3d7a5f5 More undocumented changes for compose_query.cgi by mbligh · 16 years ago
  20. aea0960 Various poorly documented changes to tko frontend. Sorry by mbligh · 16 years ago
  21. d3ec276 Add missing __init__.py files. Sorry by mbligh · 16 years ago
  22. 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 16 years ago
  23. 4a370cf include time attribute into drop down menus by mbligh · 16 years ago
  24. 9aed6d0 Change the parser to never ignore reboot.* lines due to their indent. by mbligh · 16 years ago
  25. 5f1839e Remove an unused import of parse. by mbligh · 16 years ago
  26. 05e6f6e Once the parser hits the end job marker, start looking for top-level by mbligh · 16 years ago
  27. 456b477 fixed the problem of lost conditions when clicking Flip by mbligh · 16 years ago
  28. 310b59e bump down saturation for better visibility on the screen by mbligh · 16 years ago
  29. b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 16 years ago
  30. b03ba64 Patch to reduce the rate of reparse, and to make the parser locking by mbligh · 16 years ago
  31. 05bb633 Use file locking to serialize all runs of the parser. by mbligh · 16 years ago
  32. aa383b7 Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it. by mbligh · 16 years ago
  33. 5a0c970 Add options to specify db host, username, pass, and db_name by mbligh · 16 years ago
  34. e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 16 years ago
  35. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  36. 835c0e4 Update tko data boxes to use a fixed-width font for data. Update some comments as well. by mbligh · 16 years ago
  37. 44710b6 Make a number of changes to compose_query: by mbligh · 16 years ago
  38. 378e0ae add back missing machine_benchmark.cgi by mbligh · 16 years ago
  39. 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 16 years ago
  40. e47ff2a Missing a '/' on the end of job tags by mbligh · 16 years ago
  41. ed4d6dd glocal_config patch by mbligh · 16 years ago
  42. e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 16 years ago
  43. 4263b06 Make parse unbuffered, so that recording of stdout, stderr is interleaved by mbligh · 16 years ago
  44. fab72ad tko: use the root_url prefix in compose_query.cgi by apw · 16 years ago
  45. 7a7316b split patched kernels into their own kernel rows V2 by apw · 16 years ago
  46. 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 16 years ago
  47. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 16 years ago
  48. 02ec1ba tko: boot errors should track boot number by mbligh · 16 years ago
  49. 8e7c78e A few display changes to tko by mbligh · 16 years ago
  50. dd59905 remove create_db by mbligh · 16 years ago
  51. 439661b Fixes a number of issues with the results display: by mbligh · 16 years ago
  52. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  53. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  54. 5456c2b add missing tko/migrations by mbligh · 16 years ago
  55. e12b861 The way that parse looks for the index of the field it just added by mbligh · 16 years ago
  56. 9bcfef7 Label different boots differently so we don't have duplicate 'test' by mbligh · 16 years ago
  57. 6cf3bb3 Add the status==GOOD for the query condition while filtering out all the failed jobs and incomplete by mbligh · 16 years ago
  58. f014179 Add indexes to the jobs table to make it find jobs amongst thousands by mbligh · 16 years ago
  59. dfeee94 Fix link in display.py - is still pointing to old cgi code by mbligh · 16 years ago
  60. 90ae1f8 clean up by removing 0 sized files by mbligh · 16 years ago
  61. 4ef823f Add proper constraints and indices to tko database by mbligh · 16 years ago
  62. b25dda2 Add key to iteration_result table to index on test_idx by mbligh · 16 years ago
  63. b89c7b3 Convert parse to use OptionParser by mbligh · 16 years ago
  64. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 16 years ago
  65. 2ba3e73 Clean up the reporting backend, and add CLI functionality by mbligh · 16 years ago
  66. 1467162 Move where the headers get generated on the results page by mbligh · 17 years ago
  67. cb0c38c Add a link to autotest by mbligh · 17 years ago
  68. 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
  69. 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
  70. bafa6ef Fix parser to recognize job aborts by mbligh · 17 years ago
  71. b180f6c Do URL encoding properly. This fixes a bug where, if your condition statement by mbligh · 17 years ago
  72. c47d163 make compose_query.cgi executable by mbligh · 17 years ago
  73. 6acb014 Fix machines_hostname to machine_hostname for benchmarks by mbligh · 17 years ago
  74. 0e21c87 Fix parse to not get confused by reboots outside of the main by mbligh · 17 years ago
  75. 5dd503b Drill down support. by mbligh · 17 years ago
  76. 55f7f80 Fix benchmarks matrix to be more efficient by mbligh · 17 years ago
  77. 12eebfa This patch will make compose_query.cgi considerably faster. It also has the by mbligh · 17 years ago
  78. 029fa1c reduce size of text box by mbligh · 17 years ago
  79. e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
  80. f736b33 Fix up the owners field mess in tko parsing - it can be None by mbligh · 17 years ago
  81. 8fba91e tko: sort tests on the group/test matrix by apw · 17 years ago
  82. 569f478 tko: add a new ALERT state and load it from the ALERT records by apw · 17 years ago
  83. e6413db Allow the user to search for a job. by mbligh · 17 years ago
  84. 65fcd9c fix typo in view name by mbligh · 17 years ago
  85. 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
  86. f189882 Quick hack fix for Null owners until we do something better by mbligh · 17 years ago
  87. b0a884f Multi curve plotting for kernel performance: by mbligh · 17 years ago
  88. 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
  89. a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
  90. 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
  91. b7c77d5 add missing db_ files by mbligh · 17 years ago
  92. 726b2ee Revert accidental change to mysql schema by mbligh · 17 years ago
  93. e15a2a4 add missing create_db-postgress by mbligh · 17 years ago
  94. af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
  95. 0acc0db Prepare for supporting postgres as a backend database. Renames the by mbligh · 17 years ago
  96. 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
  97. 4921b98 Some databases do not like numbers to have newlines on the end. Clean up by mbligh · 17 years ago
  98. 78206e1 Fix for the issue apw brought up: by mbligh · 17 years ago
  99. 40d021b When a boot is initiated in a job, but the machine fails to come up we by mbligh · 17 years ago
  100. ffde22e Adding a flat view of test data. by mbligh · 17 years ago