aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7441 add annotation ComputeEngineSideSébastien Lesaint2016-03-292-0/+61
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-252-58/+4
* Fix quality flawsSimon Brandhof2016-03-241-7/+5
* Fix quality flawsSimon Brandhof2016-03-241-4/+5
* SONAR-7368 Deprecate quality_profiles measure and add data in scanner reportJulien HENRY2016-03-241-0/+4
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-231-88/+88
* SONAR-6717 Drop support of plugin extension issue actionTeryk Bellahsene2016-03-232-0/+4
* Fix quality flawsJulien Lancelot2016-03-231-1/+1
* Fix quality flawsJulien Lancelot2016-03-222-2/+2
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-222-4/+109
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-222-2/+33
* SONAR-7487 Drop support of properties sonar.skippedModules and sonar.included...Julien HENRY2016-03-221-13/+0
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-3/+3
* SONAR-7254 Create task to feed user.localJulien Lancelot2016-03-211-0/+2
* SONAR-7375 WS api/rules/search use SearchWsRequest in SearchActionTeryk Bellahsene2016-03-181-0/+1
* SONAR-7459 new interface org.sonar.api.PluginSimon Brandhof2016-03-183-2/+145
* SONAR-7389 Improve testabilityJulien HENRY2016-03-171-0/+7
* Drop API ViolationQuery as it's deprecated since 3.6Simon Brandhof2016-03-171-102/+0
* SONAR-7458 new component org.sonar.api.SonarQubeVersionSimon Brandhof2016-03-162-2/+165
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-161-0/+161
* Add org.sonar.api.utils.System2#getResource(name)Simon Brandhof2016-03-161-6/+13
* Fix some quality flawsJulien HENRY2016-03-161-3/+5
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-164-6/+41
* SONAR-7416 Deprecate CPDMapping extension pointJulien HENRY2016-03-161-3/+4
* SONAR-7444 Provide an UnauthorizedException to display functional errorJulien Lancelot2016-03-161-0/+58
* SONAR-7389 Add new Sensor API to provide duplication tokensJulien HENRY2016-03-159-29/+216
* SONAR-6719 Wrong casing when indexing individual files lead to issue during s...Duarte Meneses2016-03-151-1/+6
* Drop commons-collectionsSimon Brandhof2016-03-136-91/+107
* Complete documentation of org.sonar.api.config.SettingsSimon Brandhof2016-03-111-1/+10
* SONAR-7343 Change metric SQALE Rating to Maintainability Rating in the UITeryk Bellahsene2016-03-101-1/+1
* SONAR-7453 Rename rules remediation function fields in APIJulien Lancelot2016-03-105-91/+177
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-103-17/+66
* SONAR-7427 Add new "effort to reach rating A" characteristic metricsJulien Lancelot2016-03-091-0/+50
* SONAR-7426 Add new characteristic rating metricsJulien Lancelot2016-03-091-0/+33
* SONAR-7364 remove SQALE characteristics from scanner APISimon Brandhof2016-03-0815-1429/+10
* Fix quality flawsJulien Lancelot2016-03-083-5/+8
* SONAR-7342 Add remediation effort characteristic metricsJulien Lancelot2016-03-071-7/+90
* SONAR-7337 "sqale_index" and "new_technical_debt" only use "Code Smell" issuesJulien Lancelot2016-03-073-0/+37
* Fix quality flawsSimon Brandhof2016-03-043-3/+3
* SONAR-7330 When searching active rules by profile, ignore active rule on remo...Julien Lancelot2016-03-041-3/+0
* Add missing JavadocEvgeny Mandrikov2016-03-031-0/+2
* Fix quality flawsJulien Lancelot2016-03-021-6/+4
* SONAR-7021 Merge tests metric domainsSimon Brandhof2016-03-021-34/+43
* SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-024-25/+75
* SONAR-7267 Do not accept multiple rules with the same key in a repositorySimon Brandhof2016-03-021-8/+6
* Fix quality flawsSimon Brandhof2016-03-023-3/+3
* SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by typeSimon Brandhof2016-02-291-49/+183
* Fix quality flawsSimon Brandhof2016-02-294-13/+10
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-1/+1
* SONAR-7332 Update RuleDefinition API to handle "Type" fieldSimon Brandhof2016-02-263-12/+108