aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-241-2/+2
|
* Fix SonarQube quality issuesDuarte Meneses2022-03-231-0/+21
|
* SONAR-16123 Update security_reports endpointMatteo Mara2022-03-182-8/+11
|
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-184-0/+154
|
* SONAR-16128 SONAR-16126 Update Security PDF Report with OWASP Top 10 and CWE ↵Lukasz Jarocki2022-03-171-0/+14
| | | | | | 2021 data Co-authored-by: Belén Pruvost <belen.pruvost@sonarsource.com>
* SONAR-16101 Introduce new `acknowledged` resolution type for reviewed hotspotsKlaudio Sinani2022-03-092-1/+12
|
* SONAR-16064 new API in SensorContext to indicate possibility to skip ↵Zipeng WU2022-02-262-8/+11
| | | | unchanged files
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-241-0/+8
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-6/+7
|
* Update license headers for 2022 [update headers]Pierre2022-01-28338-338/+338
|
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵Duarte Meneses2022-01-211-0/+2
| | | | with git merge workflow
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-211-0/+7
|
* SONAR-15824 WebService changelog not shownDuarte Meneses2021-12-131-3/+5
|
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-031-0/+8
|
* SONAR-15681 Support Owasp Top 10 2021 in sonar-plugin-apiJacek2021-11-252-3/+38
|
* Improve code qualityDuarte Meneses2021-11-183-18/+13
|
* SONAR-15498 Manual selection of project's branches for portfolioPhilippe Perrin2021-11-091-2/+2
| | | | Display portfolio's children branch information and group issues by project and branch
* SONAR-15487 add quickfix flag in plugin-apiPierre2021-10-132-0/+12
|
* Fix code quality issuesDuarte Meneses2021-09-243-14/+1
|
* SONAR-15194 Deprecate 'ProfileExporter' and 'ProfileImporter' in the Java APIDuarte Meneses2021-09-162-0/+4
|
* SONAR-15144 - Add Audit Logs Housekeeping Policy SettingBelen Pruvost2021-07-271-0/+4
|
* Code smell fix: Remove redundant castsBruno Andrade2021-07-121-2/+2
|
* Code smell fix: Remove unused importsBruno Andrade2021-07-121-1/+0
|
* SONAR-10762 Drop usage of 'user_managed' columnJacek2021-07-071-0/+2
|
* SONAR-14833 Order of fields in SMTP settings is not idealDuarte Meneses2021-07-011-0/+8
|
* SONAR-15094 Add MODULE lifespan in SonarLintSide annotationDamien Urruty2021-06-281-0/+14
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-1757-1876/+11
|
* SONAR-14908 Deprecate 'RulesDefinitionXmlLoader' in the Sonar plugin APIDuarte Meneses2021-06-081-0/+1
|
* SONAR-14851 Report Quality Gate status on branches in GitHubLukasz Jarocki2021-06-082-101/+2
|
* SONAR-14882 Restore support for BOM in RulesDefinitionXmlLoaderJulien HENRY2021-06-011-1/+5
|
* SONAR-14885 Remove deprecated XMLRuleParserJulien HENRY2021-05-281-256/+0
|
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-284-248/+352
|
* SONAR-14682 - Make webhook validation configurableBelen Pruvost2021-04-291-0/+2
|
* SONAR-14642 - SSF-142Zipeng WU2021-04-191-0/+1
|
* SONAR-10485 Provide a way to always enforce coverage and duplication Quality ↵Duarte Meneses2021-04-081-0/+10
| | | | Gate conditions
* Revert "SONAR-14642 - SSF-142"Zipeng WU2021-04-011-1/+0
| | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83.
* SONAR-14642 - SSF-142Zipeng WU2021-03-311-0/+1
|
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-171-0/+13
|
* SONAR-13848 remove deprecated 'pageIndex' and 'pageSize' params from web ↵Michal Duda2021-02-261-2/+0
| | | | services
* SONAR-14498 Support JSON property typeJacek2021-02-262-1/+9
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-11/+0
| | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
* Expose revision in PostProjectAnalysisTaskTesterMatthias Kappeller2021-02-201-0/+12
|
* SONAR-14458 Add an option to enable/disable changing user permissions by ↵Michal Duda2021-02-191-0/+2
| | | | project administrator
* SONAR-14461 main branch detectionlukasz-jarocki-sonarsource2021-02-191-0/+11
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08362-362/+362
|
* Refactor regex that can lead to a stack overflow for large inputsZipeng WU2020-12-141-4/+22
|
* remove use of Stream.peek()Pierre2020-12-091-2/+7
|
* Class should not access its own subclass during initializationPierre2020-12-093-25/+65
|
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-16/+44
|
* SONAR-14159 enforce user authentication by defaultJacek2020-11-261-1/+1
|