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