summaryrefslogtreecommitdiffstats
path: root/gerrit-lucene
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.14' into stable-2.15Hugo Arès2018-04-241-55/+22
|\
| * Remove duplication between both index modulesHugo Arès2018-04-241-43/+22
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2018-04-111-1/+1
|\|
| * Revert "Remove unneeded nested MultiVersionModule class"Hugo Arès2018-04-101-2/+9
| * Remove unneeded nested MultiVersionModule classHugo Arès2018-04-101-9/+2
| * Only bind index {start/activate} if neededHugo Arès2018-04-101-1/+1
* | Fix binding of VersionManagerDavid Pursehouse2018-04-101-2/+1
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2018-04-101-0/+1
|\|
| * Index start/activate commands: fix Elastic supportMarco Miller2018-04-091-0/+2
* | Merge branch 'stable-2.14' into stable-2.15David Pursehouse2018-03-301-16/+0
|\|
| * Fix init with elasticsearch and companion reindexMarco Miller2018-03-291-16/+0
| * Add account predicate that checks if user can see a certain changeEdwin Kempin2018-03-221-0/+3
* | Add account predicate that checks if user can see a certain changeEdwin Kempin2018-03-251-0/+3
* | Merge branch 'stable-2.14' into stable-2.15Hugo Arès2018-02-081-1/+1
|\|
| * Merge branch stable-2.13' into stable-2.14Hugo Arès2018-02-081-1/+1
| |\
| | * LuceneVersionManager: Fix log error messagesHector Oswaldo Caballero2018-02-081-2/+2
| * | Properly await termination of all index executor threads on shutdownEdwin Kempin2017-11-091-7/+0
* | | Properly await termination of all index executor threads on shutdownEdwin Kempin2017-11-031-7/+0
* | | Cache instances of type InternalGroup instead of AccountGroup by UUIDAlice Kober-Sotzek2017-09-131-1/+1
* | | Base group index on new class InternalGroupAlice Kober-Sotzek2017-09-131-17/+20
* | | Move general index classes from gerrit-server to gerrit-indexDave Borowitz2017-08-149-36/+38
* | | Start moving index code to gerrit-index directoryDave Borowitz2017-08-146-7/+7
* | | Remove FieldDef.FillArgsDave Borowitz2017-08-104-12/+5
* | | Remove ChangeData factory method used only by old index schemasDave Borowitz2017-08-101-8/+3
* | | Add test for online index schema migrationDave Borowitz2017-06-282-18/+38
* | | Add hasReviewStarted, pendingReviewers to ChangeLogan Hanks2017-06-141-0/+24
* | | Encapsulate lucene index dir name structure inside LuceneVersionManager.getDirSaša Živkov2017-05-264-7/+7
* | | Merge branch 'stable-2.14'David Pursehouse2017-05-261-1/+1
|\| |
| * | Add missing "_" to a caller of LuceneVersionManager.getDirSaša Živkov2017-05-261-1/+1
* | | Merge branch 'stable-2.14'David Pursehouse2017-04-261-193/+14
|\| |
| * | Index: Extract common parts into AbstractVersionManagerDariusz Luksza2017-04-261-193/+14
* | | Merge branch 'stable-2.14'David Pursehouse2017-04-262-24/+1
|\| |
| * | ES: Implement online reindex for ElasticSearchDariusz Luksza2017-04-262-24/+1
* | | ChangeFinder: Dedup results when subindexes are usedDave Borowitz2017-04-191-1/+1
* | | Remove unnecessary final modifiersDavid Ostrovsky2017-04-021-4/+4
* | | Callable: Replace classes with lambda expressionDavid Ostrovsky2017-04-011-30/+8
* | | Add reviewers by email to ChangeIndexPatrick Hiesel2017-03-271-0/+11
* | | Runnable: replace anonymous class with lambdaDavid Ostrovsky2017-03-261-21/+18
* | | Adapt the use of @Inject and @AssistedInjectPatrick Hiesel2017-03-231-2/+2
|/ /
* | Reduce FieldDef boilerplate with a builderDave Borowitz2017-03-101-6/+6
* | Merge "Ensure constants are declared as immutable collections"Dave Borowitz2017-03-081-2/+1
|\ \
| * | Ensure constants are declared as immutable collectionsDave Borowitz2017-03-081-2/+1
* | | Always pass an Executor to Futures methodsGerrit Code Review2017-03-081-1/+3
|/ /
* | Store the number of unresolved comments in change indexChangcheng Xiao2017-02-131-0/+12
* | Assign unused Future return value to a variableDave Borowitz2017-02-071-27/+31
* | Format all Java files with google-java-formatDave Borowitz2017-02-0712-475/+408
* | Remove Buck based buildDavid Ostrovsky2017-01-231-41/+0
* | Avoid Multimap implementation create methodsDave Borowitz2017-01-181-3/+4
* | Prefer subtypes of MultimapDave Borowitz2017-01-181-17/+25
* | Merge "Index admin user account that is created during init"David Pursehouse2017-01-121-3/+4
|\ \