1. 35e97c2 Run most acceptance tests in-memory by Shawn Pearce · 11 years ago
  2. f0b0227 Respect starred change state in ETag SHA-1 computation by David Ostrovsky · 11 years ago
  3. 0d71f7b Merge "Fix jdbc code: Both PreparedStatements must be closed in any case" into stable-2.8 by Shawn Pearce · 11 years ago
  4. e2317cb Fixing jdbc code: correct PreparedStatement closing by alex.ryazantsev · 11 years ago
  5. 375933c Fix jdbc code: Both PreparedStatements must be closed in any case by alex.ryazantsev · 11 years ago
  6. 4e92145 Merge "Remove unnecessary imports" into stable-2.8 by Edwin Kempin · 11 years ago
  7. 59ae7d7 Remove unnecessary imports by alex.ryazantsev · 11 years ago
  8. c9a6e08 Print error message to log when plugin loader fails to close JAR file by alex · 11 years ago
  9. 84487d5 Merge "PatchListCacheImpl: explicitly check for null revision" into stable-2.8 by Edwin Kempin · 11 years ago
  10. 3ba4b74 Merge "ChangeField: skip PatchSets with null revisions" into stable-2.8 by Edwin Kempin · 11 years ago
  11. b1d685d PatchListCacheImpl: explicitly check for null revision by Dave Borowitz · 11 years ago
  12. 8f5aa59 ChangeField: skip PatchSets with null revisions by Dave Borowitz · 11 years ago
  13. 122622d Rename methods in PluginConfigFactory to be more explicit by Edwin Kempin · 11 years ago
  14. d4b0526 Allow download schemes to support but not require authentication by Jonathan Nieder · 11 years ago
  15. 30d0981 Inject right plugin name @PluginName in init step by David Ostrovsky · 11 years ago
  16. 42f7bc3 Check preconditions when setting parent project through REST by Edwin Kempin · 11 years ago
  17. ea62148 ChangeScreen2: Show download commands defined by plugins by Edwin Kempin · 11 years ago
  18. ce423b1 Merge "Add extension points for adding download schemes and commands" by David Pursehouse · 11 years ago
  19. 8f6bb17 Add query tests for filtering/restarting paginated queries by Dave Borowitz · 11 years ago
  20. a475bed Add query tests for pagination and sort key ordering by Dave Borowitz · 11 years ago
  21. d2cccd4 Don't add 1 to limit for index queries by Dave Borowitz · 11 years ago
  22. 29324b1 Add extension points for adding download schemes and commands by Edwin Kempin · 11 years ago
  23. b0c23b9 Merge "Only return detailed accounts if requested" by Shawn Pearce · 11 years ago
  24. 0e5f1f8 Merge "Cleanup project ConfigInfo constructor" by Shawn Pearce · 11 years ago
  25. 8259041 Cleanup project ConfigInfo constructor by Shawn Pearce · 11 years ago
  26. df308aa Merge "Fix updating of project options" by Shawn Pearce · 11 years ago
  27. bb23f0f Fix updating of project options by Edwin Kempin · 11 years ago
  28. 98aa6d3 Merge changes I9ec71290,I6c20de69 by Shawn Pearce · 11 years ago
  29. 40bd574 Don't allow project owners to delete branches if force push is blocked by Edwin Kempin · 11 years ago
  30. ef21deb Use a fake MillisProvider in AbstractQueryChangesTest by Dave Borowitz · 11 years ago
  31. 288ed98 Remove usages of System.currentTimeMillis() from gerrit-reviewdb by Dave Borowitz · 11 years ago
  32. 1d69c2e Add TimeUtil.nowTs() to create a new Timestamp by Dave Borowitz · 11 years ago
  33. 46b1ac8 Use DateTimeUtils.currentTimeMillis() to get current time by Dave Borowitz · 11 years ago
  34. a2023e9 Use TimeUnits for sort key calculations by Dave Borowitz · 11 years ago
  35. fd03c30 Only return detailed accounts if requested by Edwin Kempin · 11 years ago
  36. 4a00e22 Fix inclusion of username if detailed account information is requested by Edwin Kempin · 11 years ago
  37. c573d8a Simplify the GitReferenceUpdatedListener.Event API by Sasa Zivkov · 11 years ago
  38. 3b6acb9 Remove unnecessary throws OrmException by Hugo Ares · 11 years ago
  39. 32b53b6 AbstractQueryChangesTest: avoid possible NPEs on teardown by Dave Borowitz · 11 years ago
  40. 7a2d8d4 Fix last line of license headers by Dave Borowitz · 11 years ago
  41. a1fe821 Remove direct Lucene dependency from InMemoryModule by Dave Borowitz · 11 years ago
  42. 1134051 Add a handful of tests for querying changes by Dave Borowitz · 11 years ago
  43. fac1fa5 Teach InMemoryModule to work with custom index types by Dave Borowitz · 11 years ago
  44. fb5744b Extract an abstract test case for querying changes by Dave Borowitz · 11 years ago
  45. 8122f7e In-memory tests for searching changes by Dave Borowitz · 11 years ago
  46. 4652d34 Move InMemoryDatabase setup into a module by Dave Borowitz · 11 years ago
  47. 2507821 Fix status:closed query by Dave Borowitz · 11 years ago
  48. 0f62e83 Bind caches as eager singletons by Dave Borowitz · 11 years ago
  49. 5e9470a Return InMemoryRepository from InMemoryRepositoryManager by Dave Borowitz · 11 years ago
  50. 88a2740 Run indexing in sameThreadExecutor when index.threads <= 0 by Dave Borowitz · 11 years ago
  51. bb5a30f8 Make @IndexExecutor a non-scheduled executor by Dave Borowitz · 11 years ago
  52. fa30742 Merge "Fix potential NPE in mergeOp when abandoning a change" by Saša Živkov · 11 years ago
  53. 9eca11e Fix: draft patch set is published by cherrypicking by David Pursehouse · 11 years ago
  54. f63ec84 Fix: Editing the commit message publishes draft patch set by David Pursehouse · 11 years ago
  55. 175c647 Fix potential NPE in mergeOp when abandoning a change by David Pursehouse · 11 years ago
  56. 3670fce Remove unnecessary suppression of "unchecked" by David Pursehouse · 11 years ago
  57. 2c6732e Merge "Run has:draft and is:starred before secondary index" by Shawn Pearce · 11 years ago
  58. 2659d42 Make ChangeHooks expose postEvent method to send stream event by Yang Zhenhui · 12 years ago
  59. 2d1de10 Run has:draft and is:starred before secondary index by Shawn Pearce · 11 years ago
  60. 2a568ad ChangeIndexerImpl: Replace old RequestContext after use by Dave Borowitz · 11 years ago
  61. 0167535 ForwardingRemovalListener: suppress unchecked warning by Dave Borowitz · 11 years ago
  62. 23da0d9 Miscellaneous Javadoc cleanups to cut down on Eclipse warnings by Dave Borowitz · 11 years ago
  63. 0b293be ChangeIndexer: Execute synchronous methods in current thread by Dave Borowitz · 11 years ago
  64. 376ff8e Merge "Extract tr: values from commit instead of database" by Shawn Pearce · 11 years ago
  65. ff61c8a Extract tr: values from commit instead of database by Shawn Pearce · 11 years ago
  66. e388dca Merge "Log and skip indexed fields that produce an error" by Shawn Pearce · 11 years ago
  67. fd4e3b1 Make an unmodifiable copy of the list with current file paths by Shawn Pearce · 11 years ago
  68. 26e3883 Don't add "This patchset was cherry picked to ..." for the same change by David Pursehouse · 12 years ago
  69. 6754c8a Refactor checking if secondary index is enabled by Edwin Kempin · 11 years ago
  70. 0791579 Merge "Add new file name to current paths if the file was rewritten" by Edwin Kempin · 11 years ago
  71. a0976f5 Deprecate TrackingIdAccess.byTrackingId by Shawn Pearce · 11 years ago
  72. 2ae0171 Log and skip indexed fields that produce an error by Dave Borowitz · 11 years ago
  73. 02818e67 Fix bad import of Project.NameKey by Shawn Pearce · 11 years ago
  74. 65d431e Throw QueryParseException earlier from index queries by Dave Borowitz · 11 years ago
  75. f85220a Merge "Deprecate database indexes used only by SqlRewriterImpl" by Shawn Pearce · 11 years ago
  76. 6757ca1 Remove unused imports by Shawn Pearce · 11 years ago
  77. ec09b49 Deprecate database indexes used only by SqlRewriterImpl by Shawn Pearce · 11 years ago
  78. 5232531 Merge changes I332152c3,I7d36578e,Ib6fb9bdd by Shawn Pearce · 11 years ago
  79. 9e85d51 Propagate IOException when reading refs. by Colby Ranger · 11 years ago
  80. 31b0ee2 ChangeScreen2: Do not display 'M' next to modified files by Shawn Pearce · 11 years ago
  81. c31c7f6 Add new file name to current paths if the file was rewritten by Edwin Kempin · 11 years ago
  82. aebbe03 Merge branch 'stable-2.7' by Edwin Kempin · 11 years ago
  83. 43aadc2 Merge branch 'stable-2.6' into 'stable-2.7' by Edwin Kempin · 11 years ago
  84. ac3ba6a Merge "Skip non-commits when verifying access for 'add branch' operation" into stable-2.6 by Edwin Kempin · 11 years ago
  85. 7b254e5 Skip non-commits when verifying access for 'add branch' operation by Jonathan Nieder · 11 years ago
  86. 197ff17 FieldDef: Fix type @param fields in class javadoc by Dave Borowitz · 11 years ago
  87. 0314f73 Standardize REST endpoints for getting changes by Dave Borowitz · 11 years ago
  88. 50ceb44 Remove wait_for_commit from POST /changes/X/revisions/Y/review by Dave Borowitz · 11 years ago
  89. c3b436d More reliably get futures returned by ChangeIndexer by Dave Borowitz · 11 years ago
  90. 7e05741 Limit threads used in Reindex to DB connection pool size by Dave Borowitz · 11 years ago
  91. d4eee8b Lazily open database connections in ChangeIndexer tasks by Dave Borowitz · 11 years ago
  92. 29b29e5 Don't open new database connections in ChangeBatchIndexer by Dave Borowitz · 11 years ago
  93. e6e28e0 ChangeScreen2: Show file change type in file list by David Ostrovsky · 11 years ago
  94. fc1bba5 Don't return futures from ChangeIndex methods by Dave Borowitz · 12 years ago
  95. 3d271c0 Update Lucene to 4.4.0 by Dave Borowitz · 11 years ago
  96. d57c22d Close indexes as they are removed from the IndexCollection by Dave Borowitz · 11 years ago
  97. 83e8aee Add REST endpoint for included in by David Ostrovsky · 11 years ago
  98. 6fdb69b Merge branch 'stable-2.7' by David Pursehouse · 11 years ago
  99. d292e7b Merge branch 'stable-2.6' into stable-2.7 by David Pursehouse · 11 years ago
  100. 1a8ce59 Fix compilation failure in RefControlTest by Edwin Kempin · 11 years ago