summaryrefslogtreecommitdiffstats
path: root/gerrit-elasticsearch
Commit message (Expand)AuthorAgeFilesLines
* Remove 'flaky' tag from elasticsearch testsDavid Pursehouse2017-04-281-2/+0
* Update ES configuration in testsDariusz Luksza2017-04-281-4/+3
* Index: Extract common parts into AbstractVersionManagerDariusz Luksza2017-04-261-179/+12
* ES: Adds configuration for the JEST clientDariusz Luksza2017-04-263-4/+36
* ES: Allow to configure multiple ElasticSearch serversDariusz Luksza2017-04-266-52/+79
* ES: Implement online reindex for ElasticSearchDariusz Luksza2017-04-263-1/+308
* ES: Temporarily disable server discoveryDariusz Luksza2017-04-251-1/+3
* JestClientBuilder: Format with google-java-formatDavid Pursehouse2017-04-251-7/+4
* ES: Extract Jest client builder into separate classDariusz Luksza2017-04-255-51/+95
* Remove unused import and apply formatting in AbstractElasticIndexDariusz Luksza2017-04-251-2/+2
* Fix: Default values for Elastic index.* config valuesGustaf Lundh2017-04-251-9/+4
* ElasticChangeIndex: Fix reading ref state fieldsDavid Pursehouse2017-03-161-8/+11
* AbstractElasticIndex: Fix representation of repeated fieldsDavid Pursehouse2017-03-161-2/+10
* Reduce FieldDef boilerplate with a builderDave Borowitz2017-03-101-7/+6
* Store the number of unresolved comments in change indexChangcheng Xiao2017-02-131-0/+9
* Format all Java files with google-java-formatDave Borowitz2017-02-0711-345/+281
* Remove Buck based buildDavid Ostrovsky2017-01-231-51/+0
* Define ElasticQueryBuilder in AbstractElasticIndex instead of in each sub classDavid Pursehouse2017-01-164-7/+2
* Define Gson once in AbstractElasticIndex instead of in each sub classEdwin Kempin2017-01-144-19/+6
* Use null for FillArgs in Elastic Search account and group indexEdwin Kempin2017-01-132-6/+4
* Merge "Index admin user account that is created during init"David Pursehouse2017-01-121-5/+6
|\
| * Index admin user account that is created during initEdwin Kempin2017-01-111-5/+6
* | ElasticTestUtils needs dependency to "//gerrit-reviewdb:client"Edwin Kempin2017-01-122-0/+2
* | Merge changes from topic 'group-index'David Pursehouse2017-01-124-2/+322
|\|
| * Index groups that are created during initEdwin Kempin2017-01-111-3/+4
| * Implement group index for ElasticSearchEdwin Kempin2017-01-114-2/+321
* | ElasticAccountIndex: Fix indentationEdwin Kempin2017-01-111-1/+1
* | Cleanup ElasticAccountIndexEdwin Kempin2017-01-041-9/+5
|/
* Provide default implementation of stop() method in Index interfaceEdwin Kempin2017-01-032-8/+0
* Merge branch 'stable-2.13'David Pursehouse2016-12-312-0/+8
* Revert "Bazel: Disable elastic search test on Bazel CI"Dave Borowitz2016-12-161-2/+0
* elasticsearch: Always set up both change and account indexesDave Borowitz2016-12-164-58/+53
* Bazel: Disable elastic search test on Bazel CIDavid Ostrovsky2016-12-141-0/+2
* Bazel: Reformat build filesDavid Ostrovsky2016-12-071-56/+59
* Merge changes from topic 'reindex-if-stale'David Pursehouse2016-11-291-0/+16
|\
| * Store in index the state of all refs that contribute to a changeDave Borowitz2016-11-231-0/+16
* | Implement Account index for ElasticSearchDariusz Luksza2016-11-285-6/+325
* | Elastic Search: Split reusable code to utility classesDariusz Luksza2016-11-286-150/+231
* | ElasticChangeIndex: Fix typo in exception messageDavid Pursehouse2016-11-251-1/+1
|/
* ElasticChangeIndex: Fix case when PATCH_SET field not requestedDave Borowitz2016-11-221-1/+5
* Add missing dependency for buck testZhen Chen2016-11-171-0/+1
* Extend tests of owner: search with trailing slashDavid Pursehouse2016-11-171-0/+12
* Merge "ElasticQueryBuilder: Use Java 8's Instant instead of Joda's DateTime"David Pursehouse2016-11-161-5/+6
|\
| * ElasticQueryBuilder: Use Java 8's Instant instead of Joda's DateTimeDavid Pursehouse2016-11-161-5/+6
* | Name Elasticsearch indexes the same way it's done for LuceneHugo Arès2016-11-153-9/+14
* | Remove injection annotations from constructor in AbstractElasticIndexHugo Arès2016-11-151-4/+1
|/
* Remove gerrit-index folderHugo Arès2016-11-145-5/+3
* Merge "Bazel: Set slow tests to size="large""David Pursehouse2016-11-101-1/+1
|\
| * Bazel: Set slow tests to size="large"David Ostrovsky2016-11-091-1/+1
* | bazel: use 'flaky' attribute for flaky tests.Han-Wen Nienhuys2016-11-081-0/+1
|/