aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/branch-5.2'Stas Vilchik2015-10-221-1/+1
|\
| * SONAR-6167 add MSSQL2014 and SQL Azure to sonar.propertiesSimon Brandhof2015-10-211-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | Automatic merge from branch-5.1Jenkins CI2015-10-141-2/+2
|\| | | | | | | | | | | | | | | | | * origin/branch-5.2: Improve message when trying to install a non-plugin JAR Fix enforcer rule about size of zip Fix reliability of NetworkUtils#freePort() Fix Maven warnings SONAR-6219 Fix ruby warning "don't put space before argument parentheses"
| * Fix enforcer rule about size of zipSimon Brandhof2015-10-131-2/+2
| |
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Fix Xms java option of sonar.web.javaOptsSimon Brandhof2015-10-121-1/+1
| | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m"
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-092-14/+14
|
* Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonarSimon Brandhof2015-10-091-4/+0
|
* Improve the description of property sonar.log.level in sonar.propertiesSimon Brandhof2015-10-091-1/+1
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-091-1/+4
|
* SONAR-6863 improve mssql section of sonar.propertiesKoushik Dasgupta2015-10-051-6/+10
|
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵Koushik Dasgupta2015-09-291-2/+9
| | | | | | installed in Windows Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-3/+2
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* SONAR-6587 Update SVN plugin to latest versionJulien Lancelot2015-09-251-1/+1
|
* SONAR-6552 fix bad mergeSimon Brandhof2015-09-172-13/+0
| | | | | - fix ruby activerecord adapter - do not package jtds.jar
* SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1Julien Lancelot2015-09-174-7/+6
|
* Improve warnings about sonar.search.port/host in sonar.propertiesSimon Brandhof2015-09-091-1/+2
|
* Add support of Oracle 12c in sonar.propertiesSimon Brandhof2015-09-031-3/+3
|
* Remove misleading comment about Xms in sonar.propertiesSimon Brandhof2015-08-261-6/+0
|
* SONAR-6445 reduce max memory of bootstrap process to 3MbSimon Brandhof2015-08-251-1/+1
|
* SONAR-6607 Update SQ Java to version 3.4 (fix assembly)Julien HENRY2015-07-221-0/+1
|
* SONAR-6607 Update SQ Java to version 3.4Julien HENRY2015-07-221-1/+1
|
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-4/+4
|
* Quality flawsSimon Brandhof2015-06-291-1/+4
| | | | | - do not declare multiple variables on same line - fix imports
* Fix logging of warnings when JDBC URL is not correctSimon Brandhof2015-06-261-2/+2
|
* Fix quality flawsSimon Brandhof2015-06-211-10/+9
|
* Cleanup warningsGabor Liptak2015-06-171-4/+6
|
* Fix quality flawsSimon Brandhof2015-06-053-3/+3
|
* SONAR-6370 remove concept of core pluginSimon Brandhof2015-06-051-8/+0
|
* SONAR-6370 merge sonar-email-notifications-plugin into server moduleSimon Brandhof2015-06-051-8/+1
|
* Remove Dead codeDavid Gageot2015-06-031-1/+0
|
* FIX application zip should contain a top level dirDavid Gageot2015-06-031-1/+1
|
* Support unzipped sonarqube-applicationDavid Gageot2015-06-032-3/+6
| | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-032-14/+2
|
* Drop L10n english pluginSimon Brandhof2015-06-011-7/+0
|
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-291-2/+2
|
* Extract an interface from org.sonar.process.ProcessCommandsSimon Brandhof2015-05-291-1/+2
| | | | | Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock.
* SONAR-6370 drop core pluginSimon Brandhof2015-05-281-7/+0
| | | | | The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins.
* Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-152-4/+4
|
* Useless codeDavid Gageot2015-05-121-1/+1
|
* Redundant throws clause in testsDavid Gageot2015-05-073-7/+7
|
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
|
* SONAR-6445 Decrease the max memory used by server bootstrapper processSimon Brandhof2015-04-221-2/+1
|
* SONAR-6434 Stop the support of Oracle 10gSimon Brandhof2015-04-201-3/+3
|