Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | -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-5856 Rewrite Settings page (#1163) | Stas Vilchik | 2016-09-01 | 1 | -2/+2 | |
| | | ||||||
* | | SONAR-7989 remove AJP support in embedded tomcat | Sébastien Lesaint | 2016-08-25 | 1 | -3/+0 | |
| | | ||||||
* | | Increase expected zip max size | Julien Lancelot | 2016-08-25 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |||||
| * | [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 | -1/+1 | |
| | | ||||||
| * | set next dev version to 5.6.1-SNAPSHOT | Tom | 2016-06-27 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-24 | 1 | -0/+10 | |
|\ \ | ||||||
| * | | Document entropy source in sonar.properties | Simon Brandhof | 2016-07-22 | 1 | -0/+4 | |
| | | | ||||||
| * | | Document property sonar.auth.jwtBase64Hs256Secret | Simon Brandhof | 2016-07-22 | 1 | -0/+6 | |
| | | | ||||||
| * | | [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 | -1/+1 | |
| | | | ||||||
* | | | prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix Quality flaws | Simon Brandhof | 2016-07-18 | 1 | -2/+1 | |
| | | ||||||
* | | SONAR-7797 Upgrade the distributed plugins | Julien Lancelot | 2016-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | Automatic merge from branch-5.6 | ssjenka | 2016-06-21 | 1 | -7/+9 | |
|\| | | | | | | | | | * origin/branch-5.6: Fix documentation of properties *.javaOpts | |||||
| * | Fix documentation of properties *.javaOpts | Simon Brandhof | 2016-06-20 | 1 | -7/+9 | |
| | | ||||||
* | | Automatic merge from branch-5.6 | ssjenka | 2016-06-13 | 1 | -2/+1 | |
|\| | | | | | | | | | | | * origin/branch-5.6: SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct Fix 2 links in javadoc of org.sonar.api.batch | |||||
| * | SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correct | Simon Brandhof | 2016-06-13 | 1 | -2/+1 | |
| | | ||||||
| * | Update version to 5.6-SNAPSHOT | Tom | 2016-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | Release 5.65.6 | Tom | 2016-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | prepare for next development iteration on release branch | Tom | 2016-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | release 5.6-RC2 | Tom | 2016-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7616 apply new default JVM settings of ES 2.3 | Simon Brandhof | 2016-05-31 | 1 | -3/+3 | |
| | | ||||||
* | | SONAR-7653 upgrade to Elasticsearch 2.3.3 | Simon Brandhof | 2016-05-31 | 2 | -2/+3 | |
| | |