1. e9070d6 Remove unused method AccountExternalIdAccess#byAccountEmail by Edwin Kempin · 8 years ago
  2. 110f60f Make the file path for the replacement of a robot comment explicit by Alice Kober-Sotzek · 8 years ago
  3. 8a81cd1 Upgrade schema for resolvable comments by Kasper Nilsson · 8 years ago
  4. 6b1cd81 Merge changes I69cf3fc4,Ib6e9e942 by ekempin · 8 years ago
  5. 3432193 Merge "Remove test prefix from test methods" by David Pursehouse · 8 years ago
  6. bcd275e Add support for suggested fixes of robot comments by Alice Kober-Sotzek · 8 years ago
  7. fa18907 Bazel: Reformat build files by David Ostrovsky · 8 years ago
  8. a02a5c0 Remove test prefix from test methods by Patrick Hiesel · 8 years ago
  9. 8e917e1 Generalize Change.Id methods for parsing from refnames by Dave Borowitz · 8 years ago
  10. 65afe7e RefNames: add constant for 'refs/meta/' by David Pursehouse · 8 years ago
  11. 926166e Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  12. a291706e AccountSshKey: Strip newline characters out of public key string by David Pursehouse · 8 years ago v2.13.3
  13. 1f9b0c7 PatchSetApprovalTest: Extend GerritBaseTests by David Pursehouse · 8 years ago
  14. 888f4ac bazel: generate the classpath in a file, for use with eclipse. by Han-Wen Nienhuys · 8 years ago
  15. b25f267 SystemConfig: increase site path length from 255 char to CLOB by David Ostrovsky · 8 years ago
  16. 1987154 Add patch set description by Kasper Nilsson · 8 years ago
  17. 7d8667d Move refs/cache-automerge/ generation logic to RefNames by Dave Borowitz · 8 years ago
  18. e47fe47 Support voting on merged changes by Dave Borowitz · 9 years ago
  19. a0f4942 ChangeNotes: Make defensive copies of mutable value types by Dave Borowitz · 8 years ago
  20. 793d78f Merge branch 'stable-2.13' by David Pursehouse · 8 years ago
  21. c230ccc Record real user in database for approvals/messages/comments by Dave Borowitz · 8 years ago
  22. 6627074 Support arbitrary properties on robot comments by Edwin Kempin · 8 years ago
  23. c027596 PatchSetApproval: Set tag in copy constructor by Dave Borowitz · 8 years ago
  24. 3fde7e4 Add support for Robot Comments by Edwin Kempin · 9 years ago
  25. 138aec1 Assignee in ReviewDb. by Gustaf Lundh · 8 years ago
  26. 10ba617 Extract RevisionNote.Comment and use it instead of PatchLineComment by Edwin Kempin · 9 years ago
  27. c6ea7bb Include a magic /MERGE_LIST file for merge commits by Edwin Kempin · 9 years ago
  28. b5b60f3 Patch: Add static method to check if file is magic by Edwin Kempin · 9 years ago
  29. e128d6f Java-8ify ReviewDbUtil by Dave Borowitz · 9 years ago
  30. e45363d Use some Java 8 features by Dave Borowitz · 9 years ago
  31. 0b774c4 Update Buck to latest version by David Ostrovsky · 9 years ago
  32. 8af982a Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  33. 225b7a7 Option to reject implicit merges when pushing changes for review by Saša Živkov · 9 years ago
  34. 49d9a46 Move AuthType from gerrit-reviewdb to extension API by David Pursehouse · 9 years ago
  35. 117b0e8 Account.FieldName: Move to extension API as AccountFieldName by David Pursehouse · 9 years ago
  36. bfca2bb Remove leftovers of starred_changes for postgres index by Alexandre Philbert · 9 years ago
  37. 6a72134 PatchSet: Increase size of groups column by David Pursehouse · 9 years ago
  38. d73386e Migrate project watches to git (part 1) by Edwin Kempin · 9 years ago
  39. 0e3ba0d Merge "RefNames: Add method to check if ref is a user ref" by David Pursehouse · 9 years ago
  40. 716ae68 RefNames: Add method to check if ref is a user ref by Edwin Kempin · 9 years ago
  41. 1ae0b7d Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  42. 597e198 RefNames#fullName: Don't prepend "refs/heads/" for HEAD by Alexandre Philbert · 9 years ago
  43. 82b70db Clean up hardcoded refs/meta/config strings by Patrick Hiesel · 9 years ago
  44. c298aa6 Use a common function to unwrap ReviewDb by Björn Pedersen · 9 years ago
  45. ea65e9b Merge "Migrate reviewed flags to local H2 database" by Edwin Kempin · 9 years ago
  46. b644ff8 Merge "Implement Bazel build" by Edwin Kempin · 9 years ago
  47. 15ca7b0 Migrate reviewed flags to local H2 database by Edwin Kempin · 9 years ago
  48. d432c83 Make hooks/events listen to the new API Events. by Martin Fick · 9 years ago
  49. 98f448c Optimize edit handling in VisibleRefFilter by Shawn Pearce · 9 years ago
  50. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  51. 3232472 Enable and fix 'Statement unnecessarily nested within else clause' warnings by David Pursehouse · 9 years ago
  52. 9a93809 VisibleRefFilter: Fix NPE on check of edit ref when currAccountId is null by Edwin Kempin · 9 years ago
  53. ad6f15b Support ${shardeduserid} in ref patterns by Edwin Kempin · 9 years ago
  54. adb1ed4 VisibleRefFilter: Check visibility of refs/users/ branches by Edwin Kempin · 9 years ago
  55. d3eb8fc Support fetch of refs/users/self from All-Users repository by Edwin Kempin · 9 years ago
  56. 6cde89d ChangeQueryBuilder: Move Change-Id pattern string to Change class by David Pursehouse · 9 years ago
  57. c7f3925 Merge branch 'stable-2.12' by David Pursehouse · 9 years ago
  58. 7919be2 Change.Id: Avoid NumberFormatException on empty user edit ref by David Pursehouse · 9 years ago
  59. edb6705 Merge changes from topic 'star-labels-part-1' by Edwin Kempin · 9 years ago
  60. 11d345d Organize imports by David Pursehouse · 9 years ago
  61. beca8d2 Remove gwtorm annotations from AccountSshKey by Edwin Kempin · 9 years ago
  62. 9e972cc Support star labels by Edwin Kempin · 9 years ago
  63. 08f2550 Merge changes I39b56689,I7b428b06,I893c0fd0,I772cc9b0 by Edwin Kempin · 9 years ago
  64. 7ef114d AccountSshKey: Split common getter code to utility method by David Pursehouse · 9 years ago
  65. 165fc01 AccountSshKey.Id: Add isValid() method by David Pursehouse · 9 years ago
  66. 45aa8ca Add missing newline at end of files by David Pursehouse · 9 years ago
  67. 66c76c9 Shard refs/draft-comments/* by change instead of account ID by Dave Borowitz · 9 years ago
  68. dba0801 Move method for parsing ref parts (CD/ABCD/...) to RefNames by Dave Borowitz · 9 years ago
  69. a101030 AccountTest: Convert to Truth by Dave Borowitz · 9 years ago
  70. 52fe682 Move ChangeNoteUtil#changeRefName to RefNames by Dave Borowitz · 9 years ago
  71. 07952c0 Store SSH keys in git by Edwin Kempin · 9 years ago
  72. 713d2b2 ChangeBundle: Ignore null originalSubject in ReviewDb changes by Dave Borowitz · 9 years ago
  73. dde2447 Migrate starred changes to git (part 2) by Edwin Kempin · 9 years ago
  74. dfe73dc Shard refs/starred-changes refs by change ID instead of account ID by Edwin Kempin · 9 years ago
  75. c7cb3dd Fix ChangeRebuilderImpl with null account IDs by Dave Borowitz · 9 years ago
  76. 2e7f2e9 Merge "Allow to tag reviews" by Dave Borowitz · 9 years ago
  77. c70e862 Allow to tag reviews by Dariusz Luksza · 9 years ago
  78. f9a0cab Remove redundant 'private' modifier on constructors by David Pursehouse · 9 years ago
  79. ad0e4bf Remove redundant 'static' modifiers by David Pursehouse · 9 years ago
  80. c5ccbf1 Add missing whitespace around keywords, operators and braces by David Pursehouse · 9 years ago
  81. c3e0717 NoteDb: Avoid no-op commits when touching published comments by Dave Borowitz · 9 years ago
  82. 790103c Store NoteDb migration state inside Change by Dave Borowitz · 9 years ago
  83. dc86ab5 Fix PUBLISH_ALL_REVISIONS in NoteDb by Dave Borowitz · 9 years ago
  84. a2d40b8 Standardize capitalization of "NoteDb" by Dave Borowitz · 9 years ago
  85. c62f9fe ACLs for superproject subscriptions by Stefan Beller · 9 years ago
  86. 1693e1b ChangeBundle: Allow timestamp slop instead of rounding by Dave Borowitz · 9 years ago
  87. 79ecc14 Rework SUBM label in LabelId by Dave Borowitz · 9 years ago
  88. 0e54fb3 Accept Dates in PatchSetApproval by Dave Borowitz · 9 years ago
  89. 1bf9bdd Add option to rebuild and check NoteDb after acceptance tests by Dave Borowitz · 9 years ago
  90. 019e3ac ChangeBundle: Support ChangeMessages from NoteDb by Dave Borowitz · 9 years ago
  91. b0cfc53 Add helper for comparing a bundle of Change-related entities by Dave Borowitz · 9 years ago
  92. 6c46a5c Organize imports by Dave Borowitz · 9 years ago
  93. b06d2e3 Replace AccountGeneralPreferences entity with git backend (phase 2) by David Ostrovsky · 9 years ago
  94. 8b6d2f5 AccountInfo: Move getName and getNameEmail to Account by David Pursehouse · 9 years ago
  95. 220a3f5 Disable reading from changes tables under notedb by Dave Borowitz · 9 years ago
  96. a714938 PatchSet: Always use non-null Lists for groups by Dave Borowitz · 9 years ago
  97. 5dd9c1a Notedb: Unify subject and patch set handling by Dave Borowitz · 9 years ago
  98. 12fbf41e Store subject and original subject in notedb by Edwin Kempin · 9 years ago
  99. e8618b8 Store destination branch in notedb by Edwin Kempin · 9 years ago
  100. 21fa49d Remove PatchSetAccess#byRevision(Range) by Dave Borowitz · 9 years ago