aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/batch
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-7278 show message from response if HTTP 400Sébastien Lesaint2016-05-181-3/+6
* Fix some quality flawsJulien HENRY2016-05-171-1/+1
* Improve qualityDuarte Meneses2016-05-131-0/+1
* SONAR-6806 Show component key as tooltip to help identify original source fileJulien HENRY2016-05-131-6/+8
* SONAR-7626 Deprecate issues report (html/console) featureDuarte Meneses2016-05-132-0/+2
* SONAR-7367 Remove code previously used by SonarLintDuarte Meneses2016-05-1343-1337/+143
* SONAR-7464 Optimize NCLOC_DATA and COMMENT_LINES_DATAJulien HENRY2016-05-134-34/+76
* SONAR-6514 Unexpected behavior when one module id is 'sonar'Julien HENRY2016-05-131-1/+4
* 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-122-12/+13
* SONAR-7612 Apply feedbackJulien HENRY2016-05-121-3/+16
* SONAR-7612 Improve documentation and SensorContextTesterJulien HENRY2016-05-121-0/+6
* SONAR-7612 Move new Sensor API out of @BetaJulien HENRY2016-05-122-32/+9
* SONAR-6897 Precise if scm data should be copiedJulien HENRY2016-05-111-4/+17
* 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-107-153/+187
* 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-101-3/+7
* 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-111-1/+2
* 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-111-1/+9
* 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
* 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-303-6/+16
* SONAR-7497 Restore behavior for line coverage after move to proto3Julien HENRY2016-03-301-5/+15
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-291-29/+6
* SONAR-7472 Drop manual issues in issue trackingJulien Lancelot2016-03-291-11/+7
* SONAR-7473 Drop 'reporter' from scannerJulien Lancelot2016-03-293-14/+7
* renamed BatchMetrics to ScannerMetricsSébastien Lesaint2016-03-292-7/+7
* Fix quality flawsSimon Brandhof2016-03-244-5/+4
* SONAR-7489 Empty branch should be considered as no branchJulien HENRY2016-03-241-2/+1
* Fix some quality flawsJulien HENRY2016-03-242-3/+3
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-244-187/+12
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-2312-118/+92
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-229-28/+63
* SONAR-7371 Restore global settings in analysis.logJulien HENRY2016-03-222-6/+21
* SONAR-7487 Drop support of properties sonar.skippedModules and sonar.included...Julien HENRY2016-03-223-100/+2
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-187-23/+28
* Rename batch into scannerJulien HENRY2016-03-18310-0/+26731