1. 868ae37 Suppress deprecation warning for DEFAULT_CONFIGURATION_KEY by David Pursehouse · 11 years ago
  2. 7ea5a14 Merge branch 'stable-2.7' by Shawn Pearce · 11 years ago
  3. b72a852 Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 11 years ago
  4. f823731 Use LogManager.DEFAULT_CONFIGURATION_KEY by David Ostrovsky · 11 years ago
  5. 33f973f Skip internal logging conf when external one was provided by Dariusz Luksza · 11 years ago
  6. 7e05741 Limit threads used in Reindex to DB connection pool size by Dave Borowitz · 11 years ago
  7. d6ccccf Add our own Nullable implementation by Sasa Zivkov · 12 years ago
  8. cedca55 Fix acceptance test invocation from Eclipse by David Ostrovsky · 12 years ago
  9. e5fc90e Optionally, initialize site from WebAppInitializer. by Sasa Zivkov · 12 years ago
  10. d0ac975 Init: Optionally skip plugin installation process by David Ostrovsky · 12 years ago
  11. 24b14d5 Store PatchSetApprovals instead of labels in the index by Dave Borowitz · 12 years ago
  12. 6f1ece7 Fix NPE if user is null by Edwin Kempin · 12 years ago
  13. 05b254f Render JSON results for the change table only using the index by Dave Borowitz · 12 years ago
  14. 0690b1e Split out REST parts of PluginModule into PluginRestApiModule by Dave Borowitz · 12 years ago
  15. a35f8a2 Replace pattern "user instanceof IdentifiedUser" with method call by David Ostrovsky · 12 years ago
  16. e850ef5 Compare string objects with .equals method rather than == by David Pursehouse · 12 years ago
  17. ccdefff Remove unneeded @SuppressWarnings("resource") by Edwin Kempin · 12 years ago
  18. 33653f9 Clean up final static to be static final by David Ostrovsky · 12 years ago
  19. c3ad7f6 Merge "Use optional CRL with CLIENT_SSL_CERT_LDAP" by Shawn Pearce · 12 years ago
  20. b72ff8f Use optional CRL with CLIENT_SSL_CERT_LDAP by Chulho Yang · 12 years ago
  21. 8691c39 Fix --install-plugin option to preserve real plugin name by David Ostrovsky · 12 years ago
  22. 399793f Add support for Oracle database by David Ostrovsky · 12 years ago
  23. 2b061ea Support installation of proprietary libraries in $site/lib by David Ostrovsky · 12 years ago
  24. 242a604 Make command line option parsing ~6500% faster by Shawn Pearce · 12 years ago
  25. a750617 Define AccountDirectory as an abstract backend for user data by Shawn Pearce · 12 years ago
  26. cd5035d Fix build error in Init by Shawn Pearce · 12 years ago
  27. ba08a67 Fix unused import in Init by Shawn Pearce · 12 years ago
  28. 53ea445 Fix build broken by InitFlags constructor change by Shawn Pearce · 12 years ago
  29. 3c22678 Add '--install-plugin' option to init step by Dariusz Luksza · 12 years ago
  30. b8aae53 Add '--list-plugins' option to init step by Dariusz Luksza · 12 years ago
  31. 1d12e2c Honor gerrit.cannonicalWebUrl when opening browser after init. by Sasa Zivkov · 12 years ago
  32. f27e698 Automatically refresh GWT UI on each page load by Shawn Pearce · 12 years ago
  33. 595d6f6 Merge "Suppress Eclipse warnings about not closed resources" by Shawn Pearce · 12 years ago
  34. fd23ab5 Refactor Rebase to use PatchSetInserter by David Pursehouse · 12 years ago
  35. 9d46fd6 Suppress Eclipse warnings about not closed resources by David Pursehouse · 12 years ago
  36. 2361cef Factor out batch indexing logic into a ChangeBatchIndexer by Dave Borowitz · 12 years ago
  37. d103b2b Scan index directory to determine Lucene versions by Dave Borowitz · 12 years ago
  38. 97a01db Replace Reindex --dry-run with --output by Dave Borowitz · 12 years ago
  39. 31b89b2 Merge "Add a new footer template that is appended to all outgoing mails" by Edwin Kempin · 12 years ago
  40. 40e5968 Remove unused import of PrintWriter in Reindex by David Pursehouse · 12 years ago
  41. 85d8fbf Reindex empty file list if no base could be found by Martin Fick · 12 years ago
  42. 1bfdcb6 Merge "Fix reindex broken by removing entries from multimap" by Dave Borowitz · 12 years ago
  43. a0e027a Fix reindex broken by removing entries from multimap by Martin Fick · 12 years ago
  44. 45265b0 Merge "Add secondary index implementation using SolrCloud" by Shawn Pearce · 12 years ago
  45. 88fecb1 Log changes failing reindex because of missing ref by Martin Fick · 12 years ago
  46. 0559859 Catch exceptions on individual changes in reindex by Martin Fick · 12 years ago
  47. 404c824 Add secondary index implementation using SolrCloud by Ahaan Ugale · 12 years ago
  48. 752d13e Add a verbose flag to reindex by Martin Fick · 12 years ago
  49. b4ae77b Improve reindex progress monitoring by Martin Fick · 12 years ago
  50. 704699a Merge "Rewrite Reindex around projects" by Shawn Pearce · 12 years ago
  51. 6093720 Rewrite Reindex around projects by Dave Borowitz · 12 years ago
  52. 02a165c Fix license headers by Edwin Kempin · 12 years ago
  53. 24f3a98 Log any failures updating the change index by Shawn Pearce · 12 years ago
  54. 2aacdd0 Lucene: don't commit the index after every write by Dave Borowitz · 12 years ago
  55. 77ff67e Reindex: add a progress monitor by Dave Borowitz · 12 years ago
  56. 31a26fc Reindex: add --dry-run flag by Dave Borowitz · 12 years ago
  57. ce7b745 Configurable front-end Servlet Filter as proxy surrogate. by Luca Milanesio · 12 years ago
  58. 7a1d7c0 Add a new footer template that is appended to all outgoing mails by David Pursehouse · 12 years ago
  59. fd55e91 Merge "Add --init option to Daemon to initialize site on daemon start." by Shawn Pearce · 12 years ago
  60. a6a0a84 Improve error message if secondary index support is disabled by David Ostrovsky · 12 years ago
  61. c64399f Control threadpool behavior for indexing by Dave Borowitz · 12 years ago
  62. 45661d8 Split change index into two for open/closed changes by Dave Borowitz · 12 years ago
  63. 9ffced5 Support multiple named change indexes by Dave Borowitz · 12 years ago
  64. 74517e1b Keep track of Lucene and index schema versions by Dave Borowitz · 12 years ago
  65. 9161eda Index modified filenames with Lucene by Dave Borowitz · 12 years ago
  66. ebd0498 Add --init option to Daemon to initialize site on daemon start. by Sasa Zivkov · 12 years ago
  67. c14774a Fix HiddenErrorHandler by Shawn Pearce · 12 years ago
  68. bf15941 Replace the stock Jetty ErrorHandler with a vague response by Shawn Pearce · 12 years ago
  69. 7f3c1e6 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  70. f0cb7cb Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago v2.7-rc1
  71. a15ce5d Merge "init: Gracefully handle missing browser" into stable-2.6 by Shawn Pearce · 12 years ago
  72. 74ec303 init: Gracefully handle missing browser by Shawn Pearce · 12 years ago
  73. d0e7b19 init: Don't set username on upgrade if database.type is JDBC by Shawn Pearce · 12 years ago
  74. 6dec5bf Fix the buck springboard to always work from Eclipse by Shawn Pearce · 12 years ago
  75. fd6bb9f Build with Buck by Shawn Pearce · 12 years ago
  76. ff3755f Remove unnecessary @SuppressWarnings("resource") annotation in IoUtil by David Pursehouse · 12 years ago
  77. bfdc2a7 Revove unused import of TreeSet in InitDatabase by David Pursehouse · 12 years ago
  78. 2e45ff0 init: Guess JDBC driver class if not configured by Shawn Pearce · 12 years ago
  79. 73358a9 Merge "Sort library JARs by last modified time" into stable-2.6 by Shawn Pearce · 12 years ago
  80. 5c9409c Merge "Defer loading site libraries until database opens" into stable-2.6 by Shawn Pearce · 12 years ago
  81. d31bbf4 Merge "Remove old library JARs when upgrading" into stable-2.6 by Shawn Pearce · 12 years ago
  82. 1de2435 Sort library JARs by last modified time by Shawn Pearce · 12 years ago
  83. 39f16cb Defer loading site libraries until database opens by Shawn Pearce · 12 years ago
  84. ad2e9d3 init: Default database type to JDBC when url is present by Shawn Pearce · 12 years ago
  85. 8d414da Remove old library JARs when upgrading by Shawn Pearce · 12 years ago
  86. d7d5253 Remove unused getAuthType method from InitHttpd by David Pursehouse · 12 years ago
  87. 9605909 init: Do not setup the GC logger by Shawn Pearce · 12 years ago
  88. 8281c7e init: Always configure gerrit.canonicalWebUrl by Shawn Pearce · 12 years ago
  89. 3e2de50 Fix gerrit.sh's site path computation if '.' occurs in path by Christian Aistleitner · 12 years ago
  90. 18b133f Merge "Fix 'gerrit.sh restart' for relative paths" by Shawn Pearce · 12 years ago
  91. 619169b Add SSH command to run Git garbage collection by Edwin Kempin · 13 years ago
  92. 4deba88 Whitespace fixes in gerrit.sh by Christian Aistleitner · 12 years ago
  93. 885799a Fix 'gerrit.sh restart' for relative paths by Christian Aistleitner · 12 years ago
  94. 95c5dee Update JGit to 3.0 APIs by Shawn Pearce · 12 years ago
  95. 5797d87 Break IntraLineDiff threads into their own module by Shawn Pearce · 12 years ago
  96. 7733740 Merge "Add gerrit-acceptance-tests" by Shawn Pearce · 12 years ago
  97. d228f45 Add gerrit-acceptance-tests by Sasa Zivkov · 12 years ago
  98. feaa707 Move code review notes logic to reviewnotes plugin by Sasa Zivkov · 12 years ago
  99. 237ed7d Merge "Fire GitReferenceUpdated from NotesBranchUtil" by Edwin Kempin · 12 years ago
  100. dc6abce Fix running daemon with --disable-sshd flag by Vladimir Berezniker · 12 years ago