aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-162-2/+2
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-0319-19/+19
|
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-011-5/+0
|
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-181-6/+10
|
* SONAR-20021 passing overriden impacts from analyzer to scanner reportlukasz-jarocki-sonarsource2023-08-181-0/+7
|
* SONAR-19197 Add field for code variants to scanner-engineEric Giffon2023-05-161-0/+1
|
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-121-1/+0
|
* SONAR-18679 moved unit test to integration test in sonar-scanner-protocolLukasz Jarocki2023-03-174-57/+10
|
* [NO JIRA] removed unused importsBruno Andrade2023-02-032-2/+0
|
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-026-174/+27
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-1210-88/+186
| | | | memory use
* Update license templates for 2023Pierre2023-01-0219-19/+19
|
* SONAR-17566 Drop jdk11 support for running the SonarQube serverMatteo Mara2022-12-291-0/+5
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-0/+13
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-10/+10
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-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 responsesDuarte Meneses2022-09-161-3/+3
|
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-161-0/+8
|
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-232-0/+6
| | | | measures when file is marked as unchanged
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+1
|
* SONAR-16182 Migrate remaining modules from java 8 to java 11Duarte Meneses2022-03-281-2/+0
|
* Improve SQ code qualityDuarte Meneses2022-03-241-0/+6
|
* SONAR-16162 Enable New Code based on "reference branch" with a scanner parameterDuarte Meneses2022-03-231-0/+2
|
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-183-4/+4
|
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-185-10/+11
|
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-185-0/+56
|
* Update license headers for 2022 [update headers]Pierre2022-01-2819-19/+19
|
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵Duarte Meneses2022-01-211-1/+1
| | | | with git merge workflow
* Improve code qualityDuarte Meneses2021-11-203-20/+17
|
* SONAR-15487 changing report protocol for scannerLukasz Jarocki2021-10-131-0/+1
|
* SONAR-15469 Stop using deprecated Gradle API in SonarQubeKengo TODA2021-10-081-1/+2
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-1/+0
|
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-091-0/+2
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-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 neededPierre2021-02-191-0/+2
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0819-19/+19
|
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-1/+1
|
* fix code smellsPierre2020-12-142-4/+4
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-292-3/+32
|
* SONAR-13867 revertMichal Duda2020-09-172-32/+3
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-172-3/+32
|
* Fix scanner report viewerDuarte Meneses2020-08-101-13/+14
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-111-0/+2
|
* Format all headers for 2020Wouter Admiraal2020-01-0719-19/+19
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-23/+8
|
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-2/+2
|
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-091-2/+1
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-10/+11
|
* Clean depsDuarte Meneses2019-07-172-5/+3
|