Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-4069 Refactoring to fix issues with ProjectBuilder | Julien HENRY | 2013-01-16 | 1 | -133/+0 |
| | |||||
* | SONAR-2501 Add API to add test and covering | Julien Lancelot | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | SONAR-4069 Provide a new Task extension point | Julien HENRY | 2013-01-14 | 1 | -4/+4 |
| | | | | | * Running Sonar batch do not require to be on a project * Sonar project analysis is now a task (default task) | ||||
* | SONAR-3895 fix dependency of ExtensionProviders on commons-conf | Simon Brandhof | 2012-11-08 | 1 | -5/+9 |
| | |||||
* | SONAR-3895 optimize loading of project settings | Simon Brandhof | 2012-11-05 | 1 | -2/+0 |
| | |||||
* | SONAR-3895 load settings from web service | Simon Brandhof | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensions | Simon Brandhof | 2012-10-31 | 1 | -19/+15 |
| | |||||
* | SONAR-3895 Draft of export and can work when project doesn't exist | David Gageot | 2012-10-29 | 1 | -5/+5 |
| | |||||
* | SONAR-3895 remove unused code and fix quality flaws | Simon Brandhof | 2012-10-27 | 1 | -2/+0 |
| | |||||
* | SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵ | Simon Brandhof | 2012-10-26 | 1 | -44/+49 |
| | | | | initializing db | ||||
* | SONAR-2602 the extensions Language must not be declared with ↵ | Simon Brandhof | 2012-10-04 | 1 | -1/+2 |
| | | | | InstantiationStrategy=PER_BATCH | ||||
* | SONAR-3844 Drop the support of the deprecated property sonar.light | Simon Brandhof | 2012-10-02 | 1 | -0/+2 |
| | |||||
* | SONAR-2602 persist project language before execution of extensions | Simon Brandhof | 2012-09-28 | 1 | -15/+1 |
| | |||||
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 1 | -4/+0 |
| | | | | Both of them have been deprecated long time ago. | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 1 | -1/+1 |
| | | | | | * The root package should be org.sonar.core -> org.sonar.persistence is moved to org.sonar.core.persistence * Classes are grouped by functional domain (resource, review, rule, ...) | ||||
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 1 | -5/+3 |
| | |||||
* | SONAR-2796 Display which directories Sonar will use during analysis | Evgeny Mandrikov | 2011-10-24 | 1 | -7/+0 |
| | | | | | * Dedicated Initializer was created in order to do this. * Exclusions also displayed by this component. | ||||
* | SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin | Simon Brandhof | 2011-10-10 | 1 | -1/+2 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -36/+44 |
| | | | | | | | | 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-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -2/+0 |
| | |||||
* | Revert move of TimeMachineConfigution | Simon Brandhof | 2011-06-22 | 1 | -0/+2 |
| | |||||
* | SONAR-2505 support measure variations | Simon Brandhof | 2011-06-21 | 1 | -2/+0 |
| | |||||
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 1 | -2/+0 |
| | |||||
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 1 | -9/+10 |
| | |||||
* | Fix loading of metric formulas when defined in plugins | Simon Brandhof | 2011-05-31 | 1 | -10/+0 |
| | |||||
* | SONAR-2475 remove org.sonar.api.checks.checkers and ↵ | simonbrandhof | 2011-05-27 | 1 | -1/+0 |
| | | | | org.sonar.api.checks.profiles | ||||
* | SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -9/+2 |
| | |||||
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 1 | -0/+166 |
SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project |