1. 53cd324 by jamesren · 14 years ago
  2. 55fc38a by jamesren · 14 years ago
  3. 8d39635 by jamesren · 14 years ago
  4. 8a7f365 by jamesren · 14 years ago
  5. 9af703a by jamesren · 14 years ago
  6. daa8128 by jamesren · 14 years ago
  7. 0c82cd6 by jamesren · 14 years ago
  8. b33350f by jamesren · 14 years ago
  9. 9a6f5f6 by jamesren · 14 years ago
  10. 5adb58e by jamesren · 14 years ago
  11. 6181f3e by jamesren · 14 years ago
  12. 4b7efc7 by jamesren · 14 years ago
  13. 012d032 by jamesren · 14 years ago
  14. eaaacf0 by jamesren · 14 years ago
  15. 6275824 by jamesren · 14 years ago
  16. 42cc7a8 by jamesren · 14 years ago
  17. 0c14609 by jamesren · 14 years ago
  18. 6b8e806 Add back gwt_dir by jamesren · 14 years ago
  19. 76fcf19 Add ability to associate drone sets with jobs. This restricts a job to by jamesren · 14 years ago
  20. cd7a81a by jamesren · 14 years ago
  21. 1e0a4ce by jamesren · 14 years ago
  22. ca2a900 by jamesren · 14 years ago
  23. e38a0a7 Add an 'owner' param to the Test Planner execution engine and the REST client by jamesren · 14 years ago
  24. 2f4cc04 Make the execution engine's set_atomic_group subtask parallel by jamesren · 14 years ago
  25. d8b6e17 by jamesren · 14 years ago
  26. ab9e11b Remove reference to undefined variable by jamesren · 14 years ago
  27. 121eee6 Removing references to the 'Dead' host status by jamesren · 14 years ago
  28. 758bd7c Fix display of metahost jobs by jamesren · 14 years ago
  29. 2275ef1 Implement creation and cloning of hostless jobs from AFE Create Job tab by jamesren · 14 years ago
  30. e5dd765 Add listeners to the TestPlanSelector, and have Triage View refresh on by jamesren · 14 years ago
  31. 9497a09 Add some spacing to the Triage View tables by jamesren · 14 years ago
  32. 30f06c7 Set execution engine parameters directly instead of using keyvals, to by jamesren · 14 years ago
  33. 16e1bbb Setting Test Planner execution engine max_runtime_hrs to a large number by jamesren · 14 years ago
  34. fb5df1a Don't render a Test Planner triage failure table if it's empty by jamesren · 14 years ago
  35. 1602f3b Add get_motd() to Planner RPC functions by jamesren · 14 years ago
  36. 0cde1eb Increase Test Planner execution engine AFE timeout by jamesren · 14 years ago
  37. 93270d1 If REST client gets an invalid response, regenerate the cached request by jamesren · 14 years ago
  38. ea3b3be Fix display of hostless jobs on AFE View Job tab by jamesren · 14 years ago
  39. 4be631f Add Planner triage actions by jamesren · 14 years ago
  40. dbeebf8 Add implementation for the Planner global support. Also add unit tests by jamesren · 14 years ago
  41. b852bce Adding the GWT framework for the Test Planner. by jamesren · 14 years ago
  42. 81acee0 Make sure the 'invalidated' test label exists by jamesren · 14 years ago
  43. 26f9a9f Changing IterationResult.value to FloatField in Django models, to match by jamesren · 14 years ago
  44. d93f21c Autotest web database: Adding NOP migrations by lmr · 14 years ago
  45. 7969728 Web frontend database: Expand test and subdir fields from tko_tests v2 by lmr · 14 years ago
  46. 708f1c0 Support job keyvals and iteration attributes in the query_results CLI by jamesren · 14 years ago
  47. f665cf2 Remove useless "noauth" handling from the RPC interface. by jamesren · 14 years ago
  48. 8d0d3d5 Add Planner RPC utils unit tests by jamesren · 14 years ago
  49. 92afa56 Rebase the AUTOTEST_WEB database to schema version 51. Also default the by jamesren · 14 years ago
  50. bc13c81 Missed 2 migrations... by jamesren · 14 years ago
  51. 163decb Add missing frontend/planner/model_attributes.py by jamesren · 14 years ago
  52. 3e9f609 Implementation of Test Planner execution engine. Is currently able to by jamesren · 14 years ago
  53. b68405d Better error handling and message when the (site) authentication didn't work. by mbligh · 14 years ago
  54. 248a433 Modify Test Planner execution engine to use new model_attributes by jamesren · 14 years ago
  55. dd85524 Abstract out common models used in the frontend's models.py so that django is not required to interact with non Django portions of the code. by jamesren · 14 years ago
  56. e365623 Fix Django's QuerySet.delete() behavior for models that use "invalid" by jamesren · 14 years ago
  57. f0f9dae * fix a bug in utils.run() when passing stdin as an empty string by jamesren · 14 years ago
  58. 128d418 Forgot to use "self" a few times by jamesren · 14 years ago
  59. c394022 Add framework for Test Planner execution engine, and the supporting RPC by jamesren · 14 years ago
  60. dcfa658 Update frontend/client_compliation_unittest.py to use new GWT compilation tool. by jamesren · 14 years ago
  61. cae88c6 Have the description column in AFE admin interface for tests actually by jamesren · 14 years ago
  62. 35a7022 Fix styling of AFE admin interface. by jamesren · 14 years ago
  63. 3981f44 New, more consistent way of representing relationships in RESTful interface. A relationship between two entrys is represented as a relationship itself, contained in a collection. For example, by jamesren · 14 years ago
  64. 32444c2 Fix debug paths in AFE URLs by jamesren · 14 years ago
  65. ac21e99 Un-hardcode the TKO database name in AUTOTEST_WEB migration 45 by jamesren · 14 years ago
  66. 5a13d8d Add authorization headers to REST client requests by jamesren · 14 years ago
  67. 3386534 Change the "exclude only if needed labels" selector in AFE host tables to "exclude atomic groups". The "only if needed" labels feature is entirely deprecated, and there's demand for this new atomic groups filter. by jamesren · 14 years ago
  68. 1a2914a Move the cli RPC authorization_headers code into rpc_client_lib. by jamesren · 14 years ago
  69. da9311a Again, a mistake in merging. Line had been changed in file in new_tko/tko, by jamesren · 14 years ago
  70. b3dfe5f add missing __init__.py file by mbligh · 14 years ago
  71. 6f80e7a Autotest: Porting all hash operations to use utils.hash by lmr · 14 years ago
  72. 00b167c Fix handling of "alt=json-html" parameter to rest client by showard · 14 years ago
  73. f46ad4c * make RESTful interface use absolute URIs throughout. there's little price to this and it makes the system more consistent, makes responses valid standalone data, simplifies the job of the clients, and could be useful in building services that operate across multiple autotest servers in the future. by showard · 14 years ago
  74. ed62e48 Add a comment and a TODO about a hard-coded URL path by showard · 14 years ago
  75. 08ff9ad Properly instantiate the JSON encoder and decoder. by jadmanski · 15 years ago
  76. 656b3b8 Do simplejson imports in json_rpc lazily, so that the library is only needed by jadmanski · 15 years ago
  77. f828c77 First version of new RESTful AFE interface. Includes a substantial library (under frontend/shared) and a definition of the interface for AFE (frontend/afe/resources.py). by showard · 15 years ago
  78. 8528463 Fix Triage Failures link by showard · 15 years ago
  79. 4d23375 Move logic for job reboot before/after defaults from RPC method to job model. Also adding a reference to the host protections enum in the Host model as a convenience for some other code I'm working on. by showard · 15 years ago
  80. fd8b89f don't set the current user to my_user in frontend_test_utils. let it default to the new autotest_system user. by showard · 15 years ago
  81. 7e67b43 New code for performing explicit joins with custom join conditions. by showard · 15 years ago
  82. 39637e3 In TKO, don't quote fields involving SQL functions. This was causing a bug when drilling down on function fields, introduced with recent changes to quote all fields when constructing the WHERE clause. by showard · 15 years ago
  83. a849ceb Fix error when accessing some pages of the admin interface by showard · 15 years ago
  84. 7909732 ensure TKO custom fields work with the "extra_info" feature in get_latest_tests. adding tests for get_status_counts and get_latest_tests while i'm at it -- they we're previously untestable, but i recently added a mechanism to implement "if" in sqlite, making them testable by showard · 15 years ago
  85. 2edbd92 Add site_urls back to TKO urls by showard · 15 years ago
  86. 12454c6 Fix interactions with db_utils when simulating. Anyone attempting to by showard · 15 years ago
  87. c1a98d1 Support for job keyvals by showard · 15 years ago
  88. 82e1b48 Correcting issues in AUTOTEST_WEB migration 45 by showard · 15 years ago
  89. c510344 Slight change to SpecialTask scheduling code. This is to support my work on a new AFE interface. by showard · 15 years ago
  90. cfcdd80 Fix creation of the autotest_system user by showard · 15 years ago
  91. 64a9595 When using Django models from a script, make the current user default to an actual database user named "autotest_system". This allows for simpler, more consistent code. by showard · 15 years ago
  92. 3adac36 Display the text required for filtering on custom fields in the TKO UI. by showard · 15 years ago
  93. 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 · 15 years ago
  94. 1c4d239 Slightly more useful drilldown ordering for spreadsheet view. This avoids an "infinite loop" case where there's more than one result of the same test name in a single job tag. by showard · 15 years ago
  95. e9d4f7e Made AFE doctest Y2K10-compliant by showard · 15 years ago
  96. 669624a Fix rendering of empty cells in Job Details host table by showard · 15 years ago
  97. 12b4558 Massive permission fix by lmr · 15 years ago
  98. 2f081f6 Finish change meant for changeset:4088 by lmr · 15 years ago
  99. b012d2d Some people have raised questions about the GPLv2 vs v3 compatibility with by mbligh · 15 years ago
  100. 1984197 Remove the bundled version of simplejson on the autotest by mbligh · 15 years ago