- 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
- 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
- 30413d5 Set executable bit on all cgi scripts by mbligh · 17 years ago
- 64260ee Plotgraph handles skipped values badly. by mbligh · 17 years ago
- 92778b1 Allow subtitle above plot's key legends. by mbligh · 17 years ago
- 099c142 Improvements of query history: by mbligh · 17 years ago
- 9b9cb73 Add in the blank GIF used by tko. by jadmanski · 17 years ago
- 9978bdf Change whitespace. by jadmanski · 17 years ago
- 14ad396 Add a file that was missed from a previous patch. by jadmanski · 17 years ago
- 243f4bc Darkened the green in the 95%-100% range so that it's easier to distinguish between levels of failure. Also brightened the yellow so it's easier to see on projectors. by mbligh · 17 years ago
- d34763f Fix various TKO issues by mbligh · 17 years ago
- 5684b03 Whenever URL passed to compose_query.cgi contains argument brief=1 we will by mbligh · 17 years ago
- 8204f7f Add padding to the right side of compose_query.cgi so that the by mbligh · 17 years ago
- bcb2a86 TKO classification and generalization of reason of test failure. by mbligh · 17 years ago
- e0869d0 Change the way we direct the browser from Location: to Refresh:. by mbligh · 17 years ago
- 146c796 smart_sort is not sorting kernels correctly by mbligh · 17 years ago
- 004fde6 Fix up parsing of test versions to not add a newline by mbligh · 17 years ago
- e0032ad While testing if bug: http://b/issue?id=1131264 "job-stat busted" by mbligh · 17 years ago
- 0d60de5 Change the VARCHAR for url from 65k to 1k by mbligh · 17 years ago
- aa93693 NotImplemented is apparently not implemented. by mbligh · 17 years ago
- e7a6909 Risk: Medium by jadmanski · 17 years ago
- e4310bc Risk: Low Visibility: Fixes another parser bug. by jadmanski · 17 years ago
- 204d356 Make sure that grouping by time_daily works as expected. by mbligh · 17 years ago
- e30bd23 Risk: Low Visibility: Fixes a bug that keeps the final parse from working. by jadmanski · 17 years ago
- 84ffec4 Reason column width in table tko.tests needs to be increased to a larger value by mbligh · 17 years ago
- 27eab24 Query that user complains about actually returns ~27000 records by mbligh · 17 years ago
- cc54917 Risk: Medium by jadmanski · 17 years ago
- 94f07a2 Overview: by mbligh · 17 years ago
- 5a42d85 Save query on request. by mbligh · 17 years ago
- e173832 Risk: Low by jadmanski · 17 years ago
- b303054 Considering that machine_benchmark.cgi does not create full blown html, by mbligh · 17 years ago
- d1086b9 Risk: Medium by jadmanski · 17 years ago
- 6e8bf75 Add the version 1 of the TKO parser, modify server_job to use this by jadmanski · 17 years ago
- 13a2908 add missing tko/parsers/__init__.py by mbligh · 17 years ago
- 60d4fa6 If an operational error occurs and we're just going to discard it and by jadmanski · 17 years ago
- f9fa427 Implemented a hover feature. Hovering over a cell in tko/compose_query.cgi by jadmanski · 17 years ago
- 22ab069 Convert tko/*.cgi to use absolute imports, to resolve some by jadmanski · 17 years ago
- 36505a9 Printing out some performance measurements at the bottom of the page. by jadmanski · 17 years ago
- a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 17 years ago
- f9bab60 Fix up the names in the tko unittests to comply with the Autotest by jadmanski · 17 years ago
- 38e9d78 Provide support for lazily retrieving job logs from an external storage source. by mbligh · 17 years ago
- 302482e Add a new status field called TEST_NA (in addition to PASS and FAIL). by mbligh · 17 years ago
- 72b7d73 remove old documentation by mbligh · 17 years ago
- 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 17 years ago
- 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 17 years ago
- 2895ce5 Add more missing files from previous commits. Did I mention I hate svn? by mbligh · 17 years ago
- e79ebb0 Add missing files from svn by mbligh · 17 years ago
- 96cf051 Convert the parser into an embeddable library. This includes a major by mbligh · 17 years ago
- 9add588 Roll back change to insert date cutoff field on front of TKO by mbligh · 17 years ago
- 11204f8 restored parse_field by mbligh · 17 years ago
- be25745 Exposed the title field in the report. by mbligh · 17 years ago
- 3126069 implementing request: reasons of failure should be displayed in non header cells by mbligh · 17 years ago
- 5bb5586 TKO doesn't handle time conditions well, time_daily in the condition field does not work properly by mbligh · 17 years ago
- 3d7a5f5 More undocumented changes for compose_query.cgi by mbligh · 17 years ago
- aea0960 Various poorly documented changes to tko frontend. Sorry by mbligh · 17 years ago
- d3ec276 Add missing __init__.py files. Sorry by mbligh · 17 years ago
- 1b87bc5 Modify all the common.py to set up an autotest_lib.* namespace as well by mbligh · 17 years ago
- 4a370cf include time attribute into drop down menus by mbligh · 17 years ago
- 9aed6d0 Change the parser to never ignore reboot.* lines due to their indent. by mbligh · 17 years ago
- 5f1839e Remove an unused import of parse. by mbligh · 17 years ago
- 05e6f6e Once the parser hits the end job marker, start looking for top-level by mbligh · 17 years ago
- 456b477 fixed the problem of lost conditions when clicking Flip by mbligh · 17 years ago
- 310b59e bump down saturation for better visibility on the screen by mbligh · 17 years ago
- b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 17 years ago
- b03ba64 Patch to reduce the rate of reparse, and to make the parser locking by mbligh · 17 years ago
- 05bb633 Use file locking to serialize all runs of the parser. by mbligh · 17 years ago
- aa383b7 Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it. by mbligh · 17 years ago
- 5a0c970 Add options to specify db host, username, pass, and db_name by mbligh · 17 years ago
- e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 17 years ago
- 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 17 years ago
- 835c0e4 Update tko data boxes to use a fixed-width font for data. Update some comments as well. by mbligh · 17 years ago
- 44710b6 Make a number of changes to compose_query: by mbligh · 17 years ago
- 378e0ae add back missing machine_benchmark.cgi by mbligh · 17 years ago
- 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 17 years ago
- e47ff2a Missing a '/' on the end of job tags by mbligh · 17 years ago
- ed4d6dd glocal_config patch by mbligh · 17 years ago
- e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 17 years ago
- 4263b06 Make parse unbuffered, so that recording of stdout, stderr is interleaved by mbligh · 17 years ago
- fab72ad tko: use the root_url prefix in compose_query.cgi by apw · 17 years ago
- 7a7316b split patched kernels into their own kernel rows V2 by apw · 17 years ago
- 1b4780e If the test doesn't PASS, it FAILS. Removed all intermediate 0.5 coefficients by mbligh · 17 years ago
- 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 17 years ago
- 02ec1ba tko: boot errors should track boot number by mbligh · 17 years ago
- 8e7c78e A few display changes to tko by mbligh · 17 years ago
- dd59905 remove create_db by mbligh · 17 years ago
- 439661b Fixes a number of issues with the results display: by mbligh · 17 years ago
- c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 17 years ago
- 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 17 years ago
- 5456c2b add missing tko/migrations by mbligh · 17 years ago