Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2469 refactor Module | simonbrandhof | 2011-05-25 | 1 | -174/+0 |
| | | | | | | SONAR-2469 instanciation strategy of batch extensions SONAR-2469 fix initialization of project | ||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 1 | -2/+5 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | Fix execution of PhasesTimeProfiler | Evgeny Mandrikov | 2011-03-29 | 1 | -10/+4 |
| | |||||
* | Reduce dependencies on database | Evgeny Mandrikov | 2011-03-12 | 1 | -1/+0 |
| | | | | | | * Remove unused method DefaultDecoratorContext#getSession() and as a result dependency on DatabaseSession * Replace DefaultIndex by SonarIndex in DefaultDecoratorContext and in DefaultSensorContext | ||||
* | SONAR-2272 Add EventBus | Evgeny Mandrikov | 2011-03-12 | 1 | -0/+2 |
| | |||||
* | Add ProfileLoader | Evgeny Mandrikov | 2011-03-11 | 1 | -2/+11 |
| | |||||
* | Introduce concept of module | Evgeny Mandrikov | 2011-02-22 | 1 | -81/+81 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | SONAR-2094 Do not delete ACTIVE_RULES rows when rules are disabled | simonbrandhof | 2011-02-03 | 1 | -1/+0 |
| | |||||
* | SONAR-2126: Change API to work with file system of a project | Evgeny Mandrikov | 2011-01-27 | 1 | -12/+12 |
| | | | | | | | | | | * Use language keys instead of objects. * ProjectFileSystem now BatchComponent, so DefaultProjectFileSystem uses benefits from injections and some old code was removed from it to improve immutability. * Small performance improvement for DefaultInputFile. | ||||
* | Move timemachine components from core plugin to batch + do not depend on ↵ | simonbrandhof | 2010-12-27 | 1 | -0/+4 |
| | | | | Snapshot in PastSnapshotLoader components + fix NPE when calculating variations on measures that are still not persisted | ||||
* | SONAR-2016 Sonar plugins and so extensions are not accessible from the Sonar ↵ | simonbrandhof | 2010-12-16 | 1 | -0/+1 |
| | | | | Maven plugin | ||||
* | SONAR-249 improve core components to load rules and metrics | simonbrandhof | 2010-11-29 | 1 | -3/+1 |
| | |||||
* | SONAR-249 add unit tests | simonbrandhof | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | SONAR-249: extract persistence layer from data index + dump measures at the ↵ | simonbrandhof | 2010-11-26 | 1 | -31/+18 |
| | | | | end of the batch instead of persisting them on the fly | ||||
* | SONAR-1556: When a language is specified with the 'sonar.language' property ↵ | Godin | 2010-11-23 | 1 | -7/+19 |
| | | | | but not supported, a clear message must be displayed | ||||
* | the property sonar.core.codeCoveragePlugin is not used when it's set from UI ↵ | simonbrandhof | 2010-09-30 | 1 | -1/+3 |
| | | | | console | ||||
* | SONAR-1711 Allow to exclude sources from code analysis based on cutoff date | simonbrandhof | 2010-09-26 | 1 | -2/+12 |
| | |||||
* | SONAR-1711 add a lock on SensorContext/DecoratorContext in order to avoid ↵ | simonbrandhof | 2010-09-24 | 1 | -0/+1 |
| | | | | creation of resources in methods saveViolation() and saveMeasure(). | ||||
* | * quality models : rename ModelProvider to ModelFinder | simonbrandhof | 2010-09-10 | 1 | -2/+2 |
| | | | | * fix some integration tests | ||||
* | * rename RuleProvider to RuleFinder | simonbrandhof | 2010-09-10 | 1 | -2/+2 |
| | | | | | * deprecate some classes in the rule API * add the parameter ValidationMessages to ProfileDefinition.createPrototype() | ||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+141 |
value of rule parameters in Q profile console |