1. b1e5187 Get the scheduler unittest to run against SQLite! by showard · 16 years ago
  2. ac363b1 -fix frontend/generate-javadoc script for new (although now quite old) package organization by showard · 16 years ago
  3. ff72fe3 add debug urlconf to frontend/urls.py to make development shell work smoother by showard · 16 years ago
  4. 56e9377 Get the frontend unittest to run against SQLite. This required scattered changes: by showard · 16 years ago
  5. 7c199df Fix a couple of little bugs in TKO. by showard · 16 years ago
  6. 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
  7. 53e2017 The 'locked_by_id' field was incorrectly named on the 'migrate_down' method to 'locked_by'. Which caused an error when 'locked_by' field was being dropped from the hosts table. I changed 'locked_by' to 'locked_by_id' and tested on my client and this corrected the error. by mbligh · 16 years ago
  8. 9a1f2e1 Two bug fixes: by showard · 16 years ago
  9. 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
  10. 989f25d two new major features: by showard · 16 years ago
  11. 751f550 Forgot to add this file, as part of the test attributes filtering patch by showard · 16 years ago
  12. 8c9b839 add primitive support for fixed header values. fixed headers can be given as a comma- or whitespace-separated list of values. they will serve to both limit to results to the given values (something that could just as well be done with the WHERE clause, but I figured people would want this behavior) + force all given values to be included, even if it causes empty rows. by showard · 16 years ago
  13. 11bd063 add test attributes to test detail view, in an expandable box by showard · 16 years ago
  14. 4c11904 Add support to the frontend for logging a user and timestamp when a by showard · 16 years ago
  15. e732ee7 -added capability to have site-specific urlconfs in TKO Django server by showard · 16 years ago
  16. 6b5a72c The new code for building condition strings was potentially buggy when using multiple selection. by showard · 16 years ago
  17. 50c0e71 -add --force option to migrations to disable user confirmation because this can make migrations unscriptable by showard · 16 years ago
  18. 6e745db Update wiki links to point to new trac thingy. by showard · 16 years ago
  19. 64aeecd -add feature to filter on test attributes in TKO by showard · 16 years ago
  20. 542e840 Added email_list field to front end. On job completion emails on this by showard · 16 years ago
  21. 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
  22. 3de2a76 Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow). by showard · 16 years ago
  23. 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
  24. f484b97 Change the "Wiki" links to point to the new trac page. by showard · 16 years ago
  25. d50ffb4 -add easy invalidation functionality by showard · 16 years ago
  26. 945072f Change the Clone Job button to show options to keep the specific by showard · 16 years ago
  27. a77e267 Changed some tabs to spaces in TkoClient.html. by showard · 16 years ago
  28. 5b3439b Fixed copying the control file for a cloned job. A listener was by showard · 16 years ago
  29. 0dc911a Prevent adding of blank one-time host. Blank entry or entry preceded by showard · 16 years ago
  30. 3b8563a Change mouse selection events to include ctrl-click and meta-click (which is command-click on the mac and windows-click on windows, but the former is the important one). by showard · 16 years ago
  31. 699b079 Fix the import usage for the frontend doctest. by mbligh · 16 years ago
  32. 0281350 -rewrite most of the label management code to be much more efficient by showard · 16 years ago
  33. 21085f2 -fix bug with drilldown on null headers by showard · 16 years ago
  34. 3c0f07d Several small TKO-related bugfixes/improvements: by showard · 16 years ago
  35. 8d631c9 Convert all our uses of directoy SSHHost construction over to use by jadmanski · 16 years ago
  36. 8579ea3 Snazzy new interface for select tests in Create Job view. Tests are now presented in a scrollable table, with descriptions displayed in a resizable pane on the right. by showard · 16 years ago
  37. bad4f2d Fixed removing hosts from a cloned job. Hosts can now be removed correctly. by showard · 16 years ago
  38. 109c915 -fix bug in spreadsheet view where columns would be misaligned in certain cases. We need to fill the window before matching column widths, because in Firefox filling the window can cause columns to change width. by showard · 16 years ago
  39. 115fe72 Some AFE/TKO page layout changes: by showard · 16 years ago
  40. 5fd7085 Make these new scripts executable. by showard · 16 years ago
  41. cc0def9 Make popup stay fixed position, and cleanup related styles by showard · 16 years ago
  42. eb3805f Added a hint to the benchmark control in the TKO graphing tab. Hint by showard · 16 years ago
  43. d5afc2f Fixed the protection field in the Host class, so that a default of "No by showard · 16 years ago
  44. a3e21058 Minor performance change. Changing an inner class to be static. by showard · 16 years ago
  45. fb0762e add spinner image during AFE/TKO loading by showard · 16 years ago
  46. 0c31bc5 Make query controls collapsible in spreadsheet and table views. This should help enable better use of screen real estate, especially in spreadsheet view. by showard · 16 years ago
  47. 981049f Changed whitespace appearance in the Admin Interface for tests to show by showard · 16 years ago
  48. 76d9739 Fixing removing metahosts from the selected hosts in Create Job. by showard · 16 years ago
  49. a8411af Validate one-time hosts to avoid empty hostnames. by showard · 16 years ago
  50. 3544486 Initial checkin of new TKO interface. by showard · 16 years ago
  51. 95128e5 Forgot a status in my mappings. by showard · 16 years ago
  52. e0b6362 Add a basic "echo" function to the afe rpc interface, to allow for a by showard · 16 years ago
  53. 8493a9f Fixed the doctest to be consistent with our 4 spaces no tabs change, and fixed test.py to ignore files that end in ~. by mbligh · 16 years ago
  54. c5ddfd1 I have attached the patch for the packaging system. by mbligh · 16 years ago
  55. f0d4c57 Don't call preventDefault() on normal click events. This was breaking links in tables. by showard · 16 years ago
  56. 091d194 fix minor bug where detail views would refresh twice in a row by showard · 16 years ago
  57. 6a4e444 -add support for "read only" items to DoubleListSelector, to support new TKO features by showard · 16 years ago
  58. 76ce410 refactor RightClickTable to support some work on new TKO by showard · 16 years ago
  59. 5e2c70d couple of changes needed for new TKO: by showard · 16 years ago
  60. d9992fe Cloning a job now also clones the one-time hosts correctly. by showard · 16 years ago
  61. 2f3facb One-time host control in Create Job now supports comma- and whitespace- by showard · 16 years ago
  62. 6fc841f Fixed copying the "Skip verify" option when cloning a job. by showard · 16 years ago
  63. 3d9899a Provides a mechanism in the UI to choose to skip the verification stage. by showard · 16 years ago
  64. 1ab512b One-time hosts now have their protection levels set to "Do not repair". by showard · 16 years ago
  65. 1d2ff01 Changed Select All on Job List tab to select all jobs across all pages. by showard · 16 years ago
  66. e65d2af Creating a new job with a one-time host that has been previously used by showard · 16 years ago
  67. c3afc99 -move "select visible" logic into SelectionManager from HostSelector by showard · 16 years ago
  68. 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
  69. 8f5a6fb use replace instead of replaceAll in common.Utils, since we don't actually need regexps by showard · 16 years ago
  70. e90eb5e Fixed the path in TEMPLATE_DIRS. Now constructs the absolute path to by showard · 16 years ago
  71. 04f2cd8 Automatically add the current user to new ACL groups. Also add the user by showard · 16 years ago
  72. 517f205 Remove requeue_job from the RPC interface. Neither the CLI nor the web by showard · 16 years ago
  73. 103690a make CustomHistory more robust (and simpler as it turns out) by showard · 16 years ago
  74. d7f7ddd Added a reset button to Create Job. Also reverted the behavior of by showard · 16 years ago
  75. d823b36 Added handling in the frontend for the 'Starting' job status. by showard · 16 years ago
  76. 37c7fe6 Added templates for 404 and 500 errors. 404 displays a generic "page by showard · 16 years ago
  77. e48cef5 Fixed the "Clone job" button's behavior with metahosts. Now clones only by showard · 16 years ago
  78. 237ba46 display timeout in the AFE job details tab by showard · 16 years ago
  79. 353923b more changes to history handling needed for new TKO. adds a utility for setting default values in maps, and avoids passing history arguments to TabViews if there is no actual information contained. by showard · 16 years ago
  80. a4c0c00 Create Job view now resets when refresh is clicked, or user navigates to by showard · 16 years ago
  81. 6eefdea Fixed bug in Create Job that did not allow user to deselect a one-time by showard · 16 years ago
  82. 585c2ab -fix query_count to support flexible filtering like everything else by showard · 16 years ago
  83. 31c570e Fix adding new ACL groups. Adding a check that the original_object by showard · 16 years ago
  84. b2f591d minor improvement to common.Utils needed for new TKO by showard · 16 years ago
  85. 7ac7b7a add some more flexibility to model_logic.py, needed for new TKO by showard · 16 years ago
  86. ef37ecc support real right-click events. GWT doesn't support this but will in the next 1.5 RC, but until then, we'll need this hackery to make it work. this is also definitely not cross-browser compatible, but it could be made so if necessary. by showard · 16 years ago
  87. 5524adf -unified code for table actions (select all/none and table-wide actions menu) between AFE and new TKO by showard · 16 years ago
  88. fb2a7fa Adding new columns "locked_by_id" and "lock_time" to the hosts table, to by showard · 16 years ago
  89. 8ac29b4 Add code to perform a translation on the status field to provide a more informative string for the UI. by showard · 16 years ago
  90. a79583c Fixed a bug that arrises when running the AfeClient for the first time on a fresh setup. by showard · 16 years ago
  91. 9865997 -fixed url redirection for /tko URLs in debug server, to ease development pain by showard · 16 years ago
  92. 77f95db -move log file URL logic to common.Utils by showard · 16 years ago
  93. b202ea9 Add removal migration script to ease migration from a incorrectly added field by mbligh · 16 years ago
  94. 35dbd84 introduced distinction between clickable and non-clickable widgets in DataTable; this allows read-only widgets that will still generate a row click event when clicked. this was necessary for new TKO development. by showard · 16 years ago
  95. 4037600 Raised coverage of serviceHandler.py from 0% to 81%! by showard · 16 years ago
  96. 909c7a6 Initial release of test auto importer by showard · 16 years ago
  97. 5953f95 Add run_verify to host_queue_entries as a Small int by mbligh · 16 years ago
  98. 14213ec Adding links from each host queue entry on the Job Details page to the by showard · 16 years ago
  99. 9f8a27b change DataSource (and subclasses) and DynamicTable to support multi-level sorting (sorting on multiple fields) by showard · 16 years ago
  100. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago