1. 21fc73d Revert "Upstream +2 should not override merge conflict -2." by Stephen Li · 7 years ago
  2. eed8eb2 Make tags appears on all automerger created changes. by Stephen Li · 7 years ago
  3. 7028f2a Remove maxAutomergeVote. by Stephen Li · 7 years ago
  4. 2b93554 Upstream +2 should not override merge conflict -2. by Stephen Li · 7 years ago
  5. 62f2e24 Remove unused imports. by Stephen Li · 7 years ago
  6. 4574dd0 Change API calls to change.currentRevision instead use raw string. by Stephen Li · 7 years ago
  7. 8abec89 Propagate the highest vote for each label. by Stephen Li · 7 years ago
  8. 77bbce1 Add documentation for contextUserId. by Stephen Li · 7 years ago
  9. 120f1b3 Fix error-prone test to correctly get vote values. by Stephen Li · 7 years ago
  10. 413a92f Minor formatting fixes. by Stephen Li · 7 years ago
  11. 5f121ed Use credentials of configurable contextUserId for API calls. by Stephen Li · 7 years ago
  12. b2d4751 Make addProjects add even to setProjects. by Stephen Li · 7 years ago
  13. 241e431 Prominently display "skipped" at beginning of skipped changes. by Stephen Li · 7 years ago
  14. c35b5ba Post merge conflict message even if vote is restricted. by Stephen Li · 7 years ago
  15. 17fbe8b Fix flaky test. by Stephen Li · 7 years ago
  16. a3c4307 Format and style fixes. by Stephen Li · 7 years ago
  17. d218f93 Prevent setting topic to empty. by Stephen Li · 7 years ago
  18. 6d99d14 Add [automerger] prefix to all automerger-created CLs. by Stephen Li · 7 years ago
  19. a9f100a Stacked changes continue being stacked downstream. by Stephen Li · 7 years ago
  20. 264905d Handle diamond merges correctly. by Stephen Li · 7 years ago
  21. 4764406 Remove unused import, refactor code with simpler equivalents. by Stephen Li · 7 years ago
  22. 3a37836 Add option to not auto-vote on merge success and/or failure. by Stephen Li · 7 years ago
  23. 190c137 Add REST API endpoint for all downstream branches. by Stephen Li · 7 years ago
  24. 609c3ac Change @PLUGIN@ to automerger, as we might not be serving these pages, by Stephen Li · 7 years ago
  25. cb5ef88 Minor lint fixes. by Stephen Li · 7 years ago
  26. dfce6b3 Deflake topicEditedListener tests and QueryBuilderTest. by Stephen Li · 7 years ago
  27. 2d7c5a3 Correctly throw error instead of NPE if topic is empty. by Stephen Li · 7 years ago
  28. 399a74f Merge "Format with google-java-format" by Stephen Li · 8 years ago
  29. f45777b Format with google-java-format by Stephen Li · 8 years ago
  30. cdecea5 Merge "Use isNullOrEmpty, JUnit4.RunWith, and remove toString" by Stephen Li · 8 years ago
  31. 502f874 Deflake testDownstreamMergeConflict by abandoning changes correctly. by Stephen Li · 8 years ago
  32. aba35b0 Deflake DownstreamCreatorIT by sorting by branch instead of number. by Stephen Li · 8 years ago
  33. 826e8da Use isNullOrEmpty, JUnit4.RunWith, and remove toString by Stephen Li · 8 years ago
  34. ce982a2 Add project, change number, and patchset number to conflict message. by Stephen Li · 8 years ago
  35. 63e2a4e Set topic before we try to use it if it is empty. by Stephen Li · 8 years ago
  36. 5b9f772 Support multi-word topics or topics with quotes/braces. by Stephen Li · 8 years ago
  37. 03a8585 Use tags instead of votes to denote automerger-created CLs. by Stephen Li · 8 years ago
  38. cc50d35 Merge "Allow custom configuration of missing downstreams message." by Stephen Li · 8 years ago
  39. b25cab4 Don't send email when automerger creates or votes on a change. by Stephen Li · 8 years ago
  40. e2fb179 Allow custom configuration of missing downstreams message. by Stephen Li · 8 years ago
  41. 50d08d6 Allow configurable vote values. by Stephen Li · 8 years ago
  42. cfae2b8 Add documentation for automerger plugin by Stephen Li · 8 years ago
  43. 3638dcf Use change number over change ID triplet in JS. by Stephen Li · 8 years ago
  44. a5768df Validate downstream branches exist. by Stephen Li · 8 years ago
  45. 9ec7261 Remove unused BUCK file by Jonathan Nieder · 8 years ago
  46. cb5bdc7 Remove dependency on Mockito. by Stephen Li · 8 years ago
  47. 0358d5e Merge "Use change number instead of triplet." by Jonathan Nieder · 8 years ago
  48. 4f30455 Use change number instead of triplet. by Stephen Li · 8 years ago
  49. 3603909 Make conflict message configurable. by Stephen Li · 8 years ago
  50. e3446b3 Convert unit tests to integration tests. by Stephen Li · 8 years ago
  51. 04786f2 Move plugin config from YAML to git config by Stephen Li · 8 years ago
  52. 11c3a7a Merge "Deal with NPE if no pattern is specified" by Jonathan Nieder · 8 years ago
  53. a78f08d Merge "Fix javac warnings" by Jonathan Nieder · 8 years ago
  54. ffc627c Deal with NPE if no pattern is specified by Stephen Li · 8 years ago
  55. afec3ce Force merge strategy recursive. by Stephen Li · 8 years ago
  56. e4d442c Add support for Bazel in Gerrit tree build by Stephen Li · 8 years ago
  57. 79b888b Fix javac warnings by Stephen Li · 8 years ago stable-2.13
  58. 936c98b DownstreamCreatorTest: Don't depend on HashMap ordering by Dave Borowitz · 8 years ago
  59. cb326f9 Deal with failure to load automerger config. by Stephen Li · 8 years ago
  60. 8a44820 Merge "Remove unused variables, infer type parameters" by Jonathan Nieder · 8 years ago
  61. 5dfc121 Remove unused variables, infer type parameters by Stephen Li · 8 years ago
  62. a95062e Merge "Update log.info to log.debug in most cases." by Jonathan Nieder · 8 years ago
  63. aaba493 Update log.info to log.debug in most cases. by Stephen Li · 8 years ago
  64. 1efc067 Expanded javadoc for ConfigLoader by Stephen Li · 8 years ago
  65. d67677a Propagate votes downstream instead of flat +2 on all automerged changes. by Stephen Li · 8 years ago
  66. 017eed0 Remove unused EventFactory import by Jonathan Nieder · 8 years ago
  67. 7e72441 Handle NPE more gracefully, consolidate modules in AutomergerModule by Stephen Li · 8 years ago
  68. a79cd19 Remove unused imports and reorder alphabetically by Stephen Li · 8 years ago
  69. 9e6bbf5 Remove dependency on HttpPluginModule in favor of AbstractModule. by Stephen Li · 8 years ago
  70. da131b1 Working prototype with tests. by Stephen Li · 8 years ago