1. eaf28d2 Merge changes from topic 'batch-update-cleanup' by ekempin · 8 years ago
  2. e79dca6 Merge "Fix NullPointerException in ChangeData.getLabelTypes()" by ekempin · 8 years ago
  3. 42160de Fix NullPointerException in ChangeData.getLabelTypes() by Logan Hanks · 8 years ago
  4. 6115562 Allow disabling ReindexAfterRefUpdate by Dave Borowitz · 8 years ago
  5. 14ec59d Rename ReindexAfterUpdate -> ReindexAfterRefUpdate by Dave Borowitz · 8 years ago
  6. 4e2d339 ChangeIndexer#reindexAfterIndexUpdate -> autoReindexIfStale by Dave Borowitz · 8 years ago
  7. 7eb31de Partially convert accessDatabase to PermissionBackend by Shawn Pearce · 8 years ago
  8. f49c2a8 Convert runAs to PermissionBackend by Shawn Pearce · 8 years ago
  9. f4e84de Convert viewCaches to PermissionBackend by Shawn Pearce · 8 years ago
  10. 625049c Test GlobalCapabilities with PermissionBackend by Shawn Pearce · 8 years ago
  11. cd84f3b Get LabelTypes from ChangeData, reducing ChangeControl usage by Shawn Pearce · 8 years ago
  12. 1feb1d1 Verify labels in Prolog using PermissionBackend by Shawn Pearce · 8 years ago
  13. 1486d37 Convert EqualsLabelPredicate to use PermissionBackend by Shawn Pearce · 8 years ago
  14. 557a89f Test permitted labels with PermissionBackend by Shawn Pearce · 8 years ago
  15. 9d58a38 Check labels during PostReview with PermissionBackend by Shawn Pearce · 8 years ago
  16. 8b7c852 Disallow deletion of user branches by Edwin Kempin · 8 years ago
  17. 3f221dc Remove redundant account updates by Edwin Kempin · 8 years ago
  18. 78a3037 Merge "Remove change index schema versions <39" by Dave Borowitz · 8 years ago
  19. 4a0681a PreviewSubmit: Pass open ObjectReader to BundleWriter by Dave Borowitz · 8 years ago
  20. c9377e7 RepoContext: Add convenience method for addRefUpdate by Dave Borowitz · 8 years ago
  21. 76513b6 Require all BatchUpdates executed are from different projects by Dave Borowitz · 8 years ago
  22. e3d0202 Refactor PostReviewers to be more readable by Patrick Hiesel · 8 years ago
  23. ba3182a Return 403 when non-owner calls put-config endpoint by Hugo Arès · 8 years ago
  24. 63f9ee8 Merge "Update code refs and NoteDb meta refs in one batch" by Dave Borowitz · 8 years ago
  25. 84eed99 Remove query test for different timestamp resolutions by Dave Borowitz · 8 years ago
  26. 18349b9 Update code refs and NoteDb meta refs in one batch by Dave Borowitz · 8 years ago
  27. 6f96ef2 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  28. be75deb DynamicOptions: Remove redundant specification of type arguments by David Pursehouse · 8 years ago
  29. 6942451 MissingCredentialsException: Fix grammar in javadoc by David Pursehouse · 8 years ago
  30. fb9d80e Merge changes from topic 'stale-after-migration' by David Pursehouse · 8 years ago
  31. a085ff9 Merge "Add a BeanParseListener interface to DynamicOptions." by Martin Fick · 8 years ago
  32. 8f9e1195 Never autoRebuild when ReviewDb is disabled for changes by Dave Borowitz · 8 years ago
  33. 98cd9ea StalenessChecker: Change is stale if primary storage doesn't match by Dave Borowitz · 8 years ago
  34. 28dd2ae ChangeNotes: Mark readOneReviewDbChange @Nullable by Dave Borowitz · 8 years ago
  35. 1889c3f NoteDbChangeState: Mark some params @Nullable by Dave Borowitz · 8 years ago
  36. a4907c0 Remove change index schema versions <39 by Dave Borowitz · 8 years ago
  37. 83d1a98 Merge "Convert ValidatorTest to EmailValidatorIT" by ekempin · 8 years ago
  38. b08649e Merge "Let MimeUtilFileTypeRegistry check InputStream" by ekempin · 8 years ago
  39. ae42aab Merge "Change .config files to be mime-type text/x-ini" by ekempin · 8 years ago
  40. 8659a05 Merge "Merge branch 'stable-2.14'" by ekempin · 8 years ago
  41. 50ea3c9 Convert ValidatorTest to EmailValidatorIT by David Pursehouse · 8 years ago
  42. 87d0283 Merge "Upgrade commons-validator to 1.6" by David Pursehouse · 8 years ago
  43. bee6b27 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  44. 4bb4599 PluginLoader: Remove stale plugin files from /tmp on startup by David Pursehouse · 8 years ago
  45. 8a20172 Format Java files with google-java-format by David Pursehouse · 8 years ago
  46. 6fe0941 Let MimeUtilFileTypeRegistry check InputStream by Stephen Li · 8 years ago
  47. 244c6df Merge "Prevent overwriting of reviewers in ChangeJson" by David Pursehouse · 8 years ago
  48. fc9ee5b Merge "Merge branch 'stable-2.14'" by David Pursehouse · 8 years ago
  49. f917284 Change .config files to be mime-type text/x-ini by Stephen Li · 8 years ago
  50. 8add794 Prevent overwriting of reviewers in ChangeJson by Patrick Hiesel · 8 years ago
  51. 3915d7b RepoView: Make flushing inserter a no-op by Dave Borowitz · 8 years ago
  52. df009c6 BatchUpdate: Protected method to get RepoView by Dave Borowitz · 8 years ago
  53. 99331d2 Remove ReadOnlyRepository by Dave Borowitz · 8 years ago
  54. bc3385e Don't expose RepoView#getRepository() by Dave Borowitz · 8 years ago
  55. ca35762 BatchUpdate: Factor out class for repo operations by Dave Borowitz · 8 years ago
  56. 563634e OnSubmitValidationListener: Don't expose Repository by Dave Borowitz · 8 years ago
  57. 4283674 Merge changes from topic 'pre-fusion-2' by Dave Borowitz · 8 years ago
  58. c1be869 Don't use CacheModule for binding the external ID cache by Edwin Kempin · 8 years ago
  59. 4aa313f Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  60. f2a275b Leave assignee feature always enabled by Luca Milanesio · 8 years ago
  61. 70fbef8 Merge "Hide assignee by default in Gerrit changes table" into stable-2.14 by David Pursehouse · 8 years ago
  62. f7d4995 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  63. 50057ff Hide assignee by default in Gerrit changes table by Luca Milanesio · 8 years ago
  64. 6ac6086 Merge "BatchUpdateTest: Add missing license header" by David Pursehouse · 8 years ago
  65. 3d3d919 Split out topic regex predicates by Dave Borowitz · 8 years ago
  66. 9bad117 Remove CommitValidators.Policy by Dave Borowitz · 8 years ago
  67. 9184f67 BatchUpdateTest: Add missing license header by Dave Borowitz · 8 years ago
  68. 17e262e Only allow BatchUpdateListener with REPO_BEFORE_DB by Dave Borowitz · 8 years ago
  69. e11c013 ChangeUtil: Don't scan all refs to get next patch set ID by Dave Borowitz · 8 years ago
  70. 16f49dd RebaseChangeOp: Take resolved ObjectId in Factory by Dave Borowitz · 8 years ago
  71. 77b0bbf MergeUtil: Don't pass Repository to newMerger by Dave Borowitz · 8 years ago
  72. 5553186 Remove repo and inserter from SubmitStrategy.Arguments by Dave Borowitz · 8 years ago
  73. 29fd1f7 Ensure BatchUpdate ref updates are executed with new RevWalk by Dave Borowitz · 8 years ago
  74. 326403d NoteDbBatchUpdate: Close a new ObjectReader by Dave Borowitz · 8 years ago
  75. a38b35c Merge changes I77e3a664,If67aaf2d by David Pursehouse · 8 years ago
  76. 74ddf29 Add an AccountsUpdate class to update accounts from a single class by Edwin Kempin · 8 years ago
  77. c5f8066 Don't ship bouncycastle libraries in plugin API by David Ostrovsky · 8 years ago
  78. cb9a595 Merge "Consistenly format all Java labels as UPPERCASE_UNDERSCORE" by David Pursehouse · 8 years ago
  79. cd8e5a2 Merge changes I6976dffa,Ib82c352f by Martin Fick · 8 years ago
  80. 78d0f9b Consistenly format all Java labels as UPPERCASE_UNDERSCORE by Edwin Kempin · 8 years ago
  81. 8cc3363 AbstractParserTest: Use CONSTANT_CASE for static final field by Edwin Kempin · 8 years ago
  82. 9cc8f88 AbstractParserTest: Use CONSTANT_CASE for static final field by Edwin Kempin · 8 years ago
  83. 502b26c Make reviewer.enableByEmail inheritable by Patrick Hiesel · 8 years ago
  84. fa01c45 Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  85. cdeb08b Use start of comment range for email parser by Patrick Hiesel · 8 years ago
  86. 156c9c9 Add a BeanParseListener interface to DynamicOptions. by Martin Fick · 9 years ago
  87. 4f083a8 Allow plugins to register options for both ssh and restapi commands by Zac Livingston · 9 years ago
  88. fb4aeec Fresh NoteDb implementation of BatchUpdate by Dave Borowitz · 8 years ago
  89. 01fdfba Merge "Unset preferred email when corresponding external ID is deleted" by ekempin · 8 years ago
  90. 83e66ea Merge branch 'stable-2.14' by David Pursehouse · 8 years ago
  91. c57fb21 Format Java files with google-java-format by David Pursehouse · 8 years ago
  92. b5584d1 Merge branch 'stable-2.13' into stable-2.14 by David Pursehouse · 8 years ago
  93. 99f6863 Merge branch 'stable-2.12' into stable-2.13 by David Pursehouse · 8 years ago
  94. 87db31b Merge "Merge branch 'stable-2.14'" by David Pursehouse · 8 years ago
  95. 4d03dd2 Fix Eclipse warnings introduced by I51f3ac5a by Dave Borowitz · 8 years ago
  96. 74fb6a1 Merge "Enhance plugin extension panels to allow ordering per a config" by Martin Fick · 8 years ago
  97. 37b9293 Fix intopic predicate with regex by Hugo Arès · 8 years ago
  98. 4e5f025 DeleteChangeOp: Use native RevWalk#isMergedInto by Dave Borowitz · 8 years ago
  99. 806d91f ChangeKindCache: Take RevWalk with Repository by Dave Borowitz · 8 years ago
  100. 6e5adae Don't pass RevCommits to BatchUpdateOp factories by Dave Borowitz · 8 years ago