aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scm
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-0318-18/+18
* 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-18679 moved unit test to integration test in sonar-scanner-engineLukasz Jarocki2023-03-174-597/+5
* 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-0218-18/+18
* 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
* SONAR-16080 Skipping git ignore collection for git submodules which were not ...Jacek2022-04-111-0/+30
* SONAR-16080 Git submodules not considered when loading exclusionsDuarte Meneses2022-04-081-17/+71
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-4/+4
* NO-JIRA fixed one unit test in GitScmProviderTest that used a method unfriend...Lukasz Jarocki2022-03-251-1/+2
* NO-JIRA fixed creation of temp folder in the unit test to support all Windows...Lukasz Jarocki2022-03-251-7/+13
* Update license headers for 2022 [update headers]Pierre2022-01-2814-14/+14
* Revert "SONAR-14929 - Detect trailing lines as new when it's a new change"Jacek2022-01-251-27/+1
* SONAR-14929 - Detect trailing lines as new when it's a new changeBelen Pruvost2022-01-211-1/+27
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-213-251/+8
* SONAR-15906 Fix documentation links in analysis warningPhilippe Perrin2022-01-141-12/+9
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-195-32/+14
* Fix code quality issuesDuarte Meneses2021-10-251-1/+1
* SONAR-15349 Adding warning when missing SVN auth dataLukasz Jarocki2021-09-152-1/+118
* SONAR-15380 Remove SVN properties configuration section on AdministrationZipeng WU2021-09-151-1/+1
* SONAR-14890 Link to documentation in Warnings should be relativeDuarte Meneses2021-06-291-11/+12
* SONAR-14924 fixed a bug where running analysis inside submodule sometimes wer...Lukasz Jarocki2021-06-161-12/+77
* SONAR-14750 - Add link to warning + update docBelen Pruvost2021-04-291-1/+2
* SONAR-14731 - Fix GitScmProvider logBelen Pruvost2021-04-211-10/+23
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-130/+0
* SONAR-14461 main branch detectionlukasz-jarocki-sonarsource2021-02-191-0/+130
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0815-15/+15
* SONAR-13586 Specify target pull request with the remote nameDuarte Meneses2020-12-151-7/+25
* SONAR-14009 SVN configuration in SQ server does not workDuarte Meneses2020-10-222-9/+9
* SONAR-13792 Embed sonar-scm-svnDuarte Meneses2020-08-289-1/+1307