1. 98f906b gerrit-acceptance-framework: Simplify build rules by David Ostrovsky · 8 years ago
  2. aa6be0c Merge "Add --path parameter to GetPatch" by Dave Borowitz · 8 years ago
  3. df7fd81 Java 8: Make GerritConfig repeatable annotation by David Ostrovsky · 8 years ago
  4. 8144807 Add --path parameter to GetPatch by Kasper Nilsson · 8 years ago
  5. f8da693 TestAccount: Use Java 8 streams instead of FluentIterable by David Pursehouse · 8 years ago
  6. dc84781 Move code to send emails into 'mail.send' package by Patrick Hiesel · 8 years ago
  7. d10d5ec GitUtil: Use java.util.Optional by Dave Borowitz · 8 years ago
  8. b01f744 RestSession: Support anonymous session by Dave Borowitz · 8 years ago
  9. 1254f30 AccountCreator: Better error message on invalid group by Dave Borowitz · 8 years ago
  10. 22c83e5 Acceptance tests: Write logs to junit tempdir by Edwin Kempin · 9 years ago
  11. fba1744 GerritServer: Fix raw type warning by Dave Borowitz · 9 years ago
  12. 2605c4c Merge "Add @Sandboxed annotation for classes and methods" by David Pursehouse · 9 years ago
  13. 8a1b482 Add @Sandboxed annotation for classes and methods by Patrick Hiesel · 9 years ago
  14. 574c3f6 EventRecorder: Don't use Function just to cast by Dave Borowitz · 9 years ago
  15. b7f970b Merge changes I66527dd1,Iafcfe3f2,I1f7d77fc,I8a75c32a by ekempin · 9 years ago
  16. c6ea7bb Include a magic /MERGE_LIST file for merge commits by Edwin Kempin · 9 years ago
  17. c4ced89 Don't compare commit message against auto-merge commit by Edwin Kempin · 9 years ago
  18. a62dc20 Convert some Functions/Predicates to streams & lambdas (5) by Dave Borowitz · 9 years ago
  19. eed3ed3 Convert some Functions/Predicates to streams & lambdas (4) by Dave Borowitz · 9 years ago
  20. 0710609 Merge changes from topic 'bazel-build' by David Ostrovsky · 9 years ago
  21. e703f3a Bazel: add java_doc rule by Han-Wen Nienhuys · 9 years ago
  22. ef321bc Extract an interface to replace ChangeBundle#fromReviewDb by Dave Borowitz · 9 years ago
  23. dfa1ef3 Introduce SubmitPreview REST API call by Stefan Beller · 9 years ago
  24. c13d8fe Buck: Create javadoc from source archive by David Ostrovsky · 9 years ago
  25. bf9634f gerrit-acceptance-framework: Remove redundant build target by David Ostrovsky · 9 years ago
  26. 144886d Merge "Allow tests to create stale changes" by David Pursehouse · 9 years ago
  27. 1c52dda Allow tests to create stale changes by Edwin Kempin · 9 years ago
  28. 0a41b9c Add tests for force-updating a tag by push by Edwin Kempin · 9 years ago
  29. 439dd1f Add tests for fast-forwarding a tag by push by Edwin Kempin · 9 years ago
  30. 94db6b6 Make permissions for tag creation consistent by Edwin Kempin · 9 years ago
  31. 225b7a7 Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  32. 22f5360 Accept refs/for/ options via git push -o by Dan Wang · 9 years ago
  33. 676a015 Add batch mode to Abandon by Yuxuan 'fishy' Wang · 9 years ago
  34. fc090c8 Merge "Allow CORS based on site.allowOriginRegex" by Shawn Pearce · 9 years ago
  35. c896eaa Allow CORS based on site.allowOriginRegex by Shawn Pearce · 9 years ago
  36. 741ccbd Fix anonymous access to web UI by Edwin Kempin · 9 years ago
  37. 29f9539 Plugin API: Provide custom manifest file by David Ostrovsky · 9 years ago
  38. 7a54f8b PluginDaemonTest: Expose plugin name by David Ostrovsky · 9 years ago
  39. 02d2ed1 Set version to 2.14-SNAPSHOT by Hugo Arès · 9 years ago
  40. 824f55d Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  41. 4578763 Add REST API endpoints for user's contribution agreements by David Pursehouse · 9 years ago
  42. ec3ee59b RestApiServlet: Allow HEAD requests by David Pursehouse · 9 years ago
  43. 2651869 Add ADD_PATCH_SET logic to lock patch sets by Patrick Hiesel · 9 years ago
  44. 9c55ab0 Add more tests for submodule subscriptions by Zhen Chen · 9 years ago
  45. 2110dd5 Organize imports by David Pursehouse · 9 years ago
  46. 878ed3c Merge "Add 'Parent $x' options to diff for merge commits" by Dave Borowitz · 9 years ago
  47. 5904524 Add 'Parent $x' options to diff for merge commits by Dawid Grzegorczyk · 9 years ago
  48. d9216de {Account|Change}IT: Move mail reply-to assertion to AbstractDaemonTest by David Pursehouse · 9 years ago
  49. f7d85ea Add merge feature into /changes REST endpoint by Zhen Chen · 9 years ago
  50. e2de9cc Use account index for reviewer suggestion by Edwin Kempin · 9 years ago
  51. 05541e1 Set version to 2.12.3 by David Pursehouse · 9 years ago v2.12.3
  52. aedc662 Add basic tests for project watch notifications by Edwin Kempin · 9 years ago
  53. 349e402 ProjectIT: Add tests for ref-updated events on project creation by David Pursehouse · 9 years ago
  54. d633834 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  55. b644ff8 Merge "Implement Bazel build" by Edwin Kempin · 9 years ago
  56. 5985915 Hoist createChange methods out of AbstractSubmit by Dave Borowitz · 9 years ago
  57. bd43895 Merge "Prevent pushing of patch sets onto invisible patch sets" by Edwin Kempin · 9 years ago
  58. 69ca289 Prevent pushing of patch sets onto invisible patch sets by Patrick Hiesel · 9 years ago
  59. ff0569a Update issue tracker URL in POM files by David Pursehouse · 9 years ago
  60. c303c46 Migrate reviewer-deleted event to new event framework by David Pursehouse · 9 years ago
  61. d432c83 Make hooks/events listen to the new API Events. by Martin Fick · 9 years ago
  62. e70dae7 EventRecorder#assertRefUpdatedEvents: Fix NPE when expecting null ref by David Pursehouse · 9 years ago
  63. 54a1d96 AbstractDaemonTest: Record events as the admin user by David Pursehouse · 9 years ago
  64. 556fefd AbstractSubmit: Move getHead(), etc, up to AbstractDaemonTest by David Pursehouse · 9 years ago
  65. 2a629b0 submitted_together: Add option to count non-visible changes by Jonathan Nieder · 9 years ago
  66. 27d460c Revert "submitted_together: Add a dummy change for not visible changes" by Jonathan Nieder · 9 years ago
  67. 8d3885d Support async change operations directly in BatchUpdate by Dave Borowitz · 9 years ago
  68. 450332b DeleteBranchIT: Add assertion on expected ref-updated events by David Pursehouse · 9 years ago
  69. 0fd4b3a Move EventRecorder setup to AbstractDaemonTest by David Pursehouse · 9 years ago
  70. 3e75e79 Extend submit tests with more assertions on events by David Pursehouse · 9 years ago
  71. 3f528fd AbstractDaemonTest: Increase change update threadpool size by Dave Borowitz · 9 years ago
  72. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  73. 42935c7 Merge changes from topic 'behind-the-back' by Dave Borowitz · 9 years ago
  74. e73ebe2 submitted_together: Add a dummy change for not visible changes by Stefan Beller · 9 years ago
  75. 5834756 Add a test for a single push of N changes by Dave Borowitz · 9 years ago
  76. 4bc0dbc SubmitByMergeAlwaysIT: Test ref-updated event for multiple changes by David Pursehouse · 9 years ago
  77. 6c97cbb Refactor event capturing in submit tests for more precise assertions by David Pursehouse · 9 years ago
  78. ef3ac04 Merge changes I5c6d9b49,Icf9cb1f3 by David Pursehouse · 9 years ago
  79. b273cfd Consistently annotate changeCache as @Nullable by Jonathan Nieder · 9 years ago
  80. a758640 VisibleRefFilter Avoid touching the database for drafts by Dave Borowitz · 9 years ago
  81. f35d186 Use one reflection util to assert all preferences by Edwin Kempin · 9 years ago
  82. adb1ed4 VisibleRefFilter: Check visibility of refs/users/ branches by Edwin Kempin · 9 years ago
  83. 1cb39c7 Merge "RestSession: Add helper method to send HEAD request to REST endpoint" by Edwin Kempin · 9 years ago
  84. b01bd89 Extract a type for sets of reviewers, and store timestamp by Dave Borowitz · 9 years ago
  85. 0198dda Merge branch 'stable-2.12' by Marco Miller · 9 years ago
  86. dadbff5 RestSession: Add helper method to send HEAD request to REST endpoint by David Pursehouse · 9 years ago
  87. 941d894 RebaseSorter: leave commit /merge candidate as interesting if referenced by Marco Miller · 9 years ago
  88. 0f8b411 Remove unused dbProvider field from IdentifiedUser by Andrew Bonventre · 9 years ago
  89. 96fe105 ChangeRebuilderIT: Reopen ReviewDb when changing migration state by Dave Borowitz · 9 years ago
  90. 75fd838 GroupsIT: Move createGroup() methods to AbstractDaemonTest by David Pursehouse · 9 years ago
  91. 398f7a5 Add factory for ChangeResource by Edwin Kempin · 9 years ago
  92. ccdeae8 Use native constructors instead of Guava to instantiate empty collections by David Pursehouse · 9 years ago
  93. 0d67c84 Merge "Always set VisibleRefFilter on UploadPack" by Edwin Kempin · 9 years ago
  94. 07952c0 Store SSH keys in git by Edwin Kempin · 9 years ago
  95. b961a7d Always set VisibleRefFilter on UploadPack by Edwin Kempin · 9 years ago
  96. d29e019 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  97. d576553 Merge branch 'stable-2.11' into stable-2.12 by David Pursehouse · 9 years ago
  98. 8f02dff AbstractDaemonTest: Add user SSH session by David Pursehouse · 9 years ago
  99. af71861 Support disabling NoteDb reads for tests by Dave Borowitz · 9 years ago
  100. 3e6785f AbstractDaemonTest#newRequestContext: Use correct user for SSH session by David Pursehouse · 9 years ago