Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-22018 introduce version EOL to properties, and update GlobalAction | OrlovAlexander | 2024-04-10 | 4 | -9/+34 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 168 | -168/+168 |
| | | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com> | ||||
* | [NO JIRA] Fix quality issues related to assertions | Duarte Meneses | 2023-01-12 | 2 | -7/+8 |
| | |||||
* | SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ↵ | Duarte Meneses | 2023-01-05 | 2 | -0/+48 |
| | | | | character limit | ||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 167 | -167/+167 |
| | |||||
* | SONAR-17566 Drop jdk11 support for running the SonarQube server | Matteo Mara | 2022-12-29 | 1 | -0/+5 |
| | |||||
* | 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-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 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 ↵ | Duarte Meneses | 2022-07-23 | 3 | -2/+19 |
| | | | | measures when file is marked as unchanged | ||||
* | SONAR-17081 - Minimal compatibility version should be compared with runtime ↵ | Léo Geoffroy | 2022-07-22 | 1 | -2/+2 |
| | | | | API version | ||||
* | 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 ↵ | Duarte Meneses | 2022-06-21 | 1 | -1/+1 |
| | | | | 'uncovered lines' | ||||
* | SONAR-16232 Use plugin api version for SonarRuntime impl | Jacek | 2022-05-31 | 4 | -13/+28 |
| | | | | - introduce internal SonarQubeVersion | ||||
* | 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 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | 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 ↵ | Zipeng WU | 2022-02-26 | 2 | -0/+18 |
| | | | | unchanged files | ||||
* | SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵ | Duarte Meneses | 2022-02-02 | 1 | -1/+8 |
| | | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 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 |
| |