aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-132-250/+0
* Improve unit testsEvgeny Mandrikov2011-10-131-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-101-121/+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-221-0/+82
* 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-172-170/+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-101-20/+46
* | SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-102-113/+106
|/
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-066-8/+90
* 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-271-14/+73
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-275-167/+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
* SONAR-2409 Remove ability to use deprecated property 'branch'Evgeny Mandrikov2011-05-041-11/+0
* SONAR-2261 Exclusion patterns must be trimmedEvgeny Mandrikov2011-04-291-6/+23
* SONAR-2202 Calculate variations on quality model measuressimonbrandhof2011-04-281-10/+21
* SONAR-2298 Rename MavenProjectBuilder to ProjectBuilderEvgeny Mandrikov2011-04-262-5/+5
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-264-148/+142
* SONAR-2380 The "violations" web service API must not returnFabrice Bellingard2011-04-211-1/+1
* Fix crlfEvgeny Mandrikov2011-04-202-334/+334
* [SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContextFabrice Bellingard2011-04-201-188/+238
* [SONAR-1957] Adds "switched off" attribute on Violation class and makeFabrice Bellingard2011-04-201-83/+96
* SONAR-2278 Improve exception handling of decoratorssimonbrandhof2011-04-191-4/+31
* SONAR-2329 NonUniqueResultException occurs when analyzing both a maven module...simonbrandhof2011-04-121-2/+2
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-121-3/+10
* SONAR-2279 API : new extension points to handle lifecycle eventsEvgeny Mandrikov2011-03-311-2/+4
* SONAR-2107 Fix NPE when saving a violation on a null ruleEvgeny Mandrikov2011-03-301-10/+21
* SONAR-2251 Unstable state of violations when stopping a buildsimonbrandhof2011-03-141-11/+0
* SONAR-2272 Add EventBusEvgeny Mandrikov2011-03-122-9/+81