aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-282-10/+11
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-262-1/+13
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-267-167/+170
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-267-19/+308
* SONAR-17331 Log message when Elasticsearch index requires re-indexingJacek2022-10-241-1/+6
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-145-7/+33
* NO-JIRA fix code smellsAurelien Poscia2022-10-132-2/+2
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-7/+0
* SONAR-17353 native git blame reads author instead of committerSteve Marion2022-10-121-10/+9
* SONAR-17305 prevent set sonar.global.XX properties in scannerBenjamin Campomenosi2022-10-077-5/+89
* SONAR-17418 show deprecation warning in case scanner runs with 32 bits JREAurelien Poscia2022-10-073-8/+59
* SONAR-17259 Remove unsupported XML tag for generic test execution reportMatteo Mara2022-09-222-15/+1
* SONAR-17337 Scanner download of analyzer cache doesn't handle compression cor...Duarte Meneses2022-09-201-2/+3
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-4/+5
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-162-6/+23
* SONAR-15915 Validate project key against forbidden phrasesJacek2022-08-091-0/+7
* SONAR-17088 Increase default timeout of scanner report publishing to 60 secJacek2022-07-272-2/+6
* SONAR-17044 Fix ITsDuarte Meneses2022-07-232-10/+13
* SONAR-17044 SONAR-17043 SONAR-17042 Optimize Compute Engine issue tracking an...Duarte Meneses2022-07-237-13/+203
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-234-5/+14
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-181-11/+13
* SONAR-16554 fix scanner failing to create report for multi-modules projects w...Philippe Perrin2022-07-121-5/+7
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+1
* SONAR-16567 add an analysis warning when using a token expiring in less than ...Matteo Mara2022-07-062-4/+46
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-061-1/+1
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-041-3/+3
* SONAR-16544 Scanner fails if there's no git HEAD commitDuarte Meneses2022-06-231-1/+11
* SONAR-16474 - Fix SSF-276Belen Pruvost2022-06-231-2/+12
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-071-1/+1
* SONAR-16239 Log analysis cache downloadDuarte Meneses2022-06-041-4/+20
* SONAR-16260 improve project analysis when using project analysis tokenMatteo Mara2022-05-313-25/+5
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-311-2/+2
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-312-9/+10
* SONAR-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-301-2/+30
* SONAR-16416 Fix SSF-266Jacek2022-05-274-46/+145
* SONAR-16395 Activate Analyzers Cache by defaultDuarte Meneses2022-05-244-66/+92
* SONAR-16260 scanner passing new context header - projectKeyLukasz Jarocki2022-04-293-6/+27
* SONAR-16290 Fix bug parsing certain source code lines and improve logsDuarte Meneses2022-04-253-10/+13
* SONAR-16232 Add Thread interrupt in blame commandJacek2022-04-221-1/+2
* SONAR-16290 Fallback to jgit on first git failureDuarte Meneses2022-04-214-42/+81
* SONAR-16290 Use native git to collect blame informationDuarte Meneses2022-04-215-188/+234
* MMF-2692 Initial git blame command implementationKlaudio Sinani2022-04-211-0/+175
* SONAR-16080 Skipping git ignore collection for git submodules which were not ...Jacek2022-04-111-0/+4
* SONAR-16080 Git submodules not considered when loading exclusionsDuarte Meneses2022-04-081-14/+32
* SONAR-16050 Scanner fails with NPE if user doesn't have permission to analyze...Duarte Meneses2022-03-284-25/+21
* SONAR-16187 Analysis cache gets cache from different branch when neededDuarte Meneses2022-03-254-10/+23
* Improve SQ code qualityDuarte Meneses2022-03-241-1/+1
* SONAR-16097 Rename 'previousAnalysisCache' to 'previousCache'Duarte Meneses2022-03-242-15/+18
* Fix SonarQube quality issuesDuarte Meneses2022-03-232-4/+27