Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Upgrade to 3.1-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.16 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 | |
| | ||||||
* | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 | |
| | ||||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 1 | -27/+21 | |
| | | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation) | |||||
* | SONAR-2959 Add the property sonar.showSql | Simon Brandhof | 2012-01-12 | 2 | -52/+15 | |
| | ||||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 2 | -2/+2 | |
| | ||||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 | |
| | ||||||
* | Remove the field %logger from Logback configuration of Maven plugins | simonbrandhof | 2011-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fix loading of Gradle global properties | simonbrandhof | 2011-11-13 | 1 | -2/+1 | |
| | ||||||
* | Limit size of the logger field in logs | simonbrandhof | 2011-11-12 | 1 | -1/+1 | |
| | ||||||
* | Add logger to Maven2 logback configuration | simonbrandhof | 2011-11-11 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 1 | -5/+0 | |
| | ||||||
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 1 | -0/+5 | |
| | ||||||
* | SONAR-2914 Add the parameter sonar.verbose | Simon Brandhof | 2011-10-18 | 1 | -1/+9 | |
| | ||||||
* | SONAR-2719 add brackets to timestamp | Simon Brandhof | 2011-10-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2719 support Maven 3 | Simon Brandhof | 2011-10-10 | 1 | -3/+31 | |
| | ||||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 2 | -36/+23 | |
| | ||||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -1/+1 | |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 | |
| | ||||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 | |
| | ||||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 | |
| | ||||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -6/+5 | |
| | ||||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 | |
| | ||||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 | |
| | ||||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2298 Fix bug, when root project not a first one in Maven reactor | Evgeny Mandrikov | 2011-05-06 | 1 | -1/+1 | |
| | | | | This situation shouldn't lead to partial analysis. | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 | |
| | ||||||
* | Replace enum Environment by class EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 1 | -4/+17 | |
| | | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 2 | -2/+2 | |
| | ||||||
* | SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5 | Evgeny Mandrikov | 2011-01-29 | 1 | -43/+16 | |
| | | | | | | | * Restore context ClassLoader after execution of Maven plugin. * Add abstract implementation of MavenPluginExecutor to reduce duplications in concrete implementations for different Maven versions. | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 1 | -1/+1 | |
| |