Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | SONAR-8333 make ES log into its own log file | Sébastien Lesaint | 2016-11-16 | 1 | -0/+22 |
| | |||||
* | Improve stability of ProcessUtilsTest on slow box | Simon Brandhof | 2016-11-11 | 1 | -3/+8 |
| | |||||
* | SONAR-8351 Configure HTTP proxy URL from bootstrap process | Simon Brandhof | 2016-11-09 | 1 | -0/+7 |
| | | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes. | ||||
* | fixing quality flaws (mostly Java NIO slow methods usage) | Sébastien Lesaint | 2016-09-28 | 1 | -6/+6 |
| | |||||
* | Fix instability of LogbackHelper | Simon Brandhof | 2016-09-28 | 1 | -1/+15 |
| | |||||
* | Improve handling of some thread interruptions | Simon Brandhof | 2016-09-21 | 2 | -1/+3 |
| | |||||
* | Improve thread-safe initialization of SLF4J | Simon Brandhof | 2016-09-21 | 1 | -14/+1 |
| | | | | | http://jira.qos.ch/browse/SLF4J-167 has been fixed in SLF4J 1.7.14 so that the initialization trick can be removed from SonarQube. | ||||
* | Prepare for next development iteration | David Rautureau | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | SONAR-7909 reset sharedMemory at startup | Sébastien Lesaint | 2016-09-09 | 2 | -67/+96 |
| | |||||
* | Merge branch 'branch-5.6' | Sébastien Lesaint | 2016-09-09 | 1 | -1/+1 |
|\ | |||||
| * | SONAR-7884 update default Update Center URL to HTTPS | Sébastien Lesaint | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-25 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.6.15.6.1 | David Rautureau | 2016-07-25 | 1 | -3/+2 |
| | | |||||
| * | set next dev version to 5.6.1-SNAPSHOT | Tom | 2016-06-27 | 1 | -1/+1 |
| | | |||||
* | | fix coverage of DefaultProcessCommands | Sébastien Lesaint | 2016-08-25 | 1 | -38/+85 |
| | | |||||
* | | SONAR-7989 remove AJP support in embedded tomcat | Sébastien Lesaint | 2016-08-25 | 1 | -5/+0 |
| | | |||||
* | | SONAR-7825 rename ProcessCommands#systemInfoUrl to #httpUrl | Sébastien Lesaint | 2016-08-23 | 3 | -8/+8 |
| | | |||||
* | | SONAR-7825 alter CE HTTP server for general use | Sébastien Lesaint | 2016-08-23 | 2 | -193/+0 |
| | | |||||
* | | SONAR-7960 add task UUID to logs | Sébastien Lesaint | 2016-08-16 | 1 | -3/+3 |
| | | |||||
* | | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabled | Sébastien Lesaint | 2016-08-16 | 2 | -4/+3 |
| | | | | | | | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error | ||||
* | | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 1 | -16/+12 |
| | | |||||
* | | SONAR-7910 support sonar.cluster.web.disabled | Simon Brandhof | 2016-08-03 | 1 | -0/+2 |
| | | |||||
* | | SONAR-7909 support sonar.cluster.ce.disabled | Simon Brandhof | 2016-08-03 | 1 | -0/+2 |
| | | |||||
* | | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 1 | -2/+0 |
| | | |||||
* | | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 1 | -2/+2 |
| | | |||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-20 | 1 | -2/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1 | ||||
| * | | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | [maven-release-plugin] prepare release 6.0-RC16.0-RC1 | David Rautureau | 2016-07-20 | 1 | -3/+2 |
| | | | |||||
* | | | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
|/ / | |||||
* | | SONAR-7741 upgrade OK HTTP to 3.3.1 | Sébastien Lesaint | 2016-07-11 | 2 | -4/+4 |
| | | |||||
* | | fix various quality flaws | Sébastien Lesaint | 2016-07-07 | 1 | -4/+3 |
| | | |||||
* | | Disable tests using symlink on Windows | Julien HENRY | 2016-07-05 | 1 | -0/+5 |
| | | |||||
* | | Remove unused constants in ProcessProperties | Simon Brandhof | 2016-06-10 | 1 | -7/+0 |
| | | |||||
* | | Automatic merge from branch-5.6 | ssjenka | 2016-06-09 | 1 | -15/+2 |
|\| | | | | | | | | | * origin/branch-5.6: Remove useless declaration of animal-sniffer-maven-plugin | ||||
| * | Remove useless declaration of animal-sniffer-maven-plugin | Simon Brandhof | 2016-06-09 | 1 | -15/+2 |
| | | |||||
| * | Update version to 5.6-SNAPSHOT | Tom | 2016-06-01 | 1 | -1/+1 |
| | |