1. 4b12bb0 GlobalPluginConfig: Fix typo in Javadoc by David Pursehouse · 8 years ago
  2. a368980 Fix rendering in documentation of LocalUsernamesToLowerCase by Paladox none · 8 years ago
  3. b9e0024 Consistently use toLowerCase() in ConsoleUI.readEnum by Saša Živkov · 8 years ago
  4. 89efb88 GWT UI: Add support for creating annotated tags by David Pursehouse · 8 years ago
  5. 1e2ead0 StreamEvents: Fix NPE when invoking the command with --help by David Pursehouse · 8 years ago
  6. 99e58c7 Merge branch 'stable-2.13' into stable-2.14 by David Pursehouse · 8 years ago
  7. 1d67b1e Merge branch 'stable-2.12' into stable-2.13 by David Pursehouse · 8 years ago
  8. 7f6f6a2 Update git submodules by David Pursehouse · 8 years ago
  9. 295aead8 Merge "Documentation: Give OpenSSH Host entry alias a section on its own." into stable-2.14 by David Pursehouse · 8 years ago
  10. 1415f07 Documentation: Give OpenSSH Host entry alias a section on its own. by Gert van Dijk · 8 years ago
  11. f7a1c2a AuthConfig: Disallow invalid combination of auth.type and auth.gitBasicAuthPolicy by David Pursehouse · 8 years ago
  12. e292003 Fix documentation of auth.gitBasicAuthPolicy and add Javadoc by David Pursehouse · 8 years ago
  13. ef92bec Clarify HTTP_LDAP and CLIENT_SSL_CERT_LDAP by David Pursehouse · 8 years ago
  14. dc4f8d1 Documentation: Also consider the use of kerberos authentication over SSH by Gert van Dijk · 8 years ago
  15. a4e49d0 Documentation: add REBASE_ALWAYS as submit type option where omitted by Gert van Dijk · 8 years ago
  16. bc683f2 Documentation: improve Verified label configuation section by Gert van Dijk · 8 years ago
  17. cb0f62f Set version to 2.14.4-SNAPSHOT by David Pursehouse · 8 years ago
  18. 90e452c Document that past assignees endpoint is only available with NoteDB by David Pursehouse · 8 years ago
  19. 7c79b68 Move get/set hashtag REST API documentation into correct section by David Pursehouse · 8 years ago
  20. 98952b0 Fix link in gerrit-config documentation by Hector Oswaldo Caballero · 8 years ago
  21. a1117bf Fix formatting of config-gerrit by David Pursehouse · 8 years ago v2.14.3
  22. 3695835 Update git submodules by David Pursehouse · 8 years ago
  23. 5b3a73d Set version to 2.14.3 by David Pursehouse · 8 years ago
  24. 857fdc3 PolyGerrit: Add ':' to autocompleted predicates in search bar by Sven Selberg · 8 years ago
  25. 8dead96 JdbcAccountPatchReviewStore: Add configurable settings to datasource by Hector Oswaldo Caballero · 8 years ago
  26. 585e2b1 Don't crash on empty diff selection by Viktar Donich · 8 years ago
  27. 260c66d H2AccountPatchReviewStore: Factor out test store by Hector Oswaldo Caballero · 8 years ago
  28. 75e79d7 Merge "JdbcAccountPatchReviewStore: Simplify module" into stable-2.14 by David Pursehouse · 8 years ago
  29. 8301cd8 Fix canonical URL detection with URL encoded parts by Luca Milanesio · 8 years ago
  30. f083894 Request all commits in the change detail by Wyatt Allen · 8 years ago
  31. a5420f0 Allow running without gerrit.canonicalWebUrl by Luca Milanesio · 8 years ago
  32. c1ee41c JdbcAccountPatchReviewStore: Simplify module by Hector Oswaldo Caballero · 8 years ago
  33. 7bd3b9c JdbcAccountPatchReviewStore: Remove unneeded else clauses by Hector Oswaldo Caballero · 8 years ago
  34. bc24c17 MergeUtil: Use InMemoryInserter for dry runs by Dave Borowitz · 9 years ago
  35. 7d3085b JdbcAccountPatchReviewStore: Extract duplicated strings to constants by Hector Oswaldo Caballero · 8 years ago
  36. 9601f06 ListPlugins: Return SortedMap<String, PluginInfo> from display(...) by David Pursehouse · 8 years ago
  37. a701936 AccountManager: Improve error message on first user creation failure by David Ostrovsky · 8 years ago
  38. a92d2e9 Add missing trailing slash in create change REST API doc by David Pursehouse · 8 years ago
  39. 4bac195 Fix rest api doc for creating changes by Paladox none · 8 years ago
  40. cc98810 InlineEdit: Fix comparison against edit revision by David Ostrovsky · 8 years ago
  41. b824e5e Fix glob in bower2bazel.py by Logan Hanks · 8 years ago
  42. 5cb3819 List{Branches,Tags}: Use "-S' as alias for "--start" instead of "-s" by David Pursehouse · 8 years ago
  43. 0bc05de Export commons:dbcp in gerrit-plugin-api by Hector Oswaldo Caballero · 8 years ago
  44. 3b6a08a Improve documentation of list plugins 'all' option by David Pursehouse · 8 years ago
  45. f48e7b05 PolyGerrit: Fix going to /c/<change>/patch-num>/ with a slash by Paladox none · 8 years ago
  46. 8c553b9 StaticModule: Only attempt to parse polygerrit parameter on GET by David Pursehouse · 8 years ago
  47. 7feaaf8 Set version to 2.14.3-SNAPSHOT by Hugo Arès · 8 years ago
  48. 51395eb RelativeDateFormatter: Remove unnecessary @SuppressWarnings("boxing") by David Pursehouse · 8 years ago
  49. ff7c4ca Merge changes from topic 'fix-group-reference' into stable-2.14 by David Pursehouse · 8 years ago
  50. c2d1a3e Support plugin group reference with inheritance by Hugo Arès · 8 years ago
  51. b7b952f Fix PluginConfig.setGroupReference method by Hugo Arès · 8 years ago
  52. 05996a30 Align group reference from plugin with core group reference by Hugo Arès · 8 years ago
  53. 5a95005 Add method to convert a group reference into a configuration value by Hugo Arès · 8 years ago
  54. ea5e35c Add method to extract group name from a configured value by Hugo Arès · 8 years ago
  55. 9fa53f2 Add method to check if configured value is a group reference by Hugo Arès · 8 years ago
  56. 58e0588 Extract group reference prefix into a constant by Hugo Arès · 8 years ago
  57. bb6d883 ReviewerDeletedEvent: Include user that removed the reviewer by David Pursehouse · 8 years ago
  58. 94b76cf StreamEventsApiListener: Emit event on deletion of vote by David Pursehouse · 8 years ago
  59. f29d92a VoteDeletedListener: Remove getRemoved() method from Event interface by David Pursehouse · 8 years ago
  60. d13c7f3 Update .mailmap by David Pursehouse · 8 years ago
  61. 960b41e Update .mailmap by David Pursehouse · 8 years ago
  62. 083ded1 Set version to 2.14.2 by David Pursehouse · 8 years ago v2.14.2
  63. de695e1 Merge "Recognize all parts marked with 'multipart/'" into stable-2.14 by Edwin Kempin · 8 years ago
  64. 62f34ab Recognize all parts marked with 'multipart/' by Patrick Hiesel · 8 years ago
  65. 90761cd GitIgnore all bazel directories by Orgad Shaneh · 8 years ago
  66. 4cb839f Update git submodules by Saša Živkov · 8 years ago
  67. 8517b2b Fix back button behavior for hash redirects by Kasper Nilsson · 8 years ago
  68. 18bb5d9 Merge changes I37bfe95b,I419bdee5 into stable-2.14 by Edwin Kempin · 8 years ago
  69. e782eb5 PolyGerrit: Add support for erlang and puppet in highlight by Paladox none · 8 years ago
  70. b8f8153 PolyGerrit: Add support for php and shell in highlight by Paladox none · 8 years ago
  71. e01a42b Update link to source.android.com by David Shevitz · 8 years ago
  72. d619f4b GroupsIT: Add tests for conflicting options by David Pursehouse · 8 years ago
  73. a6cd67f Fix documentation of branch regex filter by David Pursehouse · 8 years ago
  74. 0c2e4b8 Clarify limitations in project list filters by David Pursehouse · 8 years ago
  75. 16a1a4b RefFilter: Disallow using substring and regex filters together by David Pursehouse · 8 years ago
  76. f648e04 Clarify that branch and tag regex filters are case sensitive by David Pursehouse · 8 years ago
  77. cf1ed06 Add missing documentation of tag substring and regex filters by David Pursehouse · 8 years ago
  78. 5851bfe Clarify that branch substring filter is case insensitive by David Pursehouse · 8 years ago
  79. 1d4d67d Fix documentation of branch substring option by David Pursehouse · 8 years ago
  80. 3cd948d Clarify that group substring filter is case insensitive by David Pursehouse · 8 years ago
  81. a3d7f2d GroupsIT: Add test for listing groups by substring by David Pursehouse · 8 years ago
  82. c00a950 Merge changes I9adc5b4d,Ide2b9025 into stable-2.14 by David Pursehouse · 8 years ago
  83. 23bd0cf Update groups rest api doc to explain the ?m= param by Paladox none · 8 years ago
  84. e21d4bb Use quoted-printable for SMTP transfer encoding by Wyatt Allen · 8 years ago
  85. 94ea034 Refactor email rendering of SMTP sender by Wyatt Allen · 8 years ago
  86. aaaf450 Fix StringIndexOutOfBoundsException on /register with URL prefix by Paladox none · 8 years ago
  87. da7a5ca PolyGerrit: Fix register links to use base url by Paladox none · 8 years ago
  88. bc56040 Add a check to register route handler by Wyatt Allen · 8 years ago
  89. f93ac68 Allow project owners to update project configuration by Changcheng Xiao · 8 years ago
  90. 6793fa8 DeleteTagIT: Make TAG field static by Edwin Kempin · 8 years ago
  91. f49a788 Enable multiline range comments in Firefox by Viktar Donich · 8 years ago
  92. 8803103 LocalUsernamesToLowerCase: Reindex accounts after updating external IDs by Edwin Kempin · 8 years ago
  93. 87938bf MetaDataUpdate: Fix example code by Edwin Kempin · 8 years ago
  94. 433e1a9 Add support for tag web links by Paladox none · 8 years ago
  95. e067dc8 Merge "Update highlight.js to 9.12.0 and enable kotlin" into stable-2.14 by David Pursehouse · 8 years ago
  96. cb3962f Merge "Test that blocking approval for change owners on parent works" into stable-2.14 by David Pursehouse · 8 years ago
  97. d9d3135 EditPreferencesBox: Format with google-java-format by David Pursehouse · 8 years ago
  98. 3ef2bb5 Merge "Add missing exception declarations on methods in NotImplemented" into stable-2.14 by David Pursehouse · 8 years ago
  99. c64629c Merge branch 'stable-2.13' into stable-2.14 by David Pursehouse · 8 years ago
  100. 9b93ff8 Set version to 2.13.9 by David Pursehouse · 8 years ago v2.13.9