Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Automatic merge from master | Jenkins CI | 2015-03-09 | 1 | -2/+5 |
|\ | | | | | | | | | | | * origin/master: Db migration: do not test presence of table as it does not work for table "events" on mssql Complete documentation of db section in sonar.properties | ||||
| * | Complete documentation of db section in sonar.properties | Simon Brandhof | 2015-03-09 | 1 | -2/+5 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | Automatic merge from master | Jenkins CI | 2015-03-05 | 1 | -6/+0 |
|\| | | | | | | | | | | | | | | | | | * origin/master: SONAR-5884 update coverage tooltips Fix quality flaws Fix indexing of issues -> mix functional and technical dates SONAR-4624 Add "won't fix" in the Administer Issues permission SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs Plugin | ||||
| * | SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs Plugin | Julien Lancelot | 2015-03-05 | 1 | -6/+0 |
| | | |||||
* | | Update pom to 5.2-SNAPSHOT | Julien Lancelot | 2015-02-27 | 1 | -1/+1 |
|/ | |||||
* | 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-6000 Merge cpd core plugin into the batch | Julien HENRY | 2015-02-16 | 1 | -7/+0 |
| | |||||
* | SONAR-6110 Drop support files for Linux PPC 64 | Julien Lancelot | 2015-02-13 | 2 | -567/+2 |
| | |||||
* | 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 |
| | |||||
* | SONAR-6105 Fix missing SVN and Git plugins | Julien HENRY | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Fix test | Julien HENRY | 2015-01-27 | 1 | -1/+4 |
| | |||||
* | SONAR-6105 Extract SVN and Git as standalone plugins | Julien HENRY | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | SONAR-6088 Remove old preview/h2 mode | Julien HENRY | 2015-01-27 | 3 | -11/+16 |
| | |||||
* | 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 |
| | |