| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-17766 Ignore 'Issue.addQuickFix' instead of throwing an exception | Duarte Meneses | 2022-12-13 | 4 | -9/+138 |
* | SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded. | Dimitris Kavvathas | 2022-12-12 | 1 | -5/+2 |
* | SONAR-17745 Message of issue location should be trimmed | Léo Geoffroy | 2022-12-07 | 2 | -1/+13 |
* | SONAR-17592 Manage formattings for truncation of messages | Duarte Meneses | 2022-12-01 | 2 | -7/+61 |
* | SONAR-17592 Persist Message formatting from plugin api | Léo Geoffroy | 2022-12-01 | 6 | -10/+237 |
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -12/+12 |
* | SONAR-17564 Add ITs for SARIF import. | Wojtek Wajerowicz | 2022-11-16 | 3 | -5/+53 |
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
* | SONAR-13579 Overall coverage improvements | Benjamin Campomenosi | 2022-10-26 | 4 | -23/+36 |
* | SONAR-13579 Detect files moves in Pull Request scope | Klaudio Sinani | 2022-10-26 | 2 | -3/+29 |
* | SONAR-17287 Fix quality issues and adopt changes to API | Duarte Meneses | 2022-09-16 | 3 | -24/+55 |
* | SONAR-17287 implementing new method from NewIssue interface | Lukasz Jarocki | 2022-09-16 | 3 | -3/+9 |
* | SONAR-17287 Scanner supports flow types and description | Duarte Meneses | 2022-09-16 | 3 | -29/+101 |
* | SONAR-17150 fix SSF-39 | Aurelien | 2022-08-11 | 2 | -1/+11 |
* | SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures... | Duarte Meneses | 2022-07-23 | 3 | -2/+19 |
* | SONAR-17081 - Minimal compatibility version should be compared with runtime A... | Léo Geoffroy | 2022-07-22 | 1 | -2/+2 |
* | SONAR-16614 saving detected context in the scanner report | Lukasz Jarocki | 2022-07-08 | 2 | -1/+16 |
* | [NO JIRA] Replace 'squid' with 'java' | Belen Pruvost | 2022-07-07 | 2 | -38/+38 |
* | SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and 'uncovered... | Duarte Meneses | 2022-06-21 | 1 | -1/+1 |
* | SONAR-16232 Use plugin api version for SonarRuntime impl | Jacek | 2022-05-31 | 4 | -13/+28 |
* | SONAR-16232 Fix version metadata | Duarte Meneses | 2022-04-21 | 4 | -4/+12 |
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -2/+1 |
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -5/+4 |
* | SONAR-16182 Migrate remaining modules from java 8 to java 11 | Duarte Meneses | 2022-03-28 | 1 | -2/+0 |
* | SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache' | Duarte Meneses | 2022-03-24 | 2 | -5/+5 |
* | SONAR-16097 Add plugin cache to the Sensor API | Duarte Meneses | 2022-03-18 | 2 | -0/+55 |
* | SONAR-16057 Filesystem tests fail with NPE | Duarte Meneses | 2022-02-28 | 2 | -6/+32 |
* | SONAR-16064 new API in SensorContext to indicate possibility to skip unchange... | Zipeng WU | 2022-02-26 | 2 | -0/+18 |
* | SONAR-15966 Use Spring instead of Pico as dependency injection framework in t... | Duarte Meneses | 2022-02-02 | 1 | -1/+8 |
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 161 | -161/+161 |
* | [NO-JIRA] Fix reported code smells9.3.0.51899 | Klaudio Sinani | 2022-01-28 | 1 | -1/+0 |
* | SONAR-15761 new API to identify Sensors processing files independently (#5091) | Julien HENRY | 2021-12-03 | 2 | -18/+39 |
* | SONAR-15686 Files provided are restricted when PR for selected sensors | Duarte Meneses | 2021-11-29 | 4 | -0/+181 |
* | SONAR-15102 Upgrade 3rd party dependencies | Jacek | 2021-11-22 | 1 | -4/+5 |
* | Improve code quality | Duarte Meneses | 2021-11-20 | 10 | -56/+58 |
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 21 | -343/+219 |
* | Improve code quality | Duarte Meneses | 2021-11-18 | 4 | -7/+12 |
* | NO-JIRA fixed unit test that was not passing on windows | Lukasz Jarocki | 2021-11-10 | 3 | -6/+10 |
* | [NO-JIRA] Fix Quality Gate | Belen Pruvost | 2021-10-26 | 1 | -2/+2 |
* | Fix code quality issues | Duarte Meneses | 2021-10-25 | 3 | -3/+5 |
* | SONAR-15487 add quickfix flag in plugin-api | Pierre | 2021-10-13 | 2 | -5/+31 |
* | Fix code quality issues | Duarte Meneses | 2021-09-24 | 1 | -1/+1 |
* | Code smell fix: Remove unused imports | Bruno Andrade | 2021-07-12 | 1 | -1/+0 |
* | SONAR-13513 Request parameter should not allow NUL character | Zipeng WU | 2021-07-01 | 1 | -1/+5 |
* | SONAR-15056 It should be possible to create external issues with project loca... | Tobias Stadler | 2021-06-18 | 2 | -16/+23 |
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 9 | -100/+24 |
* | SONAR-14951 Scanners require Java 11 | Sébastien Lesaint | 2021-06-09 | 1 | -0/+2 |
* | SONAR-14192 Deprecating rule keys may break users' exclusion settings | Duarte Meneses | 2021-03-17 | 5 | -2/+99 |
* | SONAR-14426 Add support for AES-GCM encryption | Zipeng WU | 2021-02-17 | 7 | -58/+310 |
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 155 | -155/+155 |