Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | SONAR-9134 Define the minimum number of ES master nodes | Eric Hartmann | 2017-05-04 | 4 | -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 replicas | Eric Hartmann | 2017-05-04 | 2 | -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 Brandhof | 2017-04-11 | 1 | -1/+1 |
| | | | | resolving sonar.search.port=0 | ||||
* | SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name ↵ | Eric Hartmann | 2017-03-17 | 3 | -5/+4 |
| | | | | (#1795) | ||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 2 | -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 start | Sébastien Lesaint | 2017-02-24 | 2 | -7/+9 |
| | | | | by replacing Monitored#isUp() by Monitored#getStatus() | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 8 | -16/+16 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 1 | -1/+3 |
| | |||||
* | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 1 | -2/+3 |
| | |||||
* | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -3/+3 |
| | |||||
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 2 | -7/+66 |
| | |||||
* | SONAR-8383 expose association process -> log filename | Simon Brandhof | 2016-11-17 | 1 | -1/+2 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 2 | -3/+25 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 2 | -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 logs | Sébastien Lesaint | 2016-11-16 | 2 | -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 file | Sébastien Lesaint | 2016-11-16 | 3 | -16/+45 |
| | |||||
* | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 1 | -4/+5 |
| | |||||
* | SONAR-7960 add task UUID to logs | Sébastien Lesaint | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled | Sébastien Lesaint | 2016-08-16 | 1 | -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 KOPF | Simon Brandhof | 2016-08-04 | 1 | -1/+1 |
| | | | | Only for DEV purpose ! | ||||
* | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 3 | -96/+52 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | SONAR-7653 upgrade to Elasticsearch 2.3.3 | Simon Brandhof | 2016-05-31 | 4 | -37/+46 |
| | |||||
* | SONAR-7653 remove useless code | Simon Brandhof | 2016-05-26 | 1 | -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 HTTP | Simon Brandhof | 2016-04-05 | 3 | -3/+39 |
| | |||||
* | SONAR-7436 Monitoring of CE process in system WS and console | Simon Brandhof | 2016-03-25 | 4 | -29/+51 |
| | |||||
* | SONAR-7435 rename state when process is done starting from ready to up | Sébastien Lesaint | 2016-03-21 | 2 | -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 Brandhof | 2016-02-29 | 4 | -361/+5 |
| | |||||
* | Use INFO level by default in unit tests | Simon Brandhof | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 10 | -10/+10 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -40/+40 |
| | |||||
* | SONAR-7140 Do not check java.io.tmpdir in bootstrap process | Simon Brandhof | 2015-12-14 | 1 | -1/+3 |
| | |||||
* | Fix quality flaws (sorry for previous commit) | Simon Brandhof | 2015-11-27 | 1 | -13/+9 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-11-27 | 1 | -1/+3 |
| | |||||
* | SONAR-6830 add WS api/system/logs and api/system/change_log_level | Simon Brandhof | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 1 | -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 tests | Simon Brandhof | 2015-07-16 | 1 | -2/+2 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 2 | -2/+6 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -1/+3 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 2 | -10/+10 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -4/+4 |
| | |||||
* | Avoid automatic creation of indices | Simon Brandhof | 2015-04-21 | 1 | -3/+5 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-03-31 | 1 | -2/+3 |
| | |||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 6 | -146/+100 |
| | |||||
* | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 2 | -1/+46 |
| | |||||
* | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 2 | -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 production | Simon Brandhof | 2015-02-19 | 4 | -27/+93 |
| |