aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/src/test/java/org/sonar/scanner/scm
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-095-5/+5
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-4/+3
|
* SONAR-21643 Convert some parameterized tests to Junit 5 (#10666)Dejan Milisavljevic2024-02-211-42/+33
|
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
|
* NO-JIRA remove unused importsPierre2023-07-171-3/+0
|
* SONAR-18814 fixed a bug where sometimes on Windows analysis would fail if ↵Lukasz Jarocki2023-05-021-2/+19
| | | | the diff contained two files with the same case-insensitive-names
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-111-1/+3
|
* Update license templates for 2023Pierre2023-01-025-5/+5
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-281-6/+25
| | | | instead of embedded doc
* SONAR-17738 Point to new documentation pathsWouter Admiraal2022-12-061-1/+1
|
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-262-8/+22
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-262-4/+11
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-2/+2
|
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in ↵Duarte Meneses2022-02-021-7/+0
| | | | | | the scanner-engine Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* Update license headers for 2022 [update headers]Pierre2022-01-285-5/+5
|
* SONAR-15906 Fix documentation links in analysis warningPhilippe Perrin2022-01-141-14/+13
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-194-63/+31
|
* SONAR-14890 Link to documentation in Warnings should be relativeDuarte Meneses2021-06-291-7/+10
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-18/+11
|
* SONAR-14750 - Add link to warning + update docBelen Pruvost2021-04-291-1/+2
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-085-5/+5
|
* SONAR-13312 drop 'sonar.organization' scanner parameterJacek2020-12-221-3/+3
| | | | - drop unused bitbucket pipelines references
* Format all headers for 2020Wouter Admiraal2020-01-075-5/+5
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-4/+0
|
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+1
|
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-091-7/+7
|
* SONAR-11245 Record a warning when blame information is missing on some files ↵Duarte Meneses2019-10-211-7/+27
| | | | during analysis
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-122-2/+2
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-122-2/+2
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-123-6/+6
|
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-121-1/+1
|
* SONAR-11950 autoconfig of SCM revision on Cirrus and BitbucketSimon Brandhof2019-05-221-0/+85
|
* Fix Quality flawsSimon Brandhof2019-05-221-2/+2
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-232-8/+17
| | | | it properly
* SONAR-11621 Add sonar.scm.exclusions.disabled propertyBenoît Gianinetti2019-01-221-0/+31
|
* SONAR-11465 Deprecate InputModule and introduce InputProjectJulien HENRY2019-01-161-12/+11
|
* Fix license headers for 2019Duarte Meneses2019-01-024-4/+4
|
* SONAR-11365 Fix PR on PRJulien HENRY2018-10-161-5/+5
|
* SONAR-11244 Record warning when SCM provider cannot be detectedJanos Gyerik2018-10-101-0/+181
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* Fix tests on WindowsJulien HENRY2018-03-131-3/+3
|
* Fix license headers for 2018Simon Brandhof2018-01-073-3/+3
|
* Fix SCM testsDuarte Meneses2017-09-281-0/+3
|
* Drop ScmBranchProvider (blend it into ScmProvider)Janos Gyerik2017-09-281-4/+8
|
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-281-2/+19
|
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-282-0/+179
|
* SONAR-9478 Deprecate Settings and introduce new Configuration interfaceJulien HENRY2017-07-041-1/+0
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Refactor resources APIDuarte Meneses2017-01-271-22/+4
|
* SONAR-8622 Lazily generate metadata for input filesDuarte Meneses2017-01-271-6/+6
|