1. 3c197dd Fix compilation issue by Antonio Barone · 2 years ago master
  2. 54ca702 Merge branch 'stable-3.0' by Thomas Draebing · 4 years, 6 months ago stable-3.4
  3. 17e0ae0 Remove project config UI panel by Thomas Draebing · 4 years, 6 months ago stable-3.0
  4. ad8f5df Merge branch 'stable-2.16' by Thomas Draebing · 4 years, 6 months ago
  5. 7f3588f Merge branch 'stable-2.16' by David Ostrovsky · 4 years, 6 months ago
  6. 3081668 Disable inputs in configuration screen for non-owners by Thomas Draebing · 4 years, 6 months ago stable-2.16
  7. e8231c7 Fix REST API calls for projects with '/' in the name by Thomas Draebing · 4 years, 6 months ago
  8. 77cf2fe Adapt to latest master by David Pursehouse · 4 years, 6 months ago
  9. fa2b04d Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 4 years, 6 months ago
  10. 5d45e84 Add configuration menu to the repo-config screen in new UI by Thomas Draebing · 4 years, 7 months ago
  11. 1687d3f Merge branch 'stable-2.16' by Marco Miller · 4 years, 10 months ago
  12. 4b1eeb0 ChangeUpdatedListener: Adapt to id api changes by Marco Miller · 4 years, 10 months ago
  13. 90189cd Adapt to removal of OrmException by David Ostrovsky · 4 years, 10 months ago
  14. 09898e8 Format Java files with google-java-format by David Ostrovsky · 4 years, 10 months ago
  15. 9872e60 Merge branch 'stable-2.15' into stable-2.16 by David Ostrovsky · 4 years, 10 months ago
  16. ec05d5f ChangeUpdatedListener: Extract PluginConfig to a local variable by David Ostrovsky · 5 years ago stable-2.15
  17. ef9a61a Remove unneeded finals by David Ostrovsky · 5 years ago
  18. f2ffed6 Support adding reviewers in batch mode by Paladox none · 5 years ago
  19. 4d11a2d Merge branch 'stable-2.15' into stable-2.16 by Paladox · 5 years ago
  20. 4f7c696 Adapt to removal of ReviewDb by David Ostrovsky · 5 years ago
  21. c2dc911 Merge branch 'stable-2.15' by David Ostrovsky · 5 years ago
  22. 0b6233e Find change via ChangeData.Factory rather than ReviewDb by Richard Christie · 6 years ago
  23. 5ff127d Adapats plugin to changes done in core by Paladox none · 6 years ago
  24. d2fc6d7 Adapt to new core package layout by Paladox none · 6 years ago
  25. 2c08ef7 Adapt to removed AccountByEmailCache by Paladox none · 6 years ago
  26. 85abed9 Remove support for drafts by Paladox none · 6 years ago
  27. 7daadf5 Format all Java files with google-java-format by David Pursehouse · 6 years ago stable-2.14
  28. 435fe97 Remove redundant entries from .gitignore by David Pursehouse · 7 years ago
  29. 40d1941 Fix build on Gerrit master by Paladox none · 7 years ago
  30. ac8db03 Remove duplicate Gerrit-ApiType by Paladox none · 7 years ago
  31. 8e84210 Remove buck build by Paladox none · 7 years ago
  32. d22b322 Add support for Bazel in Gerrit tree build by Paladox none · 7 years ago
  33. e60afd1 Merge branch 'stable-2.12' by David Pursehouse · 8 years ago stable-2.13
  34. 350875a ChangeUpdatedListener: Open all auto-closeables in single try-with-resource by David Pursehouse · 8 years ago
  35. 3ea04b8 ChangeUpdatedListener: Open database in try-with-resource by David Pursehouse · 8 years ago
  36. 040266e ReviewersByBlame: Fix incorrect @param Javadoc tag by David Pursehouse · 8 years ago
  37. a18fb04 Build with API version 2.13.1 by David Pursehouse · 8 years ago
  38. bb48e5c Change docs links to actual file extension (.md) by Yuxuan 'fishy' Wang · 8 years ago
  39. b2880c1 Add option ignoreFileRegEx by Sebastian Klapp · 8 years ago
  40. 5615134 Add options ignoreDrafts and ignoreSubjectRegEx by Sebastian Klapp · 8 years ago
  41. 18bc259 Build with API version 2.12 by David Pursehouse · 8 years ago stable-2.12
  42. 524f534 Follow upstream's switch to memoization of Event properties by Christian Aistleitner · 8 years ago
  43. 67d1085 Follow upstream's renaming of method to get current user by Christian Aistleitner · 9 years ago
  44. acf5236 Use moved FactoryModule by David Pursehouse · 9 years ago
  45. 4321089 Merge branch 'stable-2.11' by Edwin Kempin · 9 years ago
  46. c679c0c Merge branch 'stable-2.10' by Edwin Kempin · 9 years ago stable-2.11
  47. b4862f4 Update plugin API version to 2.10.5 and adapt to JGit API changes by Edwin Kempin · 9 years ago stable-2.10
  48. d2958fd Merge branch 'stable-2.11' by Edwin Kempin · 9 years ago
  49. 9c1632e Set version to 2.11.1 and adapt to JGit API changes by Saša Živkov · 9 years ago
  50. 4c678b3 Convert Repository to AutoCloseable by Christian Aistleitner · 9 years ago
  51. 9b772a0 Convert RevWalk to AutoCloseable by Christian Aistleitner · 9 years ago
  52. e884525 Move reviewDb declaration by Christian Aistleitner · 9 years ago
  53. c742429 Get rid of unneeded nested catch blocks by Christian Aistleitner · 9 years ago
  54. 754dcd5 Drop unneeded catch blocks by Christian Aistleitner · 9 years ago
  55. 600679e Switch RevWalker from release to close by Christian Aistleitner · 9 years ago
  56. 7945337 Make plugin version the same as Gerrit API version by Edwin Kempin · 9 years ago
  57. af46202 Build with API version 2.12-SNAPSHOT by Edwin Kempin · 9 years ago
  58. 2193fd9 Add support for standalone Buck build by Edwin Kempin · 9 years ago
  59. 580d38f Organize imports by David Pursehouse · 9 years ago
  60. 603adda Remove pom.xml by David Pursehouse · 9 years ago
  61. 083bd17 Merge branch 'stable-2.10' by Edwin Kempin · 9 years ago
  62. bbfe439 Fix compilation against latest master branch of Gerrit by David Pursehouse · 9 years ago
  63. 322e3db Update version on pom to 2.11-SNAPSHOT by Edwin Kempin · 9 years ago
  64. 026eebe Update version in pom to 2.10 by Edwin Kempin · 9 years ago
  65. f33b602 Build against Gerrit 2.9 by Edwin Kempin · 10 years ago stable-2.9
  66. 9563939 Add back Maven build by Edwin Kempin · 10 years ago
  67. bd52a6a Allow to set maxReviewers on a project from the WebUI by Edwin Kempin · 10 years ago
  68. a18bf73 Implement buck driven build by David Ostrovsky · 10 years ago
  69. 34f4d5d Bump to 2.9-SNAPSHOT API by David Pursehouse · 10 years ago
  70. 44682ff Change plugin API to 2.8.1 by David Ostrovsky · 10 years ago stable-2.8
  71. 4064a44 Listen to change events instead of listening to ref updates by Edwin Kempin · 10 years ago
  72. cf74230 Adapt code to API change in Gerrit core by Edwin Kempin · 10 years ago
  73. b9b881f Prefer early exit when commit is not on refs/changes ref by David Ostrovsky · 11 years ago
  74. 7c82f59 Fix compilation errors by David Ostrovsky · 11 years ago
  75. 94fb194 Merge "Adapt to the simplified GitReferenceUpdatedListener.Event API" by Edwin Kempin · 11 years ago
  76. 2973b9f Adapt to the simplified GitReferenceUpdatedListener.Event API by Sasa Zivkov · 11 years ago
  77. c6a9e86 Do not fail if patch set is not found by Edwin Kempin · 11 years ago
  78. 396f5fe Get plugin name injected instead of hard-coding it by Edwin Kempin · 11 years ago
  79. e87fabd Merge "Support configuration of max reviewers per project" by Edwin Kempin · 11 years ago
  80. 3f4dfbc Support configuration of max reviewers per project by Edwin Kempin · 11 years ago
  81. 5071672 Provide plugin name in manifest by Edwin Kempin · 11 years ago
  82. 390e75b Do not fail with NPE if change is not found by Edwin Kempin · 11 years ago
  83. f2015bd Initial commit of reviewer-by-blame plugin by Deniz Türkoglu · 11 years ago