aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/main/java/org/sonar/scm/git
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24896 upgrade to latest version of git-files-blamePierre2025-04-281-1/+8
* SONAR-24816 Remove [stderr] from sca logsTravis Collins2025-04-111-2/+5
* SCA-180 Fix ignoredPaths when baseDir is different from git baseTravis Collins2025-03-251-1/+13
* SCA-140 Respect .gitignore rulesTravis Collins2025-03-181-0/+14
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-193-127/+2
* SONAR-24376 Rewrite ProcessWrapper using Apache commons-execJulien HENRY2025-02-182-44/+74
* Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other"antoine.vinot2025-02-181-41/+26
* SONAR-24376 Fix stdout and stderr streams conflicting with each otherantoine.vinot2025-02-171-26/+41
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0916-16/+16
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-5/+9
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-031-2/+11
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
* SONAR-21885 Fix native Git blame with Git CLI >= 2.43Julien HENRY2024-03-191-2/+2
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-3/+3
* NO-JIRA Update license headers to 2024Pierre2024-01-0316-16/+16
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-136-18/+18
* [NOJIRA] Remove unused imports. (#8541)Wojtek Wajerowicz2023-06-131-1/+0
* SONAR-18814 fixed a bug where sometimes on Windows analysis would fail if the...Lukasz Jarocki2023-05-021-4/+5
* NO-JIRA added missing package-info.javaAurelien Poscia2023-03-301-0/+23
* SONAR-18867 When native git fails, it should output the actual error messageZipeng WU2023-03-271-7/+15
* SONAR-18408 Integrate git-files-blame algorithm to scanner-engineLéo Geoffroy2023-03-145-14/+206
* Update license templates for 2023Pierre2023-01-0213-13/+13
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ i...Benjamin Campomenosi2022-12-281-4/+11
* SONAR-17738 Point to new documentation pathsWouter Admiraal2022-12-061-1/+1
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-281-6/+5
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-262-140/+95
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-262-0/+237
* SONAR-17353 native git blame reads author instead of committerSteve Marion2022-10-121-10/+9
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-061-1/+1
* 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-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-301-2/+30
* SONAR-16416 Fix SSF-266Jacek2022-05-274-46/+145
* 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
* Update license headers for 2022 [update headers]Pierre2022-01-289-9/+9
* 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-211-24/+0
* SONAR-15906 Fix documentation links in analysis warningPhilippe Perrin2022-01-141-3/+2
* Change log level of merge base sha1 to infochinhodado2021-10-311-1/+1
* SONAR-14890 Link to documentation in Warnings should be relativeDuarte Meneses2021-06-291-9/+13
* SONAR-14924 fixed a bug where running analysis inside submodule sometimes wer...Lukasz Jarocki2021-06-161-4/+7
* SONAR-14750 - Add link to warning + update docBelen Pruvost2021-04-291-2/+4
* SONAR-14731 - Fix GitScmProvider logBelen Pruvost2021-04-211-1/+1