aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* | 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
* | Document entropy source in sonar.propertiesSimon Brandhof2016-07-221-0/+4
* | Document property sonar.auth.jwtBase64Hs256SecretSimon Brandhof2016-07-221-0/+6
* | Fix Quality flawsSimon Brandhof2016-07-181-2/+1
* | Automatic merge from branch-5.6ssjenka2016-06-211-7/+9
|\|
| * Fix documentation of properties *.javaOptsSimon Brandhof2016-06-201-7/+9
* | Automatic merge from branch-5.6ssjenka2016-06-131-2/+1
|\|
| * SONAR-7752 Documentation of sonar.web.port in sonar.properties is not correctSimon Brandhof2016-06-131-2/+1
* | SONAR-7616 apply new default JVM settings of ES 2.3Simon Brandhof2016-05-311-3/+3
|/
* SONAR-7652 fix connection to SQL AzureSimon Brandhof2016-05-262-0/+0
* SONAR-7653 remove useless codeSimon Brandhof2016-05-261-2/+0
* SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-261-2/+2
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-122-62/+156
* SONAR-7260 Fix comment about mysql 5.6 in sonar.propertiesSimon Brandhof2016-05-121-3/+1
* SONAR-7422 do not delete sharememory file in tempDirSébastien Lesaint2016-05-102-4/+73
* SONAR-7429 defaults of HTTPS proxy are values of HTTP proxySimon Brandhof2016-04-141-2/+1
* SONAR-7411 drop support for HTTPs Tomcat connectorSébastien Lesaint2016-04-061-78/+6
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-311-0/+4
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-252-12/+11
* Fix documentation of CE section of sonar.propertiesSimon Brandhof2016-03-241-10/+7
* SONAR-6732 CE and WebServer must share the same startedAt dateSébastien Lesaint2016-03-212-12/+31
* SONAR-7435 reduce heap of both CE and WebServer to 512Sébastien Lesaint2016-03-211-2/+2
* SONAR-7435 add sonar.ce.javaOpts and sonar.ce.javaAdditionalOptsSébastien Lesaint2016-03-212-0/+15
* SONAR-7435 SQ processes should have constant process idsSébastien Lesaint2016-03-211-5/+10
* SONAR-7435 add CE process, never stops but does nothing yetSébastien Lesaint2016-03-212-22/+47
* SONAR-7429 Should be possible to specify "https.proxyHost" and "https.proxyPo...Simon Brandhof2016-03-111-1/+5
* SONAR-7430 Keep %l for format compatibilitySimon Brandhof2016-03-071-1/+1
* SONAR-7430 Wrong remote IP in access.log when server is behind a reverse proxySimon Brandhof2016-03-071-4/+7
* SONAR-7417 add sonar.ce.workerCount to sonar.propertiesSébastien Lesaint2016-03-041-0/+15
* SONAR-7125 use efficient delete dir method in sonar-processSébastien Lesaint2016-02-121-33/+1
* SONAR-7125 use nio to clean temp directory at startupSébastien Lesaint2016-02-121-2/+35
* SONAR-7154 never delete temp dir, only delete its content if existsSébastien Lesaint2016-02-052-10/+23
* SONAR-7122 Drop the ability to customize the web app contextSimon Brandhof2016-02-021-4/+0
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
* SONAR-7168 fileSystem must be reset during a restartSébastien Lesaint2016-01-185-107/+341