aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15915 Validate project key against forbidden phrasesJacek2022-08-092-1/+25
|
* SONAR-17088 Increase default timeout of scanner report publishing to 60 secJacek2022-07-274-4/+18
| | | | - Add scan property `sonar.report.publish.timeout`
* SONAR-17044 Fix ITsDuarte Meneses2022-07-234-14/+31
|
* SONAR-17044 SONAR-17043 SONAR-17042 Optimize Compute Engine issue tracking ↵Duarte Meneses2022-07-2310-37/+407
| | | | and persisting of measures where file is marked as unchanged
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-237-8/+36
| | | | measures when file is marked as unchanged
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-182-14/+17
|
* SONAR-16554 fix scanner failing to create report for multi-modules projects ↵Philippe Perrin2022-07-1212-5/+152
| | | | with no code to analyse
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-082-1/+5
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-075-49/+49
|
* SONAR-16567 add an analysis warning when using a token expiring in less than ↵Matteo Mara2022-07-065-21/+100
| | | | 7 days.
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-062-4/+22
|
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-041-3/+3
| | | | - fixes also analysis warning to be shown in UI
* SONAR-16544 Scanner fails if there's no git HEAD commitDuarte Meneses2022-06-233-1/+33
|
* SONAR-16474 - Fix SSF-276Belen Pruvost2022-06-232-2/+42
|
* SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and ↵Duarte Meneses2022-06-211-1/+1
| | | | 'uncovered lines'
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-073-3/+3
|
* SONAR-16239 Log analysis cache downloadDuarte Meneses2022-06-042-5/+29
|
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-3112-107/+55
|
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-311-2/+2
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-313-15/+12
| | | | - introduce internal SonarQubeVersion
* SONAR-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-302-2/+79
|
* SONAR-16416 Fix SSF-266Jacek2022-05-277-63/+229
|
* SONAR-16395 Activate Analyzers Cache by defaultDuarte Meneses2022-05-247-74/+117
|
* SONAR-16229 improve analysis error messageMatteo Mara2022-05-111-0/+5
|
* SONAR-16260 scanner passing new context header - projectKeyLukasz Jarocki2022-04-2913-61/+114
|
* SONAR-16290 Fix bug parsing certain source code lines and improve logsDuarte Meneses2022-04-254-13/+33
|
* SONAR-16232 Add Thread interrupt in blame commandJacek2022-04-221-1/+2
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-215-22/+16
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16290 Fallback to jgit on first git failureDuarte Meneses2022-04-217-80/+132
|
* SONAR-16290 Minor fix for unit-testsKlaudio Sinani2022-04-212-1/+3
|
* SONAR-16290 Use native git to collect blame informationDuarte Meneses2022-04-2111-482/+782
|
* MMF-2692 Initial git blame command implementationKlaudio Sinani2022-04-212-0/+226
|
* SONAR-16080 Skipping git ignore collection for git submodules which were not ↵Jacek2022-04-112-0/+34
| | | | cloned
* SONAR-16080 Git submodules not considered when loading exclusionsDuarte Meneses2022-04-082-31/+103
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-048-25/+25
|
* SONAR-16050 Scanner fails with NPE if user doesn't have permission to ↵Duarte Meneses2022-03-286-47/+35
| | | | analyze project
* SONAR-16187 Analysis cache gets cache from different branch when neededDuarte Meneses2022-03-258-30/+56
|
* NO-JIRA fixed ProjectCoverageExclusionsTest to work on every Windows OSLukasz Jarocki2022-03-251-1/+2
|
* NO-JIRA fixed one unit test in GitScmProviderTest that used a method ↵Lukasz Jarocki2022-03-251-1/+2
| | | | unfriendly to Windows
* NO-JIRA fixed creation of temp folder in the unit test to support all ↵Lukasz Jarocki2022-03-251-7/+13
| | | | Windows' setups
* Improve SQ code qualityDuarte Meneses2022-03-241-1/+1
|
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-244-28/+85
|
* Fix SonarQube quality issuesDuarte Meneses2022-03-232-4/+27
|
* SONAR-16162 Enable New Code based on "reference branch" with a scanner parameterDuarte Meneses2022-03-234-19/+108
|
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-184-15/+9
|
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-1820-26/+941
|
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-182-0/+132
|
* NO-JIRA fixed some unit tests not passing on Windows when username is longLukasz Jarocki2022-03-082-4/+6
|
* SONAR-16064 new API in SensorContext to indicate possibility to skip ↵Zipeng WU2022-02-263-4/+24
| | | | unchanged files
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2227-1160/+174
|