aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11459 Remove ModuleFileSystemInitializerJulien HENRY2019-01-166-10/+549
|
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-1624-188/+353
|
* SONAR-11459 move dir and module issues to rootMichal Duda2019-01-166-38/+138
|
* SONAR-11480 Evaluate coverage exclusions at project levelJulien HENRY2019-01-162-5/+5
| | | | and log a warning when it is used at module level
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-163-98/+31
|
* 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
| | | | and deprecate issue filters
* 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-104-12/+79
|
* SONAR-11577 Fix direction of certain metricsJanos Gyerik2019-01-081-1/+3
| | | | metrics: tests, conditions_to_cover, new_conditions_to_cover
* 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-084-69/+43
|
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-083-33/+21
|
* 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-02646-646/+646
|
* 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-034-0/+22
|
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-038-73/+240
|
* Move scan test resources outside IDE classpathSimon Brandhof2018-11-3014-72/+2
| | | | That fixes the compatibility with Idea 2018.3
* Mention ".secured" naming convention in PropertyDefinition Java APISimon Brandhof2018-11-211-0/+4
|
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-012-7/+6
| | | | | | | | | | | | * Update code to use the new homepage.json file * Update fields name * Add business metric project_public_projects * Add business metric project_public_loc * generator of JSON input for SonarCloud homepage * add generator zip to burgr * add integration test * rename "7dNewPullRequests" to "newPullRequests7d" * Use new 'newPullRequests7d' field
* 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 ↵Julien HENRY2018-10-112-5/+5
| | | | | | deprecation Also deprecate Rules, that should be ultimately removed.
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-101-6/+0
|
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-103-0/+17
| | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios
* SONAR-11241 Provide API for SCM plugins to register analysis warningsJanos Gyerik2018-10-101-0/+37
|
* SONAR-11302 Generate random login when identity login is nullJulien Lancelot2018-10-102-21/+15
|
* SONAR-10555 fail analysis if leak period is invalidSébastien Lesaint2018-10-031-0/+10
|
* SONAR-11209 remove space in ad hoc rule namesJulien HENRY2018-09-241-3/+11
|
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-244-18/+22
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-2419-40/+569
|
* Fix quality flawsJulien HENRY2018-09-242-38/+35
|
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-2412-113/+166
| | | | | | * Trying to create a range in the middle of a \r\n sequence will now automatically be adapted to exclude the eol * Fix a few other tests on Windows
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-194-3/+79
|
* Fix encoding of WebServiceTestSimon Brandhof2018-09-191-2/+2
|
* Fix javadoc encodingSimon Brandhof2018-09-193-3/+3
|
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ↵Duarte Meneses2018-09-191-6/+23
| | | | scanner report
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-072-1/+50
| | | | | | | | * SONAR-11199 Allow selection of no project mode * Add tags in views definition * Create api/views/set_tags_mode * Return tags mode in api/views/show * Take into account tags during portfolio computation
* Improve performance SonarLintDuarte Meneses2018-08-271-1/+3
|
* remove useless array copy in ListInterceptorSébastien Lesaint2018-08-211-2/+1
|
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-2112-520/+0
|
* SONAR-11169 make log interceptor concurrent and thread safeSébastien Lesaint2018-08-212-19/+19
|
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-214-18/+123
|
* Fix performance hotspot sonarlintDuarte Meneses2018-08-071-8/+7
|