Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8547 Get MSSQL driver from Maven central | Simon Brandhof | 2016-12-16 | 1 | -0/+0 |
| | | | | MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources. | ||||
* | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 2 | -5/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | * 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 make changing root level change level of all loggers | Sébastien Lesaint | 2016-12-01 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | |||||
* | | Automatic merge from branch-6.2 | ssjenka | 2016-12-01 | 1 | -2/+2 |
|\| | | | | | | | | | * origin/branch-6.2: SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler | ||||
| * | SONAR-8415 Low max memory of main process can lead to OOM in log Gobbler | Simon Brandhof | 2016-12-01 | 1 | -2/+2 |
| | | | | | | Simply increase memory of app process from 3MB to 8MB | ||||
* | | SONAR-7959 Remove ppc64 arch from wrapper | Simon Brandhof | 2016-11-30 | 11 | -0/+27 |
|/ | |||||
* | SONAR-5430 Update SSO properties in order to start with "sonar.web.sso" | Julien Lancelot | 2016-11-28 | 1 | -26/+28 |
| | |||||
* | SONAR-8340 add documentation of rolling policy applied to 4 log files | Sébastien Lesaint | 2016-11-18 | 1 | -0/+3 |
| | |||||
* | SONAR-8335 support global log level in ES JVM as we do for other JVM | Sébastien Lesaint | 2016-11-18 | 1 | -3/+3 |
| | |||||
* | SONAR-8298 clarify that session timeout is about inactivity | Simon Brandhof | 2016-11-17 | 1 | -1/+3 |
| | |||||
* | SONAR-8332 change default access log pattern to include SQ's HTTP request ID | Sébastien Lesaint | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.properties | Sébastien Lesaint | 2016-11-17 | 1 | -17/+0 |
| | |||||
* | SONAR-8383 expose association process -> log filename | Simon Brandhof | 2016-11-17 | 1 | -2/+1 |
| | |||||
* | SONAR-8340 document log format in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -3/+34 |
| | |||||
* | SONAR-8338 add documentation for new properties in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -0/+5 |
| | |||||
* | SONAR-8337 add documentation for new properties in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -0/+6 |
| | |||||
* | SONAR-8336 add documentation for new properties in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -1/+6 |
| | |||||
* | SONAR-8341 add INFO log in App when SQ is done starting | Sébastien Lesaint | 2016-11-16 | 1 | -2/+16 |
| | |||||
* | SONAR-8335 most accurate property rather than lowest level must apply | Sébastien Lesaint | 2016-11-16 | 2 | -1/+12 |
| | |||||
* | SONAR-8335 better error reporting on property values and UT coverage | Sébastien Lesaint | 2016-11-16 | 1 | -12/+48 |
| | |||||
* | SONAR-8335 document new properties in sonar.properties | Sébastien Lesaint | 2016-11-16 | 1 | -1/+9 |
| | |||||
* | SONAR-8335 support properties to configure log level per JVM | Sébastien Lesaint | 2016-11-16 | 2 | -4/+5 |
| | |||||
* | SONAR-8298 Ability to configure timeout of web sessions | Simon Brandhof | 2016-11-16 | 1 | -0/+4 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 3 | -65/+304 |
| | | | | | | 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 | -10/+14 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore | ||||
* | SONAR-8332 document use of %reqAttribute{ID} in access logs + add IT | Sébastien Lesaint | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | SONAR-8351 Configure HTTP proxy URL from bootstrap process | Simon Brandhof | 2016-11-09 | 2 | -15/+97 |
| | | | | | | | 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. | ||||
* | SONAR-8351 Clean-up AppTest | Simon Brandhof | 2016-11-09 | 1 | -33/+21 |
| | |||||
* | Fix maths in sonar.properties | Nicolas Bontoux | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | SONAR-5430 User authentication by HTTP header | Julien Lancelot | 2016-10-27 | 1 | -0/+27 |
| | |||||
* | Revert "SONAR-5430 User authentication by HTTP header - WIP" | Julien Lancelot | 2016-10-27 | 1 | -27/+0 |
| | | | | This reverts commit 59616bcca284f82727fa1c0f9da25aa66eaf3fd8. | ||||
* | SONAR-5430 User authentication by HTTP header - WIP | Julien Lancelot | 2016-10-27 | 1 | -0/+27 |
| | |||||
* | Fix Quality flaws, including handling of InterruptedException | Simon Brandhof | 2016-10-05 | 2 | -13/+15 |
| | |||||
* | fixing quality flaws (mostly Java NIO slow methods usage) | Sébastien Lesaint | 2016-09-28 | 1 | -6/+7 |
| | |||||
* | SONAR-7909 reset sharedMemory at startup | Sébastien Lesaint | 2016-09-09 | 2 | -3/+30 |
| | |||||
* | 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 |
| | | |||||
* | | SONAR-7989 remove AJP support in embedded tomcat | Sébastien Lesaint | 2016-08-25 | 1 | -3/+0 |
| | | |||||
* | | SONAR-7893 end of support of MSSQL 2008 | Simon Brandhof | 2016-08-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'branch-5.6' | Sébastien Lesaint | 2016-08-24 | 2 | -0/+18 |
|\| | |||||
| * | SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp files | Sébastien Lesaint | 2016-08-24 | 2 | -0/+18 |
| | | | | | | | | these temp file are especially used when uploading | ||||
* | | 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 | -2/+2 |
| | | | | | | | | | | 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-7581 ability to have user login in access.log | Simon Brandhof | 2016-08-06 | 1 | -0/+2 |
| | | |||||
* | | SONAR-7908 ability to disable Elasticsearch process | Simon Brandhof | 2016-08-03 | 2 | -13/+52 |
| | | |||||
* | | SONAR-7910 support sonar.cluster.web.disabled | Simon Brandhof | 2016-08-03 | 1 | -1/+4 |
| | | |||||
* | | SONAR-7909 support sonar.cluster.ce.disabled | Simon Brandhof | 2016-08-03 | 1 | -1/+3 |
| | | |||||
* | | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 2 | -18/+0 |
| | |