1. d0441d1 Allow administrators to mark/unmark merged changes as private by David Pursehouse · 8 years ago
  2. 93aaef4 Send comments as a separate email when published on push by Dave Borowitz · 8 years ago
  3. d6ee48e Control auto-publishing comments on push with preference by Dave Borowitz · 8 years ago
  4. cb86192 Add ReceiveCommits option to publish comments by Dave Borowitz · 8 years ago
  5. a1d35d7 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  6. 3ce0e4c NoteDbPrimaryIT: Annotate as @NoHttpd by David Pursehouse · 8 years ago
  7. ba48823 Migrate delete ref to PermissionBackend by Shawn Pearce · 8 years ago
  8. f537319 Migrate Move to PermissionBackend by Shawn Pearce · 8 years ago
  9. 151bb8d CommentsIT: Remove declaration of exception that is never thrown by Edwin Kempin · 8 years ago
  10. ebd8746 Merge changes from topic 'migrate-external-ids-3' by ekempin · 8 years ago
  11. 0328589 Merge "Support to delete a comment with 'NoteDbRewriter' in BatchUpdate" by Dave Borowitz · 8 years ago
  12. 5b3bc5d Ensure that users can only create changes on visible refs by Patrick Hiesel · 8 years ago
  13. 20e1071 Allow rebase of a change only with push permission by Alice Kober-Sotzek · 8 years ago
  14. 540c842 PostPrivate: Allow administrators to set other users' changes private by David Pursehouse · 8 years ago
  15. d027c0b Allow to update external IDs by push by Edwin Kempin · 8 years ago
  16. 276b8a8 Migrate external IDs to NoteDb (part 3) by Edwin Kempin · 8 years ago
  17. 9cbfae0 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  18. 7cd6a74 Merge "Allow to specify a message when the private flag on a change is set/unset" by ekempin · 8 years ago
  19. db21e3a Replace FileInputStream and FileOutputStream with static Files methods by Hector Oswaldo Caballero · 8 years ago
  20. e5b14ce Support to delete a comment with 'NoteDbRewriter' in BatchUpdate by Changcheng Xiao · 8 years ago
  21. cb074f9 Fix build failure with Bazel 0.5rc3. by Han-Wen Nienhuys · 8 years ago
  22. 364a86b Allow to specify a message when the private flag on a change is set/unset by Edwin Kempin · 8 years ago
  23. b19d1b9 Merge "Add parent parameter to GetContent" by ekempin · 8 years ago
  24. 38667d4 Add parent parameter to GetContent by Patrick Hiesel · 8 years ago
  25. 763b89c Merge changes from topic 'retry-helper-2' by ekempin · 8 years ago
  26. 3c23f1d Convert most revision modify views to retrying helper by Dave Borowitz · 8 years ago
  27. ae52afc Convert most ChangeApi handlers to retrying wrappers by Dave Borowitz · 8 years ago
  28. 964384c Properly fuse ref updates into ReceiveCommits's BatchUpdate by Dave Borowitz · 8 years ago
  29. c0ba40f Merge changes from topic 'retry-helper-1' by Dave Borowitz · 8 years ago
  30. fca63ca Merge changes I01029fcd,Ie99982b5 by ekempin · 8 years ago
  31. 14d50ed Allow to create private/wip changes via CreateChange REST endpoint by Edwin Kempin · 8 years ago
  32. 44c6f8f ChangeJson: Don't set isPrivate and workInProgress if value is false by Edwin Kempin · 8 years ago
  33. eb5e215 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  34. 66ea2ed Add a helper for retrying BatchUpdates under NoteDb by Dave Borowitz · 8 years ago
  35. 0a1cd17 Pull BatchUpdate.Factory field up into AbstractDaemonTest by Dave Borowitz · 8 years ago
  36. b283e15 Fix NPE when deleting current patch set and previous patch set doesn't exist by Edwin Kempin · 8 years ago
  37. d568934 Merge "Fix NPE when checking visibility of edits on non-visible changes" by Dave Borowitz · 8 years ago
  38. 0a92e35 AccountIT: Only one statement should follow ExpectedException#expect by Edwin Kempin · 8 years ago
  39. da31f6f Fix NPE when checking visibility of edits on non-visible changes by Edwin Kempin · 8 years ago
  40. 47571c9 Fix AccountIT for ssh related tests by Changcheng Xiao · 8 years ago
  41. a837a05 Merge "Remove Result inner class from AccessCheckInfo" by David Pursehouse · 8 years ago
  42. bc0cdbc Remove Result inner class from AccessCheckInfo by Han-Wen Nienhuys · 8 years ago
  43. 6dc8b5a Merge changes from topic 'wip-workflow' by David Pursehouse · 8 years ago
  44. 2ed5792 Block submission if work in progress by Logan Hanks · 8 years ago
  45. ae2cc3b Merge "AccountIT: Add asserts to check reindexing of accounts" by ekempin · 8 years ago
  46. d988675 Ignore notifications for work in progress workflow by David Ostrovsky · 8 years ago
  47. db40d0b Add API for work in progress workflow by David Ostrovsky · 8 years ago
  48. 98b27bd Support work in progress and ready options in git push by David Ostrovsky · 8 years ago
  49. d0128b0 Address post-submit review of CheckAccess by Han-Wen Nienhuys · 8 years ago
  50. cd1e144 Merge "Fall back to addByEmail for inactive CCs" by ekempin · 8 years ago
  51. 005af1e Merge "Reindex account on push to user branch" by ekempin · 8 years ago
  52. 60f3d77 Fall back to addByEmail for inactive CCs by Aaron Gable · 8 years ago
  53. 71dd4bf AccountIT: Add asserts to check reindexing of accounts by Edwin Kempin · 8 years ago
  54. cb37f7a Reindex account on push to user branch by Edwin Kempin · 8 years ago
  55. e04df7e Add /config/check.access endpoint by Han-Wen Nienhuys · 8 years ago
  56. e906789 Add a change message when the private flag on a change is set/unset by Edwin Kempin · 8 years ago
  57. 297c744 Merge "ChangeIT: Add asserts for ref-updated events on change deletion" by David Pursehouse · 8 years ago
  58. 24bd1e8 Merge "EmailValidatorIT: Reset DomainValidator before test class" by David Pursehouse · 8 years ago
  59. 36e9402 ChangeIT: Add asserts for ref-updated events on change deletion by David Pursehouse · 8 years ago
  60. 55ab55b EmailValidatorIT: Reset DomainValidator before test class by Dave Borowitz · 8 years ago
  61. 8c65021 Update Set Review API to behave in line with RFC 7231 by Aaron Gable · 8 years ago
  62. efc835dc Fix notifications for comments on draft patch sets by Logan Hanks · 8 years ago
  63. fa19247 Fix notifications for comments on private changes by Logan Hanks · 8 years ago
  64. bd0a115 Fix notifications for comments on draft patch sets by Logan Hanks · 8 years ago
  65. 23b3e55 Format Java files with google-java-format by David Pursehouse · 8 years ago
  66. f621234 Merge changes from topic 'mail-validation' by Hugo Arès · 8 years ago
  67. 9b65975 Allow to fetch change edit refs with view private permission by David Ostrovsky · 8 years ago
  68. 917b726 Allow to configure TLD override for outgoing emails by David Pursehouse · 8 years ago
  69. 6a3a25a Merge changes I8e67dc88,Ib7cdcd97 by Dave Borowitz · 8 years ago
  70. c7e6021 Make OutgoingEmailValidator a Singleton by David Pursehouse · 8 years ago
  71. c7078ab Don't fuse code and meta ref updates if it won't be atomic by Dave Borowitz · 8 years ago
  72. 6002d2f Increase change screen refresh to 5 mins by Luca Milanesio · 8 years ago
  73. 29d4523 Convert administrateServer to PermissionBackend by Shawn Pearce · 8 years ago
  74. 79ce708 Check delete change with PermissionBackend by Shawn Pearce · 8 years ago
  75. b579865 Merge changes from topic 'permission-backend' by David Pursehouse · 8 years ago
  76. 6d7a3a5 Merge "Delete user branch when account is deleted" by ekempin · 8 years ago
  77. 4a618a3 Merge "Create a user branch for every account" by ekempin · 8 years ago
  78. 85d3341 Delete user branch when account is deleted by Edwin Kempin · 8 years ago
  79. c9c54da Create a user branch for every account by Edwin Kempin · 8 years ago
  80. 8c4c0a6 Add test for reading external IDs when corrupt external IDs exist by Edwin Kempin · 8 years ago
  81. 54fd1d3 Add REST endpoint to check consistency of external IDs by Edwin Kempin · 8 years ago
  82. a2b6bd9 Merge "Add tests for notify_details" by David Pursehouse · 8 years ago
  83. 79a899e Convert RequireCapability checks to PermissionBackend by Shawn Pearce · 8 years ago
  84. eacabe9 Merge changes from topic 'permission-backend' by David Pursehouse · 8 years ago
  85. 27111df Add tests for notify_details by Patrick Hiesel · 8 years ago
  86. fd4da80 Merge "AccountIT: Ensure user branch has been created before deleting" by ekempin · 8 years ago
  87. a505cf0 Merge "Add tests for the number of emails sent upon adding reviewers" by David Pursehouse · 8 years ago
  88. 779381f AccountIT: Ensure user branch has been created before deleting by Changcheng Xiao · 8 years ago
  89. eaf28d2 Merge changes from topic 'batch-update-cleanup' by ekempin · 8 years ago
  90. f01f12a Add tests for the number of emails sent upon adding reviewers by Patrick Hiesel · 8 years ago
  91. b168511 Convert modifyAccount to PermissionBackend by Shawn Pearce · 8 years ago
  92. 5452d92 Merge "AccountIT: Add test for adding email without confirmation" by ekempin · 8 years ago
  93. 4e2d339 ChangeIndexer#reindexAfterIndexUpdate -> autoReindexIfStale by Dave Borowitz · 8 years ago
  94. b59696b AccountIT: Add test for adding email without confirmation by David Pursehouse · 8 years ago
  95. 2a91a296 Merge changes Ic6ac567a,Ifddea6fa by David Ostrovsky · 8 years ago
  96. b7f5c33 Format gerrit-acceptance-tests/BUILD with buildifier by David Pursehouse · 8 years ago
  97. 9d58a38 Check labels during PostReview with PermissionBackend by Shawn Pearce · 8 years ago
  98. 8b7c852 Disallow deletion of user branches by Edwin Kempin · 8 years ago
  99. c9377e7 RepoContext: Add convenience method for addRefUpdate by Dave Borowitz · 8 years ago
  100. c3e0d83 Run AccountIT#fetchUserBranch() in a sandbox by Edwin Kempin · 8 years ago