1. 9822922 Build with Java 8 by David Pursehouse · 8 years ago
  2. 46079ec Change docs links to actual file extension (.md) by Yuxuan 'fishy' Wang · 8 years ago
  3. 3f3d572 Fix NPE upon commit that is not a patch set thus no change note involved by Marco Miller · 9 years ago v2.13 v2.13-rc0 v2.13-rc1 v2.13.1 v2.13.2 v2.13.3 v2.13.4 v2.13.5 v2.13.6
  4. c167df0 Add missing whitespace by David Pursehouse · 9 years ago
  5. 0ea78c9 Use renamed PatchSetApproval#isLegacySubmit method by Dave Borowitz · 9 years ago
  6. 47c74e2 ExportReviewNotes: Load changes from notedb if enabled by Edwin Kempin · 9 years ago
  7. d383ad3 ExportReviewNotes: Simplify code by using Multimap by Edwin Kempin · 9 years ago
  8. 552001e Use ChangeNotes to load change by Edwin Kempin · 9 years ago
  9. 34678f0 Remove usage of deleted PatchSetAccess#byRevision method by Dave Borowitz · 9 years ago
  10. 26f38c4 Open Repository in try-with-resource by David Pursehouse · 9 years ago v2.12 v2.12-rc0 v2.12-rc1 v2.12-rc2 v2.12.1 v2.12.2 v2.12.3 v2.12.4 v2.12.5 v2.12.6 v2.12.7 v2.12.8
  11. b190862 Open review DB in try-with-resource by David Pursehouse · 9 years ago
  12. d81e2d6 Merge "Use auto-closeable RevWalk when creating review notes" by Edwin Kempin · 10 years ago
  13. 97427a7 Fix 'to always' repeating typo in refs-notes-review.md by Marco Miller · 10 years ago
  14. 5d6522a Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  15. f6403a1 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago v2.11.1 v2.11.10 v2.11.11 v2.11.2 v2.11.3 v2.11.4 v2.11.5 v2.11.6 v2.11.7 v2.11.8 v2.11.9
  16. 0b5aab6 Adapt to the JGit v4.0.0.201506090130-r by Saša Živkov · 10 years ago v2.10.5 v2.10.6 v2.10.7
  17. 846bd6a Use auto-closeable RevWalk when creating review notes by David Pursehouse · 10 years ago
  18. b5c6f81 ExportReviewNotes: Print an error message when failing to open project by David Pursehouse · 10 years ago
  19. 4d1a7b6 Fix Checkstyle warnings related to class and member modifier order by David Pursehouse · 10 years ago
  20. 603b7b3 Convert to AutoCloseable RevWalk by Dave Borowitz · 10 years ago v2.11 v2.11-rc2
  21. ba82486 Fix warnings about redundant type arguments by David Pursehouse · 10 years ago v2.11-rc0 v2.11-rc1
  22. 862e8b7 Clean up unused throws by Dave Borowitz · 10 years ago
  23. b2e2b70 Revert "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  24. ecb113b Use javax.inject.Inject instead of com.google.inject.Inject by Dave Borowitz · 10 years ago
  25. de5eccc Add Gerrit-PluginName in BUCK file by Hugo Arès · 10 years ago
  26. 602c430 Add buck resources to .gitignore by Stefan Lay · 11 years ago
  27. 6170241 Update to pass ChangeControl to ApprovalsUtil.byPatchSet by Dave Borowitz · 11 years ago v2.10 v2.10-rc0 v2.10-rc1 v2.10-rc2 v2.10.1 v2.10.2 v2.10.3 v2.10.3.1 v2.10.4
  28. b544447 Update to LabelNormalizer.Result interface by Dave Borowitz · 11 years ago v2.9 v2.9-rc1 v2.9-rc2 v2.9.1 v2.9.2 v2.9.3 v2.9.4
  29. 6df20f3 Use ChangeNotes implementation for reading approvals by Dave Borowitz · 11 years ago
  30. 0b0419b Use new ApprovalsUtil method for getting by patch set by Dave Borowitz · 11 years ago
  31. 0776008 Organize imports by David Pursehouse · 11 years ago
  32. 9bb484b Remove Maven support by David Pursehouse · 11 years ago
  33. 6495c0e Merge branch 'stable-2.8' by David Pursehouse · 11 years ago
  34. 6874243 Update Gerrit API version to 2.8 in pom.xml by David Pursehouse · 11 years ago stable-2.8 v2.8 v2.8.1 v2.8.2 v2.8.3 v2.8.4 v2.8.5 v2.8.6 v2.8.6.1
  35. 7f5178b Eclipse: Bump java source and target level to 7 by David Ostrovsky · 11 years ago
  36. c235d38 Bump Maven driven build to java 7 by David Ostrovsky · 11 years ago
  37. c9fc694 Update API version to 2.9-SNAPSHOT in pom.xml by Edwin Kempin · 11 years ago
  38. 9905f7a Adapt to the simplified GitReferenceUpdatedListener.Event API by Sasa Zivkov · 11 years ago v2.8-rc0 v2.8-rc1 v2.8-rc2 v2.8-rc3
  39. 7392674 Create review note also when newObjectId already present in another branch by Sasa Zivkov · 11 years ago
  40. d675391 Improve the export command performance by Sasa Zivkov · 11 years ago
  41. c01bc30 Fix note creation when the same commit exists in another Git repository. by Sasa Zivkov · 11 years ago
  42. d3fa014 Fix committing the notes from the export command. by Sasa Zivkov · 11 years ago
  43. 99f869d Merge "Use own Nullable instead of javax.annotation.Nullable." by Edwin Kempin · 11 years ago
  44. d6efe45 Use own Nullable instead of javax.annotation.Nullable. by Sasa Zivkov · 11 years ago
  45. 982b10e Merge branch 'stable-2.7' by David Pursehouse · 11 years ago
  46. 8d2ab72 Merge branch 'stable-2.6' into stable-2.7 by David Pursehouse · 11 years ago stable-2.7
  47. 5fd0585 Correct example of export command usage in documentation by David Pursehouse · 11 years ago stable-2.6
  48. d470050 Merge branch 'stable-2.7' by Dave Borowitz · 11 years ago
  49. 41fdacc Set version to 2.7 to match the Gerrit release by Dave Borowitz · 11 years ago v2.7
  50. 57ee999 Fix typo in method name by David Pursehouse · 11 years ago
  51. 1fac69b Do not try to create review notes for ref deletion events by Jonathan Nieder · 11 years ago
  52. 36d87e5 Add an 'About' section in the documentation by David Pursehouse · 12 years ago
  53. da7dbbc Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  54. c868c1f Gerrit 2.6 by Shawn Pearce · 12 years ago v2.6
  55. e984300 Pass Gerrit-Module & Gerrit-SshModule as manifest entries by David Ostrovsky · 12 years ago
  56. 446f134 Add BUCK build rule by Shawn Pearce · 12 years ago
  57. 4f171eb Set version to 2.8-SNAPSHOT by Shawn Pearce · 12 years ago
  58. 1490f20 Set version to 2.7-SNAPSHOT by Shawn Pearce · 12 years ago
  59. 37db5cf Set version to 2.6-rc2 to match the Gerrit release by David Pursehouse · 12 years ago
  60. bf86767 Begin 2.8 by Shawn Pearce · 12 years ago
  61. be6cde4 Build against the same version of Gerrit by Shawn Pearce · 12 years ago
  62. 2f24a14 Set version to 2.7-SNAPSHOT to match gerrit master by Shawn Pearce · 12 years ago
  63. 725790c Fix adding votes by Christian Aistleitner · 12 years ago v1.0-rc1
  64. 70092ec Compile for Gerrit 2.6-rc0 by Shawn Pearce · 12 years ago v1.0-rc0
  65. 97f58ce Remove RequestScopePropagator as it is not required by Shawn Pearce · 12 years ago
  66. 701c42b Configure Eclipse formatting settings by Shawn Pearce · 12 years ago
  67. 8a68283 Optionally create review notes asynchronously by Dave Borowitz · 12 years ago
  68. 95030a0 Normalize labels when creating note by Dave Borowitz · 12 years ago
  69. 48cec60 Rename approvalTypes to labelTypes by Dave Borowitz · 12 years ago
  70. 2a7f391 Remove references to ApprovalCategory by Dave Borowitz · 12 years ago
  71. e382f56 Replace ApprovalTypes with LabelTypes by Shawn Pearce · 12 years ago
  72. 6aa54e7 Initial reviewnotes plugin, split from Gerrit Code Review by Sasa Zivkov · 12 years ago