aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Remove the classes RulesManager and DaoFacade.Simon Brandhof2012-05-232-5/+1
* SONAR-3126 Add check for same server ID when launching a batch Fabrice Bellingard2012-05-182-4/+43
* Remove warningsDavid Gageot2012-04-271-1/+0
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-221-2/+2
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-121-2/+2
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-072-2/+63
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-0/+2
* SONAR-3209 Add new batch component - FileLinesContextFactoryEvgeny Mandrikov2012-02-091-0/+2
* Update copyright header for this new yearSimon Brandhof2012-01-1015-15/+15
* Fix some quality flawssimonbrandhof2011-12-311-1/+0
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-301-2/+0
* SONAR-3116 throw an exception if skipping the root moduleSimon Brandhof2011-12-231-2/+1
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-0/+2
* Refactor the packages of sonar-coreSimon Brandhof2011-12-224-8/+8
* SONAR-2968 Do not force to add the root project to the property sonar.include...simonbrandhof2011-12-201-7/+15
* Sonar Persistence API refactoringFabrice Bellingard2011-12-141-1/+1
* Remove 2 commented-out lines + add a DEBUG log when excluding pluginSimon Brandhof2011-11-141-2/+1
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-111-5/+3
* Fix violationsEvgeny Mandrikov2011-11-072-2/+0
* SONAR-2967 extract the new component ProjectFilter from ProjectTreesimonbrandhof2011-11-042-0/+74
* SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabledsimonbrandhof2011-10-301-2/+0
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-261-0/+4
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-252-3/+49
* SONAR-2796 Display which directories Sonar will use during analysisEvgeny Mandrikov2011-10-241-7/+0
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-12/+1
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-103-13/+19
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-078-167/+209
* SONAR-2692 allow ExtensionProvider#provide() to return nullSimon Brandhof2011-08-121-5/+7
* Add method findById to UserFinder and make it available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2598 NotificationManager should be available as BatchComponentEvgeny Mandrikov2011-07-251-0/+2
* SONAR-2610 Replace the table ASYNC_MEASURES_SNAPSHOTS by MANUAL_MEASURESSimon Brandhof2011-07-121-2/+0
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-072-1/+3
* Log when dry run is enabledsimonbrandhof2011-06-261-1/+5
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-221-0/+2
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-4/+8
* SONAR-2505 support measure variationsSimon Brandhof2011-06-211-2/+0
* Fix violationsEvgeny Mandrikov2011-06-201-1/+1
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-172-3/+0
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-158-22/+89
* Fix some minor violationssimonbrandhof2011-06-101-2/+3
* Add javadoc to org.sonar.api.platform.PluginRepositorysimonbrandhof2011-06-101-1/+0
* Merge remote branch 'upstream/master'simonbrandhof2011-06-104-55/+198
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-084-55/+198
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-102-69/+27
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-103-102/+124
|/
* SONAR-2497 add logsSimon Brandhof2011-06-031-11/+13
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-031-6/+35
* Fix loading of metric formulas when defined in pluginsSimon Brandhof2011-05-313-10/+21
* SONAR-2475 remove org.sonar.api.checks.checkers and org.sonar.api.checks.prof...simonbrandhof2011-05-271-1/+0
* Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloadersimonbrandhof2011-05-275-10/+6