aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11459 Stop publishing modules and folders in the scanner reportJulien HENRY2019-01-161-3/+3
|
* Fix license headers for 2019Duarte Meneses2019-01-0215-15/+15
|
* 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
|
* Fix bugs, mainly about type castsSimon Brandhof2018-10-181-1/+0
|
* SONAR-11241 Persist analysis warnings from scanner reportJanos Gyerik2018-10-101-0/+8
|
* SONAR-11241 Write analysis warnings to scanner reportJanos Gyerik2018-10-103-0/+15
|
* Retab scanner report proto schemaJanos Gyerik2018-10-101-43/+42
|
* SONAR-11209 remove space in ad hoc rule namesJulien HENRY2018-09-243-8/+24
|
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-245-5/+75
|
* SONAR-11151 Load changed lines from the reportDuarte Meneses2018-09-191-0/+9
|
* SONAR-11135 SONAR-11136 Load changed lines from SCM plugins and write in the ↵Duarte Meneses2018-09-194-1/+29
| | | | 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
|
* Add to scanner report viewer: tab with significant code rangesDuarte Meneses2018-05-091-0/+25
|
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-091-1/+2
|
* Minor refactoringDuarte Meneses2018-05-091-0/+13
|
* SONAR-10638 Create Java API for analyzers to report significant codeDuarte Meneses2018-05-094-2/+30
|
* 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-267-1/+83
|
* 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
|
* Fix license headers for 2018Simon Brandhof2018-01-0715-15/+15
|
* 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-122-2/+4
|
* Update scanner report viewer to show QP and pluginsJulien HENRY2017-09-071-6/+47
|
* SONAR-9679 Add plugins and their updated_at date to the scanner reportJulien HENRY2017-09-071-1/+7
|
* Fix quality flawsJulien Lancelot2017-09-061-10/+2
|
* Add CPD text blocks to report viewerDuarte Meneses2017-08-071-1/+24
|
* SONAR-9576 Add incremental mode flag and file status in scanner reportJulien HENRY2017-08-071-1/+11
|
* Rework file indexingJulien HENRY2017-08-041-2/+0
| | | | | | * Drop cycle ModuleFileSystem -> FileIndexer -> ModuleFileSystem * Ensure basedir is initialized once * Drop useless FileSystemLogger, and log in ModuleFileSystemInitializer
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-112-0/+7
| | | | Mark Immutable classes in the Plugin API and Scanner
* add tab for ActiveRules to scanner report viewerSébastien Lesaint2017-05-151-0/+21
|
* SONAR-9083 Return type in /batch/issuesJulien Lancelot2017-04-251-0/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1015-30/+30
|
* SONAR-8745 add rule activation date (q profile) into analysis reportDaniel Schwarz2017-02-101-0/+1
|
* Add SCM to scanner report viewerDuarte Meneses2017-01-301-18/+57
|
* SONAR-8631 Only publish input files used by sensorsDuarte Meneses2017-01-271-0/+4
|
* SONAR-8701 Store number of lines of files in compute engine ComponentJulien Lancelot2017-01-271-1/+1
|
* SONAR-8593 add organization key to analysis reportSébastien Lesaint2017-01-161-5/+6
|
* SONAR-8584 Remove internal WS batch/globalJulien HENRY2017-01-127-305/+0
|
* Update some copyright headers to 2016Simon Brandhof2016-11-143-3/+3
|
* SONAR-8284 Remove overall/IT coverage data from scanner reportJulien HENRY2016-10-183-37/+13
|
* Improve scanner report viewerDuarte Meneses2016-08-171-0/+82
|
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-065-2/+33
|
* Add issues to report viewerDuarte Meneses2016-06-301-0/+23
|