aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7367 Remove code previously used by SonarLintDuarte Meneses2016-05-1382-3152/+408
* SONAR-6868 Fix HTML report when rule message is too longJulien HENRY2016-05-131-1/+0
* SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATAJulien HENRY2016-05-135-104/+176
* SONAR-6514 Unexpected behavior when one module id is 'sonar'Julien HENRY2016-05-133-1/+27
* SONAR-6807 In the issues report, show the rule keyJulien HENRY2016-05-132-2/+18
* SONAR-7109 remove default value of property sonar.core.serverBaseURLSébastien Lesaint2016-05-121-2/+1
* SONAR-7512 Backport ability to use line/offset on Symbolizable APIJulien HENRY2016-05-122-0/+22
* SONAR-7509 Backport on old API to ease migrationJulien HENRY2016-05-121-0/+13
* SONAR-7636 Deprecate org.sonar.api.measures.Measure + many small API improvem...Julien HENRY2016-05-125-17/+18
* SONAR-7612 Apply feedbackJulien HENRY2016-05-122-5/+23
* SONAR-7612 Improve documentation and SensorContextTesterJulien HENRY2016-05-125-12/+10
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-124-60/+15
* SONAR-6897 Precise if scm data should be copiedJulien HENRY2016-05-112-9/+30
* SONAR-7523 Improve log output in case of error during SCM stepJulien HENRY2016-05-104-23/+16
* SONAR-7512 New symbol reference APIJulien HENRY2016-05-109-178/+205
* SONAR-7509 Highlighting API should work with ranges (line/offset)Julien HENRY2016-05-101-2/+15
* SONAR-7598 Hide sensitive properties in scanner report for global propertiesJulien HENRY2016-05-102-4/+22
* SONAR-7595 Issues are not closed in some block move conditionsSimon Brandhof2016-05-091-3/+4
* Fix overzealous conditionDuarte Meneses2016-04-281-1/+1
* SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner reportJulien HENRY2016-04-112-1/+4
* Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-111-2/+1
* SONAR-7540 Throwable attached to logs is lost on scanner side when using LogO...Julien HENRY2016-04-113-3/+49
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-071-4/+4
* fix quality flawsSébastien Lesaint2016-04-062-6/+3
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-311-21/+1
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-311-1/+1
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-304-7/+22
* SONAR-7497 Restore behavior for line coverage after move to proto3Julien HENRY2016-03-302-5/+90
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-293-92/+34
* SONAR-7472 Drop manual issues in issue trackingJulien Lancelot2016-03-291-11/+7
* SONAR-7473 Drop 'reporter' from scannerJulien Lancelot2016-03-296-27/+11
* renamed BatchMetrics to ScannerMetricsSébastien Lesaint2016-03-293-9/+9
* SONAR-7441 add annotation ComputeEngineSideSébastien Lesaint2016-03-291-0/+13
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-252-8/+0
* Fix quality flawsSimon Brandhof2016-03-245-10/+4
* SONAR-7489 Empty branch should be considered as no branchJulien HENRY2016-03-242-2/+141
* Fix some quality flawsJulien HENRY2016-03-242-3/+3
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-249-398/+35
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-2328-236/+174
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-2214-36/+111
* SONAR-7371 Restore global settings in analysis.logJulien HENRY2016-03-223-14/+45
* SONAR-7487 Drop support of properties sonar.skippedModules and sonar.included...Julien HENRY2016-03-224-222/+2
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-1810-34/+56
* Rename batch into scannerJulien HENRY2016-03-18625-0/+50990