aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8798 delete maven module sonar-searchSébastien Lesaint2017-09-059-747/+0
|
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-051-1/+1
| | | | with support for loggers configuration through LogLevelConfig, all three rolling strategies (time, size and none) and almost the same log pattern (shortening of logger names is a big different in log4j)
* SONAR-8798 remove setting "index.number_of_replicas"Daniel Schwarz2017-08-092-35/+0
|
* SONAR-8798 removed SearchServer and EsServerHolderDaniel Schwarz2017-08-092-328/+0
|
* SONAR-8798 Upgrade packaged Elasticsearch to 5.5.1Daniel Schwarz2017-08-091-3/+0
| | | | Update of maven dependency, the packaged Elasticsearch version, add empty plugins subdirectory and minor other changes
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-092-13/+10
| | | | package org.elasticsearch.client:transport and most of its dependencies into sonar-application.jar; do not open Elasticsearch's http port by default
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-091-12/+0
| | | | specifying them as node properties is not supported in ES 5.X and causes failure at startup
* SONAR-8798 start and monitor ES script from main processSébastien Lesaint2017-08-091-0/+3
|
* SONAR-8798 update EsTester to support ES 5.XDaniel Schwarz2017-08-091-0/+3
|
* SONAR-8798 make integration tests runDaniel Schwarz2017-08-092-11/+10
| | | | Elasticsearch http is always enabled, default port is 9010
* SONAR-8798 SearchServer starts external ES 5 processDaniel Schwarz2017-08-095-145/+200
| | | | | | This includes to package Elasticsearch 5.0.2 in the SonarQube application This change is required, because Elasticsearch versions later 5 do not provide support for running Elasticsearch “embedded” anymore.
* 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
| | | | Multicast is now a plugin in ES 2 and 5 and does not have to be disabled anymore
* SONAR-8798 compile with ES 5.0.0Sébastien Lesaint2017-08-093-20/+32
|
* SONAR-9514 Disable automatic creation of unknown Elasticsearch indicesSimon Brandhof2017-07-221-1/+2
|
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
|
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-121-1/+1
|
* SONAR-9134 Define the minimum number of ES master nodesEric Hartmann2017-05-045-41/+150
| | | | | | | In cluster mode, there'll be 2 master nodes by default. In standalone mode, only 1 master node by default A new property sonar.search.initialStateTimeout allows to handle the startup timeout.
* SONAR-9133 Define the number of ES replicasEric Hartmann2017-05-042-10/+49
| | | | | | New property added sonar.search.replicas to define the number of ES replicas When this property is not set, in standalone mode this value will be 0 and in cluster mode, this value will be 1
* SONAR-9062 Use the network interface defined by sonar.search.host when ↵Simon Brandhof2017-04-111-1/+1
| | | | resolving sonar.search.port=0
* SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name ↵Eric Hartmann2017-03-173-5/+4
| | | | (#1795)
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-242-2/+5
| | | | | | | which implies: 1/ to distinguish from Monitored#getStatus() = UP and OPERATIONAL 2/ to have an option of Monitor to wait on process's status to be OPERATIONAL 3/ every Monitored implementation must return OPERATIONAL rather than UP if then don't make a distinction between the two
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-242-7/+9
| | | | by replacing Monitored#isUp() by Monitored#getStatus()
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-12/+0
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-191-2/+7
| | | | and decrease usages of Hamcrest
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-108-16/+16
|
* Fix Quality flawsSimon Brandhof2017-01-021-1/+1
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* Automatic merge from branch-6.2ssjenka2016-12-012-5/+8
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-6.2: SONAR-8335 rename LogDomain#ES_CLIENT to LogDomain#ES SONAR-8335 add IT on dynamic log level change SONAR-8335 make changing root level change level of all loggers SONAR-8335 add missing coverage on jmx log property SONAR-8335 drop dead code ServerLogging#getCurrentLogFile SONAR-8335 move RootLoggerConfig out of LogbackHelper SONAR-8335 move LogBackHelper to subpackage logging
| * SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-011-1/+3
| |
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
| |
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-3/+3
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-11-211-1/+1
| |
| * [maven-release-plugin] prepare release 6.2-RC16.2-RC1David Rautureau2016-11-211-1/+1
| |
* | Prepare for next development iterationDavid Rautureau2016-11-211-1/+1
|/
* SONAR-8335 support global log level in ES JVM as we do for other JVMSébastien Lesaint2016-11-182-7/+66
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-1/+2
|
* SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-162-3/+25
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-161-1/+2
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-162-2/+8
| | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE
* SONAR-8333 restore process name in logsSébastien Lesaint2016-11-162-2/+4
| | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore
* SONAR-8333 make ES log into its own log fileSébastien Lesaint2016-11-163-16/+45
|
* Improve handling of some thread interruptionsSimon Brandhof2016-09-211-4/+5
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-161-1/+1
|
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-1/+1
| | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* Fix compatibility of ES with KOPFSimon Brandhof2016-08-041-1/+1
| | | | Only for DEV purpose !