1. 6e69d8a AccessSection/Permission: Change return types to ImmutableList by Dave Borowitz · 5 years ago
  2. b9d00d0 ElasticV7QueryChangesTest: Close indices after test by David Pursehouse · 5 years ago
  3. 933ec0b Glob all test files in javatests/com/google/gerrit/common by Dave Borowitz · 5 years ago
  4. 5edd00a Add BUILD file to run javatests/com/google/gerrit/common/data by Dave Borowitz · 5 years ago
  5. 3a86708 Upgrade Testcontainers to 1.10.2 and use ElasticsearchContainer by David Pursehouse · 5 years ago
  6. 8408b78 ElasticContainer: Remove unneeded environment setting by David Pursehouse · 5 years ago
  7. 31ee321 Remove redundant "testName" methods from Elasticsearch tests by David Pursehouse · 5 years ago
  8. b9c7c39 ElasticVersionTest: Add supportedVersion asserts for V7_0 by Marco Miller · 5 years ago
  9. 1ea6b5f Add test for pushing a series of changes to non-existing master branch by Edwin Kempin · 5 years ago
  10. 36786ea Merge "Move annotation layer initialization from attached() to render()" by Yuke Liao · 5 years ago
  11. 3a5cc19 Add support for Elasticsearch 7 by David Pursehouse · 5 years ago
  12. 2c9eb2d Move annotation layer initialization from attached() to render() by Yuke Liao · 5 years ago
  13. 499f7fe Allow to set Elasticsearch number of shards and replicas by David Pursehouse · 5 years ago
  14. add35ae Remove redundant 'this.' prefix on calls to projectOperations by David Pursehouse · 5 years ago
  15. 54dcaf8 Remove unused/redundant instances of ProjectOperations in test classes by David Pursehouse · 5 years ago
  16. 63f120d Push down remaining AbstractDaemonTest#createProject() calls by Han-Wen Nienhuys · 5 years ago
  17. 0e39a8d Discontinue support for Elasticsearch 2.4.x by David Pursehouse · 5 years ago
  18. ae41287 ElasticSetting.Builder: Make methods return 'this' by David Pursehouse · 5 years ago
  19. a348a01 Add link to security documentation for Elasticsearch 6.5 by David Pursehouse · 5 years ago
  20. f6b69bc Merge branch 'stable-2.16' by Paladox · 5 years ago
  21. bcf7f93 Merge "Fix assignee getting the owner's status on change list" into stable-2.16 by David Pursehouse · 5 years ago
  22. 9bc2e05 LogRedactUtil: Remove non-relevant comment by Edwin Kempin · 5 years ago
  23. 7aad48c Update git submodules by Saša Živkov · 5 years ago
  24. a4a21a6 Fix IAE when listing reviewers of change that has reviewers by email by Edwin Kempin · 5 years ago
  25. e039321 Merge "Fix IAE when listing reviewers of change that has reviewers by email" by David Pursehouse · 5 years ago
  26. b7a2472 Fix IAE when listing reviewers of change that has reviewers by email by Edwin Kempin · 5 years ago
  27. bb37100 Update guava to 27.0.1-jre by David Pursehouse · 5 years ago
  28. 4e3904c Merge "Remove highlighted ranges when changing patchset" by Kasper Nilsson · 5 years ago
  29. 3003f5c AbstractDaemonTest: Set parent project on project creation only once by Edwin Kempin · 5 years ago
  30. da8a8ef BugFix: Add documentation for 'read as' capability by Sabari Ajay Kumar · 5 years ago
  31. 14477df ElasticVersionTest: Add missing tests for 6.5.x by David Pursehouse · 5 years ago
  32. 95f61c6 Fix assignee getting the owner's status on change list by Paladox none · 5 years ago
  33. 390572b Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  34. 1ed9a8e Use NoteDb sequence seed for accounts sequence initialization by David Ostrovsky · 5 years ago
  35. 965d62d Merge branch 'stable-2.15' into stable-2.16 by David Pursehouse · 5 years ago
  36. e149ca7 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  37. bccd540 Merge "Encode project name in download commands" into stable-2.16 by David Pursehouse · 5 years ago
  38. e2f25be Document the UrlFormatter interface by David Pursehouse · 5 years ago
  39. b3f84b2 Allow plugin to bind a different implementation of UrlFormatter by David Pursehouse · 5 years ago
  40. 0cab304 Merge "Correct javadoc @link to avoid warning in bazel build //..." into stable-2.16 by David Pursehouse · 5 years ago
  41. df511a5 Honor --slave and --headless options better by Saša Živkov · 5 years ago
  42. f3f014c Correct javadoc @link to avoid warning in bazel build //... by Hoa Tran · 6 years ago
  43. 545c2e5 Remove highlighted ranges when changing patchset by Ole Rehmsen · 5 years ago
  44. b85679f Encode project name in download commands by Eryk Szymanski · 5 years ago
  45. 2139c77 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  46. c060c01 FakeGroupAuditService: Make audit listener members protected by David Pursehouse · 5 years ago
  47. 1784107 Import Ignore from junit by David Pursehouse · 5 years ago
  48. 7e2198e Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  49. d8ce32e Fix some broken links on Change Endpoints documentation by Alice Kober-Sotzek · 5 years ago
  50. e66e959 Upgrade elasticsearch-rest-client to 6.5.1 by David Pursehouse · 5 years ago
  51. 8cab97f Merge "Fix some broken links on Change Endpoints documentation" by David Pursehouse · 5 years ago
  52. b5dada3 Merge changes If6cc603c,I45bed9f4,I5a409f8e,I20ef5e1a,I1508490f by Han-Wen Nienhuys · 5 years ago
  53. ea73495 Use a constant in updateManySubmodules submodule test by Han-Wen Nienhuys · 5 years ago
  54. 19d2fcd Push down AbstractDaemonTest#createProject(String). by Han-Wen Nienhuys · 5 years ago
  55. 21e1831 Remove TestProjectCreation.withEmptyCommit. by Han-Wen Nienhuys · 5 years ago
  56. c0ce470 ProjectOperationsImpl: use empty list for ownerIds by default. by Han-Wen Nienhuys · 5 years ago
  57. ce4dd2d Use new project creation API by Han-Wen Nienhuys · 5 years ago
  58. ecdd280 Merge "ProjectOperationsImpl: Use Inject from com.google.inject instead of javax.inject" by Alice Kober-Sotzek · 5 years ago
  59. 68ef828 Fix some broken links on Change Endpoints documentation by Alice Kober-Sotzek · 5 years ago
  60. 474178e Merge "Merge branch 'stable-2.16'" by Alice Kober-Sotzek · 5 years ago
  61. 93a4260 Merge "SubmoduleSubscriptionsWholeTopicMergeIT: cleanup last method." by Han-Wen Nienhuys · 5 years ago
  62. 03be63d Merge "Use delegation instead of inheritance in REST API binding tests" by Alice Kober-Sotzek · 5 years ago
  63. b1726f8 ProjectOperationsImpl: Use Inject from com.google.inject instead of javax.inject by David Pursehouse · 5 years ago
  64. baf5fe64 Merge branch 'stable-2.16' by David Pursehouse · 5 years ago
  65. 7d32038 Remove unused TempFileUtil by Dave Borowitz · 5 years ago
  66. 8a4098a AbstractDaemonTest: Use TemporaryFolder instead of TempFileUtil by Dave Borowitz · 5 years ago
  67. 2a6d26a Replace most test usages of TempFileUtil with TemporaryFolder by Dave Borowitz · 5 years ago
  68. b1a455a IncludedInResolverTest: Convert to TestRepository by Dave Borowitz · 5 years ago
  69. eb4977f Remove InitTestCase by Dave Borowitz · 5 years ago
  70. e8dc0d1 Make TestCases inherit GerritBaseTest instead by Dave Borowitz · 5 years ago
  71. 1c81c0a Fix QueryListTest and DestinationListTest parse failures by Dave Borowitz · 5 years ago
  72. 8c06ece PredicateTest: Extend GerritBaseTests by Dave Borowitz · 5 years ago
  73. 9310393 LocalDiskRepositoryManagerTest: Extend GerritBaseTests by Dave Borowitz · 5 years ago
  74. 84d5ace Remove redundant KeyUtil#setEncoderImpl calls by Dave Borowitz · 5 years ago
  75. 95f16db Remove/rename redundant ExpectedException rules by Dave Borowitz · 5 years ago
  76. 14e1ad5 Make most small tests inherit from GerritBaseTests by Dave Borowitz · 5 years ago
  77. ce3f180 Merge "Move dependency of gr-comment, which was forgotten" by Kasper Nilsson · 5 years ago
  78. dc6ce92 SubmoduleSubscriptionsWholeTopicMergeIT: cleanup last method. by Han-Wen Nienhuys · 5 years ago
  79. 34f6a69 Introduce new test API for ProjectCreation by Han-Wen Nienhuys · 6 years ago
  80. 0e2037b SubmoduleSubscriptions tests: use Project.NameKey by Han-Wen Nienhuys · 5 years ago
  81. 8d4b84d Move dependency of gr-comment, which was forgotten by Ole Rehmsen · 5 years ago
  82. 61bd310 Merge "Honor --slave and --headless options better" by Saša Živkov · 5 years ago
  83. af2d832 Merge "Support reading default project.config for All-Projects from etc" by Patrick Hiesel · 5 years ago
  84. e42b76d4 Use com.google.inject instead of javax.inject by David Pursehouse · 5 years ago
  85. 06b99fe Merge "Extract InMemorySecureStore to its own class" by David Pursehouse · 5 years ago
  86. fa04585 Merge "LabelNormalizerTest: Use API to create change" by David Pursehouse · 5 years ago
  87. 70a1bdd Merge "Fix in-product help text" by David Pursehouse · 5 years ago
  88. 9b94616 Move comment and thread elements to shared by Ole Rehmsen · 5 years ago
  89. ba51651 LabelNormalizerTest: Use API to create change by Dave Borowitz · 5 years ago
  90. 71e09f2 Cut last few deps on gr-diff-comment-thread by Ole Rehmsen · 5 years ago
  91. a970d4e Imperative named Slots by Ole Rehmsen · 6 years ago
  92. f200099 Merge changes I1a969bb6,Ic674acd3 by Ole Rehmsen · 5 years ago
  93. d4fdc93 Support reading default project.config for All-Projects from etc by Dave Borowitz · 6 years ago
  94. 314edaa Extract InMemorySecureStore to its own class by Dave Borowitz · 5 years ago
  95. 268dd62 Use delegation instead of inheritance in REST API binding tests by Patrick Hiesel · 5 years ago
  96. e5c377c Move hover handling out of gr-diff-comment by Ole Rehmsen · 5 years ago
  97. a464182 Fix undesired normalization of internal structure by Ole Rehmsen · 5 years ago
  98. 90719e2 Honor --slave and --headless options better by Saša Živkov · 5 years ago
  99. 20bb18b Merge changes I711cc455,If1b3c188,I8c59564b,Ia7896a1a by David Pursehouse · 5 years ago
  100. 8b0caf3 Merge "Create plugin attributeFactories at query start" by Martin Fick · 5 years ago