1. 658e2db autotest: Reland "autotest: tko: connect using unix socket" by Congbin Guo · 6 years ago
  2. f1e3584 Revert "autotest: tko: connect using unix socket" by Allen Li · 6 years ago
  3. f8046bb autotest: tko: connect using unix socket by Congbin Guo · 6 years ago
  4. 7f2a7ef autotest: metrics for tko connection using socket by Congbin Guo · 6 years ago
  5. 8e327e2 autotest: Add tko function to get child test results for skylab suite. by Xixuan Wu · 6 years ago
  6. 097fec6 autotest: tko: connect via cloudsql_proxy if possible by Congbin Guo · 6 years ago
  7. e3051e9 autotest: Add logging for tko attributes upload error by Allen Li · 6 years ago
  8. c53e005 autotest: add a tko connection retry counters by Aviv Keshet · 6 years ago
  9. 7f4071c autotest: remove unneccesary indirection in tko db handle creation by Aviv Keshet · 6 years ago
  10. 0cb6195 Revert "[autotest] Remove unnecessary tko/db construction logic" by Laurence Goodby · 6 years ago
  11. 027561f [autotest] Remove unnecessary tko/db construction logic by Prathmesh Prabhu · 6 years ago
  12. c2a8a6a autotest: Remove duplicate tko.models.job.index attribute by Prathmesh Prabhu · 6 years ago
  13. 1790588 autotest: Insert skylab tasks into tko_skylab_tasks table by Prathmesh Prabhu · 6 years ago
  14. f5030d3 autotest: Start populating tko_task_references. by Prathmesh Prabhu · 6 years ago
  15. fc06c24 autotest: Initialize tko.models.job.index attribute by Prathmesh Prabhu · 6 years ago
  16. 30dee86 autotest: Hoist afe_{parent,}_job_id update out of tko/db.py by Prathmesh Prabhu · 6 years ago
  17. 6d4d8b6 autotest: Stop returning duplicate data from tko/db.insert_job by Prathmesh Prabhu · 6 years ago
  18. 34103fc autotest: Hoist tko_jobs related updates out of insert_job by Prathmesh Prabhu · 6 years ago
  19. ec96d6e autotest: Refactor out tko/db.insert_or_update_machine. by Prathmesh Prabhu · 6 years ago
  20. 432648c autotest: Mark internal tko/db functions private. by Prathmesh Prabhu · 6 years ago
  21. b0af621 [autotest] Read tko tests from database after it's saved. by Dan Shi · 7 years ago
  22. ba8adaf [autotest] Drop remaining references to autotest_stats by Prathmesh Prabhu · 7 years ago
  23. feb775c Moved board parsing to parse.py by Benny Peake · 7 years ago
  24. 31425d5 [autotest] generate a suite timing report when parsing a suite job by Shuqian Zhao · 8 years ago
  25. e0bb760 [autotest] Clarify MySQL OperationalError message by Allen Li · 8 years ago
  26. 64692a3 [autotest] In tko/parse, fix TypeError in MySQLdb query by Allen Li · 8 years ago
  27. 5f74ffd Adds extra fields to tko proto buffer definition. by Michael Tang · 8 years ago
  28. 1e5c701 Update the lab autotest code to send chart-json format data to by Keith Haddow · 8 years ago
  29. d77fc1b [autotest] Skip update_machine_information if job.machine is empty by Dan Shi · 9 years ago
  30. 8684b92 [autotest] Increase timeout for connecting TKO db. by Dan Shi · 9 years ago
  31. e8e0c05 [autotest] Add retry to tko/db.commit by Dan Shi · 9 years ago
  32. 70647ca [autotest] Save parent job id, build, board and suite info to tko_jobs. by Dan Shi · 9 years ago
  33. cdee251 [autotest] Allows set higher_is_better to None by Fang Deng · 10 years ago
  34. 2468fbd Revert "Revert "[autotest] Bootstrapping mysql during server bringup."" by Richard Barnette · 10 years ago
  35. bd92448 Revert "[autotest] Bootstrapping mysql during server bringup." by Richard Barnette · 10 years ago
  36. c1e756a [autotest] Bootstrapping mysql during server bringup. by Prashanth Balasubramanian · 10 years ago
  37. 934f0dc [autotest] Move database configuration to separate file. by Jakob Juelich · 10 years ago
  38. 3270e18 Revert "[autotest] Always use tko tables on master from shards." by Jakob Juelich · 10 years ago
  39. a204088 Revert "[autotest] Always use tko tables on master from shards." by Jakob Juelich · 10 years ago
  40. 8aff81d [autotest] Always use tko tables on master from shards. by Jakob Juelich · 10 years ago
  41. 7a27347 Revert "[autotest] Don't use db query timeout in django settings." by Michael Spang · 10 years ago
  42. 87c1551 [autotest] Don't use db query timeout in django settings. by Jakob Juelich · 10 years ago
  43. e2bf396 [autotest] Always use tko tables on master from shards. by Jakob Juelich · 10 years ago
  44. 475b82b [autotest] Let TKO parser always talk to global database by Jakob Juelich · 10 years ago
  45. 7f24f0b [autotest] test can output graph name when calling output_perf_value by Fang Deng · 11 years ago
  46. 368c54b Autotest TKO parser inserts perf measurements into the tko_iteration_perf_value database table. by Dennis Jeffrey · 11 years ago
  47. e129a96 AUTOTEST: Trim down database entries. by Simran Basi · 12 years ago
  48. a12b8a0 by jamesren · 14 years ago
  49. c1a98d1 Support for job keyvals by showard · 15 years ago
  50. 250d84d Merge the two databases and the two Django projects. Note that the TKO migrations are still present, as is the migration code for TKO in database/migrate.py. These pieces of code are preserved because they are required by this change to perform the merge. A separate change will be submitted in the future to remove those references. by showard · 15 years ago
  51. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  52. 0fec8a0 The reparse of existing job is done by a delete and then an insert, this by showard · 15 years ago
  53. c1c1caf Added afe_job_id column to the jobs table in TKO. Changed link in AFE by showard · 15 years ago
  54. 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
  55. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  56. 5d4c27e Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840). by jadmanski · 15 years ago
  57. 097407d by mbligh · 15 years ago
  58. dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
  59. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  60. b591fba Add support for parsing host keyvals into the test attributes. The by jadmanski · 16 years ago
  61. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  62. 7636b3a unittest for base_server_job.py by mbligh · 16 years ago
  63. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  64. e0032ad While testing if bug: http://b/issue?id=1131264 "job-stat busted" by mbligh · 16 years ago
  65. e7a6909 Risk: Medium by jadmanski · 16 years ago
  66. cc54917 Risk: Medium by jadmanski · 16 years ago
  67. 60d4fa6 If an operational error occurs and we're just going to discard it and by jadmanski · 16 years ago
  68. 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 16 years ago
  69. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  70. 96cf051 Convert the parser into an embeddable library. This includes a major by mbligh · 16 years ago
  71. aea0960 Various poorly documented changes to tko frontend. Sorry by mbligh · 16 years ago
  72. e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 16 years ago
  73. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  74. ed4d6dd glocal_config patch by mbligh · 16 years ago
  75. 7a7316b split patched kernels into their own kernel rows V2 by apw · 16 years ago
  76. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 16 years ago
  77. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  78. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  79. e12b861 The way that parse looks for the index of the field it just added by mbligh · 16 years ago
  80. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
  81. 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
  82. 12eebfa This patch will make compose_query.cgi considerably faster. It also has the by mbligh · 17 years ago
  83. 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
  84. 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
  85. a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
  86. af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
  87. 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
  88. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  89. 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
  90. 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
  91. ba9c54c assign a default value to machine_map by mbligh · 17 years ago
  92. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  93. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  94. 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
  95. 048e1c9 When adding machines, try to figure out their group from a mapping file by mbligh · 17 years ago
  96. 414c69e Extensions to SQL abstractions by mbligh · 17 years ago
  97. 9789445 Fix up error in status table read from the database by mbligh · 17 years ago
  98. a218d11 Use full paths to access .config files for tko/db.py by mbligh · 17 years ago
  99. c82f246 This patch gets rid of the last bits db initialization within db.py. by mbligh · 17 years ago
  100. 2aaeb67 Add a proper machine table rather than just using the hostname by mbligh · 17 years ago