aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-182-7/+6
|
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-181-0/+14
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SONAR-23844 Add pagination to ListBitbucketServerProjectsActionJulien Camus2024-12-181-1/+1
|
* SONAR-23626 publish Community Build and SonarQube Server independently.Steve Marion2024-11-151-1/+1
| | | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com>
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-10/+0
|
* SONAR-23270 Handle type and severity in new generic import formatLéo Geoffroy2024-11-131-2/+2
|
* SONAR-23205 Add rollup-plugin-license like in SC (serve 3rd-party licenses ↵David Cho-Lerat2024-10-221-1/+1
| | | | at /vendor.LICENSE.txt)
* SONAR-23250 Revert changes made in the plugin API for ActiveRuleJulien HENRY2024-10-211-1/+0
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-163-6/+25
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-2/+6
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-142-19/+19
|
* SONAR-23327 Implement addTelemetryProperty in the scanner engineMatteo Mara2024-10-112-2/+13
|
* SONAR-23160 Improve exception message in DefaultSymbol.newReference (#10823)Martin Strecker2024-09-262-2/+20
|
* SONAR-22914 Add a Sensor to import FOSSA resultsJulien HENRY2024-09-121-0/+10
|
* SONAR-22542 Index new STIG security standardLéo Geoffroy2024-07-231-0/+5
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* SONAR-22352 fix test AES GCM/ECB assertions to comply with different ↵Steve Marion2024-06-182-22/+10
| | | | underlying implementation of encryption algorithm.
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-103-16/+48
|
* SONAR-22017 Add eol date for active versionDejan Milisavljevic2024-04-102-1/+3
|
* Remove dead codeJulien HENRY2024-04-054-274/+0
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-223-5/+68
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1627-43/+41
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-03165-165/+165
|
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-048-24/+17
|
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-011-5/+0
|
* 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-212-10/+34
|
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-2/+0
|
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-182-30/+41
|
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-182-2/+14
|
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-185-26/+45
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-186-328/+1
|
* NO-JIRA remove unused importsPierre2023-07-171-1/+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-123-46/+5
|
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-162-1/+20
|
* SONAR-19096 add non-null check on the sanitizing of the relative path.Steve Marion2023-05-122-1/+17
|
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-083-25/+77
| | | | Co-authored-by: Duarte Meneses <duarte.meneses@sonarsource.com>
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-032-0/+68
|
* [NO JIRA] Implement plugin api related to characteristics as no opsDuarte Meneses2023-04-284-14/+12
|
* SONAR-19050 Add tests to fix coverageLéo Geoffroy2023-04-282-1/+18
|
* Revert "SONAR-19050 update RuleDto to add characteristics"Duarte Meneses2023-04-284-26/+20
| | | | This reverts commit 145d97dd8fe78d2d19b569e55ade89c056a98fda.
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-284-14/+15
| | | | This reverts commit 27f1179c0cb7e4add8cb8c9f49d5864da4681c66.
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-244-15/+14
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-244-20/+26
|
* 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-114-8/+10
|
* 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-022-28/+18
|
* [NO JIRA] fix test incorrect assertion of positivitySteve Marion2023-01-301-1/+1
|