Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -3/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -6/+5 |
| | |||||
* | 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. | ||||
* | 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 | ||||
* | 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. | ||||
* | SONAR-1514: Add support for a new Ant task to analyze projects | Evgeny Mandrikov | 2011-01-18 | 1 | -8/+8 |
| | | | | | | | | | | | * Add new environment - Ant. * Introduce new component (Reactor) in order to break dependency on MavenSession. * Add annotation SupportedEnvironment and corresponding check to BatchPluginRepository. To allow specify in which environments BatchExtension should be active. * Use this new annotation to disable MavenDependenciesSensor in Ant environment. | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 2 | -0/+253 |
value of rule parameters in Q profile console |