Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-20021 Manage external issues and adhoc rules | Léo Geoffroy | 2023-08-18 | 1 | -6/+10 |
| | |||||
* | SONAR-20021 passing overriden impacts from analyzer to scanner report | lukasz-jarocki-sonarsource | 2023-08-18 | 1 | -0/+7 |
| | |||||
* | SONAR-19197 Add field for code variants to scanner-engine | Eric Giffon | 2023-05-16 | 1 | -0/+1 |
| | |||||
* | [NO JIRA] Remove unused imports | Duarte Meneses | 2023-04-12 | 1 | -1/+0 |
| | |||||
* | SONAR-18679 moved unit test to integration test in sonar-scanner-protocol | Lukasz Jarocki | 2023-03-17 | 4 | -57/+10 |
| | |||||
* | [NO JIRA] removed unused imports | Bruno Andrade | 2023-02-03 | 2 | -2/+0 |
| | |||||
* | SONAR-17706 Drop support for modules in WS | Duarte Meneses | 2023-02-02 | 6 | -174/+27 |
| | |||||
* | SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵ | Duarte Meneses | 2023-01-12 | 10 | -88/+186 |
| | | | | memory use | ||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 19 | -19/+19 |
| | |||||
* | SONAR-17566 Drop jdk11 support for running the SonarQube server | Matteo Mara | 2022-12-29 | 1 | -0/+5 |
| | |||||
* | SONAR-17592 Persist Message formatting from plugin api | Léo Geoffroy | 2022-12-01 | 1 | -0/+13 |
| | |||||
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -10/+10 |
| | |||||
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | SONAR-13579 Detect files moves in Pull Request scope | Klaudio Sinani | 2022-10-26 | 1 | -0/+1 |
| | | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class | ||||
* | SONAR-17287 Return optional flow description and type in WS responses | Duarte Meneses | 2022-09-16 | 1 | -3/+3 |
| | |||||
* | SONAR-17287 Scanner supports flow types and description | Duarte Meneses | 2022-09-16 | 1 | -0/+8 |
| | |||||
* | SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵ | Duarte Meneses | 2022-07-23 | 2 | -0/+6 |
| | | | | measures when file is marked as unchanged | ||||
* | SONAR-16614 saving detected context in the scanner report | Lukasz Jarocki | 2022-07-08 | 1 | -0/+1 |
| | |||||
* | SONAR-16182 Migrate remaining modules from java 8 to java 11 | Duarte Meneses | 2022-03-28 | 1 | -2/+0 |
| | |||||
* | Improve SQ code quality | Duarte Meneses | 2022-03-24 | 1 | -0/+6 |
| | |||||
* | SONAR-16162 Enable New Code based on "reference branch" with a scanner parameter | Duarte Meneses | 2022-03-23 | 1 | -0/+2 |
| | |||||
* | SONAR-16097 Apply feedback | Duarte Meneses | 2022-03-18 | 3 | -4/+4 |
| | |||||
* | SONAR-16097 Add plugin cache to the Sensor API | Duarte Meneses | 2022-03-18 | 5 | -10/+11 |
| | |||||
* | SONAR-16115 Store plugin's scanner cache in SonarQube | Duarte Meneses | 2022-03-18 | 5 | -0/+56 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 19 | -19/+19 |
| | |||||
* | SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵ | Duarte Meneses | 2022-01-21 | 1 | -1/+1 |
| | | | | with git merge workflow | ||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 3 | -20/+17 |
| | |||||
* | SONAR-15487 changing report protocol for scanner | Lukasz Jarocki | 2021-10-13 | 1 | -0/+1 |
| | |||||
* | SONAR-15469 Stop using deprecated Gradle API in SonarQube | Kengo TODA | 2021-10-08 | 1 | -1/+2 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 1 | -1/+0 |
| | |||||
* | SONAR-14951 Scanners require Java 11 | Sébastien Lesaint | 2021-06-09 | 1 | -0/+2 |
| | |||||
* | Revert SONAR-14478, SONAR-14462, SONAR-14461 | lukasz-jarocki-sonarsource | 2021-02-26 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b. | ||||
* | SONAR-14461 save the default main branch when needed | Pierre | 2021-02-19 | 1 | -0/+2 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 19 | -19/+19 |
| | |||||
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 2 | -4/+4 |
| | |||||
* | SONAR-13867 Collect number of indexed C/C++ files in the scanner | Michal Duda | 2020-09-29 | 2 | -3/+32 |
| | |||||
* | SONAR-13867 revert | Michal Duda | 2020-09-17 | 2 | -32/+3 |
| | |||||
* | SONAR-13867 Collect number of indexed C/C++ files in the scanner | Michal Duda | 2020-09-17 | 2 | -3/+32 |
| | |||||
* | Fix scanner report viewer | Duarte Meneses | 2020-08-10 | 1 | -13/+14 |
| | |||||
* | SONAR-13390 SONAR-13391 New Code Reference Branch | Duarte Meneses | 2020-06-11 | 1 | -0/+2 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 19 | -19/+19 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 1 | -23/+8 |
| | |||||
* | SONAR-12673 Fix issue management | Duarte Meneses | 2019-12-09 | 1 | -2/+2 |
| | |||||
* | SONAR-12624 Scanner no longer supports short living branches | Duarte Meneses | 2019-12-09 | 1 | -2/+1 |
| | |||||
* | SONAR-12197 completely drop "sonar.branch" code | Michal Duda | 2019-08-12 | 1 | -10/+11 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 2 | -5/+3 |
| | |||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 2 | -16/+16 |
| | | | | with Java 11 | ||||
* | SONAR-11856 Store the "true" target branch in the scanner report to display ↵ | Duarte Meneses | 2019-04-23 | 1 | -0/+3 |
| | | | | it properly | ||||
* | SONAR-11647 Drop report field component.version | Janos Gyerik | 2019-03-19 | 1 | -2/+0 |
| |