aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/phases/PhaseExecutor.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-151-179/+0
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-2867 Standard copy-paste detection should happen within a project, not ...Duarte Meneses2015-12-211-1/+14
* Fix phase name for indexationJulien HENRY2015-09-101-5/+4
* Optimize batch project containerDuarte Meneses2015-09-091-4/+4
* refactor batch class names/packagesDuarte Meneses2015-08-131-4/+4
* SONAR-6762 - Create 'issues' analysis modeDuarte Meneses2015-08-121-1/+1
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-2/+13
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-241-1/+1
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-241-2/+3
* SONAR-6695 Remove decorators execution from the batchJulien Lancelot2015-07-231-6/+1
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-1/+1
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-021-9/+2
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-041-2/+140
* SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-081-170/+2
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-17/+12
* Add duration of filesystem indexation in profilingJulien HENRY2014-11-201-2/+16
* SONAR-5662 Do not run persisters in preview modeJulien HENRY2014-10-271-10/+15
* Add details of persisters in profiling output to ease understandingJulien HENRY2014-08-291-3/+4
* Fix some quality flawsJulien HENRY2014-06-201-10/+0
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-301-8/+1
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-251-1/+8
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-241-8/+1
* SONAR-5186 Drop support of "sonar.phase"Julien HENRY2014-04-031-8/+4
* Fix some quality flawsJulien HENRY2014-03-261-6/+6
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-261-6/+7
* Issue exclusions patterns are now initialized prior to sensor phaseJulien HENRY2014-02-181-3/+11
* SONAR-926 Improve error reporting when invalid use of sonar.profileJulien HENRY2014-02-171-19/+24
* SONAR-926 First attempt to fix views taskJulien HENRY2014-01-291-3/+3
* SONAR-926 The filesystem lock is relaxed to still allow Initializers to call ...Julien HENRY2014-01-281-2/+4
* SONAR-926 Try to index filesystem earlier to solve issues with some initializersJulien HENRY2014-01-251-4/+8
* SONAR-926 Multi-language support:Julien HENRY2014-01-241-14/+14
* SONAR-2657 export changed files in dry run report (JSON)Simon Brandhof2013-10-111-1/+1
* Fix quality flawsJulien Lancelot2013-08-291-3/+3
* Fix quality flawsJulien Lancelot2013-08-291-9/+13
* SONAR-4384 Add missing phases to Sonar profilingJulien HENRY2013-06-121-29/+62
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-271-7/+7
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-201-1/+1
* SONAR-3755 Export Issues json report for DryRun modeJulien Lancelot2013-04-291-3/+8
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Add batch logs on db storeSimon Brandhof2013-04-171-0/+6
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-111-0/+1
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-101-7/+8
* SONAR-4069 ability to configure the phases to be executedSimon Brandhof2013-03-151-0/+133