1. fceff73 ElasticContainer: Test with versions 5.6.13 and 6.4.3 by David Pursehouse · 6 years ago
  2. 9e1a662 ElasticContainer: Use Elasticsearch 6.4.2 for V6_4 tests by David Pursehouse · 6 years ago
  3. 0fce318 Elasticsearch: Ensure request URI is always prefixed with "/" by David Pursehouse · 7 years ago
  4. d185b59 AbstractElasticIndex: Factor out more variants of {post,perform}Request by David Pursehouse · 7 years ago
  5. 2a9470c ElasticContainer: Use Elasticsearch 5.6.12 for V5_6 tests by David Pursehouse · 7 years ago
  6. c301564 ElasticContainer: Use Elasticsearch 6.4.1 for V6_4 tests by David Pursehouse · 7 years ago
  7. 45fe4d8 ElasticVersionTest: Align tested versions w/ ElasticContainer last ones by Marco Miller · 7 years ago
  8. 647e1f7 ElasticVersionTest#version6: Add missing test for V6_4 by David Pursehouse · 7 years ago
  9. df5992e Add support for Elasticsearch 6.4.0 by David Pursehouse · 7 years ago
  10. f624784 Upgrade elasticsearch-rest-client to 6.4.0 by David Pursehouse · 7 years ago
  11. 0753f99 ElasticVersion: Say 'Unsupported' rather than 'Invalid' by David Pursehouse · 7 years ago
  12. 088f2d4 ElasticQueryAdapter: Move isV6 method to ElasticVersion and simplify by David Pursehouse · 7 years ago
  13. 87bb52b ElasticContainer: Test against Elasticsearch version 5.6.11 by David Pursehouse · 7 years ago
  14. 63899d2 ElasticRestClientProvider: Make client field volatile by David Pursehouse · 7 years ago
  15. 7b7c4d3 AbstractElasticIndexer: Specify charset for InputStreamReader by David Pursehouse · 7 years ago
  16. 53f91d9 Upgrade elasticsearch-rest-client to 6.3.2 by David Pursehouse · 7 years ago
  17. 6eb410d Elasticsearch tests: remove password duplication by Marco Miller · 7 years ago
  18. 85048f4 Elasticsearch: Add char analyzer to ensure consistency of query results by Borui Tao · 7 years ago
  19. 0e2e776 Elasticsearch: remove overridden build assignment by Marco Miller · 7 years ago
  20. b241d13 Elasticsearch: run no other test at the same time by Marco Miller · 7 years ago
  21. 8b7e50a ElasticVersionTest: run it through bazel as well by Marco Miller · 7 years ago
  22. ea072f2 Elasticsearch: cover V5 and flaky V6 tests -for CI by Marco Miller · 7 years ago
  23. 5658c95 Split Elasticsearch query tests into separate rules by Dave Borowitz · 7 years ago
  24. 668795f Elasticsearch: remove unnecessary test build deps by Marco Miller · 7 years ago
  25. 8ed3478 Update elasticsearch-rest-client to 6.3.1 by David Pursehouse · 7 years ago
  26. ba1f8b5 ElasticTestUtils: Set index.maxLimit as integer rather than string by David Pursehouse · 7 years ago
  27. 0ff5ad6 ElasticConfigurationTest: Add tests for elasticsearch.maxRetryTimeout by David Pursehouse · 7 years ago
  28. 37afaa4 ElasticConfigurationTest: Add tests for elasticsearch.prefix by David Pursehouse · 7 years ago
  29. 7225fbd ElasticConfigurationTest: Add tests for elasticsearch.{username,password} by David Pursehouse · 7 years ago
  30. 12a75b2 ElasticConfiguration: Extract constants to statics by David Pursehouse · 7 years ago
  31. 479c50b Elasticsearch: Simplify configuration of servers by David Pursehouse · 7 years ago
  32. 5e59aec Revert "ElasticContainer: Limit heap usage for test containers" by David Pursehouse · 7 years ago
  33. d332be1 ElasticContainer: Limit heap usage for test containers by David Pursehouse · 7 years ago
  34. 975fdd2 Elasticsearch: Allow to omit the elasticsearch.username by David Pursehouse · 7 years ago
  35. e4dd675 Test coverage for elasticsearch.username and elasticsearch.password by David Pursehouse · 7 years ago
  36. 97634bf Elasticsearch: Allow to configure REST client's retry timeout by David Pursehouse · 7 years ago
  37. b6034ed ElasticConfiguration: Make hosts private by David Pursehouse · 7 years ago
  38. c1599ce ElasticConfiguration: Log configured Elasticsearch hostnames as info by David Pursehouse · 7 years ago
  39. 6c571d6 ElasticRestClientProvider: Store hosts as List instead of native array by David Pursehouse · 7 years ago
  40. 41ed8b5 ElasticConfiguration: Remove unused maxConnectionIdleUnit by David Pursehouse · 7 years ago
  41. bc8d1c2 Elasticsearch: Add support for version 6.3.0 by David Pursehouse · 7 years ago
  42. d79d01f ElasticVersionTest: Add explicit test for 5.6.10 by David Pursehouse · 7 years ago
  43. 6afc4ce ElasticContainer: Update to version 5.6.10 by David Pursehouse · 7 years ago
  44. f9c4632 Elasticsearch: Adapt version discovery for version 6 by David Pursehouse · 7 years ago
  45. f8e9f20 Merge "ElasticContainer: replace the deprecated override" into stable-2.14 by David Pursehouse · 7 years ago
  46. 1bf8d33a Merge "ElasticVersion: remove redundant private modifier" into stable-2.14 by David Pursehouse · 7 years ago
  47. 6cd1a1c Merge "ElasticIndexVersionManager: remove unneeded type" into stable-2.14 by David Pursehouse · 7 years ago
  48. 4325e49 ElasticContainer: replace the deprecated override by Marco Miller · 7 years ago
  49. 3b8e90f ElasticVersion: remove redundant private modifier by Marco Miller · 7 years ago
  50. 95be8e9 ElasticIndexVersionManager: remove unneeded type by Marco Miller · 7 years ago
  51. a156550 Elasticsearch: make package-private usage explicit by Marco Miller · 7 years ago
  52. 408b3f0 Elasticsearch: fix changes index type for bulk calls by Borui Tao · 7 years ago
  53. 23f956d Elastic{Account,Group}Index: Move the static Logger right after class by Marco Miller · 7 years ago
  54. 3379562 Elastic{Account,Change,Group}Index: Make names/types explicitly private by Marco Miller · 7 years ago
  55. f6d151d {Account,Change,Group}Mapping: Set package-privacy by Marco Miller · 7 years ago
  56. 76f375b AbstractElasticIndex: Make type field protected by David Pursehouse · 7 years ago
  57. 564b29a Elasticsearch: Add tests for queries against version 6 by David Pursehouse · 7 years ago
  58. ff3e832 Elasticsearch: Add support for V6 / one index type by Marco Miller · 7 years ago
  59. bb41240 AbstractElasticIndex: fix index name of delete request and add coverage by Borui Tao · 7 years ago
  60. 0f6c9bd FieldType: Remove unnecessary KEYWORD type by David Ostrovsky · 7 years ago
  61. c46fb11 AbstractElasticIndex: Rename getActions to getDeleteActions by David Pursehouse · 7 years ago
  62. cb13335 Hoist declaration of TestName up to GerritBaseTests by David Pursehouse · 7 years ago
  63. 8c058bf Elasticsearch: Add tests for queries against version 5 by David Pursehouse · 7 years ago
  64. 33be879 MatchQueryBuilder: Don't use deprecated "match" query by Marco Miller · 7 years ago
  65. 16e1dcc Elasticsearch: Add an adapter to support V5 by David Pursehouse · 7 years ago
  66. 09fdc3e GroupField: Change UUID fields' type to KEYWORD by David Pursehouse · 7 years ago
  67. 90db6de Elasticsearch: Encapsulate supported versions in an enum by David Pursehouse · 7 years ago
  68. 33ad7ee Elasticsearch: Tidy up Javadoc in builders package by David Pursehouse · 7 years ago
  69. a640fc3 ElasticRestClientProvider: Detect Elasticsearch version by David Pursehouse · 7 years ago
  70. c07dc94 Convert ElasticRestClientBuilder to a provider by David Pursehouse · 7 years ago
  71. 390c042 AbstractElasticIndex: Move generation of index name to ElasticConfiguration by David Pursehouse · 7 years ago
  72. c99a18c ElasticIndexVersionDiscovery: Convert to Java stream API by David Pursehouse · 7 years ago
  73. 63e278f ElasticVersionManager: Use correct configuration value for prefix by David Pursehouse · 7 years ago
  74. 9f001d2 Elasticsearch: Refactor generation of bulk requests by Marco Miller · 7 years ago
  75. 21d015e AbstractElasticIndex: Don't mention "change" in exception message by David Pursehouse · 7 years ago
  76. b900abd Elasticsearch builders: fix the Eclipse warnings by Marco Miller · 7 years ago
  77. 7e18f1a Add 'docker' tag to build rules for Elasticsearch tests by David Pursehouse · 7 years ago
  78. c337290 ElasticContainer: Allow to specify the docker container version to create by David Pursehouse · 7 years ago
  79. 7f87063 ElasticContainer: Include cause in AssumptionViolatedException by David Pursehouse · 7 years ago
  80. ba6fc47 ElasticContainer: Create with static method by David Pursehouse · 7 years ago
  81. 5f40a6a Acceptance tests: Replace embedded ES with docker testcontainer by David Ostrovsky · 7 years ago
  82. 9b4b09e Elasticsearch: replace native API in prod w/ REST by Marco Miller · 7 years ago
  83. 764af7d Acceptance tests: Remove ES bootstrap boilerplate by David Ostrovsky · 7 years ago
  84. 6ca35fa Remove duplication between both index modules by Hugo Arès · 7 years ago
  85. 6dcaddf Delete index after each test in elasticsearch tests by David Pursehouse · 7 years ago
  86. 767f8f2 Run reindex test against Elasticsearch in addition to Lucene by Hugo Arès · 7 years ago
  87. 48e7d8b Fix flaky Elasticsearch tests by Hugo Arès · 7 years ago
  88. ebf9f4e AbstractElasticIndex: Open XContentBuilder in try-with-resource by David Pursehouse · 7 years ago
  89. 436fba1 Elasticsearch BUILD: remove unneeded dependencies by Marco Miller · 7 years ago
  90. 84e3787 Elasticsearch lib: extract Jest into its own (lib) by Marco Miller · 7 years ago
  91. 4c28986 Fix star icon not highlighted in change list on UI by Borui Tao · 7 years ago
  92. ebda572 Fix the "red" change size on elasticsearch site UI by Borui Tao · 7 years ago
  93. b309ae4 Align ElasticIndexModule with LuceneIndexModule by Hugo Arès · 7 years ago
  94. 37d47e9 Only bind index {start/activate} if needed by Hugo Arès · 7 years ago
  95. e5dc28f Index start/activate commands: fix Elastic support by Marco Miller · 7 years ago
  96. 8cd3ecb ElasticTestUtils: also reuse index name constants by Marco Miller · 7 years ago
  97. db5b37e Fix init with elasticsearch and companion reindex by Marco Miller · 7 years ago
  98. 029e576 ElasticChangeIndex: reuse change index name string by Marco Miller · 7 years ago
  99. 54664c1 Add account predicate that checks if user can see a certain change by Edwin Kempin · 8 years ago
  100. 0fcb6ac Remove 'flaky' tag from elasticsearch tests by David Pursehouse · 8 years ago