aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1910-45/+8
|
* SONAR-15473 Add IT on quick fix available for issueMathieu Suen2021-10-135-2/+161
|
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-2/+2
| | | | runtime configurations
* SONAR-15091 Compute engine fails with NPE if an external issue has an empty ↵Duarte Meneses2021-06-282-0/+88
| | | | message
* SONAR-15056 It should be possible to create external issues with project ↵Tobias Stadler2021-06-182-0/+64
| | | | location
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-1720-417/+66
|
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-091-0/+2
|
* SONAR-14794 Optimize ITs: Reorganize test suites to reuse orchestrators more ↵Duarte Meneses2021-05-184-4/+4
| | | | often
* SONAR-14794 Optimize ITs: Only run Xoo's NoSonarSensor if property is definedDuarte Meneses2021-05-181-3/+4
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0884-84/+84
|
* Update Xoo pluginJulien Lancelot2020-09-038-82/+323
|
* SONAR-13591 Fix copy of issue tags from rule tagsJulien Lancelot2020-07-091-1/+2
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-238-21/+14
|
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-2/+2
|
* SONAR-12723 Issue/hotspots IT fixesJacek2020-01-131-0/+4
|
* Format all headers for 2020Wouter Admiraal2020-01-0781-81/+81
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-103-8/+7
|
* SONAR-12627 Issues are 'new' if they involve a location on a new lineDuarte Meneses2019-12-092-2/+111
|
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-091-1/+1
|
* JAR of sonar-xoo-plugin should not contain sonar-plugin-apiEvgeny Mandrikov2019-08-091-1/+1
| | | | | | | * Plugins should not embed sonar-plugin-api, unfortunately this happened due to typo in efad42ce25ddaa8083546859c6c05a635260b77d * And this was preventing caching of build task ":sonar-scanner-engine:test"
* Clean depsDuarte Meneses2019-07-171-2/+1
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1214-47/+47
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1215-48/+47
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-122-1/+3
|
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-126-12/+12
|
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1213-36/+34
|
* SONAR-11973 Update Xoo plugin for new sonarsourceSecurity facet testingWouter Admiraal2019-05-072-2/+2
|
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-063-8/+10
|
* Remove wildcard imports in testsJanos Gyerik2019-02-112-2/+3
|
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-113-38/+67
|
* SONAR-11621 Implement IgnoreCommand in Xoo pluginBenoît Gianinetti2019-01-225-2/+155
|
* change year in file headersStas Vilchik2019-01-162-2/+2
|
* Fix quality flawsJulien HENRY2019-01-162-5/+5
|
* SONAR-11465 Add project level Sensor EPJulien HENRY2019-01-163-2/+50
|
* SONAR-11509 Ignore module and folder level measures in Sensor APIJulien HENRY2019-01-162-1/+28
|
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-162-5/+9
|
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-163-5/+56
| | | | and deprecate issue filters
* Fix license headers for 2019Duarte Meneses2019-01-0277-77/+77
|
* SONAR-11238 Xoo plugin supports recent symbol/highlighting locationSébastien Lesaint2018-10-102-22/+60
|
* SONAR-11210 Display organization specific ad hoc rule infoJulien Lancelot2018-09-243-3/+87
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-245-48/+42
|
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-241-2/+4
| | | | | | * 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-9904 guess author of issue based on all its locationsSimon Brandhof2018-08-161-2/+2
|
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-172-3/+41
| | | | | | | | | | * Add security standards for Xoo hotspot sensor (when API supports it) * Re-generate issues/SearchRequest * Verify security standards in issue search * Store security standards when registering rules
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-092-7/+20
|
* SONAR-10867 Add a rule in Xoo to report security hotspotsJulien HENRY2018-07-046-1/+95
|
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-2921-561/+128
|
* Fix malformed license headersJanos Gyerik2018-06-141-19/+0
|
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-016-3/+112
|
* SONAR-10647 Add ITsDuarte Meneses2018-05-094-2/+190
|