Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-16232 Use plugin api version for SonarRuntime impl | Jacek | 2022-05-31 | 2 | -9/+7 | |
| | | | | - introduce internal SonarQubeVersion | |||||
* | SONAR-16316 Fill report data | Duarte Meneses | 2022-05-25 | 6 | -172/+40 | |
| | ||||||
* | SONAR-16419 merge rules and rules metadata in single table and DTO | Zipeng WU | 2022-05-24 | 5 | -47/+34 | |
| | ||||||
* | SONAR-16370 computing new issues hashes. version takes into account issues ↵ | Lukasz Jarocki | 2022-05-24 | 3 | -26/+237 | |
| | | | | that can be be on many components | |||||
* | SONAR-16302 - Update to add mybatis automapping (#5926) | Léo Geoffroy | 2022-05-16 | 1 | -2/+2 | |
| | ||||||
* | Revert "SONAR-16370 compute issue hashes when processing scanner report" | Lukasz Jarocki | 2022-05-13 | 3 | -167/+25 | |
| | | | | This reverts commit 6e7de02b0cf93c482d8b640b4309814efc7b4de0. | |||||
* | SONAR-16370 compute issue hashes when processing scanner report | Lukasz Jarocki | 2022-05-11 | 3 | -25/+167 | |
| | ||||||
* | SONAR-16302 Remove usage of field createdAt and updatedAt on RuleMetadataDto | Léo Geoffroy | 2022-05-06 | 2 | -7/+3 | |
| | ||||||
* | SONAR-16302 remove RuleDefinitionDto and put information in RuleDto | Aurelien | 2022-05-06 | 13 | -72/+73 | |
| | ||||||
* | SONAR-16302 Adapt ExportRuleDto to handle new structure | Zipeng WU | 2022-05-06 | 1 | -2/+2 | |
| | ||||||
* | SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵ | Léo Geoffroy | 2022-05-06 | 1 | -4/+4 | |
| | | | | RuleSectionDescriptionDto to prepare for multiple section support | |||||
* | NO-JIRA fixing faulty test in ScoreMatricDumperImplTest | Lukasz Jarocki | 2022-05-05 | 1 | -7/+15 | |
| | ||||||
* | Delete files if exist in ScoreMatrixDumperImplTest | Jacek | 2022-04-28 | 1 | -8/+6 | |
| | ||||||
* | NO-JIRA fixed unit test that sometimes was not passing | Lukasz Jarocki | 2022-04-22 | 1 | -8/+12 | |
| | ||||||
* | SONAR-15321 Large number of entries in 'issue_changes' | Duarte Meneses | 2022-04-07 | 12 | -121/+446 | |
| | ||||||
* | NO-JIRA fixing SQ issues, code smells, bugs | Lukasz Jarocki | 2022-04-05 | 1 | -2/+2 | |
| | ||||||
* | NO-JIRA fixed issues in ScoreMatrixDumperImplTest that occured sometimes on ↵ | Lukasz Jarocki | 2022-04-05 | 1 | -7/+7 | |
| | | | | some envs | |||||
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 19 | -76/+75 | |
| | ||||||
* | SONAR-16039 populating measure for new metric analysis_from_sonarqube_9_4 | Lukasz Jarocki | 2022-03-31 | 5 | -0/+183 | |
| | ||||||
* | SONAR-16039 - Migrate existing issues to new_code table | Belen Pruvost | 2022-03-31 | 7 | -28/+161 | |
| | ||||||
* | SONAR-16163 update warning description | Zipeng WU | 2022-03-30 | 1 | -2/+2 | |
| | ||||||
* | Improve SQ code quality | Duarte Meneses | 2022-03-24 | 4 | -92/+45 | |
| | ||||||
* | SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache' | Duarte Meneses | 2022-03-24 | 1 | -2/+1 | |
| | ||||||
* | Fix SonarQube quality issues | Duarte Meneses | 2022-03-23 | 6 | -69/+37 | |
| | ||||||
* | SONAR-16163 Process reference branch set by the scanner in the CE | Zipeng WU | 2022-03-23 | 10 | -20/+178 | |
| | ||||||
* | SONAR-16097 Apply feedback | Duarte Meneses | 2022-03-18 | 6 | -25/+25 | |
| | ||||||
* | SONAR-16115 Store plugin's scanner cache in SonarQube | Duarte Meneses | 2022-03-18 | 7 | -4/+166 | |
| | ||||||
* | SONAR-16100 When reference branch strategy used and file is not under SCM, ↵ | Jacek | 2022-03-11 | 3 | -7/+60 | |
| | | | | use component from referenced branch when computing changeset | |||||
* | SONAR-13704 activity of a project now also display QG changes caused by ↵ | Lukasz Jarocki | 2022-03-02 | 1 | -1/+1 | |
| | | | | changing issues status | |||||
* | SONAR-13588 External issue tags should inherit external rule tags | Pierre | 2022-02-25 | 2 | -4/+15 | |
| | ||||||
* | SONAR-7496 drop unused columns on Issues table | Pierre | 2022-02-24 | 7 | -33/+7 | |
| | ||||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 36 | -345/+309 | |
| | ||||||
* | SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵ | Duarte Meneses | 2022-02-02 | 3 | -6/+8 | |
| | | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com> | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 853 | -853/+853 | |
| | ||||||
* | [NO-JIRA] Fix reported code smells9.3.0.51899 | Klaudio Sinani | 2022-01-28 | 1 | -1/+1 | |
| | ||||||
* | SONAR-15817 project export should not require licence validation | Pierre | 2022-01-27 | 2 | -3/+1 | |
| | ||||||
* | SONAR-14929 - Handle Issue no longer being new on feature branch | belen-pruvost-sonarsource | 2022-01-21 | 13 | -31/+313 | |
| | ||||||
* | SONAR-14929 - Save a new issue as new on branch using reference branch | Belen Pruvost | 2022-01-21 | 6 | -117/+162 | |
| | ||||||
* | SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵ | Duarte Meneses | 2022-01-21 | 30 | -530/+790 | |
| | | | | with git merge workflow | |||||
* | [NO-JIRA] Fix Bugs, Code Smells | Jacek | 2021-12-21 | 2 | -8/+0 | |
| | ||||||
* | SONAR-15836 Language files are not automatically published | Duarte Meneses | 2021-12-21 | 1 | -0/+5 | |
| | ||||||
* | SONAR-15102 Upgrade 3rd party dependencies | Jacek | 2021-11-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 77 | -284/+228 | |
| | ||||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 153 | -2022/+1633 | |
| | ||||||
* | Improve code quality | Duarte Meneses | 2021-11-18 | 21 | -44/+95 | |
| | ||||||
* | SONAR-15398 update class and method names | Duarte Meneses | 2021-11-18 | 3 | -16/+15 | |
| | ||||||
* | Use Java 11 API instead of Guava | Duarte Meneses | 2021-11-09 | 1 | -2/+2 | |
| | ||||||
* | SONAR-15498 Compute manually selected projects in portfolio | Duarte Meneses | 2021-11-09 | 1 | -12/+7 | |
| | ||||||
* | SONAR-15574 improving the code quality | Lukasz Jarocki | 2021-11-04 | 10 | -26/+20 | |
| | ||||||
* | SONAR-15580 Migrate api/project_dump/status endpoint to CE + unit tests | Klaudio Sinani | 2021-11-04 | 4 | -4/+0 | |
| |