Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/branch-5.2' | Stas Vilchik | 2015-10-22 | 1 | -1/+1 |
|\ | |||||
| * | SONAR-6167 add MSSQL2014 and SQL Azure to sonar.properties | Simon Brandhof | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.2-RC35.2-RC3 | Thomas Vérin | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from branch-5.1 | Jenkins CI | 2015-10-14 | 1 | -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 zip | Simon Brandhof | 2015-10-13 | 1 | -2/+2 |
| | | |||||
* | | Upgrade version to 5.3-SNAPSHOT | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
|/ | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC25.2-RC2 | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Fix Xms java option of sonar.web.javaOpts | Simon Brandhof | 2015-10-12 | 1 | -1/+1 |
| | | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m" | ||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 2 | -14/+14 |
| | |||||
* | Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonar | Simon Brandhof | 2015-10-09 | 1 | -4/+0 |
| | |||||
* | Improve the description of property sonar.log.level in sonar.properties | Simon Brandhof | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-6914 Change default sizes of HTTP and DB pools | Simon Brandhof | 2015-10-09 | 1 | -1/+4 |
| | |||||
* | SONAR-6863 improve mssql section of sonar.properties | Koushik Dasgupta | 2015-10-05 | 1 | -6/+10 |
| | |||||
* | SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵ | Koushik Dasgupta | 2015-09-29 | 1 | -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 logs | Simon Brandhof | 2015-09-27 | 1 | -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 version | Julien Lancelot | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | SONAR-6552 fix bad merge | Simon Brandhof | 2015-09-17 | 2 | -13/+0 |
| | | | | | - fix ruby activerecord adapter - do not package jtds.jar | ||||
* | SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1 | Julien Lancelot | 2015-09-17 | 4 | -7/+6 |
| | |||||
* | Improve warnings about sonar.search.port/host in sonar.properties | Simon Brandhof | 2015-09-09 | 1 | -1/+2 |
| | |||||
* | Add support of Oracle 12c in sonar.properties | Simon Brandhof | 2015-09-03 | 1 | -3/+3 |
| | |||||
* | Remove misleading comment about Xms in sonar.properties | Simon Brandhof | 2015-08-26 | 1 | -6/+0 |
| | |||||
* | SONAR-6445 reduce max memory of bootstrap process to 3Mb | Simon Brandhof | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | SONAR-6607 Update SQ Java to version 3.4 (fix assembly) | Julien HENRY | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | SONAR-6607 Update SQ Java to version 3.4 | Julien HENRY | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Rename variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -4/+4 |
| | |||||
* | Quality flaws | Simon Brandhof | 2015-06-29 | 1 | -1/+4 |
| | | | | | - do not declare multiple variables on same line - fix imports | ||||
* | Fix logging of warnings when JDBC URL is not correct | Simon Brandhof | 2015-06-26 | 1 | -2/+2 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-21 | 1 | -10/+9 |
| | |||||
* | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -4/+6 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-06-05 | 3 | -3/+3 |
| | |||||
* | SONAR-6370 remove concept of core plugin | Simon Brandhof | 2015-06-05 | 1 | -8/+0 |
| | |||||
* | SONAR-6370 merge sonar-email-notifications-plugin into server module | Simon Brandhof | 2015-06-05 | 1 | -8/+1 |
| | |||||
* | Remove Dead code | David Gageot | 2015-06-03 | 1 | -1/+0 |
| | |||||
* | FIX application zip should contain a top level dir | David Gageot | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Support unzipped sonarqube-application | David Gageot | 2015-06-03 | 2 | -3/+6 |
| | | | | | | | mci -Ddev \ -Dassembly.format=dir \ -Dassembly.includeBaseDirectory=false \ -Dassembly.checksum=false | ||||
* | SONAR-3821 Drop any Maven dependency | Julien HENRY | 2015-06-03 | 2 | -14/+2 |
| | |||||
* | Drop L10n english plugin | Simon Brandhof | 2015-06-01 | 1 | -7/+0 |
| | |||||
* | Replace references to jira.codehaus.org by jira.sonarsource.com | Simon Brandhof | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 1 | -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 plugin | Simon Brandhof | 2015-05-28 | 1 | -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-io | Simon Brandhof | 2015-05-15 | 2 | -4/+4 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -7/+7 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6445 Decrease the max memory used by server bootstrapper process | Simon Brandhof | 2015-04-22 | 1 | -2/+1 |
| | |||||
* | SONAR-6434 Stop the support of Oracle 10g | Simon Brandhof | 2015-04-20 | 1 | -3/+3 |
| |