summaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-302-10/+7
* SONAR-3116 throw an exception if skipping the root moduleSimon Brandhof2011-12-231-10/+10
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-232-9/+9
* Rename a unit test in ProjectFilterTestSimon Brandhof2011-12-221-1/+1
* Refactor the packages of sonar-coreSimon Brandhof2011-12-223-8/+4
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-202-7/+10
* SONAR-2968 Do not force to add the root project to the property sonar.include...simonbrandhof2011-12-201-18/+27
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-122-12/+12
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-082-52/+92
* Fix loading of Gradle global propertiessimonbrandhof2011-11-131-0/+18
* Fix loading of file exclusions - do not cache exclusions in Projectsimonbrandhof2011-11-111-38/+0
* SONAR-2967 extract the new component ProjectFilter from ProjectTreesimonbrandhof2011-11-042-0/+137
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-311-5/+5
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-272-3/+3
* SONAR-801 Events on Dashboard confused for same project datesFabrice Bellingard2011-10-251-0/+10
* SONAR-2681 Provide meaningful error message when unable to determine Maven pr...Evgeny Mandrikov2011-10-131-10/+30
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-1327-843/+0
* Improve unit testsEvgeny Mandrikov2011-10-132-5/+8
* SONAR-2861 fix loading of the property sonar.core.codeCoveragePluginSimon Brandhof2011-10-101-21/+14
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...Simon Brandhof2011-10-104-182/+0
* Add unit test BatchSettingsTestSimon Brandhof2011-10-071-0/+68
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-079-137/+127
* SONAR-2735 Fix handling of different ways to declare Maven modulesEvgeny Mandrikov2011-09-301-1/+1
* SONAR-2744 Fix regression in usage of 'sonar.phase'Evgeny Mandrikov2011-09-082-11/+17
* SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed be...Simon Brandhof2011-08-081-2/+2
* SONAR-2650 reduce number of constructorsSimon Brandhof2011-07-271-2/+1
* SONAR-2650 FileFilter extension point is ignoredSimon Brandhof2011-07-271-1/+2
* SONAR-2469 extensions annotated with @InstantiationStrategy(BATCH) should acc...Simon Brandhof2011-07-071-11/+15
* Revert move of TimeMachineConfigutionSimon Brandhof2011-06-222-0/+94
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-5/+21
* SONAR-2505 support measure variationsSimon Brandhof2011-06-212-12/+10
* SONAR-2505 support tracking of violations on dry runsSimon Brandhof2011-06-177-297/+0
* SONAR-2428 Detection new violations, when new module added to projectEvgeny Mandrikov2011-06-173-7/+32
* SONAR-2428 Detect new violations, when new module added to projectEvgeny Mandrikov2011-06-152-12/+18
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-155-6/+74
* Fix some minor violationssimonbrandhof2011-06-104-33/+3
* Fix license headerssimonbrandhof2011-06-101-18/+18
* Merge remote branch 'upstream/master'simonbrandhof2011-06-101-1/+1
|\
| * SONAR-2495 Correctly deregister JDBC Driver to prevent memory leaksEvgeny Mandrikov2011-06-081-1/+1
* | SONAR-2507 support deprecated directory /extensions/rules/simonbrandhof2011-06-102-20/+47
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-106-113/+106
|/
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-067-8/+91
* SONAR-2497 Add batch properties to include/exclude plugins to loadSimon Brandhof2011-06-031-2/+63
* Rename org.sonar.batch.ExtensionDownloader to ArtifactDownloadersimonbrandhof2011-05-272-6/+6
* SONAR-2469 add unit testssimonbrandhof2011-05-272-63/+170
* SONAR-2469 add unit testssimonbrandhof2011-05-273-14/+73
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-2719-201/+194
* SONAR-2469 fix typo in name of InstantiationStrategy classsimonbrandhof2011-05-262-19/+19
* SONAR-2469 refactor Modulesimonbrandhof2011-05-257-76/+548
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-061-3/+3