Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename pico *Module classes to *Container to not confuse with Sonar Module ↵ | Julien HENRY | 2013-02-11 | 1 | -100/+0 |
| | | | | concept | ||||
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 1 | -1/+1 |
| | | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task) | ||||
* | SONAR-3887 release lock when plugin license is not valid | Simon Brandhof | 2012-12-12 | 1 | -4/+3 |
| | |||||
* | SONAR-3895 remove unused code and fix quality flaws | Simon Brandhof | 2012-10-27 | 1 | -17/+1 |
| | |||||
* | Better testing | Simon Brandhof | 2012-10-26 | 1 | -2/+3 |
| | |||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 1 | -27/+2 |
| | | | | initializing db | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 1 | -12/+1 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -33/+34 |
| | | | | | | | | 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-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -0/+1 |
| | |||||
* | Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloader | simonbrandhof | 2011-05-27 | 1 | -1/+0 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 1 | -0/+151 |
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project |