| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the classes RulesManager and DaoFacade. | Simon Brandhof | 2012-05-23 | 2 | -5/+1 |
* | SONAR-3126 Add check for same server ID when launching a batch | Fabrice Bellingard | 2012-05-18 | 2 | -4/+43 |
* | Remove warnings | David Gageot | 2012-04-27 | 1 | -1/+0 |
* | SONAR-3224 API: support Ruby on Rails applications | Simon Brandhof | 2012-03-22 | 1 | -2/+2 |
* | Remove Hibernate from the component org.sonar.api.config.Settings | Simon Brandhof | 2012-03-12 | 1 | -2/+2 |
* | SONAR-3292 improve messages when database is not up-to-date | Simon Brandhof | 2012-03-07 | 2 | -2/+63 |
* | SONAR-3208 new extension point to declare tree of resource types | Simon Brandhof | 2012-02-22 | 1 | -0/+2 |
* | SONAR-3209 Add new batch component - FileLinesContextFactory | Evgeny Mandrikov | 2012-02-09 | 1 | -0/+2 |
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 15 | -15/+15 |
* | Fix some quality flaws | simonbrandhof | 2011-12-31 | 1 | -1/+0 |
* | SONAR-983 index the project from a dedicated post-job in order to optimize SQ... | simonbrandhof | 2011-12-30 | 1 | -2/+0 |
* | SONAR-3116 throw an exception if skipping the root module | Simon Brandhof | 2011-12-23 | 1 | -2/+1 |
* | SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ... | Simon Brandhof | 2011-12-23 | 1 | -0/+2 |
* | Refactor the packages of sonar-core | Simon Brandhof | 2011-12-22 | 4 | -8/+8 |
* | SONAR-2968 Do not force to add the root project to the property sonar.include... | simonbrandhof | 2011-12-20 | 1 | -7/+15 |
* | Sonar Persistence API refactoring | Fabrice Bellingard | 2011-12-14 | 1 | -1/+1 |
* | Remove 2 commented-out lines + add a DEBUG log when excluding plugin | Simon Brandhof | 2011-11-14 | 1 | -2/+1 |
* | Fix loading of file exclusions - do not cache exclusions in Project | simonbrandhof | 2011-11-11 | 1 | -5/+3 |
* | Fix violations | Evgeny Mandrikov | 2011-11-07 | 2 | -2/+0 |
* | SONAR-2967 extract the new component ProjectFilter from ProjectTree | simonbrandhof | 2011-11-04 | 2 | -0/+74 |
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 1 | -2/+0 |
* | SONAR-2642 add DAOs to picocontainer + improve unit tests | Simon Brandhof | 2011-10-26 | 1 | -0/+4 |
* | SONAR-2642 first step to integration mybatis | Simon Brandhof | 2011-10-25 | 2 | -3/+49 |
* | SONAR-2796 Display which directories Sonar will use during analysis | Evgeny Mandrikov | 2011-10-24 | 1 | -7/+0 |
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 1 | -12/+1 |
* | SONAR-2861 fix loading of the property sonar.core.codeCoveragePlugin | Simon Brandhof | 2011-10-10 | 3 | -13/+19 |
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 8 | -167/+209 |
* | SONAR-2692 allow ExtensionProvider#provide() to return null | Simon Brandhof | 2011-08-12 | 1 | -5/+7 |
* | Add method findById to UserFinder and make it available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -0/+2 |
* | SONAR-2598 NotificationManager should be available as BatchComponent | Evgeny Mandrikov | 2011-07-25 | 1 | -0/+2 |
* | SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURES | Simon Brandhof | 2011-07-12 | 1 | -2/+0 |
* | SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc... | Simon Brandhof | 2011-07-07 | 2 | -1/+3 |
* | Log when dry run is enabled | simonbrandhof | 2011-06-26 | 1 | -1/+5 |
* | Revert move of TimeMachineConfigution | Simon Brandhof | 2011-06-22 | 1 | -0/+2 |
* | SONAR-2497 Merge i18n plugin with core | Simon Brandhof | 2011-06-21 | 1 | -4/+8 |
* | SONAR-2505 support measure variations | Simon Brandhof | 2011-06-21 | 1 | -2/+0 |
* | Fix violations | Evgeny Mandrikov | 2011-06-20 | 1 | -1/+1 |
* | SONAR-2505 support tracking of violations on dry runs | Simon Brandhof | 2011-06-17 | 2 | -3/+0 |
* | SONAR-2505 core components which write to database are disabled on dry runs | Simon Brandhof | 2011-06-15 | 8 | -22/+89 |
* | Fix some minor violations | simonbrandhof | 2011-06-10 | 1 | -2/+3 |
* | Add javadoc to org.sonar.api.platform.PluginRepository | simonbrandhof | 2011-06-10 | 1 | -1/+0 |
* | Merge remote branch 'upstream/master' | simonbrandhof | 2011-06-10 | 4 | -55/+198 |
|\ |
|
| * | SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaks | Evgeny Mandrikov | 2011-06-08 | 4 | -55/+198 |
* | | SONAR-2507 support deprecated directory /extensions/rules/ | simonbrandhof | 2011-06-10 | 2 | -69/+27 |
* | | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 3 | -102/+124 |
|/ |
|
* | SONAR-2497 add logs | Simon Brandhof | 2011-06-03 | 1 | -11/+13 |
* | SONAR-2497 Add batch properties to include/exclude plugins to load | Simon Brandhof | 2011-06-03 | 1 | -6/+35 |
* | Fix loading of metric formulas when defined in plugins | Simon Brandhof | 2011-05-31 | 3 | -10/+21 |
* | SONAR-2475 remove org.sonar.api.checks.checkers and org.sonar.api.checks.prof... | simonbrandhof | 2011-05-27 | 1 | -1/+0 |
* | Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloader | simonbrandhof | 2011-05-27 | 5 | -10/+6 |