aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scm/git
Commit message (Expand)AuthorAgeFilesLines
* SCA-409 Test fix: Handle different directory separators on WindowsJeremy Katz2025-06-191-1/+6
* SONAR-25064 Scanner-Engine should index hidden filesJonas Wielage2025-05-161-1/+1
* SONAR-24816 Remove [stderr] from sca logsTravis Collins2025-04-111-7/+7
* SCA-180 Fix ignoredPaths when baseDir is different from git baseTravis Collins2025-03-251-12/+41
* SCA-140 Respect .gitignore rulesTravis Collins2025-03-181-0/+67
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-195-89/+5
* SONAR-24376 Rewrite ProcessWrapper using Apache commons-execJulien HENRY2025-02-181-1/+39
* SONAR-24394 Migrate some tests to JUnit5Julien HENRY2025-02-182-83/+55
* Revert "SONAR-24376 Fix stdout and stderr streams conflicting with each other"antoine.vinot2025-02-181-7/+2
* SONAR-24376 Fix stdout and stderr streams conflicting with each otherantoine.vinot2025-02-171-2/+7
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0914-14/+14
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-0/+31
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-201-10/+9
* SONAR-23990 Replace with text blockJulien Camus2024-12-192-108/+120
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-5/+2
* NO-JIRA improved performance of tests in sonar-scanner-engine modulelukasz-jarocki-sonarsource2024-10-231-3/+10
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-5/+4
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-2/+2
* SONAR-18941 Dont run flaky test on macosantoine.vinot2024-09-261-9/+5
* SGB-11 Do not cleanup tempdirDejan Milisavljevic2024-04-041-1/+5
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-031-2/+3
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-6/+7
* SONAR-21643 Fix IT CompositeBlameCommandIT (#10709)Dejan Milisavljevic2024-02-231-21/+23
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-211-20/+17
* Fix test depending on user localeJulien HENRY2024-02-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0314-14/+14
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+2
* NO-JIRA remove unused importsPierre2023-07-171-2/+0
* SONAR-18210 not computing the whole file metadata when only status is needed.Lukasz Jarocki2023-05-081-5/+5
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-117-22/+28
* SONAR-18867 When native git fails, it should output the actual error messageZipeng WU2023-03-271-0/+51
* SONAR-18408 Integrate git-files-blame algorithm to scanner-engineLéo Geoffroy2023-03-147-108/+409
* SONAR-14656 fixed unit tests not passing on WindowsLukasz Jarocki2023-01-111-7/+17
* Update license templates for 2023Pierre2023-01-0211-11/+11
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ i...Benjamin Campomenosi2022-12-281-16/+16
* [NO JIRA] Fix unstable testDuarte Meneses2022-12-091-5/+0
* SONAR-17738 Point to new documentation pathsWouter Admiraal2022-12-061-1/+1
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-6/+6
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-262-8/+200
* SONAR-17353 native git blame reads author instead of committerSteve Marion2022-10-121-0/+31
* SONAR-16634 Native git blame fails if email address contains spacesDuarte Meneses2022-07-061-3/+21
* SONAR-16544 Scanner fails if there's no git HEAD commitDuarte Meneses2022-06-231-0/+22
* SONAR-16474 - Fix SSF-276Belen Pruvost2022-06-231-0/+30
* SONAR-16415 Prevent argument injection on `git blame` native commandKlaudio Sinani2022-05-301-0/+49
* SONAR-16416 Fix SSF-266Jacek2022-05-273-17/+84
* SONAR-16290 Fix bug parsing certain source code lines and improve logsDuarte Meneses2022-04-251-3/+20
* SONAR-16290 Fallback to jgit on first git failureDuarte Meneses2022-04-213-38/+51
* SONAR-16290 Minor fix for unit-testsKlaudio Sinani2022-04-212-1/+3
* SONAR-16290 Use native git to collect blame informationDuarte Meneses2022-04-216-294/+548
* MMF-2692 Initial git blame command implementationKlaudio Sinani2022-04-211-0/+51