1. 3d616d3 Merge branch 'stable-3.3' by Luca Milanesio · 3 years, 3 months ago stable-3.6
  2. 2d16efd Adapt to recent change in plugin API by David Ostrovsky · 3 years, 3 months ago stable-3.3 v3.3.1
  3. 340b3e2 Move Permission and SubmitRecord to entities by Luca Milanesio · 3 years, 6 months ago v3.3.0
  4. 6cca351 Adapt to Gerrit master by Réda Housni Alaoui · 4 years, 1 month ago stable-3.2
  5. 2d08b6f Rename reviewdb package to entities by David Pursehouse · 4 years, 6 months ago stable-3.1
  6. e03224a Replace bazel-genfiles with bazel-bin in documentation by David Pursehouse · 4 years, 6 months ago
  7. dd8dee4 Adapt code and tests to latest Gerrit master by Luca Milanesio · 4 years, 7 months ago
  8. 526ca75 Build with 3.1.0-SNAPSHOT API by David Pursehouse · 5 years ago
  9. 212aca9 AutomergeConfigTest: Remove redundant calls to fail() by David Pursehouse · 5 years ago
  10. f3654ee AtomicityHelper: Remove unused import by David Pursehouse · 5 years ago
  11. 631c91b Build with 3.0.0 API by James Hartig · 5 years ago
  12. 8faa0af Remove all references to ReviewDb on master by Luca Milanesio · 5 years ago
  13. 636a8c5 Merge branch 'stable-2.16' by David Ostrovsky · 5 years ago
  14. 652669d Merge branch 'stable-2.15' into stable-2.16 by Luca Milanesio · 5 years ago
  15. d140de2 Add the standard AOSP license header and Copyright by Luca Milanesio · 5 years ago stable-2.15
  16. be68851 Merge branch 'stable-2.15' into stable-2.16 by Luca Milanesio · 5 years ago
  17. c284216 Adapt to the new related changes class on stable-2.15 by David Pursehouse · 5 years ago
  18. 861ee1c Adapt to the new related changes class on stable-2.16 by Luca Milanesio · 5 years ago
  19. ba9869a Fix submission of changes using the botUser identity by Luca Milanesio · 5 years ago
  20. 4139f5c Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 5 years ago
  21. 94f370c Bazel: Include eclipse-out directory in .bazelignore by David Pursehouse · 5 years ago stable-2.14
  22. dcb0e77 Update bazlets to latest stable-2.16 to build with 2.16 API by David Pursehouse · 5 years ago
  23. 5b310a8 Merge branch 'stable-2.15' by David Pursehouse · 5 years ago v2.16
  24. 39dae89 Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 5 years ago
  25. 83665f3 Add Eclipse generated files to .gitignore by David Pursehouse · 5 years ago
  26. 311574a AutomaticMerger: Format with google-java-format by David Pursehouse · 5 years ago
  27. 26bd96f AtomicityHelper: Remove usage of deprecated SubmitInput.waitForMerge by David Pursehouse · 7 years ago
  28. d9606de Stop using deprecated Files.toString by David Pursehouse · 6 years ago
  29. 6f6c43c Add missing test deps for Eclipse project by David Pursehouse · 5 years ago
  30. d938e8a Set executable flag on tools/eclipse/project.sh by David Pursehouse · 5 years ago
  31. 314945f Add standalone build with 2.14.17 API by David Pursehouse · 5 years ago
  32. 2466c22 Format Java files with google-java-format by David Pursehouse · 5 years ago
  33. 60808e8 Build with 2.16 API by James Hartig · 5 years ago
  34. a1e7019 Stop using deprecated Files.toString by David Pursehouse · 6 years ago v2.15.3
  35. cc5b3d9 Adapt to 2.15 API by Paladox none · 7 years ago
  36. 7d15ac8 Fix partial merge of cross-repo by Emmanuel Debanne · 6 years ago
  37. 16dfb00 Merge "Improve assertions in test.rb" by Emmanuel Debanne · 7 years ago
  38. 0ab096c Merge branch 'stable-2.14' into HEAD by Emmanuel Debanne · 7 years ago
  39. f1d0f4a Format all Java files with google-java-format by Emmanuel Debanne · 7 years ago
  40. ac1b10a Add admin user to test by Emmanuel Debanne · 7 years ago
  41. c37f0a1 Improve assertions in test.rb by Emmanuel Debanne · 7 years ago
  42. d6ab941 Don't use deprecated Files.toString() by David Pursehouse · 7 years ago
  43. 489632f AtomicityHelper: Use factory to instantiate SubmitRuleEvaluator by David Pursehouse · 7 years ago
  44. 03141c3 Attempt to merge when reviewer is deleted by Emmanuel Debanne · 7 years ago
  45. a7025ea Format all Java files with google-java-format by David Pursehouse · 7 years ago
  46. 1392233 Adapt to permission backend by David Pursehouse · 7 years ago
  47. d419821 Adapt to removed AccountByEmailCache by David Pursehouse · 7 years ago
  48. 08496a2 Adapt to changed SubmitRuleEvaluator constructor by David Pursehouse · 7 years ago
  49. 77c3397 Autosubmit published draft by Emmanuel Debanne · 7 years ago
  50. 4250f8c Merge submittable review when its topic is removed by Emmanuel Debanne · 7 years ago
  51. 7825f0e Fix GerritForge url in README.md by Emmanuel Debanne · 7 years ago
  52. f92d6b0 Do not push Code-Review -1 for crossrepo above non merged commit by Emmanuel Debanne · 7 years ago
  53. 5e8df61 Push comment when non merged commit blocks a cross-repo by Emmanuel Debanne · 7 years ago
  54. df78b8c Provide default content for comments pushed by the plugin by Emmanuel Debanne · 7 years ago
  55. 2e94e1b Prevent infinite loop on messages emitted by the plugin by Emmanuel Debanne · 7 years ago
  56. 912c1b4 Improve logs about submittability by Emmanuel Debanne · 7 years ago
  57. cea7a4e Prevents submission of cross-repo above a non-merged commit by Emmanuel Debanne · 7 years ago
  58. a88da0c Fix wrong "Code Review -1" on cross-repo below independent review by Emmanuel Debanne · 7 years ago
  59. ae7802c Add end-to-end test on cross-repo below independent review by Emmanuel Debanne · 7 years ago
  60. ac248a2 Prevents merge of non mergeable crossrepos when processing RefUpdatedEvent by Emmanuel Debanne · 7 years ago
  61. 89af30f Refactor: introduce Change class by Emmanuel Debanne · 7 years ago
  62. f439ffc Merge changes I3b55501b,Iea7d1265 by David Pursehouse · 7 years ago
  63. bb3adc0 AtomicityHelper: Remove usage of deprecated SubmitInput.waitForMerge by David Pursehouse · 7 years ago
  64. d4f2b21 AutomergeConfig: Remove obsolete Javadoc tags by David Pursehouse · 7 years ago
  65. 2425dfc Expand AutomaticSubmit to whole branch/project. by Claudio Pacchiega · 7 years ago
  66. 34ae8dd Adapt to upstream changes in Submit.apply(...) by David Pursehouse · 7 years ago
  67. ce0fb76 Simplify submission for single changes by Luca Milanesio · 7 years ago
  68. 3d59ed8 Try to autosubmit on new patch-sets by Luca Milanesio · 7 years ago v2.14
  69. 4dc95d6 Fix typo on comment added events handler by Luca Milanesio · 7 years ago
  70. a6f3272 Simplify condition on new patch-sets by Luca Milanesio · 7 years ago
  71. 16412dd Merge branch 'stable-2.14' by Luca Milanesio · 7 years ago
  72. 113bf01 Rename plugin to 'autosubmitter' by Luca Milanesio · 7 years ago
  73. 3162e3a Merge "Enable tests in Bazel build" into stable-2.14 by Luca Milanesio · 7 years ago
  74. da8da87 Enable tests in Bazel build by Luca Milanesio · 7 years ago
  75. 35546bc Merge pull request #8 from GerritForge/stable-2.14 by pbruneton · 7 years ago
  76. 4d51169 Merge branch 'master' into stable-2.14 by Luca Milanesio · 7 years ago
  77. 397b077 Update build status in README.md by Luca Milanesio · 7 years ago
  78. 0572b58 Fix NullPointerException when evaluating draft reviews by Emmanuel Debanne · 9 years ago
  79. 894fcde Porting to Gerrit 2.14/master and gerrit-ci builds by Luca Milanesio · 7 years ago
  80. 745d0a0 Porting to Gerrit 2.12 and master by Luca Milanesio · 8 years ago
  81. 5f103c3 Fix NullPointerException when evaluating draft reviews by Emmanuel Debanne · 9 years ago stable-2.11 1.0.5
  82. be8ad49 Migrate travis to container-based infra by Emmanuel Debanne · 9 years ago 1.0.4
  83. 0cf82d7 Adapt tests to recent version of Git by Emmanuel Debanne · 9 years ago
  84. 793d9c6 Adapt to Gerrit 2.11 by Emmanuel Debanne · 9 years ago
  85. ec48c64 Merge pull request #2 from debanne/master by debanne · 9 years ago 1.0.3
  86. 7bbcbdc Fix Travis build by Emmanuel Debanne · 9 years ago
  87. 7f56b16 Fix merge with an already existing Change-Id by Emmanuel Debanne · 9 years ago
  88. 5216041 Add initial tests by Emmanuel Debanne · 10 years ago
  89. 2dfa883 Fix merge with a normal topic by Emmanuel Debanne · 10 years ago 1.0.1 1.0.2
  90. 3702ace Fix NPE when processing comment by Emmanuel Debanne · 10 years ago 1.0
  91. f0bbf32 Fix wrong comment on simple reviews by Emmanuel Debanne · 10 years ago
  92. 4f72867 Add scenarios for manual tests. by Emmanuel Debanne · 10 years ago
  93. 78f495d [Refactor] Makes the merge strategy a bit clearer. by Manu Cupcic · 10 years ago 0.3
  94. f295c4b Merge pull request #1 from criteo/fix-infinite-loop by debanne · 10 years ago
  95. 85ed53f [Bug fix] fix check on comment prefix by Emmanuel Debanne · 10 years ago
  96. 6d81dd4 [Bug fix] bot must not Code-review -2 by Emmanuel Debanne · 10 years ago
  97. 86f1ef6 [Bug fix] Review all comments that don't come from the plugin by Emmanuel Debanne · 10 years ago
  98. 6d6f553 [Refactoring] factorize getRevisionResource by Emmanuel Debanne · 10 years ago
  99. b2eb8ce [Cosmetic] Add comment by Emmanuel Debanne · 10 years ago
  100. f7c4aba [Bug fix] Fix infinite loop by Emmanuel Debanne · 10 years ago