aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22018 introduce version EOL to properties, and update GlobalActionOrlovAlexander2024-04-104-9/+34
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03168-168/+168
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-7/+8
|
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ↵Duarte Meneses2023-01-052-0/+48
| | | | character limit
* Update license templates for 2023Pierre2023-01-02167-167/+167
|
* SONAR-17566 Drop jdk11 support for running the SonarQube serverMatteo Mara2022-12-291-0/+5
|
* SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exceptionDuarte Meneses2022-12-134-9/+138
|
* 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-072-1/+13
|
* SONAR-17592 Manage formattings for truncation of messagesDuarte Meneses2022-12-012-7/+61
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-016-10/+237
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-12/+12
|
* SONAR-17564 Add ITs for SARIF import.Wojtek Wajerowicz2022-11-163-5/+53
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-264-23/+36
|
* 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-163-24/+55
|
* SONAR-17287 implementing new method from NewIssue interfaceLukasz Jarocki2022-09-163-3/+9
|
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-163-29/+101
|
* SONAR-17150 fix SSF-39Aurelien2022-08-112-1/+11
|
* 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-082-1/+16
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-38/+38
|
* 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-314-13/+28
| | | | - introduce internal SonarQubeVersion
* SONAR-16232 Fix version metadataDuarte Meneses2022-04-214-4/+12
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-2/+1
| | | | | - fix tests - use plugin api from artifactory
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-5/+4
|
* SONAR-16182 Migrate remaining modules from java 8 to java 11Duarte Meneses2022-03-281-2/+0
|
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-242-5/+5
|
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-182-0/+55
|
* SONAR-16057 Filesystem tests fail with NPEDuarte Meneses2022-02-282-6/+32
|
* SONAR-16064 new API in SensorContext to indicate possibility to skip ↵Zipeng WU2022-02-262-0/+18
| | | | unchanged files
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-1/+8
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-28161-161/+161
|
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-1/+0
|
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-032-18/+39
|
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-294-0/+181
|
* SONAR-15102 Upgrade 3rd party dependenciesJacek2021-11-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade logback to 1.2.7 * Upgrade build-time-tracker to 2.1.0 * Upgrade com.auth0:java-jwt [3.10.3 -> 3.18.2] * Upgrade com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin [0.33.0 -> 0.39.0] * Upgrade com.github.everit-org.json-schema:org.everit.json.schema [1.12.2 -> 1.14.0] * Upgrade com.google.code.gson:gson [2.8.6 -> 2.8.9] * Upgrade com.google.protobuf:com.google.protobuf.gradle.plugin [0.8.13 -> 0.8.18] * Upgrade com.google.protobuf:protobuf-java [3.17.3 -> 3.19.1] * Upgrade com.googlecode.java-diff-utils:diffutils [1.2 -> 1.3.0] * Upgrade com.hazelcast:hazelcast [4.2 -> 4.2.2] * Upgrade com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin [4.21.0 -> 4.24.23] * Upgrade com.squareup.okhttp3:mockwebserver [4.9.0 -> 4.9.3] * Upgrade com.yworks:yguard [2.7.1 -> 2.10.0] * Upgrade commons-codec:commons-codec [1.14 -> 1.15] * Upgrade commons-io:commons-io [2.8.0 -> 2.11.0] * Upgrade commons-logging:commons-logging [1.1.1 -> 1.2] * Upgrade de.undercouch.download:de.undercouch.download.gradle.plugin [4.1.1 -> 4.1.2] * Upgrade io.spring.dependency-management:io.spring.dependency-management.gradle.plugin [1.0.10.RELEASE -> 1.0.11.RELEASE] * Upgrade junit:junit [4.13.1 -> 4.13.2] * Upgrade net.javacrumbs.json-unit:json-unit-fluent [2.14.0 -> 2.28.0] * Upgrade org.apache.commons:commons-csv [1.7 -> 1.9.0] * Upgrade org.apache.commons:commons-lang3 [3.9 -> 3.12.0] * Upgrade org.apache.tomcat.embed:tomcat-embed-core [8.5.72 -> 8.5.73] * Upgrade org.assertj:assertj-core [3.15.0 -> 3.21.0] * Upgrade org.assertj:assertj-guava [3.3.0 -> 3.4.0] * Upgrade org.awaitility:awaitility [4.0.2 -> 4.1.1] * Upgrade org.eclipse.jgit:org.eclipse.jgit [5.11.0.202103091610-r -> 5.13.0.202109080827-r] * Upgrade org.jboss.byteman:byteman [4.0.10 -> 4.0.17] * Upgrade org.jboss.resteasy:resteasy-client [3.11.0.Final -> 3.15.2.Final] * Upgrade org.jfree:jfreechart [1.5.0 -> 1.5.3] * Upgrade org.jsoup:jsoup [1.13.1 -> 1.14.3] * Upgrade org.junit.jupiter:junit-jupiter-api [5.6.0 -> 5.8.1] * Upgrade org.mockito:mockito-core [3.3.3 -> 3.12.4] * Upgrade org.mybatis:mybatis [3.5.6 -> 3.5.7] * Upgrade org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin [6.3.1 -> 6.5.0.1] * Upgrade org.reflections:reflections [0.9.12 -> 0.10.2] * Upgrade org.sonarqube:org.sonarqube.gradle.plugin [3.0 -> 3.3] * Upgrade org.tmatesoft.svnkit:svnkit [1.10.1 -> 1.10.3] * Upgrade org.xmlunit:xmlunit-core [2.6.4 -> 2.8.3] * Upgrade org.xmlunit:xmlunit-matchers [2.6.4 -> 2.8.3]
* Improve code qualityDuarte Meneses2021-11-2010-56/+58
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1921-343/+219
|
* Improve code qualityDuarte Meneses2021-11-184-7/+12
|
* NO-JIRA fixed unit test that was not passing on windowsLukasz Jarocki2021-11-103-6/+10
|
* [NO-JIRA] Fix Quality GateBelen Pruvost2021-10-261-2/+2
|
* Fix code quality issuesDuarte Meneses2021-10-253-3/+5
|
* SONAR-15487 add quickfix flag in plugin-apiPierre2021-10-132-5/+31
|
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
|
* Code smell fix: Remove unused importsBruno Andrade2021-07-121-1/+0
|
* SONAR-13513 Request parameter should not allow NUL characterZipeng WU2021-07-011-1/+5
|