aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)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
|
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
|
* 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-5856 Rewrite Settings page (#1163)Stas Vilchik2016-09-011-2/+2
| |
* | SONAR-7989 remove AJP support in embedded tomcatSébastien Lesaint2016-08-251-3/+0
| |
* | Increase expected zip max sizeJulien Lancelot2016-08-251-1/+1
| |
* | 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
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| |
| * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-1/+1
| |
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
| |
* | 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
| |
* | Fix merge of branch-6.0Simon Brandhof2016-07-241-0/+10
|\ \
| * | Document entropy source in sonar.propertiesSimon Brandhof2016-07-221-0/+4
| | |
| * | Document property sonar.auth.jwtBase64Hs256SecretSimon Brandhof2016-07-221-0/+6
| | |
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-201-1/+1
| | |
| * | [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-201-1/+1
| | |
* | | prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|/ /
* | Fix Quality flawsSimon Brandhof2016-07-181-2/+1
| |
* | SONAR-7797 Upgrade the distributed pluginsJulien Lancelot2016-07-151-1/+1
| |
* | Automatic merge from branch-5.6ssjenka2016-06-211-7/+9
|\| | | | | | | | | * origin/branch-5.6: Fix documentation of properties *.javaOpts
| * Fix documentation of properties *.javaOptsSimon Brandhof2016-06-201-7/+9
| |
* | Automatic merge from branch-5.6ssjenka2016-06-131-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 correctSimon Brandhof2016-06-131-2/+1
| |
| * Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
| |
| * Release 5.65.6Tom2016-06-011-1/+1
| |
| * prepare for next development iteration on release branchTom2016-05-271-1/+1
| |
| * release 5.6-RC2Tom2016-05-271-1/+1
| |
* | SONAR-7616 apply new default JVM settings of ES 2.3Simon Brandhof2016-05-311-3/+3
| |
* | SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-312-2/+3
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-274-4/+2
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7652 fix connection to SQL AzureSimon Brandhof2016-05-262-0/+0
| | | | | | | | | | Support of SSL connection is fixed by upgrading to Microsoft driver 4.2.
| * SONAR-7653 remove useless codeSimon Brandhof2016-05-261-2/+0
| | | | | | | | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
| * SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-261-2/+2
| | | | | | | | this option is dropped from java 8
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | prepare for next development iterationTom2016-05-201-1/+1
|/
* SONAR-7580 jdbc_url default value is computed or set by JdbcSettingsSébastien Lesaint2016-05-122-62/+156
| | | | it used to be hardcoded to jdbc:h2:tcp://localhost:9092/sonar, which did not take into account the optionaly specified embedded database port property
* 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
|