1. 12b4558 Massive permission fix by lmr · 14 years ago
  2. 8b0ea22 Overhaul how we deal with related data in TKO -- test labels, test attributes, machine labels, and iteration results. by showard · 15 years ago
  3. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  4. 356d237 Fix some max_length fields. Django no longer allows unique char fields by showard · 15 years ago
  5. d2b0c88 Add almost everything necessary for UI support for including test attributes in table view. by showard · 15 years ago
  6. 8bfb5cb Add support for joining specific test attributes to the TKO get_test_view() method and friends (including grouping friends). This required a number of cleanups to the code in general. The two big changes were: by showard · 15 years ago
  7. c1c1caf Added afe_job_id column to the jobs table in TKO. Changed link in AFE by showard · 15 years ago
  8. c478040 Add RPCs for requesting iteration results from TKO and supporting model code. by showard · 15 years ago
  9. 2aa318e refactor and cleanup some database joining code for TKO queries by showard · 15 years ago
  10. a5288b4 Upgrade from Django 0.96 to Django 1.0.2. by showard · 15 years ago
  11. f4c702e Add job queued time and job queued day to the groupable field in spreadsheet view. by showard · 15 years ago
  12. 06b82fc Add unit tests for the TKO RPC interface by showard · 15 years ago
  13. 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
  14. 0957a84 Add host attributes to AFE. Nothing actually uses them; they're purely for users and scripts to use. Initial implementation is minimal - new migration, new model, RPCs to set and delete, and inclusion of attributes in get_hosts() results. No CLI or frontend support. by showard · 15 years ago
  15. 93caf2d Escape user SQL for attribute filtering. Not sure why this wasn't failing before or when it started failing, but this definitely fixes it. by showard · 15 years ago
  16. eaccf8f move escape_user_sql() to the manager class, where it better belongs, make it not static, since it doesn't need to be and we need to override it, and override it in TestViewManager to specify the table whenever test_idx is used (otherwise it can be an ambiguous reference when test_attributes is joined) by showard · 15 years ago
  17. 430dca9 Add a query_keyvals script to the CLI to allow command-line queries of by jadmanski · 16 years ago
  18. 43a3d26 Add a checkbox 'exclude "only if needed" labels' to host lists in AFE, checked by default in the create job view. by showard · 16 years ago
  19. fc8c6ae Add a include_labels option in the TestView model. This works by showard · 16 years ago
  20. f248952 Add feature to make spreadsheet header fields from combinations of machine labels. The user can create as many different machine-label-based fields as she wishes. For each field, she can enter a list of labels to be included. The field will then group on each combination of those labels. by showard · 16 years ago
  21. 35bcba2 Add test_started_time to spreadsheet field list. by showard · 16 years ago
  22. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  23. 7c199df Fix a couple of little bugs in TKO. by showard · 16 years ago
  24. 8a6eb0c add support for showing only the latest test run per cell in spreadsheet mode. this involved some extensive refactorings on both the client and server which then made the actual change quite simple. by showard · 16 years ago
  25. 98ed33b Need to escape %'s in user-submitted test attribute filtering strings. by showard · 16 years ago
  26. e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
  27. 64aeecd -add feature to filter on test attributes in TKO by showard · 16 years ago
  28. 79afb6b Fixed handling of "exclude_labels" option on the server. by showard · 16 years ago
  29. 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
  30. d50ffb4 -add easy invalidation functionality by showard · 16 years ago
  31. 0281350 -rewrite most of the label management code to be much more efficient by showard · 16 years ago
  32. 5bf7c50 Table name did not get updated in test labels query. This makes it impossible to query against test labels. by showard · 16 years ago
  33. 3544486 Initial checkin of new TKO interface. by showard · 16 years ago