1. a7056ec Merge branch 'stable-2.14' into stable-2.15 by David Ostrovsky · 6 years ago
  2. 930f29e Bazel: Automatically fix lint errors with buildifier by David Ostrovsky · 6 years ago
  3. b0ff9fc Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 6 years ago
  4. 1fa4bcf Bazel: Clean up package visibility settings by David Pursehouse · 6 years ago
  5. 5c9c11b Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 7 years ago
  6. 45bf806 Move regular expressions for user name from Account to ExternalId by Edwin Kempin · 7 years ago
  7. 3f988d2 Revert refactoring of Account.USER_NAME_PATTERN by David Pursehouse · 7 years ago
  8. 456ce23 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 7 years ago
  9. 1ee03aa Account.java: introduce compiled pattern and use where applicable by Jacek Centkowski · 7 years ago
  10. cf97d69 Optimize USER_NAME_PATTERN string and its usage by Jacek Centkowski · 7 years ago
  11. 9690994 Add project setting for defaulting new changes to WIP by David Ostrovsky · 7 years ago
  12. a5d14bd Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 7 years ago
  13. f98a60b Bazel: Harmonize names of external repositories by David Ostrovsky · 7 years ago
  14. 4ec5ef6 Upgrade to google-java-format 1.5 by David Pursehouse · 7 years ago
  15. fe9e775f Suppress warnings about deprecated CheckedFuture by David Pursehouse · 8 years ago
  16. d05889d Merge branch 'stable-2.14' into stable-2.15 by Hector Oswaldo Caballero · 7 years ago
  17. e09ae9b Extract minimum length of a SHA-1 as a public constant by Hector Oswaldo Caballero · 7 years ago
  18. 6ffb7d9 Discontinue draft workflow by David Ostrovsky · 8 years ago
  19. aa75aac RefNames: Avoid StringBuilder copying by Dave Borowitz · 8 years ago
  20. 32cd45a Drop Accounts table by Edwin Kempin · 8 years ago
  21. fcbe43d RefNamesTest: Test change meta refs by Dave Borowitz · 8 years ago
  22. 4a88a7a Merge changes from topic "private-by-default" by David Pursehouse · 8 years ago
  23. 1601a11 Store metaId in account by Edwin Kempin · 8 years ago
  24. d089b4a Implement 'privateByDefault' option for project.config by Changcheng Xiao · 8 years ago
  25. 8562864 Remove AccountAccess.byPreferredEmail by Edwin Kempin · 8 years ago
  26. 0a6eb6a Add revertOf to ReviewDb and NoteDb by Patrick Hiesel · 8 years ago
  27. 6c1a52b Merge "Rewrite GWT UI to use project name in addition to numeric change ID" by Alice Kober-Sotzek · 8 years ago
  28. 5be9c31 Move account sequence to NoteDb by Edwin Kempin · 8 years ago
  29. 272a803 Rewrite GWT UI to use project name in addition to numeric change ID by Patrick Hiesel · 8 years ago
  30. fd66d86 VisibleRefFilter: Hide refs for draft comments and stars of other users by Edwin Kempin · 8 years ago
  31. 5a31635 Add option to match author timestamp and committed timestamp by Patrick Hiesel · 8 years ago
  32. 58087a1 Suppress warnings about deprecated CheckedFuture by David Pursehouse · 8 years ago
  33. 296cd89 Add hasReviewStarted, pendingReviewers to Change by Logan Hanks · 8 years ago
  34. b0fb0a7 Remove 'final' from method signatures across gerrit. by Han-Wen Nienhuys · 8 years ago
  35. 7a8022c AccountAccess: Remove unused methods by Edwin Kempin · 8 years ago
  36. 986802e Replace AccountAccess#firstNById(int) by looking at user refs by Edwin Kempin · 8 years ago
  37. 5a48534 Remove AccountAccess.anyAccounts and instead check if user branches exist by Edwin Kempin · 8 years ago
  38. 3d3799ce Fix Schema_151 upgrade by making createdOn nullable by Dave Borowitz · 8 years ago
  39. 57a41bc Add 'created on' field to groups by Alice Kober-Sotzek · 8 years ago
  40. 276b8a8 Migrate external IDs to NoteDb (part 3) by Edwin Kempin · 8 years ago
  41. 001281e Add work in progress property to change by David Ostrovsky · 8 years ago
  42. b782fc9 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  43. b21f59cc Delete unused AccountPatchReview by Shawn Pearce · 8 years ago
  44. 6abe12c Remove unused AccountGroupNameAccess#suggestByName(...) method by Edwin Kempin · 8 years ago
  45. 18349b9 Update code refs and NoteDb meta refs in one batch by Dave Borowitz · 8 years ago
  46. 502b26c Make reviewer.enableByEmail inheritable by Patrick Hiesel · 8 years ago
  47. fb4aeec Fresh NoteDb implementation of BatchUpdate by Dave Borowitz · 8 years ago
  48. 647cac8 Merge "Add REST endpoint to apply a suggested fix of a robot comment" by ekempin · 8 years ago
  49. 13c1df7 AccountByEmailCacheImpl: Don't use account index to find accounts by email by Edwin Kempin · 8 years ago
  50. 6db5afd Add reviewer.enableByEmail to ProjectConfig by Patrick Hiesel · 8 years ago
  51. 98ddc8a Implement Private Changes by Edwin Kempin · 8 years ago
  52. 30d6c7d Add REST endpoint to apply a suggested fix of a robot comment by Alice Kober-Sotzek · 8 years ago
  53. cd06fb6 Reject (robot) comments with ranges referring to line 0 by Alice Kober-Sotzek · 8 years ago
  54. b4af8ca Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  55. a1be2c7 Support for at-sign (@) in usernames by Jan Kundrát · 8 years ago
  56. 5edb67c Account: Format with google-java-format by David Pursehouse · 8 years ago
  57. 04c9019 Document the use of the active bit in Account. by Han-Wen Nienhuys · 8 years ago
  58. 744d2b8 Migrate external IDs to NoteDb (part 1) by Edwin Kempin · 8 years ago
  59. 84d830b gerrit-server: use hashed passwords for HTTP. by Han-Wen Nienhuys · 8 years ago
  60. 22b8412 Support disabling change ReviewDb table access entirely by Dave Borowitz · 8 years ago
  61. 292fa15 Format all Java files with google-java-format by Dave Borowitz · 8 years ago
  62. 79e63a3 Revert external ID cache by Edwin Kempin · 8 years ago
  63. de5dd7a Add status field to account in ReviewDB by Kasper Nilsson · 8 years ago
  64. 63fbea5 Account: Minor cleanup by Dave Borowitz · 8 years ago
  65. fdbfcad Remove Buck based build by David Ostrovsky · 8 years ago
  66. 2869caa Add cache for external ids by Edwin Kempin · 8 years ago
  67. 5a14231 Remove sequence-based UID generation for messages by Dave Borowitz · 8 years ago
  68. 08cbca7 Merge "Add api portion of resolvable comments" by Dave Borowitz · 8 years ago
  69. 62582a6 Add all() methods to more ReviewDb access classes by Dave Borowitz · 8 years ago
  70. 7ec3036 Add api portion of resolvable comments by Kasper Nilsson · 8 years ago
  71. b043d44 Migrate project watches to git (part 2) by Edwin Kempin · 9 years ago
  72. 10aa4e2 Require account index and remove fallbacks by Edwin Kempin · 9 years ago
  73. e9070d6 Remove unused method AccountExternalIdAccess#byAccountEmail by Edwin Kempin · 8 years ago
  74. 110f60f Make the file path for the replacement of a robot comment explicit by Alice Kober-Sotzek · 8 years ago
  75. 8a81cd1 Upgrade schema for resolvable comments by Kasper Nilsson · 8 years ago
  76. 6b1cd81 Merge changes I69cf3fc4,Ib6e9e942 by ekempin · 8 years ago
  77. 3432193 Merge "Remove test prefix from test methods" by David Pursehouse · 8 years ago
  78. bcd275e Add support for suggested fixes of robot comments by Alice Kober-Sotzek · 8 years ago
  79. fa18907 Bazel: Reformat build files by David Ostrovsky · 8 years ago
  80. a02a5c0 Remove test prefix from test methods by Patrick Hiesel · 8 years ago
  81. 8e917e1 Generalize Change.Id methods for parsing from refnames by Dave Borowitz · 8 years ago
  82. 070b2e5 RefNames: add constant for 'refs/meta/' by David Pursehouse · 8 years ago
  83. 65afe7e RefNames: add constant for 'refs/meta/' by David Pursehouse · 8 years ago
  84. 926166e Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  85. a291706e AccountSshKey: Strip newline characters out of public key string by David Pursehouse · 8 years ago v2.13.3
  86. 1f9b0c7 PatchSetApprovalTest: Extend GerritBaseTests by David Pursehouse · 8 years ago
  87. 888f4ac bazel: generate the classpath in a file, for use with eclipse. by Han-Wen Nienhuys · 8 years ago
  88. b25f267 SystemConfig: increase site path length from 255 char to CLOB by David Ostrovsky · 8 years ago
  89. 1987154 Add patch set description by Kasper Nilsson · 8 years ago
  90. 7d8667d Move refs/cache-automerge/ generation logic to RefNames by Dave Borowitz · 8 years ago
  91. e47fe47 Support voting on merged changes by Dave Borowitz · 9 years ago
  92. a0f4942 ChangeNotes: Make defensive copies of mutable value types by Dave Borowitz · 8 years ago
  93. 793d78f Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  94. c230ccc Record real user in database for approvals/messages/comments by Dave Borowitz · 8 years ago
  95. 6627074 Support arbitrary properties on robot comments by Edwin Kempin · 8 years ago
  96. c027596 PatchSetApproval: Set tag in copy constructor by Dave Borowitz · 8 years ago
  97. 3fde7e4 Add support for Robot Comments by Edwin Kempin · 8 years ago
  98. 138aec1 Assignee in ReviewDb. by Gustaf Lundh · 8 years ago
  99. 10ba617 Extract RevisionNote.Comment and use it instead of PatchLineComment by Edwin Kempin · 8 years ago
  100. c6ea7bb Include a magic /MERGE_LIST file for merge commits by Edwin Kempin · 9 years ago