1. 86a85b4 [autotest/tko] Change the length of attributes columntko_test_attributes by Keith Haddow · 5 years ago
  2. 92afa56 Rebase the AUTOTEST_WEB database to schema version 51. Also default the by jamesren · 14 years ago
  3. 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 · 14 years ago
  4. 12b4558 Massive permission fix by lmr · 14 years ago
  5. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  6. c1c1caf Added afe_job_id column to the jobs table in TKO. Changed link in AFE by showard · 15 years ago
  7. 201a311 TKO migration to ensure the "invalidated" label exists. by showard · 15 years ago
  8. 8495e29 Add a foreign key from tests->jobs. Requires modifying tests.job_idx by jadmanski · 15 years ago
  9. 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
  10. 0cfa5da Updated the 'view=' URL parameter to match new view ID in frontend. by showard · 15 years ago
  11. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 15 years ago
  12. 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
  13. 29541d7 Change tests to have a default for the invalid field by mbligh · 15 years ago
  14. d44b707 Several of out attributes (like bootnum and boot_times) that are standard test_attributes are by mbligh · 15 years ago
  15. c9c0f3c by mbligh · 15 years ago
  16. 75fa46c Apparently depending on what keys & db version and engines you have, by jadmanski · 15 years ago
  17. 58638b4 Make the hostname field bigger in TKO. The is unfortunately something by jadmanski · 15 years ago
  18. 51db86c Widened the test field to 60 chars from 30 chars. by mbligh · 16 years ago
  19. fdebd22 Add indices to TKO. These range from absolutely performance critical by mbligh · 16 years ago
  20. 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
  21. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  22. 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
  23. 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 · 16 years ago
  24. 651e2d0 Fixed the perf_view database view in TKO. Changed an INNER JOIN to join on the by mbligh · 16 years ago
  25. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  26. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  27. 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 · 16 years ago
  28. 6f1593c some changes to support saved queries for new TKO by showard · 16 years ago
  29. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  30. 0d60de5 Change the VARCHAR for url from 65k to 1k by mbligh · 16 years ago
  31. 84ffec4 Reason column width in table tko.tests needs to be increased to a larger value by mbligh · 16 years ago
  32. cc54917 Risk: Medium by jadmanski · 16 years ago
  33. 94f07a2 Overview: by mbligh · 16 years ago
  34. 302482e Add a new status field called TEST_NA (in addition to PASS and FAIL). by mbligh · 16 years ago
  35. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  36. aa383b7 Add downgrade support to migrate. This is really necessary for doing real migration development. Modified all existing migrations to support it. by mbligh · 16 years ago
  37. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 16 years ago
  38. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 16 years ago
  39. 5456c2b add missing tko/migrations by mbligh · 16 years ago