aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8547 Get MSSQL driver from Maven centralSimon Brandhof2016-12-161-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.2ssjenka2016-12-012-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 loggersSébastien Lesaint2016-12-011-1/+2
| |
| * SONAR-8335 move RootLoggerConfig out of LogbackHelperSébastien Lesaint2016-12-011-2/+3
| |
| * SONAR-8335 move LogBackHelper to subpackage loggingSébastien Lesaint2016-12-012-3/+3
| |
* | Automatic merge from branch-6.2ssjenka2016-12-011-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 GobblerSimon Brandhof2016-12-011-2/+2
| | | | | | Simply increase memory of app process from 3MB to 8MB
* | SONAR-7959 Remove ppc64 arch from wrapperSimon Brandhof2016-11-3011-0/+27
|/
* SONAR-5430 Update SSO properties in order to start with "sonar.web.sso"Julien Lancelot2016-11-281-26/+28
|
* SONAR-8340 add documentation of rolling policy applied to 4 log filesSébastien Lesaint2016-11-181-0/+3
|
* SONAR-8335 support global log level in ES JVM as we do for other JVMSébastien Lesaint2016-11-181-3/+3
|
* SONAR-8298 clarify that session timeout is about inactivitySimon Brandhof2016-11-171-1/+3
|
* SONAR-8332 change default access log pattern to include SQ's HTTP request IDSébastien Lesaint2016-11-171-3/+3
|
* SONAR-8338 SONAR-8337 SONAR-8336 remove doc from sonar.propertiesSébastien Lesaint2016-11-171-17/+0
|
* SONAR-8383 expose association process -> log filenameSimon Brandhof2016-11-171-2/+1
|
* SONAR-8340 document log format in sonar.propertiesSébastien Lesaint2016-11-161-3/+34
|
* SONAR-8338 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+5
|
* SONAR-8337 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-0/+6
|
* SONAR-8336 add documentation for new properties in sonar.propertiesSébastien Lesaint2016-11-161-1/+6
|
* SONAR-8341 add INFO log in App when SQ is done startingSébastien Lesaint2016-11-161-2/+16
|
* SONAR-8335 most accurate property rather than lowest level must applySébastien Lesaint2016-11-162-1/+12
|
* SONAR-8335 better error reporting on property values and UT coverageSébastien Lesaint2016-11-161-12/+48
|
* SONAR-8335 document new properties in sonar.propertiesSébastien Lesaint2016-11-161-1/+9
|
* SONAR-8335 support properties to configure log level per JVMSébastien Lesaint2016-11-162-4/+5
|
* SONAR-8298 Ability to configure timeout of web sessionsSimon Brandhof2016-11-161-0/+4
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-163-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 logsSébastien Lesaint2016-11-162-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 ITSébastien Lesaint2016-11-151-0/+1
|
* SONAR-8351 Configure HTTP proxy URL from bootstrap processSimon Brandhof2016-11-092-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 AppTestSimon Brandhof2016-11-091-33/+21
|
* Fix maths in sonar.propertiesNicolas Bontoux2016-11-021-1/+1
|
* SONAR-5430 User authentication by HTTP headerJulien Lancelot2016-10-271-0/+27
|
* Revert "SONAR-5430 User authentication by HTTP header - WIP"Julien Lancelot2016-10-271-27/+0
| | | | This reverts commit 59616bcca284f82727fa1c0f9da25aa66eaf3fd8.
* SONAR-5430 User authentication by HTTP header - WIPJulien Lancelot2016-10-271-0/+27
|
* Fix Quality flaws, including handling of InterruptedExceptionSimon Brandhof2016-10-052-13/+15
|
* fixing quality flaws (mostly Java NIO slow methods usage)Sébastien Lesaint2016-09-281-6/+7
|
* SONAR-7909 reset sharedMemory at startupSébastien Lesaint2016-09-092-3/+30
|
* Merge branch 'branch-5.6'Sébastien Lesaint2016-09-091-1/+1
|\
| * SONAR-7884 update default Update Center URL to HTTPSSébastien Lesaint2016-09-081-1/+1
| |
* | SONAR-7989 remove AJP support in embedded tomcatSébastien Lesaint2016-08-251-3/+0
| |
* | SONAR-7893 end of support of MSSQL 2008Simon Brandhof2016-08-241-1/+1
| |
* | Merge branch 'branch-5.6'Sébastien Lesaint2016-08-242-0/+18
|\|
| * SONAR-7896 set env var TMPDIR to make JRuby use SQ tmp dir for tmp filesSébastien Lesaint2016-08-242-0/+18
| | | | | | | | these temp file are especially used when uploading
* | SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-161-1/+1
| |
* | SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-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.logSimon Brandhof2016-08-061-0/+2
| |
* | SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-032-13/+52
| |
* | SONAR-7910 support sonar.cluster.web.disabledSimon Brandhof2016-08-031-1/+4
| |
* | SONAR-7909 support sonar.cluster.ce.disabledSimon Brandhof2016-08-031-1/+3
| |
* | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-292-18/+0
| |