summaryrefslogtreecommitdiffstats
path: root/gerrit-elasticsearch
Commit message (Expand)AuthorAgeFilesLines
* ElasticVersionTest: Align tested versions w/ ElasticContainer last onesMarco Miller2018-09-061-3/+2
* ElasticVersionTest#version6: Add missing test for V6_4David Pursehouse2018-09-061-0/+1
* Add support for Elasticsearch 6.4.0David Pursehouse2018-09-047-4/+11
* Upgrade elasticsearch-rest-client to 6.4.0David Pursehouse2018-09-043-10/+14
* ElasticVersion: Say 'Unsupported' rather than 'Invalid'David Pursehouse2018-09-042-7/+7
* ElasticQueryAdapter: Move isV6 method to ElasticVersion and simplifyDavid Pursehouse2018-09-043-6/+13
* ElasticContainer: Test against Elasticsearch version 5.6.11David Pursehouse2018-09-031-1/+1
* ElasticRestClientProvider: Make client field volatileDavid Pursehouse2018-08-291-1/+1
* AbstractElasticIndexer: Specify charset for InputStreamReaderDavid Pursehouse2018-08-291-1/+1
* Upgrade elasticsearch-rest-client to 6.3.2David Pursehouse2018-07-271-1/+1
* Elasticsearch tests: remove password duplicationMarco Miller2018-07-134-4/+9
* Elasticsearch: Add char analyzer to ensure consistency of query resultsBorui Tao2018-07-123-4/+115
* Elasticsearch: remove overridden build assignmentMarco Miller2018-07-111-6/+0
* Elasticsearch: run no other test at the same timeMarco Miller2018-07-111-0/+1
* ElasticVersionTest: run it through bazel as wellMarco Miller2018-07-111-0/+19
* Elasticsearch: cover V5 and flaky V6 tests -for CIMarco Miller2018-07-111-13/+47
* Split Elasticsearch query tests into separate rulesDave Borowitz2018-07-111-4/+10
* Elasticsearch: remove unnecessary test build depsMarco Miller2018-07-101-6/+0
* Update elasticsearch-rest-client to 6.3.1David Pursehouse2018-07-061-1/+1
* ElasticTestUtils: Set index.maxLimit as integer rather than stringDavid Pursehouse2018-07-041-1/+1
* ElasticConfigurationTest: Add tests for elasticsearch.maxRetryTimeoutDavid Pursehouse2018-07-041-0/+22
* ElasticConfigurationTest: Add tests for elasticsearch.prefixDavid Pursehouse2018-07-041-0/+10
* ElasticConfigurationTest: Add tests for elasticsearch.{username,password}David Pursehouse2018-07-041-3/+32
* ElasticConfiguration: Extract constants to staticsDavid Pursehouse2018-07-042-13/+29
* Elasticsearch: Simplify configuration of serversDavid Pursehouse2018-07-043-27/+109
* Revert "ElasticContainer: Limit heap usage for test containers"David Pursehouse2018-07-041-1/+0
* ElasticContainer: Limit heap usage for test containersDavid Pursehouse2018-07-031-0/+1
* Elasticsearch: Allow to omit the elasticsearch.usernameDavid Pursehouse2018-07-032-2/+7
* Test coverage for elasticsearch.username and elasticsearch.passwordDavid Pursehouse2018-07-035-5/+13
* Elasticsearch: Allow to configure REST client's retry timeoutDavid Pursehouse2018-07-022-14/+5
* ElasticConfiguration: Make hosts privateDavid Pursehouse2018-07-022-10/+10
* ElasticConfiguration: Log configured Elasticsearch hostnames as infoDavid Pursehouse2018-06-291-0/+6
* ElasticRestClientProvider: Store hosts as List instead of native arrayDavid Pursehouse2018-06-292-7/+8
* ElasticConfiguration: Remove unused maxConnectionIdleUnitDavid Pursehouse2018-06-291-1/+0
* Elasticsearch: Add support for version 6.3.0David Pursehouse2018-06-197-7/+17
* ElasticVersionTest: Add explicit test for 5.6.10David Pursehouse2018-06-191-0/+1
* ElasticContainer: Update to version 5.6.10David Pursehouse2018-06-191-1/+1
* Elasticsearch: Adapt version discovery for version 6David Pursehouse2018-06-153-13/+37
* Merge "ElasticContainer: replace the deprecated override" into stable-2.14David Pursehouse2018-06-121-1/+1
|\
| * ElasticContainer: replace the deprecated overrideMarco Miller2018-06-121-1/+1
* | Merge "ElasticVersion: remove redundant private modifier" into stable-2.14David Pursehouse2018-06-121-1/+1
|\ \
| * | ElasticVersion: remove redundant private modifierMarco Miller2018-06-121-1/+1
| |/
* | Merge "ElasticIndexVersionManager: remove unneeded type" into stable-2.14David Pursehouse2018-06-121-1/+1
|\ \
| * | ElasticIndexVersionManager: remove unneeded typeMarco Miller2018-06-121-1/+1
| |/
* / Elasticsearch: make package-private usage explicitMarco Miller2018-06-122-3/+3
|/
* Elasticsearch: fix changes index type for bulk callsBorui Tao2018-06-122-3/+14
* Elastic{Account,Group}Index: Move the static Logger right after classMarco Miller2018-06-122-2/+4
* Elastic{Account,Change,Group}Index: Make names/types explicitly privateMarco Miller2018-06-123-8/+5
* {Account,Change,Group}Mapping: Set package-privacyMarco Miller2018-06-113-11/+11
* AbstractElasticIndex: Make type field protectedDavid Pursehouse2018-06-104-7/+1