aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-16162 Enable New Code based on "reference branch" with a scanner parameterDuarte Meneses2022-03-232-3/+45
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-183-11/+4
* SONAR-16097 Add plugin cache to the Sensor APIDuarte Meneses2022-03-1812-15/+506
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-0/+51
* SONAR-16064 new API in SensorContext to indicate possibility to skip unchange...Zipeng WU2022-02-262-3/+12
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2215-597/+61
* SONAR-12693 fix wording in scanner success message logmatteo-mara-sonarsource2022-02-141-1/+1
* SONAR-16026 Adds file lock retries when explode jarPatrick Reinhart2022-02-091-1/+22
* Fix bugs from Quality GateZipeng WU2022-02-071-0/+2
* SONAR-15966 Fix Spring bean names to include classloaderDuarte Meneses2022-02-031-8/+4
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-0264-438/+851
* Update license headers for 2022 [update headers]Pierre2022-01-28282-282/+282
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-2/+0
* Revert "SONAR-14929 - Detect trailing lines as new when it's a new change"Jacek2022-01-251-1/+1
* SONAR-14929 - Detect trailing lines as new when it's a new changeBelen Pruvost2022-01-211-1/+1
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-218-207/+36
* SONAR-15906 Fix documentation links in analysis warningPhilippe Perrin2022-01-143-14/+7
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-215-9/+0
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-214-32/+54
* SONAR-15761 new API to identify Sensors processing files independently (#5091)Julien HENRY2021-12-031-1/+1
* SONAR-15686 Files provided are restricted when PR for selected sensorsDuarte Meneses2021-11-2915-34/+126
* Improve code qualityDuarte Meneses2021-11-209-15/+12
* Improve code qualityDuarte Meneses2021-11-181-2/+2
* Change log level of merge base sha1 to infochinhodado2021-10-311-1/+1
* Fix code quality issuesDuarte Meneses2021-10-252-3/+2
* SONAR-15487 send isQuickFixAvailable fron scanner to CEPierre2021-10-131-0/+1
* Fix code quality issuesDuarte Meneses2021-09-244-7/+5
* SONAR-15424 Compute Engine fails with NPE when analysing PR without main branchDuarte Meneses2021-09-241-1/+6
* SONAR-15412 detection of branches and PRs when using CodeMagic CILukasz Jarocki2021-09-232-0/+61
* SONAR-15387 Import of Generic Tests data shouldn't fail if a file has no reco...Duarte Meneses2021-09-222-14/+12