aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-5/+5
* fix Request.mandatoryParam not failing on blank parameter valueSébastien Lesaint2019-02-111-1/+1
* SONAR-11631 add sonar.codePeriodVersion scanner propertySébastien Lesaint2019-02-111-0/+1
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-112-17/+19
* SONAR-11621 Add sonar.scm.exclusions.disabled propertyBenoît Gianinetti2019-01-221-0/+5
* SONAR-11620 Add scm based file exclusion method to plugin apiBenoît Gianinetti2019-01-222-0/+59
* SONAR-11606 Stop excluding directories starting with a dotDuarte Meneses2019-01-161-2/+14
* change year in file headersStas Vilchik2019-01-166-6/+6
* SONAR-11598 Rework CPD exclusionsJulien HENRY2019-01-163-17/+19
* SONAR-11587 Rework issue exclusionsJulien HENRY2019-01-161-0/+22
* Fix quality flawsJulien HENRY2019-01-164-6/+11
* SONAR-11464 Add ITsDuarte Meneses2019-01-161-0/+3
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-165-4/+82
* SONAR-11465 API cleanupJulien HENRY2019-01-1636-66/+39
* SONAR-11465 Move IssueFilter at project levelJulien HENRY2019-01-161-1/+2
* SONAR-11465 Move post-job at project levelJulien HENRY2019-01-163-7/+5
* SONAR-11524 textfield for deprecated module-lvl propertiesMichal Duda2019-01-161-1/+6
* SONAR-11509 Ignore module and folder level measures in Sensor APIJulien HENRY2019-01-162-7/+0
* SONAR-11525 analysis warning on module-lvl propsMichal Duda2019-01-161-2/+6
* SONAR-11508, SONAR-11484 Index files at project levelJulien HENRY2019-01-163-11/+9
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-168-94/+27
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-165-10/+284
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-1619-163/+326
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-164-25/+63
* SONAR-11480 Evaluate coverage exclusions at project levelJulien HENRY2019-01-162-5/+5
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-162-39/+21
* SONAR-11471 Stop providing RulesProfile on scanner sideJulien HENRY2019-01-161-1/+1
* SONAR-11465 Deprecate task extensionsJulien HENRY2019-01-163-0/+8
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-164-1/+7
* SONAR-11465 Deprecate InstantiationStrategyJulien HENRY2019-01-164-0/+96
* SONAR-11459 Deprecate componentKeys in IssueFilterJulien HENRY2019-01-162-2/+9
* SONAR-11225 NPE when using RelativePathPredicate with a path starting by ..Duarte Meneses2019-01-101-5/+14
* SONAR-11577 Fix direction of certain metricsJanos Gyerik2019-01-081-1/+3
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-081-1/+12
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-083-25/+30
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-082-8/+19
* SONAR-11492 Second analysis of a long-lived branch is using wrong leak versionDuarte Meneses2019-01-081-6/+26
* SONAR-11421 Add sha1 to ProjectAnalysisBenoît Gianinetti2019-01-082-0/+10
* Fix license headers for 2019Duarte Meneses2019-01-02473-473/+473
* SONARCLOUD-213 fix Quality flawsSimon Brandhof2018-12-121-6/+5
* SONARCLOUD-213 clarify "scan" in org vs project permissionsSimon Brandhof2018-12-121-0/+6
* SONARCLOUD-213 remove useless method in PermissionServiceSimon Brandhof2018-12-121-0/+9
* SONAR-11515 Add QProfileKey to ActiveRule in scanner reportBenoît Gianinetti2018-12-033-0/+20
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-034-56/+83
* Mention ".secured" naming convention in PropertyDefinition Java APISimon Brandhof2018-11-211-0/+4
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-011-1/+1
* Corrected typoDave Grant2018-10-161-2/+2
* SONAR-11219 Remove @ScannerSide annotation from ProfileExporterJulien HENRY2018-10-121-2/+0
* SONAR-11218 Drop RuleFinder implementation on scanner side and remove depreca...Julien HENRY2018-10-112-5/+5
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-101-6/+0