aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8798 convert medium tests to unit testsDaniel Schwarz2017-08-0942-2270/+1851
* SONAR-8798 reduce Elasticsearch log level to "WARN" for unit testsDaniel Schwarz2017-08-092-1/+6
* SONAR-8798 fix date histogram boundsDaniel Schwarz2017-08-091-1/+1
* SONAR-8798 remove setting "index.number_of_replicas"Daniel Schwarz2017-08-094-37/+0
* SONAR-8798 removed SearchServer and EsServerHolderDaniel Schwarz2017-08-093-446/+0
* SONAR-8798 fix storing rule key in RuleExtensionDocDaniel Schwarz2017-08-093-7/+4
* SONAR-8798 allow "epoch_second" as alternative ES date formatDaniel Schwarz2017-08-097-35/+60
* SONAR-8798 Add parent-join pluginDaniel Schwarz2017-08-092-2/+6
* SONAR-8798 do not automatically create indexes, not even in unit testsDaniel Schwarz2017-08-091-0/+1
* SONAR-8798 apply all breaking changes of ES 5.5Daniel Schwarz2017-08-0911-32/+40
* SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1Daniel Schwarz2017-08-09108-113/+3976
* SONAR-8798 make ES read config files provided by SQSébastien Lesaint2017-08-098-15/+280
* SONAR-8798 path.home is useless with ES as an external processSébastien Lesaint2017-08-093-8/+3
* SONAR-8798 configure log4j to slf4j bridge for transport clientSébastien Lesaint2017-08-093-11/+44
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-0914-91/+209
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-0920-179/+412
* SONAR-8798 start and monitor ES script from main processSébastien Lesaint2017-08-0911-28/+721
* SONAR-8798 rename ProcessMonitorImpl to ProcessCommandsProcessMonitorSébastien Lesaint2017-08-095-59/+95
* SONAR-8798 rename JavaCommandFactory to CommandFactorySébastien Lesaint2017-08-096-19/+19
* SONAR-8798 rename JavaProcessLauncher to ProcessLauncherSébastien Lesaint2017-08-096-26/+27
* SONAR-8798 extract AbstractCommand from JavaCommandSébastien Lesaint2017-08-093-72/+158
* SONAR-8798 move confusing inner class JavaProcessLauncher#SystemProcessBuilderSébastien Lesaint2017-08-093-61/+83
* SONAR-8798 fix quality gate status facet of project measures indexDaniel Schwarz2017-08-091-8/+8
* SONAR-8798 arbitrary types like RuleType cannot be serialized by ES 5Daniel Schwarz2017-08-091-2/+4
* SONAR-8798 fix unit testsDaniel Schwarz2017-08-099-35/+56
* SONAR-8798 update EsTester to support ES 5.XDaniel Schwarz2017-08-096-81/+1194
* SONAR-8798 make integration tests runDaniel Schwarz2017-08-092-11/+10
* SONAR-8798 term_vector must be enabled for hightlighting on field tooSébastien Lesaint2017-08-093-5/+8
* SONAR-8798 support both text and keyword string field typesSébastien Lesaint2017-08-094-21/+94
* SONAR-8798 make MetaIndex.value stored to be able to retrieve itSébastien Lesaint2017-08-092-3/+11
* SONAR-8798 term_vector only an analyzed keyword fieldsSébastien Lesaint2017-08-093-6/+5
* SONAR-8798 SearchServer starts external ES 5 processDaniel Schwarz2017-08-09115-155/+2474
* SONAR-8798 property node.rack_id renamed to node.attr.rack_idDaniel Schwarz2017-08-091-1/+1
* SONAR-8798 do not set obsolete discovery.zen.ping.multicast.enabledDaniel Schwarz2017-08-091-2/+1
* SONAR-8798 drop Xmx limitation in quick-build.shSébastien Lesaint2017-08-091-1/+1
* SONAR-8798 compile with ES 5.0.0Sébastien Lesaint2017-08-0933-325/+319
* SONAR-8798 don't store _id in document bodies anymoreSébastien Lesaint2017-08-097-21/+35
* SONAR-8798 replace any usage of SearchType.SCAN by a scroll queryDaniel Schwarz2017-08-094-17/+22
* SONAR-8798 remove (anyways ignored) sorting for RuleIndex.searchAllDaniel Schwarz2017-08-091-1/+0
* SONAR-8798 prepare for setRefresh replaced by setRefreshPolicySébastien Lesaint2017-08-097-3/+13
* SONAR-8798 prepare for type change of ES property "norms"Sébastien Lesaint2017-08-091-2/+6
* SONAR-8798 prepare changing literal values for es property "index"Daniel Schwarz2017-08-096-17/+28
* SONAR-8798 prepare move from type STRING to type TEXT or KEYWORDSébastien Lesaint2017-08-0915-111/+115
* SONAR-8798 do not reference non existing field in queriesDaniel Schwarz2017-08-091-1/+2
* SONAR-8798 store index definition hashes in separate es indexDaniel Schwarz2017-08-0913-133/+380
* Use LinkedHashSet to make output order consistentJulien HENRY2017-08-081-2/+2
* Fix regression introduced during previous scanner hardeningJulien HENRY2017-08-085-81/+125
* SONAR-9576 More simple predicate to skip default status filterJulien HENRY2017-08-075-2/+20
* Fix testDuarte Meneses2017-08-072-25/+1
* Optimize copy of scanner measuresDuarte Meneses2017-08-076-31/+120