Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for next development iteration | Simon Brandhof | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Prepare for next development iteration | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | Release 6.5-M26.5-M2 | Simon Brandhof | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | SONAR-9292 Fix missing JUL logs at startup | Eric Hartmann | 2017-05-31 | 3 | -0/+97 |
| | |||||
* | Prepare for next development version 6.5-SNAPSHOT | Simon Brandhof | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | Consistent safeguard timeouts in JUnit tests | Simon Brandhof | 2017-05-12 | 3 | -7/+6 |
| | |||||
* | SONAR-9134 Define the minimum number of ES master nodes | Eric Hartmann | 2017-05-04 | 1 | -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 replicas | Eric Hartmann | 2017-05-04 | 1 | -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 jobs | Eric Hartmann | 2017-04-27 | 1 | -0/+6 |
| | | | | SONAR-8986 Add guava dependency | ||||
* | SONAR-8986 add CeDistributedInformation | Sébastien Lesaint | 2017-04-27 | 3 | -0/+83 |
| | |||||
* | SONAR-9062 Use the network interface defined by sonar.search.host when ↵ | Simon Brandhof | 2017-04-11 | 4 | -105/+110 |
| | | | | resolving sonar.search.port=0 | ||||
* | SONAR-7485 enable back Tomcat logs if trace if globally enabled | Sébastien Lesaint | 2017-04-04 | 3 | -6/+72 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2017-03-28 | 1 | -11/+10 |
| | |||||
* | SONAR-8935 Add a log when joining a cluster | Eric Hartmann | 2017-03-21 | 2 | -0/+53 |
| | |||||
* | Improve reliability and speed of StopWatcherTest | Simon Brandhof | 2017-03-19 | 4 | -14/+26 |
| | |||||
* | SONAR-8938 Remove sonar.search.clusterName in favor of sonar.cluster.name ↵ | Eric Hartmann | 2017-03-17 | 1 | -3/+1 |
| | | | | (#1795) | ||||
* | SONAR-8818 Rename members & interface properties | Eric Hartmann | 2017-03-13 | 1 | -4/+4 |
| | |||||
* | SONAR-8816 automatic election of web leader in cluster mode | Simon Brandhof | 2017-03-13 | 10 | -224/+84 |
| | |||||
* | Drop class LoopbackAddress | Simon Brandhof | 2017-03-09 | 2 | -128/+0 |
| | | | | Replaced by InetAddress#getLoopbackAddress() introduced in Java 1.7 | ||||
* | SONAR-8435 log "SonarQube is up" if all processes are operational | Sébastien Lesaint | 2017-02-24 | 8 | -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 start | Sébastien Lesaint | 2017-02-24 | 6 | -26/+37 |
| | | | | by replacing Monitored#isUp() by Monitored#getStatus() | ||||
* | Drop unused Surefire config for skipping tests | Simon Brandhof | 2017-02-19 | 1 | -7/+0 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 2 | -11/+21 |
| | | | | and decrease usages of Hamcrest | ||||
* | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 62 | -124/+124 |
| | |||||
* | SONAR-8684 Cleanup code related to rails | Julien Lancelot | 2017-01-26 | 2 | -150/+1 |
| | | | | Signed-off-by: Julien Lancelot <julien.lancelot@sonarsource.com> | ||||
* | SONAR-8335 add missing package-info to package logging | Sébastien Lesaint | 2016-12-01 | 1 | -0/+23 |
| | |||||
* | SONAR-8417 control auth event log with sonar.log.level.web.auth.event | Sébastien Lesaint | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 7 | -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#ES | Sébastien Lesaint | 2016-12-01 | 2 | -5/+5 |
| | | |||||
| * | SONAR-8335 add IT on dynamic log level change | Sébastien Lesaint | 2016-12-01 | 1 | -1/+1 |
| | | |||||
| * | SONAR-8335 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 5 | -101/+585 |
| | | |||||
| * | SONAR-8335 move RootLoggerConfig out of LogbackHelper | Sébastien Lesaint | 2016-12-01 | 2 | -49/+73 |
| | | |||||
| * | SONAR-8335 move LogBackHelper to subpackage logging | Sébastien Lesaint | 2016-12-01 | 2 | -2/+9 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.2-RC16.2-RC1 | David Rautureau | 2016-11-21 | 1 | -1/+1 |
| | | |||||
* | | Prepare for next development iteration | David Rautureau | 2016-11-21 | 1 | -1/+1 |
|/ | |||||
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 1 | -21/+7 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | SONAR-8383 add param "process" to api/system/logs | Simon Brandhof | 2016-11-17 | 3 | -3/+45 |
| | |||||
* | SONAR-8383 expose association process -> log filename | Simon Brandhof | 2016-11-17 | 2 | -42/+27 |
| | |||||
* | SONAR-8338 add properties to control log level of JMX related loggers | Sébastien Lesaint | 2016-11-16 | 1 | -5/+17 |
| | |||||
* | SONAR-8337 add properties to control ES log level in Web and CE | Sébastien Lesaint | 2016-11-16 | 1 | -1/+2 |
| | |||||
* | SONAR-8336 add properties to control SQL logs level in CE and Web | Sébastien Lesaint | 2016-11-16 | 1 | -1/+20 |
| | |||||
* | SONAR-8341 add INFO log in App when SQ is done starting | Sébastien Lesaint | 2016-11-16 | 2 | -14/+98 |
| | |||||
* | SONAR-8335 most accurate property rather than lowest level must apply | Sébastien Lesaint | 2016-11-16 | 1 | -4/+14 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 1 | -11/+42 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 1 | -15/+25 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 2 | -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 logs | Sébastien Lesaint | 2016-11-16 | 1 | -5/+101 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore |