1. 885bdb7 AbstractPushForReview: Factor repeated code to setRequireChangeId method by David Pursehouse · 7 years ago
  2. 368e96a InMemoryTestingDatabaseModule: Bind InMemoryRepositoryManager as Singleton by David Pursehouse · 8 years ago
  3. 5ac0209 Add tests for pushing without Change-Id and with invalid Change-Ids by Edwin Kempin · 8 years ago
  4. 8a4d86e Merge branch 'stable-2.12' into stable-2.13 by David Pursehouse · 8 years ago
  5. 225da2d Add @Sandboxed annotation for classes and methods by Patrick Hiesel · 8 years ago
  6. 0d3dab2 Add tests for submit whole topic on multiple projects/branches by David Pursehouse · 8 years ago
  7. 8af982a Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  8. 226abb7 PluginDaemonTest: Expose plugin name by David Ostrovsky · 8 years ago
  9. 824f55d Merge branch 'stable-2.12' by David Pursehouse · 8 years ago
  10. 4578763 Add REST API endpoints for user's contribution agreements by David Pursehouse · 9 years ago
  11. ec3ee59b RestApiServlet: Allow HEAD requests by David Pursehouse · 8 years ago
  12. 2651869 Add ADD_PATCH_SET logic to lock patch sets by Patrick Hiesel · 9 years ago
  13. 9c55ab0 Add more tests for submodule subscriptions by Zhen Chen · 8 years ago
  14. 2110dd5 Organize imports by David Pursehouse · 8 years ago
  15. 878ed3c Merge "Add 'Parent $x' options to diff for merge commits" by Dave Borowitz · 8 years ago
  16. 5904524 Add 'Parent $x' options to diff for merge commits by Dawid Grzegorczyk · 9 years ago
  17. d9216de {Account|Change}IT: Move mail reply-to assertion to AbstractDaemonTest by David Pursehouse · 8 years ago
  18. f7d85ea Add merge feature into /changes REST endpoint by Zhen Chen · 9 years ago
  19. e2de9cc Use account index for reviewer suggestion by Edwin Kempin · 9 years ago
  20. aedc662 Add basic tests for project watch notifications by Edwin Kempin · 9 years ago
  21. 349e402 ProjectIT: Add tests for ref-updated events on project creation by David Pursehouse · 9 years ago
  22. 5985915 Hoist createChange methods out of AbstractSubmit by Dave Borowitz · 9 years ago
  23. bd43895 Merge "Prevent pushing of patch sets onto invisible patch sets" by Edwin Kempin · 9 years ago
  24. 69ca289 Prevent pushing of patch sets onto invisible patch sets by Patrick Hiesel · 9 years ago
  25. c303c46 Migrate reviewer-deleted event to new event framework by David Pursehouse · 9 years ago
  26. d432c83 Make hooks/events listen to the new API Events. by Martin Fick · 9 years ago
  27. e70dae7 EventRecorder#assertRefUpdatedEvents: Fix NPE when expecting null ref by David Pursehouse · 9 years ago
  28. 54a1d96 AbstractDaemonTest: Record events as the admin user by David Pursehouse · 9 years ago
  29. 556fefd AbstractSubmit: Move getHead(), etc, up to AbstractDaemonTest by David Pursehouse · 9 years ago
  30. 2a629b0 submitted_together: Add option to count non-visible changes by Jonathan Nieder · 9 years ago
  31. 27d460c Revert "submitted_together: Add a dummy change for not visible changes" by Jonathan Nieder · 9 years ago
  32. 8d3885d Support async change operations directly in BatchUpdate by Dave Borowitz · 9 years ago
  33. 450332b DeleteBranchIT: Add assertion on expected ref-updated events by David Pursehouse · 9 years ago
  34. 0fd4b3a Move EventRecorder setup to AbstractDaemonTest by David Pursehouse · 9 years ago
  35. 3e75e79 Extend submit tests with more assertions on events by David Pursehouse · 9 years ago
  36. 3f528fd AbstractDaemonTest: Increase change update threadpool size by Dave Borowitz · 9 years ago
  37. 42935c7 Merge changes from topic 'behind-the-back' by Dave Borowitz · 9 years ago
  38. e73ebe2 submitted_together: Add a dummy change for not visible changes by Stefan Beller · 9 years ago
  39. 5834756 Add a test for a single push of N changes by Dave Borowitz · 9 years ago
  40. 4bc0dbc SubmitByMergeAlwaysIT: Test ref-updated event for multiple changes by David Pursehouse · 9 years ago
  41. 6c97cbb Refactor event capturing in submit tests for more precise assertions by David Pursehouse · 9 years ago
  42. ef3ac04 Merge changes I5c6d9b49,Icf9cb1f3 by David Pursehouse · 9 years ago
  43. b273cfd Consistently annotate changeCache as @Nullable by Jonathan Nieder · 9 years ago
  44. a758640 VisibleRefFilter Avoid touching the database for drafts by Dave Borowitz · 9 years ago
  45. f35d186 Use one reflection util to assert all preferences by Edwin Kempin · 9 years ago
  46. adb1ed4 VisibleRefFilter: Check visibility of refs/users/ branches by Edwin Kempin · 9 years ago
  47. 1cb39c7 Merge "RestSession: Add helper method to send HEAD request to REST endpoint" by Edwin Kempin · 9 years ago
  48. b01bd89 Extract a type for sets of reviewers, and store timestamp by Dave Borowitz · 9 years ago
  49. 0198dda Merge branch 'stable-2.12' by Marco Miller · 9 years ago
  50. dadbff5 RestSession: Add helper method to send HEAD request to REST endpoint by David Pursehouse · 9 years ago
  51. 941d894 RebaseSorter: leave commit /merge candidate as interesting if referenced by Marco Miller · 9 years ago
  52. 0f8b411 Remove unused dbProvider field from IdentifiedUser by Andrew Bonventre · 9 years ago
  53. 96fe105 ChangeRebuilderIT: Reopen ReviewDb when changing migration state by Dave Borowitz · 9 years ago
  54. 75fd838 GroupsIT: Move createGroup() methods to AbstractDaemonTest by David Pursehouse · 9 years ago
  55. 398f7a5 Add factory for ChangeResource by Edwin Kempin · 9 years ago
  56. ccdeae8 Use native constructors instead of Guava to instantiate empty collections by David Pursehouse · 9 years ago
  57. 0d67c84 Merge "Always set VisibleRefFilter on UploadPack" by Edwin Kempin · 9 years ago
  58. 07952c0 Store SSH keys in git by Edwin Kempin · 9 years ago
  59. b961a7d Always set VisibleRefFilter on UploadPack by Edwin Kempin · 9 years ago
  60. d29e019 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  61. d576553 Merge branch 'stable-2.11' into stable-2.12 by David Pursehouse · 9 years ago
  62. 8f02dff AbstractDaemonTest: Add user SSH session by David Pursehouse · 9 years ago
  63. af71861 Support disabling NoteDb reads for tests by Dave Borowitz · 9 years ago
  64. 3e6785f AbstractDaemonTest#newRequestContext: Use correct user for SSH session by David Pursehouse · 9 years ago
  65. f785d86 Add missing trailing comma on array declarations by David Pursehouse · 9 years ago
  66. 6816375 AbstractDaemonTest: Add saveProjectConfig method by David Pursehouse · 9 years ago
  67. aaa2d82 AccountApi: Add SSH key methods by David Pursehouse · 9 years ago
  68. 998cacb Factor creation of RawInput instances out to RawInputUtil by David Pursehouse · 9 years ago
  69. 791f339 Add a way to change the destination of open changes by Raviteja Sunkara · 9 years ago
  70. f449ad4 NoteDbChecker: Refactor to support checking without rebuilding by Dave Borowitz · 9 years ago
  71. fe6e522 Use an enum for various NoteDb scenarios in tests by Dave Borowitz · 9 years ago
  72. 886746f Encapsulate per-index utilities in a pair of generic classes by Dave Borowitz · 9 years ago
  73. 5992220 Reindex: Remove --output option by Dave Borowitz · 9 years ago
  74. e023347 Move most Change-related index code to an index subpackage by Dave Borowitz · 9 years ago
  75. 3c3f01e AccountCreator: Use StandardCharsets.US_ASCII constant by David Pursehouse · 9 years ago
  76. f367b5d Include a UUID portion in NoteDb author identities by Dave Borowitz · 9 years ago
  77. 1c85f21 Add test assertion that adding reviewer triggers email by Edwin Kempin · 9 years ago
  78. 44d9c99 Merge "Merge branch 'stable-2.12'" by Dave Borowitz · 9 years ago
  79. 507de53 AbstractDaemonTest: Clear commonServer even if stop fails by Dave Borowitz · 9 years ago
  80. c1ec3a7 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  81. 1bf9bdd Add option to rebuild and check NoteDb after acceptance tests by Dave Borowitz · 9 years ago
  82. 126af24 Fix submittabilty of merge commits that resolve conflicts by Alexandre Philbert · 9 years ago
  83. 9fb8673 DraftChangeIT: Hoist createDraftChange up to AbstractDaemonTest by David Pursehouse · 9 years ago
  84. 1a245bd AbstractDaemonTest: Extract methods for parsing resources by Dave Borowitz · 9 years ago
  85. c9d2f51 Merge "BatchUpdate: Always bump rowVersion when dirty" by Dave Borowitz · 9 years ago
  86. 3f2bde1 BatchUpdate: Always bump rowVersion when dirty by Dave Borowitz · 9 years ago
  87. 2dbe664 PushOneCommit: Remove Result#getCommitId method by Dave Borowitz · 9 years ago
  88. e08c7f6 VisibleRefFilterIT: Use VisibleRefFilter directly by Dave Borowitz · 9 years ago
  89. b6d60b1 Merge changes from topic 'abstract-notes-migration' by Dave Borowitz · 9 years ago
  90. fc4fda2 ChangeNotes.Factory: Add more methods to create change notes by Edwin Kempin · 9 years ago
  91. ed92a5d Use different NotesMigration implementation for testing by Dave Borowitz · 9 years ago
  92. 89b9bbc Extract an abstract base class for NotesMigration by Dave Borowitz · 9 years ago
  93. 61d649c Remove unused import by David Pursehouse · 9 years ago
  94. 5e9578b Unset userHome in FS. by Han-Wen Nienhuys · 9 years ago
  95. 02de595 Change API: Add methods to publish and delete draft changes by Urs Wolfer · 9 years ago
  96. 341baf2 Pass project to ChangeData so that it can load the change from notes by Edwin Kempin · 9 years ago
  97. 0fb0983 Use ChangeNotes in more places to load the change by Edwin Kempin · 9 years ago
  98. c89c21c Load change in ChangeNotes.Factory by Edwin Kempin · 9 years ago
  99. 63de2bc Merge "Pass ReviewDb to ChangeNotes.Factory" by Edwin Kempin · 9 years ago
  100. c0ad7dd AbstractSubmit: Set @NoHttpd by Dave Borowitz · 9 years ago