aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22017 Add eol date for active versionDejan Milisavljevic2024-04-101-0/+1
|
* Remove dead codeJulien HENRY2024-04-054-274/+0
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-222-5/+5
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1620-35/+34
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-03115-115/+115
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-048-24/+17
|
* SONAR-20552 Introduce new generic issue import format in scannerAlain Kermis2023-10-041-2/+2
|
* SONAR-20021 Fix Quality gate failure and issue with adhoc rule definitionLéo Geoffroy2023-08-211-6/+11
|
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-2/+0
|
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-7/+9
|
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-2/+6
|
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-183-8/+45
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-138/+0
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-135-15/+15
|
* SONAR-19532 PythonXUnitSensor takes too long due to non-optimized file queryDuarte Meneses2023-06-122-44/+4
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-0/+17
|
* SONAR-19096 add non-null check on the sanitizing of the relative path.Steve Marion2023-05-121-1/+9
|
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-082-5/+22
| | | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-031-0/+37
|
* [NO JIRA] Implement plugin api related to characteristics as no opsDuarte Meneses2023-04-282-4/+6
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-282-17/+14
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-282-8/+8
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-242-8/+8
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-242-14/+17
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-0/+25
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+2
|
* SONAR-19005 Bump org.apache.commons:commons-csv version to 1.10.0Jacek Poreda2023-04-071-1/+2
|
* SONAR-13615 Prevent scanner failure in case of null character in issue messageEric Giffon2023-03-021-15/+13
|
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ↵Duarte Meneses2023-01-051-0/+10
| | | | character limit
* Update license templates for 2023Pierre2023-01-02117-117/+117
|
* SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exceptionDuarte Meneses2022-12-132-2/+76
|
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2022-12-121-5/+2
|
* SONAR-17745 Message of issue location should be trimmedLéo Geoffroy2022-12-071-1/+2
|
* SONAR-17592 Manage formattings for truncation of messagesDuarte Meneses2022-12-011-5/+15
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-014-5/+152
|
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-162-4/+44
|
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-263-17/+17
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-262-3/+29
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-162-18/+13
|
* SONAR-17287 implementing new method from NewIssue interfaceLukasz Jarocki2022-09-162-2/+7
|
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-162-16/+70
|
* SONAR-17150 fix SSF-39Aurelien2022-08-111-1/+1
|
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-233-2/+19
| | | | measures when file is marked as unchanged
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-221-2/+2
| | | | API version
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+13
|
* SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and ↵Duarte Meneses2022-06-211-1/+1
| | | | 'uncovered lines'
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-313-8/+16
| | | | - introduce internal SonarQubeVersion
* SONAR-16232 Fix version metadataDuarte Meneses2022-04-212-3/+4
|
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-241-2/+2
|
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-181-0/+34
|