Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Add missing line to clearly separate properties | Fabrice Bellingard | 2015-04-01 | 1 | -0/+1 | |
| | ||||||
* | Remove bad comment in code | Simon Brandhof | 2015-03-31 | 1 | -5/+0 | |
| | ||||||
* | Remove coupling of test with machine locale | Simon Brandhof | 2015-03-31 | 1 | -1/+2 | |
| | ||||||
* | Remove bad comment of sonar.properties about encoding | Simon Brandhof | 2015-03-30 | 2 | -4/+14 | |
| | | | | Encoding is UTF-8, but not ISO-8859-1 as documented. | |||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 9 | -194/+44 | |
| | ||||||
* | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 1 | -0/+2 | |
| | ||||||
* | Complete documentation of db section in sonar.properties | Simon Brandhof | 2015-03-09 | 1 | -2/+5 | |
| | ||||||
* | SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of ↵ | Eric Hartmann | 2015-02-21 | 1 | -2/+1 | |
| | | | | the ProcessCommand | |||||
* | Update the test, we are expecting that search is started before web. | Eric Hartmann | 2015-02-21 | 1 | -1/+1 | |
| | ||||||
* | SONAR-6036 use IPC (Inter Process Communication) for monitoring | Eric Hartmann | 2015-02-20 | 2 | -2/+3 | |
| | | | | processes | |||||
* | Fix links to documentation of plugins: ↵ | Simon Brandhof | 2015-02-20 | 1 | -2/+2 | |
| | | | | http://redirect.sonarsource.com/doc/plugin-library.html | |||||
* | SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.level | Simon Brandhof | 2015-02-19 | 1 | -2/+2 | |
| | ||||||
* | SONAR-5700 ability to change level of loggers of 3rd-party libraries | Simon Brandhof | 2015-02-19 | 1 | -5/+4 | |
| | ||||||
* | Support property sonar.log.debug (boolean) | Simon Brandhof | 2015-02-19 | 1 | -0/+2 | |
| | ||||||
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 6 | -79/+219 | |
| | ||||||
* | SONAR-6110 Drop support files for Linux PPC 64 | Julien Lancelot | 2015-02-13 | 1 | -564/+0 | |
| | ||||||
* | SONAR-6140 use JVM ciphers by default | Simon Brandhof | 2015-02-04 | 1 | -3/+9 | |
| | ||||||
* | SONAR-6139 Upgrade Tomcat from 7.0.54 to 8.0.18 | Simon Brandhof | 2015-02-02 | 1 | -2/+3 | |
| | | | | SONAR-6141 apply Mozilla recommandations for default ciphers (Intermediate Compatibility) | |||||
* | SONAR-6140 Ability to restrict list of HTTPS ciphers with the new propert ↵ | Simon Brandhof | 2015-02-02 | 1 | -0/+9 | |
| | | | | sonar.web.https.ciphers | |||||
* | SONAR-6115 SonarQube is slower whilst running with Java8 vs Java7 | Simon Brandhof | 2015-01-29 | 2 | -5/+9 | |
| | ||||||
* | Fix test | Julien HENRY | 2015-01-27 | 1 | -1/+4 | |
| | ||||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 1 | -11/+3 | |
| | ||||||
* | Fix quality flaws | Simon Brandhof | 2015-01-23 | 1 | -1/+13 | |
| | ||||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 5 | -10/+10 | |
| | ||||||
* | Automatic merge from branch-5.0 | Jenkins CI | 2015-01-07 | 1 | -11/+22 | |
|\ | | | | | | | | | | | | | * origin/branch-5.0: Improve documentation of memory settings Add missing sonar-testing-harness in sonar-maven-plugin module Fix documentation of JVM server mode | |||||
| * | Improve documentation of memory settings | Simon Brandhof | 2015-01-06 | 1 | -9/+19 | |
| | | ||||||
| * | Fix documentation of JVM server mode | Simon Brandhof | 2015-01-06 | 1 | -7/+8 | |
| | | ||||||
* | | Fix quality flaws | Simon Brandhof | 2015-01-06 | 1 | -6/+5 | |
|/ | ||||||
* | SONAR-6022 Update dead links pointing to documentation | Fabrice Bellingard | 2015-01-06 | 2 | -2/+2 | |
| | ||||||
* | Remove wront comment about file.encoding=UTF-8 in sonar.properties | Simon Brandhof | 2015-01-05 | 1 | -1/+0 | |
| | ||||||
* | Increase default ES max heap size from 256m to 1G | Simon Brandhof | 2014-12-02 | 1 | -1/+1 | |
| | ||||||
* | Increase default ES max heap size from 256m to 1G | Simon Brandhof | 2014-12-02 | 1 | -1/+1 | |
| | ||||||
* | SONAR-5828 Fix default value of property sonar.jdbc.maxActive | Simon Brandhof | 2014-11-04 | 3 | -6/+26 | |
| | ||||||
* | SONAR-5605 revert to mysql client cursor | Simon Brandhof | 2014-10-30 | 3 | -6/+3 | |
| | ||||||
* | Revert "Revert "SONAR-5605 MySQL: configure driver to use server side cursor ↵ | Julien Lancelot | 2014-10-23 | 3 | -3/+4 | |
| | | | | | | | | | and not client side cursor"" This reverts commit cbd911bcb1bc40510fdf56639ef7476612bec24c. Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien Lancelot | 2014-10-17 | 3 | -4/+3 | |
|\ | | | | | | | | | Conflicts: sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java |