aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-7448 Allow groups synchronization in IdentityProvider APIJulien Lancelot2016-03-224-4/+276
|
* SONAR-7389 Support CPD exclusions in new APIJulien HENRY2016-03-223-7/+89
|
* SONAR-7487 Drop support of properties sonar.skippedModules and ↵Julien HENRY2016-03-221-13/+0
| | | | sonar.includedModules
* SONAR-6732 CE must load Settings from DB for each workerSébastien Lesaint2016-03-211-3/+3
| | | | | renamed ServerSettings to WebServerSettings and extract from it a ServerSetting interface to be able to easily provide separte implementations for Web Server and CE) CE Server implementation is called ComputeEngineSettings which supports loading up to date Settings for a specific worker using delegation and a ThreadLocal
* 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-184-2/+191
| | | | It allows to check version of SonarQube to filter extensions
* SONAR-7389 Improve testabilityJulien HENRY2016-03-172-0/+27
|
* 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-164-3/+215
|
* SONAR-7458 new component org.sonar.api.utils.VersionSimon Brandhof2016-03-162-0/+269
|
* Add org.sonar.api.utils.System2#getResource(name)Simon Brandhof2016-03-162-6/+19
|
* Fix some quality flawsJulien HENRY2016-03-162-3/+139
|
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-165-8/+43
|
* 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-1511-45/+216
|
* SONAR-6719 Wrong casing when indexing individual files lead to issue during ↵Duarte Meneses2016-03-151-1/+6
| | | | scm blame
* Drop commons-collectionsSimon Brandhof2016-03-139-138/+133
|
* Complete documentation of org.sonar.api.config.SettingsSimon Brandhof2016-03-111-1/+10
| | | | | - missing some @CheckForNull - add javadoc to method getProperties()
* 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-108-131/+240
|
* 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-0820-1975/+17
|
* 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-075-0/+49
|
* Fix quality flawsSimon Brandhof2016-03-043-3/+3
|
* SONAR-7330 When searching active rules by profile, ignore active rule on ↵Julien Lancelot2016-03-041-3/+0
| | | | removed rules
* Add missing JavadocEvgeny Mandrikov2016-03-031-0/+2
| | | | Method was added in SQ 5.3 as part of SONAR-5894.
* 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-028-35/+144
|
* SONAR-7267 Do not accept multiple rules with the same key in a repositorySimon Brandhof2016-03-022-13/+13
|
* 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-268-17/+197
|
* Fix quality flawsSimon Brandhof2016-02-223-204/+1
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-226-86/+63
|
* SONAR-5772 New executable_lines_data metricJulien HENRY2016-02-224-28/+50
|
* SONAR-7191 api/ce/activity max submitted date is inclusiveTeryk Bellahsene2016-02-191-0/+8
|
* SONAR-7366 Expose InputModule in SensorContextJulien HENRY2016-02-193-2/+17
|
* Remove deprecation notice since replacement API is still @BetaJulien HENRY2016-02-171-3/+0
|
* Automatic merge from branch-5.4Jenkins CI2016-02-151-1/+27
|\ | | | | | | | | | | | | | | | | | | | | * origin/branch-5.4: Refactor a bit ComponentContainer stabilize ProjectDrilldownTest SONAR-7125 use efficient delete dir code in core, batch and server SONAR-7125 use efficient delete dir from NIO in sonar-api SONAR-7125 add FileUtils in sonar-core with efficient delete methods SONAR-7125 use efficient delete dir method in sonar-process SONAR-7125 use nio to clean temp directory at startup
| * SONAR-7125 use efficient delete dir from NIO in sonar-apiSébastien Lesaint2016-02-121-1/+27
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-02-091-1/+1
| |