aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-9292 Fix missing JUL logs at startupEric Hartmann2017-05-313-0/+97
|
* Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-123-7/+6
|
* SONAR-9134 Define the minimum number of ES master nodesEric Hartmann2017-05-041-0/+2
| | | | | | | 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-041-0/+1
| | | | | | 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-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-271-0/+6
| | | | SONAR-8986 Add guava dependency
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-273-0/+83
|
* SONAR-9062 Use the network interface defined by sonar.search.host when ↵Simon Brandhof2017-04-114-105/+110
| | | | resolving sonar.search.port=0
* SONAR-7485 enable back Tomcat logs if trace if globally enabledSébastien Lesaint2017-04-043-6/+72
|
* Fix Quality flawsSimon Brandhof2017-03-281-11/+10
|
* SONAR-8935 Add a log when joining a clusterEric Hartmann2017-03-212-0/+53
|
* Improve reliability and speed of StopWatcherTestSimon Brandhof2017-03-194-14/+26
|
* SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name ↵Eric Hartmann2017-03-171-3/+1
| | | | (#1795)
* SONAR-8818 Rename members & interface propertiesEric Hartmann2017-03-131-4/+4
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-1310-224/+84
|
* Drop class LoopbackAddressSimon Brandhof2017-03-092-128/+0
| | | | Replaced by InetAddress#getLoopbackAddress() introduced in Java 1.7
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-248-30/+69
| | | | | | | 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-246-26/+37
| | | | by replacing Monitored#isUp() by Monitored#getStatus()
* Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-7/+0
|
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-11/+21
| | | | and decrease usages of Hamcrest
* Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1062-124/+124
|
* SONAR-8684 Cleanup code related to railsJulien Lancelot2017-01-262-150/+1
| | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com>
* SONAR-8335 add missing package-info to package loggingSébastien Lesaint2016-12-011-0/+23
|
* SONAR-8417 control auth event log with sonar.log.level.web.auth.eventSébastien Lesaint2016-12-011-1/+2
|
* Automatic merge from branch-6.2ssjenka2016-12-017-303/+818
|\ | | | | | | | | | | | | | | | | | | | | * 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 rename LogDomain#ES_CLIENT to LogDomain#ESSébastien Lesaint2016-12-012-5/+5
| |
| * SONAR-8335 add IT on dynamic log level changeSébastien Lesaint2016-12-011-1/+1
| |
| * SONAR-8335 make changing root level change level of all loggersSébastien Lesaint2016-12-015-101/+585
| |
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-012-49/+73
| |
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-2/+9
| |
| * [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-181-21/+7
|
* fix quality flawsSébastien Lesaint2016-11-171-1/+1
|
* SONAR-8383 add param "process" to api/system/logsSimon Brandhof2016-11-173-3/+45
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-172-42/+27
|
* SONAR-8338 add properties to control log level of JMX related loggersSébastien Lesaint2016-11-161-5/+17
|
* SONAR-8337 add properties to control ES log level in Web and CESébastien Lesaint2016-11-161-1/+2
|
* SONAR-8336 add properties to control SQL logs level in CE and WebSébastien Lesaint2016-11-161-1/+20
|
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-162-14/+98
|
* SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-161-4/+14
|
* SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-161-11/+42
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-161-15/+25
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-162-86/+155
| | | | | | 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-161-5/+101
| | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore