Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 89 | -5568/+0 |
| | |||||
* | SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache' | Duarte Meneses | 2022-03-24 | 1 | -2/+2 |
| | |||||
* | Fix SonarQube quality issues | Duarte Meneses | 2022-03-23 | 1 | -0/+21 |
| | |||||
* | SONAR-16097 Add plugin cache to the Sensor API | Duarte Meneses | 2022-03-18 | 3 | -0/+114 |
| | |||||
* | SONAR-16064 new API in SensorContext to indicate possibility to skip ↵ | Zipeng WU | 2022-02-26 | 2 | -8/+11 |
| | | | | unchanged files | ||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 86 | -86/+86 |
| | |||||
* | SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵ | Duarte Meneses | 2022-01-21 | 1 | -0/+2 |
| | | | | with git merge workflow | ||||
* | SONAR-15761 new API to identify Sensors processing files independently (#5091) | Julien HENRY | 2021-12-03 | 1 | -0/+8 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | SONAR-15487 add quickfix flag in plugin-api | Pierre | 2021-10-13 | 2 | -0/+12 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 11 | -169/+1 |
| | |||||
* | SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/search | Michal Duda | 2021-03-17 | 1 | -0/+13 |
| | |||||
* | Revert SONAR-14478, SONAR-14462, SONAR-14461 | lukasz-jarocki-sonarsource | 2021-02-26 | 1 | -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. | ||||
* | SONAR-14461 main branch detection | lukasz-jarocki-sonarsource | 2021-02-19 | 1 | -0/+11 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 88 | -88/+88 |
| | |||||
* | SONAR-12897 Document in Javadoc use of sonar-plugin-api-impl for testing | Duarte Meneses | 2020-08-14 | 5 | -5/+5 |
| | |||||
* | Add CheckForNull to ScmProvider#revision | Duarte Meneses | 2020-06-11 | 1 | -0/+1 |
| | |||||
* | SONAR-13390 SONAR-13391 New Code Reference Branch | Duarte Meneses | 2020-06-11 | 1 | -0/+12 |
| | |||||
* | SONAR-13214 Restore a minimal Settings API for backward compatibility | Julien HENRY | 2020-03-23 | 1 | -0/+7 |
| | |||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 4 | -19/+15 |
| | |||||
* | SONAR-13165 Scanner warns that it wasn't able to detected changed lines on ↵ | Duarte Meneses | 2020-03-06 | 1 | -2/+3 |
| | | | | files with lines removed only | ||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 88 | -88/+88 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | Remove deprecated code in scanner | Duarte Meneses | 2019-10-21 | 1 | -44/+0 |
| | |||||
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 3 | -56/+2 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 3 | -262/+0 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 7 | -251/+352 |
| | | | | sonar-plugin-api-impl | ||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 21 | -2020/+8 |
| | |||||
* | Extract implementation from plugin API - fix tests | Duarte Meneses | 2019-07-12 | 6 | -229/+20 |
| | |||||
* | Extract implementation from plugin API - Scanner Sensor | Duarte Meneses | 2019-07-12 | 12 | -954/+4 |
| | |||||
* | Extract implementation from plugin API - Scanner rules | Duarte Meneses | 2019-07-12 | 9 | -674/+0 |
| | |||||
* | Extract implementation from plugin API - Scanner FS | Duarte Meneses | 2019-07-12 | 38 | -3064/+4 |
| | |||||
* | Remove use of Guava in main sources of sonar-plugin-api | Duarte Meneses | 2019-07-12 | 19 | -124/+109 |
| | |||||
* | SONAR-12188 Density of duplications is calculated with number of lines of ↵ | Duarte Meneses | 2019-06-13 | 1 | -7/+18 |
| | | | | test files | ||||
* | SONAR-11969 Make Edition available for analyzers in the Scanner API | Duarte Meneses | 2019-05-06 | 1 | -2/+2 |
| | |||||
* | SONAR-11858 Fix quality issues | Duarte Meneses | 2019-04-23 | 1 | -1/+1 |
| | |||||
* | SONAR-11856 Store the "true" target branch in the scanner report to display ↵ | Duarte Meneses | 2019-04-23 | 1 | -0/+4 |
| | | | | it properly | ||||
* | Fix javadoc | Julien HENRY | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | SONAR-11829 Failed to set working directory hidden on Windows | Duarte Meneses | 2019-03-15 | 1 | -0/+1 |
| | |||||
* | SONAR-11795 Drop persistit and move coverage measures computation to CE side | Julien HENRY | 2019-03-08 | 3 | -100/+57 |
| | |||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 3 | -67/+6 |
| | |||||
* | SONAR-11558 Index basedir by default when sonar.sources is not provided | Julien HENRY | 2019-02-18 | 2 | -6/+12 |
| | |||||
* | SONAR-11631 replace Component.version by Metadata.projectVersion | Sébastien Lesaint | 2019-02-11 | 2 | -17/+19 |
| | | | | in scanner report | ||||
* | SONAR-11620 Add scm based file exclusion method to plugin api | Benoît Gianinetti | 2019-01-22 | 2 | -0/+59 |
| | |||||
* | SONAR-11606 Stop excluding directories starting with a dot | Duarte Meneses | 2019-01-16 | 1 | -2/+14 |
| | |||||
* | change year in file headers | Stas Vilchik | 2019-01-16 | 3 | -3/+3 |
| | |||||
* | SONAR-11598 Rework CPD exclusions | Julien HENRY | 2019-01-16 | 3 | -17/+19 |
| | |||||
* | SONAR-11587 Rework issue exclusions | Julien HENRY | 2019-01-16 | 1 | -0/+22 |
| | |||||
* | Fix quality flaws | Julien HENRY | 2019-01-16 | 3 | -5/+10 |
| | |||||
* | SONAR-11464 Add ITs | Duarte Meneses | 2019-01-16 | 1 | -0/+3 |
| |