aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix javadoc errorsJulien HENRY2016-04-1183-296/+296
|
* Fix some Javadoc warningsSimon Brandhof2016-04-114-6/+4
|
* Improve javadocJulien HENRY2016-04-114-0/+8
| | | | Make some annotations visible on annotated type in Javadoc
* Change return type of Plugin#getSonarQubeVersion()Simon Brandhof2016-04-111-10/+26
| | | | and improve Javadoc
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-077-22/+152
|
* fix quality flawsSébastien Lesaint2016-04-061-18/+17
|
* SONAR-7488 add PostProjectAnalysisTaskTesterSébastien Lesaint2016-04-062-0/+542
|
* SONAR-7488 add API PostTaskSébastien Lesaint2016-04-065-0/+334
|
* Fix quality flawsJulien Lancelot2016-04-061-4/+19
|
* Fix quality flawsSimon Brandhof2016-04-062-2/+4
|
* SONAR-6717 Drop issue.Action APITeryk Bellahsene2016-03-314-217/+0
|
* Revert "SONAR-7122 Drop the ability to customize the web app context"Julien Lancelot2016-03-311-4/+0
| | | | | | This reverts commit 8f7a9ad479a219fc22ac729a23f220e450c572b7. SONAR-7494 Reintroduce the web app context
* Fix quality flawsSimon Brandhof2016-03-312-1/+25
|
* Fix default mime type of ProfileExporterSimon Brandhof2016-03-311-1/+1
| | | | "plain/text" is not a valid type. It must be "text/plain"
* SONAR-7458 Expose SQ Version in SensorContextJulien HENRY2016-03-305-9/+117
|
* SONAR-7470 Drop ability to manage manual rules from backendJulien Lancelot2016-03-291-1/+10
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-292-2/+6
|
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-2943-107/+155
|
* 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 ↵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-183-2/+145
| | | | It allows to check version of SonarQube to filter extensions
* 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 ↵Duarte Meneses2016-03-151-1/+6
| | | | scm blame
* Drop commons-collectionsSimon Brandhof2016-03-136-91/+107
|
* 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-105-91/+177
|
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-103-17/+66
|