1. bab4586 Optionally persist ChangeNotesCache by Dave Borowitz · 7 years ago
  2. 1a64764 Align ChangeColumns methods with Change fields by Dave Borowitz · 7 years ago
  3. 1f0e48a Truth: Move export to runtime_deps by Dave Borowitz · 7 years ago
  4. 94fd307 Move Truth rules to a subdirectory of lib by Dave Borowitz · 7 years ago
  5. bf63b21 Merge changes I67b72b59,I9ef30fb3 by xchangcheng · 7 years ago
  6. 2b2a99e Add #absentUser() to ForProject, ForRef and ForChange by Changcheng Xiao · 7 years ago
  7. 1762553 ChangeNotesState: Remove changeMessagesByPatchSet field by Dave Borowitz · 7 years ago
  8. 3080c7d ChangeNotes: Remove fields that read from ChangeColumns by Dave Borowitz · 7 years ago
  9. bc4757f Clarify ChangeNotesState private/WIP/started bits by Dave Borowitz · 7 years ago
  10. cc7b9a8 Move ByteString bytes(int... ints) to test util by Dave Borowitz · 7 years ago
  11. 095394c Add tests for fields declared in types with custom serializers by Dave Borowitz · 7 years ago
  12. e6930d7 Convert OAuthTokenCache serialization to protobuf by Dave Borowitz · 7 years ago
  13. e62a111 Convert MergeabilityCacheImpl.Key serialization to protobuf by Dave Borowitz · 7 years ago
  14. 52e5bbb Simplify and clarify exception throwing of CacheSerializer by Dave Borowitz · 7 years ago
  15. 8e2559f Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  16. 285db93 Merge "Include all small cache tests in build rule" by David Pursehouse · 7 years ago
  17. edd773a Include all small cache tests in build rule by Dave Borowitz · 7 years ago
  18. e638d58 Enforce a maximum PER_THREAD_CACHE_SIZE in PerThreadCache by Patrick Hiesel · 7 years ago
  19. 9f7b81b Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  20. bc58fed Merge "Replace all lambdas with method references, when possible" by David Pursehouse · 7 years ago
  21. 609f982 Replace all lambdas with method references, when possible by Maxime Guerreiro · 7 years ago
  22. 9b13ad0 Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  23. a72fbf4 Merge changes from topic "change-messages-rest-api" by David Pursehouse · 7 years ago
  24. b5e1bee Merge "Add ability to specify base commit in Create Change API" by David Pursehouse · 7 years ago
  25. 469bea5 Merge "Use Collections.addAll to copy elements from an array to collections" by David Pursehouse · 7 years ago
  26. 2eca6e5 Merge changes I3a964bae,Iefb4984f,I55605153 by Maxime Guerreiro · 7 years ago
  27. 05ce4c2 Add a helper method to fetch the commit message by Maxime Guerreiro · 7 years ago
  28. bcba0f9 Add tests triggering RULE_ERROR in Prolog by Maxime Guerreiro · 7 years ago
  29. 80a4daa Merge changes from topic "proto-cache" by Dave Borowitz · 7 years ago
  30. 168d343 Merge "Cleanup callers of PermissionBackend#user()" by Patrick Hiesel · 7 years ago
  31. ba0f47c Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  32. 7087005 Cleanup callers of PermissionBackend#user() by Patrick Hiesel · 7 years ago
  33. cf329b5 SubmitRecordTest: make private static fields final by Changcheng Xiao · 7 years ago
  34. dc6abcd Merge "Allow submission with a FORCED status" by Maxime Guerreiro · 7 years ago
  35. d61590f Add REST endpoint to get one change message by Changcheng Xiao · 7 years ago
  36. 7fb7329 Add REST endpoint for listing change messages by Changcheng Xiao · 7 years ago
  37. 30325c2 Move the 'isPatchSetLocked' check out from the ChangeControl by Changcheng Xiao · 7 years ago
  38. 1294d22 Merge "Revert "ExternalIdNotes: Prevent new duplicate emails"" by Dave Borowitz · 7 years ago
  39. 34de181 Improve String operations by Maxime Guerreiro · 7 years ago
  40. 3adab79 Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  41. 9813123 Merge "Revert "Expose instanceName in the subject template"" by xchangcheng · 7 years ago
  42. bfd7538 Revert "Expose instanceName in the subject template" by xchangcheng · 7 years ago
  43. cf82419 Revert "ExternalIdNotes: Prevent new duplicate emails" by Edwin Kempin · 7 years ago
  44. 11f0c64 Custom serializers for ChangeKindCache, including protobuf by Dave Borowitz · 7 years ago
  45. 49c1c16 Manage persistent cache versioning outside of Java serialization by Dave Borowitz · 7 years ago
  46. 7ae7fb1 Allow alternative serialization strategies for persistent caches by Dave Borowitz · 7 years ago
  47. 87de0c0 Use Collections.addAll to copy elements from an array to collections by Maxime Guerreiro · 7 years ago
  48. 3f7d29d Allow submission with a FORCED status by Maxime Guerreiro · 7 years ago
  49. f2c7918 Use method reference when possible by Maxime Guerreiro · 7 years ago
  50. e8e7328 Add ability to specify base commit in Create Change API by Aaron Gable · 7 years ago
  51. 346a204 Move PrologEnvironment creation out of ProjectState by Dave Borowitz · 7 years ago
  52. cd97979 Merge "Fix test NoteDbPrimaryIT#migrateToNoteDbMissingOldState" by Edwin Kempin · 7 years ago
  53. ad8d74b Merge "ProjectResetterTest: Remove unused local variable" by Edwin Kempin · 7 years ago
  54. 64e1054 Merge "Add validation listener for account activation" by Hugo Arès · 7 years ago
  55. 725965b Fix test NoteDbPrimaryIT#migrateToNoteDbMissingOldState by Changcheng Xiao · 7 years ago
  56. d66a5d2 Merge "Expose instanceName in the subject template" by Hugo Arès · 7 years ago
  57. 46e6fe1 ProjectResetterTest: Remove unused local variable by Edwin Kempin · 7 years ago
  58. eb4d2d8 Expose instanceName in the subject template by Maxime Guerreiro · 7 years ago
  59. 1b70a3d Merge "Rename setUp/tearDown methods in abstract tests" by Maxime Guerreiro · 7 years ago
  60. 2890801 Merge "Extend project resetter to groups" by Edwin Kempin · 7 years ago
  61. e989032 Extend project resetter to groups by Han-Wen Nienhuys · 7 years ago
  62. 5506587 Rename setUp/tearDown methods in abstract tests by Maxime Guerreiro · 7 years ago
  63. 6b5c28b Merge "Push down more AbstractDaemonTest methods" by Edwin Kempin · 7 years ago
  64. f0d71a8 Add validation listener for account activation by Edwin Kempin · 7 years ago
  65. 50a577d Merge "Extract SSH logic from AccountOperationsImpl and TestAccount" by Alice Kober-Sotzek · 7 years ago
  66. aa91227 Revert "Create Review Permission" by Dave Borowitz · 7 years ago
  67. d42b1a9 Push down more AbstractDaemonTest methods by Han-Wen Nienhuys · 7 years ago
  68. 942a8fe Revert migration from refs/for/* permissions to refs/heads/* by Dave Borowitz · 7 years ago
  69. 3254dad Extract SSH logic from AccountOperationsImpl and TestAccount by Edwin Kempin · 7 years ago
  70. 2a363b1 Merge "Remove create{Unique}Account methods from AbstractDaemonTest" by David Pursehouse · 7 years ago
  71. ae8bd6d Remove create{Unique}Account methods from AbstractDaemonTest by Alice Kober-Sotzek · 7 years ago
  72. 4bc31b3 Merge branch 'stable-2.15' by Luca Milanesio · 7 years ago
  73. 712f0ea Merge changes Ic857fc10,Ibc1c742a,If2760542 by Dave Borowitz · 7 years ago
  74. 57372f3 Delete index after each test in elasticsearch tests by David Pursehouse · 7 years ago
  75. 0e1dab6 ReceiveCommits: Fix error message when Force Push is required by Dave Borowitz · 7 years ago
  76. 78c6ac3 PushPermissionsIT: Add tests for remaining checks by Dave Borowitz · 7 years ago
  77. 27f69be PushPermissionsIT: Add many more tests by Dave Borowitz · 7 years ago
  78. 9ff0717 Migrate refs/for after all sections and permissions are loaded. by Gustaf Lundh · 7 years ago
  79. 8392e98 PUSH_MERGE should evaluate against refs/heads/* by Gustaf Lundh · 7 years ago
  80. 66c52da ADD_PATCH_SET should evaluate against refs/heads/* by Gustaf Lundh · 7 years ago
  81. 642f3e0 "Submit on Push" option on Submit Perm. by Gustaf Lundh · 8 years ago
  82. 9e63fd4 TestGroupBackendTest: Remove TestGroupBackend from DynamicSet after test by Edwin Kempin · 7 years ago
  83. 3a26660 Merge "Create Review Permission" by Gustaf Lundh · 7 years ago
  84. 1876acb Merge "Support reloading of gerrit.config" by Gustaf Lundh · 7 years ago
  85. ee5d096 Merge "Make TestGroupBackend usable by other tests" by David Pursehouse · 7 years ago
  86. 47420c33 Merge "Add test API to create/update accounts" by Patrick Hiesel · 7 years ago
  87. d4c13fd Make TestGroupBackend usable by other tests by David Pursehouse · 7 years ago
  88. b0175a6 Add test API to create/update accounts by Edwin Kempin · 7 years ago
  89. e0f52ff Support reloading of gerrit.config by Gustaf Lundh · 7 years ago
  90. 97afc05 Create Review Permission by Gustaf Lundh · 8 years ago
  91. 7ad00f8 PushPermissionsIT: Adapt to use ProjectConfigUpdate by David Pursehouse · 7 years ago
  92. c040bd2 Merge changes I4bfe80d4,Ifb317d8a by Dave Borowitz · 7 years ago
  93. aa6bf8e Merge changes I88d93d60,I6527e157 by David Pursehouse · 7 years ago
  94. 28c50a4 Don’t limit query results to open changes when no index predicate is used by Edwin Kempin · 7 years ago
  95. a88414f Merge branch 'stable-2.15' by David Pursehouse · 7 years ago
  96. bb51f1b Fix master build by adding extra import by Luca Milanesio · 7 years ago
  97. fb31531 Merge "AbstractDaemonTest: Make updating project config cleaner & safer" by Dave Borowitz · 7 years ago
  98. f7073d8 Merge "Drop trivial method AbstractDaemonTest#fail" by Dave Borowitz · 7 years ago
  99. 430ea67 Merge "Push down more AbstractDaemonTest methods" by Dave Borowitz · 7 years ago
  100. 710bce9 AbstractDaemonTest: Make updating project config cleaner & safer by Dave Borowitz · 7 years ago