1. 12b4558 Massive permission fix by lmr · 15 years ago
  2. e90176a Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com> by mbligh · 15 years ago
  3. 4608b00 Add a new Archiving stage to the scheduler, which runs after Parsing. This stage is responsible for copying results to the results server in a drone setup, a task currently performed directly by the scheduler, and allows for site-specific archiving functionality, replacing the site_parse functionality. It does this by running autoserv with a special control file (scheduler/archive_results.control.srv), which loads and runs code from the new scheduler.archive_results module. The implementation was mostly straightfoward, as the archiving stage is fully analogous to the parser stage. I did make a couple of refactorings: by mbligh · 15 years ago
  4. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  5. 0fec8a0 The reparse of existing job is done by a delete and then an insert, this by showard · 15 years ago
  6. ebf8164 Update retrieve_logs to call the site_find_repository even if the results server is localhost. There is no reason why we can't have an additional remote repo with a localhost results server. by mbligh · 15 years ago
  7. e6faac2 update crackerjack URL by mbligh · 15 years ago
  8. 2df3c69 fix jsonp_fetcher, it was broken by changes to ServiceHandler in previous patch to implement RPC logging by showard · 15 years ago
  9. c1c1caf Added afe_job_id column to the jobs table in TKO. Changed link in AFE by showard · 15 years ago
  10. 201a311 TKO migration to ensure the "invalidated" label exists. by showard · 15 years ago
  11. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  12. ef8fd9c New versions of twoway container benchmark graphs. by mbligh · 15 years ago
  13. 71b9431 Make the parser read and use the machine platform from host_keyvals, if available. Goodbye machine_transfer! Also made it handle multimachine jobs (use a comma-separated, sorted list of distinct platforms from the individual machines) and atomic group jobs (use the same atomic group override value that was used for machine name, when applicable). by showard · 15 years ago
  14. 3c9ee6e Delete stale benchmark graphs. by mbligh · 15 years ago
  15. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  16. bafd9a7 Update retrieve logs to allow for a more dynamic site_retrieve_logs that can by mbligh · 15 years ago
  17. d2e0f0c Change the parser handling of perf keyvals to bypass any non-numeric values. by jadmanski · 15 years ago
  18. 3abbcee For files that won't be directly executed, the #! is unneccessary and can by mbligh · 15 years ago
  19. e3274a4 Update parser unittests to use autotemp by mbligh · 15 years ago
  20. 1f99f67 Make some changes to the parser so that when multiple reasons are by jadmanski · 15 years ago
  21. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  22. 9b2cd04 Dashboard for Kernel Qual Performance benchmarks. by mbligh · 15 years ago
  23. 5b380be Revise dashboard of Kernel Qual Container benchmarks for nightly dev kernels. by mbligh · 15 years ago
  24. 753362d Move client/bin/kernel_versions to common_lib; it is used by tko. by mbligh · 15 years ago
  25. 64e6345 If a group doesn't define a subdir, and it executes "inner" tests that by jadmanski · 15 years ago
  26. 5350a34 Always use the host_group_name even if a sysinfo/hostname file exists by mbligh · 15 years ago
  27. e97e0e6 Send the job dir, not the individual tests, to site_parse by mbligh · 15 years ago
  28. 9e93640 Add post-parse site hooks (parse -P to trigger, default = off) by mbligh · 15 years ago
  29. 8495e29 Add a foreign key from tests->jobs. Requires modifying tests.job_idx by jadmanski · 15 years ago
  30. 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
  31. f1ae354 Represent a group of machines with either the atomic group label name, by showard · 15 years ago
  32. aaac45e Use a set instead of a list to store currently running reasons, and by jadmanski · 15 years ago
  33. 0cfa5da Updated the 'view=' URL parameter to match new view ID in frontend. by showard · 15 years ago
  34. 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
  35. 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
  36. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  37. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  38. 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
  39. 29541d7 Change tests to have a default for the invalid field by mbligh · 15 years ago
  40. d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 15 years ago
  41. 3a1af60 use FQDN when retrieving log information by showard · 15 years ago
  42. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 15 years ago
  43. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 15 years ago
  44. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 15 years ago
  45. ef6fe02 by showard · 15 years ago
  46. abe869a by mbligh · 15 years ago
  47. a48eeb2 by mbligh · 15 years ago
  48. 7839548 Add support to the autotest parser for updating RUNNING test results by jadmanski · 15 years ago
  49. c9c0f3c by mbligh · 15 years ago
  50. df0594c Add pointer to Crackerjack project page by mbligh · 15 years ago
  51. 5d4c27e Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840). by jadmanski · 15 years ago
  52. 75fa46c Apparently depending on what keys & db version and engines you have, by jadmanski · 15 years ago
  53. 4bfe361 by mbligh · 15 years ago
  54. 58638b4 Make the hostname field bigger in TKO. The is unfortunately something by jadmanski · 15 years ago
  55. 097407d by mbligh · 15 years ago
  56. 8d88a6d Add start_time support. by mbligh · 15 years ago
  57. 49f0d43 Remove more custom hackery ;-( by mbligh · 15 years ago
  58. b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 15 years ago
  59. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 15 years ago
  60. 9e3b477 delete random script that is not useful by mbligh · 15 years ago
  61. 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 15 years ago
  62. db18b0e Fixed a typo in trying to bitwise OR non blocking locking which probably by mbligh · 15 years ago
  63. cc40014 remove old benchmark by mbligh · 15 years ago
  64. 53370a9 Remove old graphing script by mbligh · 15 years ago
  65. c56891b Remove extraneous crud from perf_graph.cgi by mbligh · 15 years ago
  66. d8369b6 Update perf graph scripts by mbligh · 15 years ago
  67. c3c8eab This patch extends the functions of the old TKO system Performance section, by mbligh · 16 years ago
  68. 5e868d6 by showard · 16 years ago
  69. 69691f3 by showard · 16 years ago
  70. 15110b7 Change all tabs to space. somehow we lost this change from tko/ ? by mbligh · 16 years ago
  71. 9701f7d Fix URL reference by mbligh · 16 years ago
  72. 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
  73. d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
  74. 9484c31 by showard · 16 years ago
  75. 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
  76. 781f52f Bug 1559463: Plotgraph writes X legend over first chars of X tick labels. by mbligh · 16 years ago
  77. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  78. ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
  79. dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
  80. c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
  81. 33c7779 Change tko to stop it popping out the same window every time per Steve by mbligh · 16 years ago
  82. db4f9b5 The parser should be using job.read_keyval to find job keyvals, not by jadmanski · 16 years ago
  83. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  84. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  85. e860dbd Support Python2.5 as well. by mbligh · 16 years ago
  86. 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
  87. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  88. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  89. 2e6ebcd Fix the help URL in tko by mbligh · 16 years ago
  90. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  91. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  92. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  93. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  94. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  95. a531ef1 Add graphing routine tko/solo_compare_graph.cgi for comparing by mbligh · 16 years ago
  96. 7a469e7 Modified machine_aggr.cgi to accept benchmark and key values as a list of by mbligh · 16 years ago
  97. 588f15a Add results from all tests (and not only the last test) to a dataset. by mbligh · 16 years ago
  98. c20201d New Autotest web page for viewing results of all performance benchmark by mbligh · 16 years ago
  99. 8b1bb8c Export data to wooden shoes. by mbligh · 16 years ago
  100. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago