1. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  2. 9b2cd04 Dashboard for Kernel Qual Performance benchmarks. by mbligh · 15 years ago
  3. 5b380be Revise dashboard of Kernel Qual Container benchmarks for nightly dev kernels. by mbligh · 15 years ago
  4. 753362d Move client/bin/kernel_versions to common_lib; it is used by tko. by mbligh · 15 years ago
  5. 64e6345 If a group doesn't define a subdir, and it executes "inner" tests that by jadmanski · 15 years ago
  6. 5350a34 Always use the host_group_name even if a sysinfo/hostname file exists by mbligh · 15 years ago
  7. e97e0e6 Send the job dir, not the individual tests, to site_parse by mbligh · 15 years ago
  8. 9e93640 Add post-parse site hooks (parse -P to trigger, default = off) by mbligh · 15 years ago
  9. 8495e29 Add a foreign key from tests->jobs. Requires modifying tests.job_idx by jadmanski · 15 years ago
  10. f8b1904 Add the ability for users to add test attributes. Non-user-created attributes (added by the parser) are still immutable. by showard · 15 years ago
  11. f1ae354 Represent a group of machines with either the atomic group label name, by showard · 15 years ago
  12. aaac45e Use a set instead of a list to store currently running reasons, and by jadmanski · 15 years ago
  13. 0cfa5da Updated the 'view=' URL parameter to match new view ID in frontend. by showard · 15 years ago
  14. 181d289 fix a simple bug in the parser -- in one code path, old_tests never gets bound, but it gets referenced later anyway by showard · 15 years ago
  15. 0f76934 Explicitly check for empty results when looking for old tests. Otherwise we'll generate invalid SQL in the subsequent query. by showard · 15 years ago
  16. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  17. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  18. 69e8458 Index the test_id field on test_labels_tests. When people query with an exclusion of multiple labels, MySQL will want to use this index to join from tests to test_labels_tests on the test_idx. by showard · 15 years ago
  19. 29541d7 Change tests to have a default for the invalid field by mbligh · 15 years ago
  20. d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 15 years ago
  21. 3a1af60 use FQDN when retrieving log information by showard · 15 years ago
  22. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 15 years ago
  23. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 15 years ago
  24. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 15 years ago
  25. ef6fe02 by showard · 15 years ago
  26. abe869a by mbligh · 15 years ago
  27. a48eeb2 by mbligh · 15 years ago
  28. 7839548 Add support to the autotest parser for updating RUNNING test results by jadmanski · 15 years ago
  29. c9c0f3c by mbligh · 15 years ago
  30. df0594c Add pointer to Crackerjack project page by mbligh · 15 years ago
  31. 5d4c27e Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840). by jadmanski · 15 years ago
  32. 75fa46c Apparently depending on what keys & db version and engines you have, by jadmanski · 15 years ago
  33. 4bfe361 by mbligh · 15 years ago
  34. 58638b4 Make the hostname field bigger in TKO. The is unfortunately something by jadmanski · 15 years ago
  35. 097407d by mbligh · 15 years ago
  36. 8d88a6d Add start_time support. by mbligh · 15 years ago
  37. 49f0d43 Remove more custom hackery ;-( by mbligh · 15 years ago
  38. b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 15 years ago
  39. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 15 years ago
  40. 9e3b477 delete random script that is not useful by mbligh · 15 years ago
  41. 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 16 years ago
  42. db18b0e Fixed a typo in trying to bitwise OR non blocking locking which probably by mbligh · 16 years ago
  43. cc40014 remove old benchmark by mbligh · 16 years ago
  44. 53370a9 Remove old graphing script by mbligh · 16 years ago
  45. c56891b Remove extraneous crud from perf_graph.cgi by mbligh · 16 years ago
  46. d8369b6 Update perf graph scripts by mbligh · 16 years ago
  47. c3c8eab This patch extends the functions of the old TKO system Performance section, by mbligh · 16 years ago
  48. 5e868d6 by showard · 16 years ago
  49. 69691f3 by showard · 16 years ago
  50. 15110b7 Change all tabs to space. somehow we lost this change from tko/ ? by mbligh · 16 years ago
  51. 9701f7d Fix URL reference by mbligh · 16 years ago
  52. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  53. d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
  54. 9484c31 by showard · 16 years ago
  55. 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
  56. 781f52f Bug 1559463: Plotgraph writes X legend over first chars of X tick labels. by mbligh · 16 years ago
  57. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  58. ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
  59. dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
  60. c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
  61. 33c7779 Change tko to stop it popping out the same window every time per Steve by mbligh · 16 years ago
  62. db4f9b5 The parser should be using job.read_keyval to find job keyvals, not by jadmanski · 16 years ago
  63. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  64. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  65. e860dbd Support Python2.5 as well. by mbligh · 16 years ago
  66. 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
  67. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  68. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  69. 2e6ebcd Fix the help URL in tko by mbligh · 16 years ago
  70. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  71. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  72. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  73. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  74. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  75. a531ef1 Add graphing routine tko/solo_compare_graph.cgi for comparing by mbligh · 16 years ago
  76. 7a469e7 Modified machine_aggr.cgi to accept benchmark and key values as a list of by mbligh · 16 years ago
  77. 588f15a Add results from all tests (and not only the last test) to a dataset. by mbligh · 16 years ago
  78. c20201d New Autotest web page for viewing results of all performance benchmark by mbligh · 16 years ago
  79. 8b1bb8c Export data to wooden shoes. by mbligh · 16 years ago
  80. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
  81. f396438 Parser regression testing support. by mbligh · 16 years ago
  82. 4e16fee We have a silly assertion in the parser that doesn't really matter by jadmanski · 16 years ago
  83. 8e9c257 Fix the parsing script so that if you have multiple levels of by jadmanski · 16 years ago
  84. f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
  85. 531d597 When building a kernel we will use the first build, build.2, build.3, and by mbligh · 16 years ago
  86. 51db86c Widened the test field to 60 chars from 30 chars. by mbligh · 16 years ago
  87. fdebd22 Add indices to TKO. These range from absolutely performance critical by mbligh · 16 years ago
  88. 1ce9fbb Only increment the boot count in the parser for reboots that aren't by jadmanski · 16 years ago
  89. 717bb99 Fix up the parser to handle the case where a server-side test runs a by jadmanski · 16 years ago
  90. 0e73c85 Add a generic database wrapper, supporting different database backends, to be used by migrate, scheduler, parser (eventually), and maybe others. This will consolidate the multiple database wrappers we have throughout the code and allow us to swap in SQLite for MySQL for unit testing purposes. by showard · 16 years ago
  91. 8e00afa Fix a missed change from r2222. by jadmanski · 16 years ago
  92. fc4e338 The new parsing code that lets higher job keyvals override lower ones by jadmanski · 16 years ago
  93. f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
  94. a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
  95. 1b3b376 Rename client/common_lib/logging.py to client/common_lib/log.py in order to be able to use the standard python logging module by mbligh · 16 years ago
  96. e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
  97. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  98. ce12f55 Attached is a large patch for a powerful and flexible new graphing system for new TKO. This system subsumes all the previous kernel graphing scripts under the tko/ directory and is capable of much more. These wiki pages document usage of the new system and give an idea of what it's capable of: by showard · 16 years ago
  99. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  100. b591fba Add support for parsing host keyvals into the test attributes. The by jadmanski · 16 years ago