aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search/src
Commit message (Collapse)AuthorAgeFilesLines
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-121-1/+1
|
* SONAR-9134 Define the minimum number of ES master nodesEric Hartmann2017-05-044-41/+145
| | | | | | | 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()
* 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>
* 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
|
* 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
|
* 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 !
* SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-033-96/+52
|
* Fix Quality flawsSimon Brandhof2016-06-161-1/+1
|
* SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-314-37/+46
|
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
| | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-053-3/+39
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-254-29/+51
|
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-212-2/+2
| | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
* SONAR-7330 delete ES script "ListUpdate"Simon Brandhof2016-02-294-361/+5
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-1310-10/+10
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0510-40/+40
|
* SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-1/+3
|
* Fix quality flaws (sorry for previous commit)Simon Brandhof2015-11-271-13/+9
|
* Fix quality flawsSimon Brandhof2015-11-271-1/+3
|
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-061-1/+1
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-2/+1
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-2/+2
|
* Quality flawsSimon Brandhof2015-06-292-2/+6
| | | | | - do not declare multiple variables on same line - fix imports
* Cleanup warningsGabor Liptak2015-06-171-1/+3
|
* Useless codeDavid Gageot2015-05-122-10/+10
|
* Redundant throws clause in testsDavid Gageot2015-05-073-4/+4
|
* Avoid automatic creation of indicesSimon Brandhof2015-04-211-3/+5
|
* Fix quality flawsSimon Brandhof2015-03-311-2/+3
|
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-306-146/+100
|
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-272-1/+46
|
* Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-172-3/+2
| | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-194-27/+93
|