1. 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
  2. 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
  3. 430dca9 Add a query_keyvals script to the CLI to allow command-line queries of by jadmanski · 16 years ago
  4. 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
  5. fc8c6ae Add a include_labels option in the TestView model. This works by showard · 16 years ago
  6. 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
  7. 35bcba2 Add test_started_time to spreadsheet field list. by showard · 16 years ago
  8. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  9. 7c199df Fix a couple of little bugs in TKO. by showard · 16 years ago
  10. 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
  11. 98ed33b Need to escape %'s in user-submitted test attribute filtering strings. by showard · 16 years ago
  12. e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
  13. 64aeecd -add feature to filter on test attributes in TKO by showard · 16 years ago
  14. 79afb6b Fixed handling of "exclude_labels" option on the server. by showard · 16 years ago
  15. 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
  16. d50ffb4 -add easy invalidation functionality by showard · 16 years ago
  17. 0281350 -rewrite most of the label management code to be much more efficient by showard · 16 years ago
  18. 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
  19. 3544486 Initial checkin of new TKO interface. by showard · 16 years ago