- 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 16 years ago
- 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 16 years ago
- abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 16 years ago
- ef6fe02 by showard · 16 years ago
- abe869a by mbligh · 16 years ago
- a48eeb2 by mbligh · 16 years ago
- 7839548 Add support to the autotest parser for updating RUNNING test results by jadmanski · 16 years ago
- c9c0f3c by mbligh · 16 years ago
- df0594c Add pointer to Crackerjack project page by mbligh · 16 years ago
- 5d4c27e Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840). by jadmanski · 16 years ago
- 75fa46c Apparently depending on what keys & db version and engines you have, by jadmanski · 16 years ago
- 4bfe361 by mbligh · 16 years ago
- 58638b4 Make the hostname field bigger in TKO. The is unfortunately something by jadmanski · 16 years ago
- 097407d by mbligh · 16 years ago
- 8d88a6d Add start_time support. by mbligh · 16 years ago
- 49f0d43 Remove more custom hackery ;-( by mbligh · 16 years ago
- b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 16 years ago
- 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 16 years ago
- 9e3b477 delete random script that is not useful by mbligh · 16 years ago
- 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 16 years ago
- db18b0e Fixed a typo in trying to bitwise OR non blocking locking which probably by mbligh · 16 years ago
- cc40014 remove old benchmark by mbligh · 16 years ago
- 53370a9 Remove old graphing script by mbligh · 16 years ago
- c56891b Remove extraneous crud from perf_graph.cgi by mbligh · 16 years ago
- d8369b6 Update perf graph scripts by mbligh · 16 years ago
- c3c8eab This patch extends the functions of the old TKO system Performance section, by mbligh · 16 years ago
- 5e868d6 by showard · 16 years ago
- 69691f3 by showard · 16 years ago
- 15110b7 Change all tabs to space. somehow we lost this change from tko/ ? by mbligh · 16 years ago
- 9701f7d Fix URL reference by mbligh · 16 years ago
- 062ed15 Added a function to import site specific functions. Modified code to use it. by mbligh · 16 years ago
- d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
- 9484c31 by showard · 16 years ago
- 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
- 781f52f Bug 1559463: Plotgraph writes X legend over first chars of X tick labels. by mbligh · 16 years ago
- 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
- ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
- dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
- c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
- 33c7779 Change tko to stop it popping out the same window every time per Steve by mbligh · 16 years ago
- db4f9b5 The parser should be using job.read_keyval to find job keyvals, not by jadmanski · 16 years ago
- d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
- d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
- e860dbd Support Python2.5 as well. by mbligh · 16 years ago
- 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
- cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
- b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
- 2e6ebcd Fix the help URL in tko by mbligh · 16 years ago
- 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
- 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
- 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
- efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
- 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
- a531ef1 Add graphing routine tko/solo_compare_graph.cgi for comparing by mbligh · 16 years ago
- 7a469e7 Modified machine_aggr.cgi to accept benchmark and key values as a list of by mbligh · 16 years ago
- 588f15a Add results from all tests (and not only the last test) to a dataset. by mbligh · 16 years ago
- c20201d New Autotest web page for viewing results of all performance benchmark by mbligh · 16 years ago
- 8b1bb8c Export data to wooden shoes. by mbligh · 16 years ago
- 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
- f396438 Parser regression testing support. by mbligh · 16 years ago
- 4e16fee We have a silly assertion in the parser that doesn't really matter by jadmanski · 16 years ago
- 8e9c257 Fix the parsing script so that if you have multiple levels of by jadmanski · 16 years ago
- f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
- 531d597 When building a kernel we will use the first build, build.2, build.3, and by mbligh · 16 years ago
- 51db86c Widened the test field to 60 chars from 30 chars. by mbligh · 16 years ago
- fdebd22 Add indices to TKO. These range from absolutely performance critical by mbligh · 16 years ago
- 1ce9fbb Only increment the boot count in the parser for reboots that aren't by jadmanski · 16 years ago
- 717bb99 Fix up the parser to handle the case where a server-side test runs a by jadmanski · 16 years ago
- 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
- 8e00afa Fix a missed change from r2222. by jadmanski · 16 years ago
- fc4e338 The new parsing code that lets higher job keyvals override lower ones by jadmanski · 16 years ago
- f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
- a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
- 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
- e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
- 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
- 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
- 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
- b591fba Add support for parsing host keyvals into the test attributes. The by jadmanski · 16 years ago
- b69f250 This fixes up a parser edge case where an implicit ABORT (i.e. a logging by jadmanski · 17 years ago
- 29e61ce Don't let negative test-level results pollute job-level results. by jadmanski · 17 years ago
- 008ff1d Made the "is_status_line" method the parser uses for filtering out by jadmanski · 17 years ago
- bf44619 Added unit tests to catch the case the recently-fixed case where the by jadmanski · 17 years ago
- 3845f52 TKO needs to display TEST_NA and RUNNING jobs differently than the rest. by mbligh · 17 years ago
- c66e93c Fix the parser behaviour when handling non-grouped tests inside of by jadmanski · 17 years ago
- a62866b -add test_view_2 with more sensible field names, for use by new TKO. this is intended to replace test_view, but I don't want to modify test_view until old TKO is phased out. by showard · 17 years ago
- fd3ba2b Improve the implict abort handling of the parser to try and use the by jadmanski · 17 years ago
- a80823b Fix retrieve_logs.cgi to actually return a 302 (temporarily moved) by showard · 17 years ago
- 651e2d0 Fixed the perf_view database view in TKO. Changed an INNER JOIN to join on the by mbligh · 17 years ago
- 77f95db -move log file URL logic to common.Utils by showard · 17 years ago
- 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 17 years ago
- c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 17 years ago
- b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 17 years ago
- ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 17 years ago
- 0da1d0f Migration file for test labels. Add a test_labels table and a test_labels_tests table that forms a many-to-many relationship between tests and test labels. The interface to manage these test labels is being developed as part of the new TKO interface. by showard · 17 years ago
- 6f1593c some changes to support saved queries for new TKO by showard · 17 years ago
- 63bce5f Fix a bug that will keep server sync jobs from being properly parsed. by jadmanski · 17 years ago
- 5d0b318 Fix bad links when compose_query.cgi is viewed in 'brief' mode since by mbligh · 17 years ago
- b33e53e Fix errors found by lint. by mbligh · 17 years ago
- 7636b3a unittest for base_server_job.py by mbligh · 17 years ago