1. 276b8a8 Migrate external IDs to NoteDb (part 3) by Edwin Kempin · 8 years ago
  2. 001281e Add work in progress property to change by David Ostrovsky · 8 years ago
  3. b782fc9 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  4. b21f59cc Delete unused AccountPatchReview by Shawn Pearce · 8 years ago
  5. 6abe12c Remove unused AccountGroupNameAccess#suggestByName(...) method by Edwin Kempin · 8 years ago
  6. 18349b9 Update code refs and NoteDb meta refs in one batch by Dave Borowitz · 8 years ago
  7. 502b26c Make reviewer.enableByEmail inheritable by Patrick Hiesel · 8 years ago
  8. fb4aeec Fresh NoteDb implementation of BatchUpdate by Dave Borowitz · 8 years ago
  9. 647cac8 Merge "Add REST endpoint to apply a suggested fix of a robot comment" by ekempin · 8 years ago
  10. 13c1df7 AccountByEmailCacheImpl: Don't use account index to find accounts by email by Edwin Kempin · 8 years ago
  11. 6db5afd Add reviewer.enableByEmail to ProjectConfig by Patrick Hiesel · 8 years ago
  12. 98ddc8a Implement Private Changes by Edwin Kempin · 8 years ago
  13. 30d6c7d Add REST endpoint to apply a suggested fix of a robot comment by Alice Kober-Sotzek · 8 years ago
  14. cd06fb6 Reject (robot) comments with ranges referring to line 0 by Alice Kober-Sotzek · 8 years ago
  15. b4af8ca Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  16. a1be2c7 Support for at-sign (@) in usernames by Jan Kundrát · 8 years ago
  17. 5edb67c Account: Format with google-java-format by David Pursehouse · 8 years ago
  18. 04c9019 Document the use of the active bit in Account. by Han-Wen Nienhuys · 8 years ago
  19. 744d2b8 Migrate external IDs to NoteDb (part 1) by Edwin Kempin · 8 years ago
  20. 84d830b gerrit-server: use hashed passwords for HTTP. by Han-Wen Nienhuys · 8 years ago
  21. 22b8412 Support disabling change ReviewDb table access entirely by Dave Borowitz · 8 years ago
  22. 292fa15 Format all Java files with google-java-format by Dave Borowitz · 8 years ago
  23. 79e63a3 Revert external ID cache by Edwin Kempin · 8 years ago
  24. de5dd7a Add status field to account in ReviewDB by Kasper Nilsson · 8 years ago
  25. 63fbea5 Account: Minor cleanup by Dave Borowitz · 8 years ago
  26. fdbfcad Remove Buck based build by David Ostrovsky · 8 years ago
  27. 2869caa Add cache for external ids by Edwin Kempin · 8 years ago
  28. 5a14231 Remove sequence-based UID generation for messages by Dave Borowitz · 8 years ago
  29. 08cbca7 Merge "Add api portion of resolvable comments" by Dave Borowitz · 8 years ago
  30. 62582a6 Add all() methods to more ReviewDb access classes by Dave Borowitz · 8 years ago
  31. 7ec3036 Add api portion of resolvable comments by Kasper Nilsson · 8 years ago
  32. b043d44 Migrate project watches to git (part 2) by Edwin Kempin · 9 years ago
  33. 10aa4e2 Require account index and remove fallbacks by Edwin Kempin · 9 years ago
  34. e9070d6 Remove unused method AccountExternalIdAccess#byAccountEmail by Edwin Kempin · 8 years ago
  35. 110f60f Make the file path for the replacement of a robot comment explicit by Alice Kober-Sotzek · 8 years ago
  36. 8a81cd1 Upgrade schema for resolvable comments by Kasper Nilsson · 8 years ago
  37. 6b1cd81 Merge changes I69cf3fc4,Ib6e9e942 by ekempin · 8 years ago
  38. 3432193 Merge "Remove test prefix from test methods" by David Pursehouse · 8 years ago
  39. bcd275e Add support for suggested fixes of robot comments by Alice Kober-Sotzek · 8 years ago
  40. fa18907 Bazel: Reformat build files by David Ostrovsky · 8 years ago
  41. a02a5c0 Remove test prefix from test methods by Patrick Hiesel · 8 years ago
  42. 8e917e1 Generalize Change.Id methods for parsing from refnames by Dave Borowitz · 8 years ago
  43. 070b2e5 RefNames: add constant for 'refs/meta/' by David Pursehouse · 8 years ago
  44. 65afe7e RefNames: add constant for 'refs/meta/' by David Pursehouse · 8 years ago
  45. 926166e Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  46. a291706e AccountSshKey: Strip newline characters out of public key string by David Pursehouse · 8 years ago v2.13.3
  47. 1f9b0c7 PatchSetApprovalTest: Extend GerritBaseTests by David Pursehouse · 8 years ago
  48. 888f4ac bazel: generate the classpath in a file, for use with eclipse. by Han-Wen Nienhuys · 8 years ago
  49. b25f267 SystemConfig: increase site path length from 255 char to CLOB by David Ostrovsky · 8 years ago
  50. 1987154 Add patch set description by Kasper Nilsson · 8 years ago
  51. 7d8667d Move refs/cache-automerge/ generation logic to RefNames by Dave Borowitz · 8 years ago
  52. e47fe47 Support voting on merged changes by Dave Borowitz · 9 years ago
  53. a0f4942 ChangeNotes: Make defensive copies of mutable value types by Dave Borowitz · 8 years ago
  54. 793d78f Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  55. c230ccc Record real user in database for approvals/messages/comments by Dave Borowitz · 8 years ago
  56. 6627074 Support arbitrary properties on robot comments by Edwin Kempin · 8 years ago
  57. c027596 PatchSetApproval: Set tag in copy constructor by Dave Borowitz · 8 years ago
  58. 3fde7e4 Add support for Robot Comments by Edwin Kempin · 9 years ago
  59. 138aec1 Assignee in ReviewDb. by Gustaf Lundh · 9 years ago
  60. 10ba617 Extract RevisionNote.Comment and use it instead of PatchLineComment by Edwin Kempin · 9 years ago
  61. c6ea7bb Include a magic /MERGE_LIST file for merge commits by Edwin Kempin · 9 years ago
  62. b5b60f3 Patch: Add static method to check if file is magic by Edwin Kempin · 9 years ago
  63. e128d6f Java-8ify ReviewDbUtil by Dave Borowitz · 9 years ago
  64. e45363d Use some Java 8 features by Dave Borowitz · 9 years ago
  65. 0b774c4 Update Buck to latest version by David Ostrovsky · 9 years ago
  66. 8af982a Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  67. 225b7a7 Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  68. 49d9a46 Move AuthType from gerrit-reviewdb to extension API by David Pursehouse · 9 years ago
  69. 117b0e8 Account.FieldName: Move to extension API as AccountFieldName by David Pursehouse · 9 years ago
  70. bfca2bb Remove leftovers of starred_changes for postgres index by Alexandre Philbert · 9 years ago
  71. 6a72134 PatchSet: Increase size of groups column by David Pursehouse · 9 years ago
  72. d73386e Migrate project watches to git (part 1) by Edwin Kempin · 9 years ago
  73. 0e3ba0d Merge "RefNames: Add method to check if ref is a user ref" by David Pursehouse · 9 years ago
  74. 716ae68 RefNames: Add method to check if ref is a user ref by Edwin Kempin · 9 years ago
  75. 1ae0b7d Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  76. 597e198 RefNames#fullName: Don't prepend "refs/heads/" for HEAD by Alexandre Philbert · 9 years ago
  77. 82b70db Clean up hardcoded refs/meta/config strings by Patrick Hiesel · 9 years ago
  78. c298aa6 Use a common function to unwrap ReviewDb by Björn Pedersen · 9 years ago
  79. ea65e9b Merge "Migrate reviewed flags to local H2 database" by Edwin Kempin · 9 years ago
  80. b644ff8 Merge "Implement Bazel build" by Edwin Kempin · 9 years ago
  81. 15ca7b0 Migrate reviewed flags to local H2 database by Edwin Kempin · 9 years ago
  82. d432c83 Make hooks/events listen to the new API Events. by Martin Fick · 9 years ago
  83. 98f448c Optimize edit handling in VisibleRefFilter by Shawn Pearce · 9 years ago
  84. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  85. 3232472 Enable and fix 'Statement unnecessarily nested within else clause' warnings by David Pursehouse · 9 years ago
  86. 9a93809 VisibleRefFilter: Fix NPE on check of edit ref when currAccountId is null by Edwin Kempin · 9 years ago
  87. ad6f15b Support ${shardeduserid} in ref patterns by Edwin Kempin · 9 years ago
  88. adb1ed4 VisibleRefFilter: Check visibility of refs/users/ branches by Edwin Kempin · 9 years ago
  89. d3eb8fc Support fetch of refs/users/self from All-Users repository by Edwin Kempin · 9 years ago
  90. 6cde89d ChangeQueryBuilder: Move Change-Id pattern string to Change class by David Pursehouse · 9 years ago
  91. c7f3925 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  92. 7919be2 Change.Id: Avoid NumberFormatException on empty user edit ref by David Pursehouse · 9 years ago
  93. edb6705 Merge changes from topic 'star-labels-part-1' by Edwin Kempin · 9 years ago
  94. 11d345d Organize imports by David Pursehouse · 9 years ago
  95. beca8d2 Remove gwtorm annotations from AccountSshKey by Edwin Kempin · 9 years ago
  96. 9e972cc Support star labels by Edwin Kempin · 9 years ago
  97. 08f2550 Merge changes I39b56689,I7b428b06,I893c0fd0,I772cc9b0 by Edwin Kempin · 9 years ago
  98. 7ef114d AccountSshKey: Split common getter code to utility method by David Pursehouse · 9 years ago
  99. 165fc01 AccountSshKey.Id: Add isValid() method by David Pursehouse · 9 years ago
  100. 45aa8ca Add missing newline at end of files by David Pursehouse · 9 years ago