aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Comply key validation of sonar-plugin-apiZipeng WU2022-08-232-4/+4
|
* SONAR-17206 added new code snippets (to display diff) to education pluginLukasz Jarocki2022-08-228-6/+327
|
* SONAR-16598 Rename education principle keys in pluginsalain2022-07-262-2/+2
|
* SONAR-17061 add support for PCI DSS requirements name with paragraph lettersMatteo Mara2022-07-251-3/+7
|
* SONAR-17044 Fix ITsDuarte Meneses2022-07-231-1/+0
|
* SONAR-17044 SONAR-17043 SONAR-17042 Optimize Compute Engine issue tracking ↵Duarte Meneses2022-07-231-1/+0
| | | | and persisting of measures where file is marked as unchanged
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-234-0/+128
| | | | measures when file is marked as unchanged
* SONAR-16610 added example plugin to test education topics in SonarQubeLukasz Jarocki2022-07-2119-0/+971
|
* SONAR-17067 Update SonarXoo to support some PCI DSS rulesWouter Admiraal2022-07-191-0/+10
|
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-121-1/+1
|
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-121-1/+2
| | | | (cherry picked from commit 1d1feb6ab5dcf0d89f63ec0e1c67778f22da0978)
* SONAR-16614 added detected context to one of the sensorsLukasz Jarocki2022-07-083-8/+8
|
* Revert "SONAR-16598 Populate Generic concepts from sonar-plugin api"Pierre2022-07-081-2/+1
| | | | This reverts commit 1d1feb6ab5dcf0d89f63ec0e1c67778f22da0978.
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-081-1/+2
|
* SONAR-16518 changing the rules in the xoo pluginLukasz Jarocki2022-06-309-24/+318
|
* SONAR-16303 Add section example to xoo plugin (#5914)Léo Geoffroy2022-05-111-45/+79
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+2
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16182 Migrate remaining modules from java 8 to java 11Duarte Meneses2022-03-281-2/+0
|
* SONAR-13588 External issue tags should inherit external rule tagsPierre2022-02-251-1/+2
|
* SONAR-15870 Xoo SCM should support relative datesDuarte Meneses2022-01-282-8/+48
|
* Update license headers for 2022 [update headers]Pierre2022-01-2887-87/+87
|
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-215-0/+99
|
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-031-1/+2
|
* SONAR-15681 - IT for Owasp Top 10 2021 support in sonar-plugin-apibelen-pruvost-sonarsource2021-11-252-14/+32
|
* Improve code qualityDuarte Meneses2021-11-202-8/+0
|
* 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
|