aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-0/+13
|
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-261-0/+1
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-161-3/+3
|
* SONAR-17287 Scanner supports flow types and descriptionDuarte Meneses2022-09-161-0/+8
|
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-231-0/+1
| | | | measures when file is marked as unchanged
* SONAR-16614 saving detected context in the scanner reportLukasz Jarocki2022-07-081-0/+1
|
* SONAR-16162 Enable New Code based on "reference branch" with a scanner parameterDuarte Meneses2022-03-231-0/+2
|
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code ↵Duarte Meneses2022-01-211-1/+1
| | | | with git merge workflow
* SONAR-15487 changing report protocol for scannerLukasz Jarocki2021-10-131-0/+1
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-171-1/+0
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-2/+0
| | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b.
* SONAR-14461 save the default main branch when neededPierre2021-02-191-0/+2
|
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-1/+1
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-291-0/+2
|
* SONAR-13867 revertMichal Duda2020-09-171-2/+0
|
* SONAR-13867 Collect number of indexed C/C++ files in the scannerMichal Duda2020-09-171-0/+2
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-111-0/+2
|
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-2/+2
|
* SONAR-12624 Scanner no longer supports short living branchesDuarte Meneses2019-12-091-2/+1
|
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-10/+11
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-231-0/+3
| | | | it properly
* SONAR-11647 Drop report field component.versionJanos Gyerik2019-03-191-2/+0
|
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-191-2/+1
|
* SONAR-11631 Add sonar.buildString to scanner reportJanos Gyerik2019-03-191-0/+1
|
* SONAR-11631 add sonar.codePeriodVersion scanner propertySébastien Lesaint2019-02-111-0/+1
| | | | and pass it in scanner report as Metadata.codePeriodVersion property
* SONAR-11631 replace Component.version by Metadata.projectVersionSébastien Lesaint2019-02-111-2/+4
| | | | in scanner report
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-171-26/+0
| | | | | - Drop api/tests WS - Drop persistance of tests and coverage details from compute engine - Drop tests and coverage details from scanner report
* SONAR-11463 Remove path from scanner report and add module directoriesDuarte Meneses2019-01-161-2/+1
|
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-161-3/+3
|
* SONAR-11515 Add QProfileKey to ActiveRule in scanner reportBenoît Gianinetti2018-12-031-0/+1
|
* SONAR-11514 Backdate issue when rule parameter is updated (#971)Benoit2018-12-031-0/+1
|
* SONAR-11241 Write analysis warnings to scanner reportJanos Gyerik2018-10-101-0/+5
|
* Retab scanner report proto schemaJanos Gyerik2018-10-101-43/+42
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-5/+11
|
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ↵Duarte Meneses2018-09-191-0/+4
| | | | scanner report
* SONAR-10868 Fix from_hotspot for external issuesJulien HENRY2018-07-041-4/+5
|
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-041-0/+1
|
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-091-0/+6
|
* SONAR-10543 Update test to v7.2 and remove descriptionUrl and ruleTitle from ↵Duarte Meneses2018-04-261-4/+1
| | | | scanner
* SONAR-10543 Fix mandatory fieldsDuarte Meneses2018-04-261-1/+0
|
* SONAR-10543 Sensor Java API should allow to add external rule engine issuesDuarte Meneses2018-04-261-0/+24
|
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-201-6/+7
|
* SONAR-10125 Add project relative path for all componentsJanos Gyerik2017-12-051-0/+5
|
* SONAR-10126 Add relative path of project basedir to scanner reportJanos Gyerik2017-12-051-0/+3
|
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-271-5/+3
|
* SONAR-9674 Load branch information from scanner reportDuarte Meneses2017-09-121-0/+8
|
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-1/+3
|
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-071-1/+7
|
* SONAR-9576 Add incremental mode flag and file status in scanner reportJulien HENRY2017-08-071-1/+11
|