1. 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
  2. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  3. 5d4c27e Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840). by jadmanski · 15 years ago
  4. 097407d by mbligh · 15 years ago
  5. dc2c9bb Bug 1551777: tko/db.py does not support empty password for 'nobody' queries. by mbligh · 16 years ago
  6. d876f45 gps pointed out that "== and != work in most cases but its better to use is by mbligh · 16 years ago
  7. b591fba Add support for parsing host keyvals into the test attributes. The by jadmanski · 16 years ago
  8. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  9. 7636b3a unittest for base_server_job.py by mbligh · 16 years ago
  10. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  11. e0032ad While testing if bug: http://b/issue?id=1131264 "job-stat busted" by mbligh · 16 years ago
  12. e7a6909 Risk: Medium by jadmanski · 16 years ago
  13. cc54917 Risk: Medium by jadmanski · 16 years ago
  14. 60d4fa6 If an operational error occurs and we're just going to discard it and by jadmanski · 16 years ago
  15. 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 16 years ago
  16. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  17. 96cf051 Convert the parser into an embeddable library. This includes a major by mbligh · 16 years ago
  18. aea0960 Various poorly documented changes to tko frontend. Sorry by mbligh · 16 years ago
  19. e82a93e Now that we've changed the order of the parameters we need to make by mbligh · 16 years ago
  20. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  21. ed4d6dd glocal_config patch by mbligh · 16 years ago
  22. 7a7316b split patched kernels into their own kernel rows V2 by apw · 16 years ago
  23. 73f38a3 Change db.py to always read config files correctly. And close files. by mbligh · 16 years ago
  24. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  25. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  26. e12b861 The way that parse looks for the index of the field it just added by mbligh · 16 years ago
  27. 6f075f0 db.py should look in its directory, not the directory of the executable by mbligh · 17 years ago
  28. 2bb6dfd Allow caller to override database params in db.py by mbligh · 17 years ago
  29. 12eebfa This patch will make compose_query.cgi considerably faster. It also has the by mbligh · 17 years ago
  30. 83f63a0 Fix up the main display page to only use one SQL query per rendering. by mbligh · 17 years ago
  31. 85952b4 Add in condition for db class, for example select * from tests where kernel_idx by mbligh · 17 years ago
  32. a044e56 Fix uncaught exception in db.py by mbligh · 17 years ago
  33. af25f06 Create subclasses of db for mysql and for postgres. Use a class method by mbligh · 17 years ago
  34. 05067a3 'user' is officially an SQL reserved word, which means that it cannot be by mbligh · 17 years ago
  35. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  36. 2e57e7b If no tests, find_tests should return [] instead of None by mbligh · 17 years ago
  37. 96b9a5a Add a way to delete an individual set of job results. by mbligh · 17 years ago
  38. ba9c54c assign a default value to machine_map by mbligh · 17 years ago
  39. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  40. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  41. 432bad4 Implement atomic updates for SQL tables to ensure we get the whole by mbligh · 17 years ago
  42. 048e1c9 When adding machines, try to figure out their group from a mapping file by mbligh · 17 years ago
  43. 414c69e Extensions to SQL abstractions by mbligh · 17 years ago
  44. 9789445 Fix up error in status table read from the database by mbligh · 17 years ago
  45. a218d11 Use full paths to access .config files for tko/db.py by mbligh · 17 years ago
  46. c82f246 This patch gets rid of the last bits db initialization within db.py. by mbligh · 17 years ago
  47. 2aaeb67 Add a proper machine table rather than just using the hostname by mbligh · 17 years ago
  48. 95fca57 Fixed up fucked spacing by mbligh · 17 years ago
  49. 728ff0a I needed to override the database and read-only database login information, by mbligh · 17 years ago
  50. 31d29c4 add frontend matrix for performance benchmarks by mbligh · 17 years ago
  51. b32cd43 Fix up the password handling in db.py so we connect as a writeable user by mbligh · 17 years ago
  52. 43f164b Convert tko database from sqlite to mysql by mbligh · 17 years ago
  53. 2bd4887 add iterations from keyval properly when parsing by mbligh · 17 years ago
  54. bfec522 tko updates by mbligh · 17 years ago
  55. 8e1ab17 update tko by mbligh · 17 years ago
  56. 53d1425 Allow null where clauses in select by mbligh · 17 years ago
  57. 9bb92fe tko updates by mbligh · 17 years ago
  58. 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago
  59. 608c325 update the db stuff to use generic insert and select helpers by mbligh · 17 years ago
  60. e9cf9d4 Speed up of timeouts for wait up by mbligh · 17 years ago
  61. 529f2f3 update tko parsing code by mbligh · 17 years ago
  62. 056d0d3 Make better use of the db by mbligh · 18 years ago
  63. d5c33db Add very basic database stuff by mbligh · 18 years ago