1. ec796b3 Update instructions for IntelliJ copyright setup by Changcheng Xiao · 5 years ago
  2. d7765bf Do not show "Patch file" if change does not have a parent by Paladox none · 5 years ago
  3. e1980c9 Fix support to use "Default Base For Merges" preference by Paladox none · 5 years ago
  4. 7a2280c Re use gr-diff-preferences inside gr-settings-view by Paladox none · 5 years ago
  5. 35c3de3 Add support for cherry-picking even with merge conflicts by Paladox none · 6 years ago
  6. a19206b Fix that an endpoint cannot be used by two plugins anymore by brohlfs · 5 years ago
  7. 0ee6213 Fix avatars not showing correctly by Paladox none · 5 years ago
  8. d26237e Merge "ConflictsPredicate: Suppress all checked exceptions" by Dave Borowitz · 5 years ago
  9. e951478 Convert /** @param */ to {@param} in Soy. by Changcheng Xiao · 5 years ago
  10. c0efebb Merge "SetPrivateOp: Include non-open change's status in exception message" by Edwin Kempin · 5 years ago
  11. d538366 Merge "PrivateChangeIT#setMergedChangePrivate: Rename cannotSetMergedChangePrivate" by Edwin Kempin · 5 years ago
  12. 58b87f6 Forbid '\0' in commit messages edits by Han-Wen Nienhuys · 5 years ago
  13. f3a3361 Merge branch 'stable-2.16' by David Ostrovsky · 5 years ago
  14. 002c793 Merge branch 'stable-2.15' into stable-2.16 by David Ostrovsky · 5 years ago
  15. 0c42b39 Merge branch 'stable-2.14' into stable-2.15 by David Ostrovsky · 5 years ago
  16. 83fab68 js.bzl: Avoid using deprecated depset union by David Ostrovsky · 5 years ago
  17. cc79f8d gwt.bzl: Avoid using deprecated depset union by David Ostrovsky · 5 years ago
  18. af39827 classpath.bzl: Avoid using deprecated depset union by David Ostrovsky · 5 years ago
  19. 4154122 javadoc.bzl: Avoid using deprecated depset union by David Ostrovsky · 5 years ago
  20. 5cd7ef3 pkg_war.bzl: Avoid using deprecated depset union by David Ostrovsky · 5 years ago
  21. 3341999 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  22. 86aa0b7 Bazel: Replace deprecated ctx.new_file() with ctx.actions.declare_file() by David Ostrovsky · 5 years ago
  23. 3fbdf98 Remove remnants of project-specific themes support by David Pursehouse · 5 years ago
  24. 51d18d0 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  25. 5bc75ea Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  26. cbb84d9 Merge changes If23c598d,I5fd1a074 by David Pursehouse · 5 years ago
  27. 8552187 ConflictsPredicate: Suppress all checked exceptions by Dave Borowitz · 5 years ago
  28. 571f242 Merge changes I5b9c2aff,If58e02d2 by Dave Borowitz · 5 years ago
  29. 4dbcfd2 MergeUtil: Add debug logging to PluggableCommitMessageGenerator by Dave Borowitz · 5 years ago
  30. 3361389 Expand acceptance tests for ChangeMessageModifiers by Dave Borowitz · 5 years ago
  31. 2cc53d4 Set version to 2.16.7-SNAPSHOT by David Pursehouse · 5 years ago
  32. 73b5f1c Update rules_closure to make it forward compatible by David Ostrovsky · 5 years ago
  33. 61b8fef SetPrivateOp: Include non-open change's status in exception message by David Pursehouse · 5 years ago
  34. 6a678c1 PrivateChangeIT#setMergedChangePrivate: Rename cannotSetMergedChangePrivate by David Pursehouse · 5 years ago
  35. 4c3d72f Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  36. 52ace6c Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  37. 3d3e8b4 LocalUsernamesToLowerCase: Bind disabled GitReferenceUpdated instance by David Pursehouse · 5 years ago
  38. c3e29cd Merge branch 'stable-2.14' into stable-2.15 by David Pursehouse · 5 years ago
  39. ce50bea Bazel: Use target JDK for GWT compilation by Liam Miller-Cushon · 6 years ago
  40. 8560a9c Merge "Consistently use ChangeUtil#status" by David Pursehouse · 5 years ago
  41. f58c8c7 Fix that an endpoint cannot be used by two plugins anymore by brohlfs · 5 years ago
  42. f6705f6 ChangeIT: Extend tests for mail notifications on ignored change by David Pursehouse · 5 years ago
  43. 0327586 Add ability for plugins to add columns to the change list by Thomas Shafer · 5 years ago
  44. 10cffc3 Set version to 2.16.6 by Luca Milanesio · 5 years ago v2.16.6
  45. b70477c Merge "Do not create a change id if gerrit.createChangeId == false" into stable-2.16 by Han-Wen Nienhuys · 5 years ago
  46. 3a9f8cb Update git submodules by David Pursehouse · 5 years ago
  47. 7cfb26b Update git submodules by David Pursehouse · 5 years ago
  48. 8090a94 Upgrade truth to 0.43 by David Pursehouse · 5 years ago
  49. da300bd Do not create a change id if gerrit.createChangeId == false by Ben Sidhom · 5 years ago
  50. 1f8d654 Update git submodules by David Pursehouse · 5 years ago
  51. aed5229 Merge "Use replace instead of replaceAll where regex is not needed" by David Pursehouse · 5 years ago
  52. 1ad4cf8 Merge "Implement RevisionNote#getOnlyEntity" by David Pursehouse · 5 years ago
  53. 24e650d Use replace instead of replaceAll where regex is not needed by Saša Živkov · 5 years ago
  54. 08672c3 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  55. 903b23c Implement RevisionNote#getOnlyEntity by Patrick Hiesel · 5 years ago
  56. 0f65202 ChangeCleanupConfig: Remove unnecessary usage of regex in URL replacement by David Pursehouse · 5 years ago
  57. 879f2db AbandonIT: Add tests for changeCleanup.abandonMessage by David Pursehouse · 5 years ago
  58. 76294ee UrlFormatter#getChangeViewUrl: Remove @Nullable and simplify default implementation by David Pursehouse · 5 years ago
  59. 56d17e9 UrlFormatter#getSettingsUrl: Annotate section parameter as @Nullable by David Pursehouse · 5 years ago
  60. 5c25c04 MergeUtil: Include project name in "Reviewed-On" URL by David Pursehouse · 5 years ago
  61. 0b3d333 ChangeCleanupConfig: Inject UrlFormatter via DynamicItem by David Pursehouse · 5 years ago
  62. 27daa2c Adjust more classes to inject UrlFormatter via DynamicItem by David Pursehouse · 5 years ago
  63. a193aee Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  64. 1f4de46 Set version to 2.15.12-SNAPSHOT by David Pursehouse · 5 years ago
  65. 253ef59 Set version to 2.15.11 by David Pursehouse · 5 years ago v2.15.11
  66. b2c77a0 Merge "Add acceptance test for plugin URL bindings" by Dave Borowitz · 5 years ago
  67. 2a6dee2 Add acceptance test for plugin URL bindings by Dave Borowitz · 5 years ago
  68. e116015 Merge changes I03f3e829,I5a722891,I0f92e09f,I539293a2,I7f6c1b91 by Patrick Hiesel · 5 years ago
  69. 82cd64b Allow LFS-over-SSH created auth pass through ContainerAuthFilter by Jacek Centkowski · 5 years ago
  70. 2f6bdf5 Merge "minor style update" by Ben Rohlfs · 5 years ago
  71. b4be95a Merge changes from topic "reverse-dns-lookup" by David Pursehouse · 5 years ago
  72. 793525f Disable gerrit.enableReverseDnsLookup by default by David Pursehouse · 5 years ago
  73. 46a2f6c Replace gerrit.disableReverseDnsLookup with gerrit.enableReverseDnsLookup by David Pursehouse · 5 years ago
  74. b5db9cc Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  75. a73d761 Acceptance: set log threshold level for tests by Luca Milanesio · 5 years ago
  76. 0a1fc89 Merge "Merge branch 'stable-2.16'" by David Pursehouse · 5 years ago
  77. 623c9c1 minor style update by Thomas Shafer · 5 years ago
  78. c079ccd Move CommitSubject and ObjectIdSubject to git.testing package by Dave Borowitz · 5 years ago
  79. acb84e5 Merge "Re-introduce the cache-based listing by configuration" into stable-2.16 by David Ostrovsky · 5 years ago
  80. 8fffeff Rename 'comments' to 'entities' in generalized RevisionNote by Patrick Hiesel · 5 years ago
  81. 5f8ba3d Merge "Make more of AbstractChangeNotes public for checks plugin" by Patrick Hiesel · 5 years ago
  82. b4fe848 Merge "Allow RevisionNotes to be any type, not just Comments" by Patrick Hiesel · 5 years ago
  83. 44d2a1f Merge "Make RevisionNote public for checks plugin" by Patrick Hiesel · 5 years ago
  84. 8074e7c Merge "Add PLUGIN_CHECKS as an option for @UsedAt" by Patrick Hiesel · 5 years ago
  85. e238e4e Upgrade elasticsearch-rest-client to 6.6.1 by David Pursehouse · 5 years ago
  86. d9d8673 ElasticContainer: Bump the test server version to 5.6.15 by Marco Miller · 5 years ago
  87. 980b1d9 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  88. 54e407e Make more of AbstractChangeNotes public for checks plugin by Dave Borowitz · 5 years ago
  89. 399134f Allow RevisionNotes to be any type, not just Comments by Dave Borowitz · 5 years ago
  90. 37e00e62 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  91. 5426c4f Merge changes from topic "issue-10488" into stable-2.15 by David Pursehouse · 5 years ago
  92. 1f9e76e Make RevisionNote public for checks plugin by Dave Borowitz · 5 years ago
  93. 8431054 Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  94. 7b5d550 Update git submodules by David Pursehouse · 5 years ago
  95. ae9c3f7 Update git submodules by Dave Borowitz · 5 years ago
  96. 507dda0 Merge "Add support for 'base' in cherry pick dialog" into stable-2.16 by David Pursehouse · 5 years ago
  97. f7077c8 Add PLUGIN_CHECKS as an option for @UsedAt by Dave Borowitz · 5 years ago
  98. 49edfc2 Update cmd-stream-events doc by Paladox none · 5 years ago
  99. 5b33f03 ChangeQueryProcessor: Don't rescan plugins when sizing list by Dave Borowitz · 5 years ago
  100. 0b1e2c7 ChangeQueryProcessor: Make attributeFactoriesByPlugin immutable by Dave Borowitz · 5 years ago