1. 714e8d6 Merge "Expose Lucene Index Writers for plug-ins" by David Pursehouse · 10 years ago
  2. 7dadcbf Fixes NPE when username not found and matches by external ID by Luca Milanesio · 10 years ago
  3. f977e3d Merge "Make gerrit-acceptance-framework's artifacts match plugin's scheme" by David Pursehouse · 10 years ago
  4. d4817f3 Merge "Leverage accounts cache for authentication based on username" by David Pursehouse · 10 years ago
  5. 97d7b0d Make gerrit-acceptance-framework's artifacts match plugin's scheme by Christian Aistleitner · 10 years ago
  6. 60b386e Update replication plugin by David Pursehouse · 10 years ago
  7. d3e0807 Merge "Remove duplicated code to create a log file from a plugin" by David Pursehouse · 10 years ago
  8. a3b7853 Merge "Expose acceptance test framework as new plugin artifact" by David Pursehouse · 10 years ago
  9. f0a280c Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  10. 318953f Allow to push a tag that points to a non-commit object by David Pursehouse · 10 years ago
  11. 9eedd19 Merge "Merge branch 'stable-2.11'" by David Pursehouse · 10 years ago
  12. 5eb53d7 Insert Change-Id into access right changes by Edwin Kempin · 10 years ago
  13. a709dc1 Add "final" to the public static PLC_ORDER. by Saša Živkov · 10 years ago
  14. 1f5af64 SystemLog: fix duplicated log lines after reloading a plugin by Hector Oswaldo Caballero · 10 years ago
  15. cbc6c16 Merge "Update H2 to the latest version" by David Pursehouse · 10 years ago
  16. 94c287f Merge changes If1e20e65,I35171b2d,Id2fa80ab by Dave Borowitz · 10 years ago
  17. 176e02f0 Update H2 to the latest version by David Ostrovsky · 10 years ago
  18. c4e85f0 Fix clone URL in quick-install documentation by Hugo Arès · 10 years ago
  19. 947b5e5 Expose acceptance test framework as new plugin artifact by David Ostrovsky · 10 years ago
  20. aaaf9fa Remove dummy GroupInfo class by Hugo Arès · 10 years ago
  21. 1ebb983 Revert "GroupSuggestOracle: Remove unused constructor from GroupInfo inner class" by Hugo Arès · 10 years ago
  22. 9344a47 Remove duplicated code to create a log file from a plugin by Hugo Arès · 10 years ago
  23. 2cc1e55 Leverage accounts cache for authentication based on username by Luca Milanesio · 10 years ago
  24. 9dc12ef Only bind index ssh commands when the index type is Lucene by David Pursehouse · 10 years ago
  25. 27c7f6c WebAppInitializer: Include invalid index.type in exception message by David Pursehouse · 10 years ago
  26. fe56041 DefaultCommandModule: Remove unnecessary 'final' modifiers by David Pursehouse · 10 years ago
  27. a402ccb EditPreferences: Fix line wrapping for non-native methods by David Pursehouse · 10 years ago
  28. f7ca050 Merge changes Ic56b27d4,Ia2251477,I5433c7b9 by David Pursehouse · 10 years ago
  29. 0c3730b Remove --recheck-mergeable option from reindex documentation by Sven Selberg · 10 years ago
  30. b2a8d76 Merge "Simplify troubleshooting of OpenID <-> OAuth identity linking" by David Pursehouse · 10 years ago
  31. e2e314b GroupSuggestOracle: Remove unused constructor from GroupInfo inner class by David Pursehouse · 10 years ago
  32. 9058c70 FileContentUtil: Remove unused CharMatcher instance by David Pursehouse · 10 years ago
  33. b3c1fcf CatServlet: Remove unused imports by David Pursehouse · 10 years ago
  34. 5e5ce71 Merge "Buck: Export joda-time to simplify plugin in tree build" by David Pursehouse · 10 years ago
  35. 204560e Merge "Implement GroupSuggestOracle" by Shawn Pearce · 10 years ago
  36. 2fc55ed Merge "Move RemoteSuggestOracle to gerrit-gwtui-common" by Shawn Pearce · 10 years ago
  37. 6a5f76e Merge "Redirect CatServlet requests to DownloadContent" by Shawn Pearce · 10 years ago
  38. ec622bf Redirect CatServlet requests to DownloadContent by David Pletcher · 10 years ago
  39. c55cb89 Simplify troubleshooting of OpenID <-> OAuth identity linking by David Ostrovsky · 10 years ago
  40. 8045b86 Buck: Export joda-time to simplify plugin in tree build by David Ostrovsky · 10 years ago
  41. 41de5e2 Merge branch 'stable-2.11' by David Pursehouse · 10 years ago
  42. 04faeaa Merge "Buck: Avoid unnecessary zip over all API artifacts" by David Pursehouse · 10 years ago
  43. 8b3d7f8 Move RemoteSuggestOracle to gerrit-gwtui-common by Yuxuan 'fishy' Wang · 10 years ago
  44. 227a6c2 Implement GroupSuggestOracle by Yuxuan 'fishy' Wang · 10 years ago
  45. 6205b19 Buck: Export velocity for in tree plugin build by David Ostrovsky · 10 years ago
  46. c638c2e Buck: Avoid unnecessary zip over all API artifacts by David Ostrovsky · 10 years ago
  47. a953e28 ChangeJson: Do not try to set _moreChanges on empty results by Shawn Pearce · 10 years ago
  48. 0c09efd IdentifiedUser: Gracefully ignore failed starred changes by Shawn Pearce · 10 years ago
  49. f8a12ca Upgrade guava to 19.0-rc2 by David Pursehouse · 10 years ago
  50. 24c5f1b ListGroups: Remove unused import by David Pursehouse · 10 years ago
  51. 35bbf40 Merge changes from topic 'tags-api' by David Pursehouse · 10 years ago
  52. 4917244 ListTags: Support filtering by substring and regex by David Pursehouse · 10 years ago
  53. 752b1bd ProjectApi: Refactor to reduce duplicate code in tags and branches by David Pursehouse · 10 years ago
  54. b0ba151 ListTags: Add support for pagination with --start and --limit by David Pursehouse · 10 years ago
  55. 4f12f57 ListBranches: Split filtering and pagination out to a utility class by David Pursehouse · 10 years ago
  56. 2baaad9 Allow digits in suffix parameter of DownloadContent by David Pletcher · 10 years ago
  57. 8c48525 Adds group suggestions into ListGroups REST API. by Yuxuan 'fishy' Wang · 10 years ago
  58. b5032e1 Tweak doc css to avoid overlapping with search box by Yuxuan 'fishy' Wang · 10 years ago
  59. 39a05b6 Merge changes I844d49c7,I8d107a70,Ie54063f3,I980afc38 by David Pursehouse · 10 years ago
  60. b64c1d7 Make BranchInfo and TagInfo share a common base class by David Pursehouse · 10 years ago
  61. 6b1a388 Implement tags API by David Pursehouse · 10 years ago
  62. 4618f77 ListTags: Create RevWalk in try-with-resource by David Pursehouse · 10 years ago
  63. 7238b23 RefNames: Add support for refs/tags/ in shortName() by David Pursehouse · 10 years ago
  64. ecbaf10 Merge "Detect LDAP misconfiguration and fail earlier" by David Pursehouse · 10 years ago
  65. f72029f EmailHeader: Use Locale.US instead of Locale.ENGLISH by David Pursehouse · 10 years ago
  66. d7c427c ConsoleUI: Don't use equalsIgnoreCase from jgit by David Pursehouse · 10 years ago
  67. d5a077fd ConfigUtil: Don't use equalsIgnoreCase from jgit by David Pursehouse · 10 years ago
  68. 59b751f Merge "Revert "Exclude bouncycastle key files to fix SecurityException upon plugin-api"" by Shawn Pearce · 10 years ago
  69. f28549c Merge "Fix IllegalStateException whilst updating user link to external ids" by David Pursehouse · 10 years ago
  70. 9153cfb Merge "ReceiveCommits: Split the history negotation hook out" by Shawn Pearce · 10 years ago
  71. 1ca0129 ReceiveCommits: Split the history negotation hook out by Shawn Pearce · 10 years ago
  72. 5702eaa InternalChangeQuery: Limit query size even for exact queries by Dave Borowitz · 10 years ago
  73. 68804a8 Merge "Upgrade Lucene to version 5.3.0" by Dave Borowitz · 10 years ago
  74. f865ad5 Fix IllegalStateException whilst updating user link to external ids by Luca Milanesio · 10 years ago
  75. 00dd167 Expose Lucene Index Writers for plug-ins by Gustaf Lundh · 10 years ago
  76. f4ceece Use the correct ValidatePolicy for commits created by Gerrit by Elijah Newren · 11 years ago
  77. 576a36a Fix invalid ref name being accepted by Gerrit by Hector Oswaldo Caballero · 10 years ago
  78. 3cd7a19 InlineEdit: Allow to activate auto-close brackets Codemirror addon by David Ostrovsky · 10 years ago
  79. 8018fbb InlineEdit: Allow to save/load user preferences in Codemirror by David Ostrovsky · 10 years ago
  80. c232840 InlineEdit: Allow to activate match brackets Codemirror addon by David Ostrovsky · 10 years ago
  81. 0ca0182 Store and load edit preferences to/from All-Users repository by David Ostrovsky · 10 years ago
  82. 85f843a InlineEdit: Make cursor blink rate customizable by David Ostrovsky · 10 years ago
  83. c4e0180 InlineEdit: Support Emacs and Vim key maps by David Ostrovsky · 10 years ago
  84. a1520bb ProjectScreen: Change BRANCH to BRANCHES by David Pursehouse · 10 years ago
  85. 30ce4fa ConfigUtilTest: Fix modifier order by David Pursehouse · 10 years ago
  86. 6cff3a3 ConfigUtilTest: Organize imports by David Pursehouse · 10 years ago
  87. bddb023 Detect LDAP misconfiguration and fail earlier by David Ostrovsky · 10 years ago
  88. cc0f002 Revert "Exclude bouncycastle key files to fix SecurityException upon plugin-api" by David Pursehouse · 10 years ago
  89. 26da026 Merge "RevisionIT: Make patch() unit test pass on non US locale" by David Pursehouse · 10 years ago
  90. 6b7611b Fix ConfigUtil's javadoc to use @param instead of invalid @params by Christian Aistleitner · 10 years ago
  91. 2c7d9ed RevisionIT: Make patch() unit test pass on non US locale by David Ostrovsky · 10 years ago
  92. 8527918 Store and load POJO to/from All-Users repository using reflection by David Ostrovsky · 10 years ago
  93. 6a3e151 Merge "Update download-commands plugin" by Dave Borowitz · 10 years ago
  94. a0f3ee8 Avoid casting to CodeReviewCommit by Dave Borowitz · 10 years ago
  95. a2583a2 Merge "MergeOp: Avoid NPE in submittable check when PS is missing" by Dave Borowitz · 10 years ago
  96. ed71cc6 Organize imports by Dave Borowitz · 10 years ago
  97. 038a8cb MergeOp: Avoid NPE in submittable check when PS is missing by Dave Borowitz · 10 years ago
  98. 26aa9ba Merge changes from topic 'web-of-trust' by David Pursehouse · 10 years ago
  99. 1c274bf Merge "Merged state message: Omit git repository" by Dave Borowitz · 10 years ago
  100. facf136 Merged state message: Omit git repository by Stefan Beller · 10 years ago