aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/phases
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-115-5/+5
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-131/+0
* SONAR-926 remove ModuleLanguages from API. Replaced by FileSystem#languages()Simon Brandhof2014-02-261-22/+19
* SONAR-926 Fix alerts reporting for multi-language projectsJulien HENRY2014-02-201-8/+40
* SONAR-926 move FS API to org.sonar.api.batch.fsSimon Brandhof2014-02-201-38/+14
* SONAR-926 Don't fail when no language on the module (for example aggragator m...Julien HENRY2014-02-171-0/+12
* SONAR-926 Improve error reporting when invalid use of sonar.profileJulien HENRY2014-02-171-0/+114
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-233/+0
* SONAR-3024 Perform one shot migration of all project resourcesJulien HENRY2014-01-231-39/+37
* SONAR-3024 No more support of deprecated keys in WS. No more leading slash in...Julien HENRY2014-01-202-3/+3
* SONAR-3024 Introduce deprecated key on resources to ease transitionJulien HENRY2014-01-132-15/+16
* SONAR-4783 API - drop the extension point SourceImporterJulien HENRY2014-01-091-29/+163
* SONAR-3024 Introduce a path attribute on resource to allow distinguish filesJulien HENRY2014-01-081-0/+100
* SONAR-3677 Rename dryRun -> preview and introduce sonar.analysis.modeJulien HENRY2013-10-141-11/+23
* Remove deprecated json report, used by Eclipse Plugin 3.1 (which is not compa...Simon Brandhof2013-10-111-10/+1
* SONAR-2657 export changed files in dry run report (JSON)Simon Brandhof2013-10-111-1/+1
* SONAR-766 Filter measures at decorator level (fix issue highlighted by .Net c...Jean-Baptiste Lievremont2013-09-191-2/+3
* SONAR-4602 Fix concurrent access issues with dryRun cacheJulien HENRY2013-09-061-4/+31
* SONAR-4602 Evict dryRun cache when a new snapshot is availableJulien HENRY2013-09-041-3/+6
* SONAR-4382 Add a success log at the end of dryRun analysisSimon Brandhof2013-06-091-4/+35
* SONAR-4310Simon Brandhof2013-06-051-1/+3
* SONAR-3755 move deprecated json report to issuesSimon Brandhof2013-05-281-3/+3
* Update copyright headersSimon Brandhof2013-04-225-20/+20
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-215-15/+15
* SONAR-4147 Support a new profiling option "sonar.profiling.log=true"Julien HENRY2013-04-161-2/+3
* SONAR-4239 Display full project URL in Sonar logs after analysisJulien HENRY2013-04-091-1/+5
* SONAR-4069 ability to configure the phases to be executedSimon Brandhof2013-03-152-4/+59
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-133-142/+1
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-122-7/+9
* SONAR-4069 Revert Metric to a batch extension to not break licensed pluginsJulien HENRY2013-01-151-2/+1
* SONAR-4069 Fix issue with decorators dynamically created for metrics with for...Julien HENRY2013-01-141-2/+3
* Grant roles when projects are created, not later during decorator phaseSimon Brandhof2012-11-081-1/+2
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-061-1/+2
* SONAR-3895 Remove Local Mode and fix Dry Run on postgresqlDavid Gageot2012-10-261-10/+28
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-2/+2
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before initiali...Simon Brandhof2012-10-261-5/+1
* Don't use anyObject() matcherDavid Gageot2012-09-201-2/+2
* Use ArgumentMatcherDavid Gageot2012-07-161-8/+8
* Reuse database for faster unit testsDavid Gageot2012-07-121-3/+3
* Update copyright header for this new yearSimon Brandhof2012-01-106-6/+6
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-301-2/+1
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-2/+2
* Refactor the packages of sonar-coreSimon Brandhof2011-12-221-1/+1
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-201-1/+2
* SONAR-2744 Fix regression in usage of 'sonar.phase'Evgeny Mandrikov2011-09-081-7/+13
* SONAR-2674 The method Sensor#shouldExecuteOnProject() must not be executed be...Simon Brandhof2011-08-081-2/+2
* SONAR-2505 core components which write to database are disabled on dry runsSimon Brandhof2011-06-151-1/+6
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-062-3/+5
* 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