1. 4738cba Merge "Cleanup old java_library2 buck targets." by Shawn Pearce · 10 years ago
  2. ef64e74 Merge "Merge Lucene core and backward-codecs jars" by David Pursehouse · 10 years ago
  3. 14cbd79 CommitPredicate: Use static import for constants by David Pursehouse · 10 years ago
  4. 80702e4 Merge changes from topic 'signed-push-cleanup' by David Pursehouse · 10 years ago
  5. 09b1057 Remove unused imports by David Pursehouse · 10 years ago
  6. 9a4efd3 Merge Lucene core and backward-codecs jars by Dave Borowitz · 10 years ago
  7. 40b7472 Merge "Refactor out the LoggerSink creation from TabFile users" by Martin Fick · 10 years ago
  8. 26afaa4 Move REFS_GPG_KEYS to PublicKeyStore by Dave Borowitz · 10 years ago
  9. ff24389 config-gerrit.txt: Organize "receive" section by Dave Borowitz · 10 years ago
  10. 8a55df0 PushCertificateChecker: Don't throw exceptions by Dave Borowitz · 10 years ago
  11. 2f192dc Test 'contains' method in DynamicSet's containment tests by Christian Aistleitner · 10 years ago
  12. 40748e5 Init plugins' AllRequestFilters, even if they are loaded after startup by Christian Aistleitner · 10 years ago
  13. 4bc04bb Add tests for AllRequestFilter.FilterProxy by Christian Aistleitner · 10 years ago
  14. de40ff4 Refactor out the LoggerSink creation from TabFile users by Martin Fick · 10 years ago
  15. 102db5f PushCertificateChecker: Tweak some error messages by Dave Borowitz · 10 years ago
  16. 57d5186 Fix remaining try-with-resources warnings by Dave Borowitz · 10 years ago
  17. b8336f1 Move most GPG-related code to a gerrit-gpg module by Dave Borowitz · 10 years ago
  18. b84c227 Remove contact store functionality by Dave Borowitz · 10 years ago
  19. 73cfbe6 Change GpgKeyInput in REST API docs to GpgKeysInput by Dave Borowitz · 10 years ago
  20. e3fbb55 Fix GpgKeysInput creation in client by Dave Borowitz · 10 years ago
  21. b2f289c Add init step question for enabling signed push by Dave Borowitz · 10 years ago
  22. 7cb3732 PublicKeyStore: Don't double-close repo by Dave Borowitz · 10 years ago
  23. c175f3c Use static Logger instances by David Pursehouse · 10 years ago
  24. 319341b Merge "LocalUsernamesToLowerCase: Correct plural in progress log" by Edwin Kempin · 10 years ago
  25. 0e5a050 Merge changes from topic 'try-with-resource' by David Pursehouse · 10 years ago
  26. 5ad22da LocalUsernamesToLowerCase: Correct plural in progress log by David Pursehouse · 10 years ago
  27. e90be5a Merge changes from topic 'auto-annotation' by David Pursehouse · 10 years ago
  28. c20dff2 Dev doc: Document the maxCompiledUnitsAtOnce setting in Eclipse by David Pursehouse · 10 years ago
  29. 2b16f6a Dev doc: Move Eclipse project configuration to dev-eclipse by David Pursehouse · 10 years ago
  30. 4119be2 Commands: Use @AutoAnnotation by Dave Borowitz · 10 years ago
  31. a92aa55 Update AutoValue to 1.1 by Dave Borowitz · 10 years ago
  32. cd63bca Use try-with-resource when opening stream by David Pursehouse · 10 years ago
  33. 1eb09cb Open Repository and RevWalk in try-with-resource by David Pursehouse · 10 years ago
  34. 4b8516b Open review DB in try-with-resource where appropriate by David Pursehouse · 10 years ago
  35. 5e615fc Enable Eclipse warning 'resource not managed via try-with-resource' by David Pursehouse · 10 years ago
  36. a9c2b6b SubmoduleOp: Remove unused RevWalk by David Pursehouse · 10 years ago
  37. a7a467f Merge changes from topic 'rest-api-factory-module' by Dave Borowitz · 10 years ago
  38. 6d8d26a Merge changes from topic 'checkstyle-cleanup' by David Pursehouse · 10 years ago
  39. f8050d1 Cleanup old java_library2 buck targets. by Yuxuan 'fishy' Wang · 10 years ago
  40. 3a34d3b Make RestApiModule inherit FactoryModule by Dave Borowitz · 10 years ago
  41. cb2845b Move FactoryModule to gerrit-extension-api by Dave Borowitz · 10 years ago
  42. 8bb7701 Update Checkstyle config to ignore generated sources by David Pursehouse · 10 years ago
  43. 5953bde HostPageData: Remove unused account member by David Pursehouse · 10 years ago
  44. 62e851d Merge "Remove custom SshSessionFactory which is the same as the default one" by David Pursehouse · 10 years ago
  45. 6b2830c Merge "Add WebLink extension point for file history" by David Pursehouse · 10 years ago
  46. f73fcce Fix Checkstyle warnings about empty catch blocks by David Pursehouse · 10 years ago
  47. 717b98f ProjectListPopup: Remove unnecessary catch of Throwable by David Pursehouse · 10 years ago
  48. 464568e {And|Not|Or}PredicateTest: Use ExpectedException.expect by David Pursehouse · 10 years ago
  49. 46424a9 Fix modifier order by David Pursehouse · 10 years ago
  50. baf9043 Fingerprint: add constructor javadoc by Dave Borowitz · 10 years ago
  51. 2fff698 Avoid unnecessary ByteBuffer.wrapping of GPG fingerprints by Dave Borowitz · 10 years ago
  52. 0349f8a Add settings screen for editing GPG public keys by Dave Borowitz · 10 years ago
  53. eab3aff Support deleting multiple GPG keys in a single request by Dave Borowitz · 10 years ago
  54. 70daef5 Add API call to delete GPG keys by Dave Borowitz · 10 years ago
  55. d40d70a PublicKeyStore: Support removing keys by Dave Borowitz · 10 years ago
  56. ed170f3 Add a collection and API for a user's GPG keys by Dave Borowitz · 10 years ago
  57. 6d883d8 Add a PublicKeyStore provider that opens All-Users by Dave Borowitz · 10 years ago
  58. d0ecdb2 Add a Gerrit-specific public key checker implementation by Dave Borowitz · 10 years ago
  59. 518a23d PublicKeyStore: Support saving changes by Dave Borowitz · 10 years ago
  60. 21c8686 Add WebLink extension point for file history by Sven Selberg · 10 years ago
  61. f707c8a Fix plugin revisions by David Pursehouse · 10 years ago
  62. 183a30f Merge "GetRevisionAction: Use the whole change set for etag computation" by Dave Borowitz · 10 years ago
  63. 68f4bc9 Test error messages on failed submission of changes by Stefan Beller · 10 years ago
  64. 05b50b4 Update core plugins to organize imports by Dave Borowitz · 10 years ago
  65. 5e24099 Remove custom SshSessionFactory which is the same as the default one by Hugo Arès · 10 years ago
  66. 7c380d51 Submit: improve submit button label when having parents by Stefan Beller · 10 years ago
  67. 978b110 Merge "Add support for user-specific URL aliases" by Edwin Kempin · 10 years ago
  68. b1e6a3a Add support for user-specific URL aliases by Edwin Kempin · 10 years ago
  69. ba1f533 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  70. b507b46 Update replication plugin to latest revision by David Pursehouse · 10 years ago v2.11.3
  71. 1f3c301 Release notes for Gerrit 2.11.3 by David Pursehouse · 10 years ago
  72. 107b0ad Merge "Organize imports" by Edwin Kempin · 10 years ago
  73. 153c0c0 Merge "Remove support for legacy URLs" by Edwin Kempin · 10 years ago
  74. 8c5b5c7 Merge "Add REST endpoint to confirm emails" by Edwin Kempin · 10 years ago
  75. 412eabc Merge "Add REST endpoint to set username" by Edwin Kempin · 10 years ago
  76. f0b5726 Merge "On client-side use AccountInfo instead of Account" by Edwin Kempin · 10 years ago
  77. ae929de Merge "Add REST endpoint to get details of an account" by Edwin Kempin · 10 years ago
  78. 120c197 Merge "Fix response code when a non-existing user/group is added to a group" by Edwin Kempin · 10 years ago
  79. 5dc02b8 Merge "Refactor GroupsIT test to use ExpectedException" by Edwin Kempin · 10 years ago
  80. edcb8d3 Organize imports by David Pursehouse · 10 years ago
  81. ac4bfa2 GetRevisionAction: Use the whole change set for etag computation by Stefan Beller · 10 years ago
  82. c9fa09e ContainerAuthFilter: honor username provided by container by Urs Wolfer · 10 years ago
  83. bd7fc85 Merge "Fix group members of Project-Owners group to include inherited members" by Edwin Kempin · 10 years ago
  84. a95d8d8 Merge "Fetch account-by-id from accounts cache during auth" by Edwin Kempin · 10 years ago
  85. 7a9b2e6 Fix response code when a non-existing user/group is added to a group by Edwin Kempin · 10 years ago
  86. 8e61374 Refactor GroupsIT test to use ExpectedException by Edwin Kempin · 10 years ago
  87. 9f1c458 Fix expires date in CacheHeaders by Shawn Pearce · 10 years ago
  88. df136b3 AbstractQueryChangesTest: Add negative range query tests by Dave Borowitz · 10 years ago
  89. fff80ea MergeSuperSet: collect ancestors for new branches by Stefan Beller · 10 years ago
  90. 6e66b08 InternalChangeQuery: Don't batch exact commit queries by Dave Borowitz · 10 years ago
  91. d8b5258 Delete all change refs when deleting a change by Dave Borowitz · 10 years ago
  92. 0ab81b3 Configure maximum number of prefix terms in IndexConfig by Dave Borowitz · 10 years ago
  93. 32765a0 Unify ExactCommitPredicate and CommitPrefixPredicate by Dave Borowitz · 10 years ago
  94. e94fdf9 Merge "Support SSH ZLib Compression" by Shawn Pearce · 10 years ago
  95. def38f6 Merge "Update URL of GerritForge CI server" by David Pursehouse · 10 years ago
  96. a694637 Merge "Add description of labelui plugin to plugin documentation" by Edwin Kempin · 10 years ago
  97. cb9d484 Update URL of GerritForge CI server by Edwin Kempin · 10 years ago
  98. 5ba447a Merge "Remove unused import in SignedPushPreReceiveHook" by Edwin Kempin · 10 years ago
  99. 3713442 Fix gitBasicAuth documentation by Roland Laun · 10 years ago
  100. dc26c47 Remove unused import in SignedPushPreReceiveHook by Shawn Pearce · 10 years ago