aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-hotspots.proto
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-16397 update hotspot API to handle advanced rule descriptionsAurelien Poscia2022-05-111-3/+3
|
* SONAR-16009 Extend response of `api/hotspots/search` to include secondary ↵Klaudio Sinani2022-02-251-0/+2
| | | | locations data
* SONAR-16007 Add flows response field to `api/hotspots/show`Jacek2022-02-251-0/+1
|
* SONAR-13999 Reserve organization fields for protobuf instead removingJacek2020-12-231-7/+8
|
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-221-8/+7
|
* SONAR-14113 Make hotspot show WS public, add line hash of primary locationJean-Baptiste Lievremont2020-11-261-0/+1
|
* SONAR-12753 add canChangeStatus to api/hotspots/show responseSébastien Lesaint2020-01-131-0/+1
|
* SONAR-12718 return author and assignee as loginSébastien Lesaint2020-01-131-2/+2
|
* SONAR-12720 user list in response of api/hotspots/showSébastien Lesaint2020-01-131-0/+1
| | | | the list contains users of comments and changelog entries, as well as author and assignee
* SONAR-12720 add comments to response of WS api/hotspots/showSébastien Lesaint2020-01-131-0/+1
|
* SONAR-12721 add pullRequest and branch to response api/hotspots/showSébastien Lesaint2020-01-131-0/+2
|
* SONAR-12751 add status and resolution params to api/hotspots/searchSébastien Lesaint2020-01-131-2/+1
| | | | also added resolution field to the response
* SONAR-12718 use User for author and assignee in api/hotspots/showSébastien Lesaint2020-01-131-3/+2
|
* SONAR-12719 add changelog to response of WS api/hotspots/showSébastien Lesaint2020-01-131-0/+1
|
* SONAR-12719 add resolution to response of api/hotspots/showSébastien Lesaint2020-01-131-2/+1
|
* SONAR-12718 add WS api/hotspots/showSébastien Lesaint2020-01-131-13/+42
|
* SONAR-12717 drop rule list from api/hotspots/search responseSébastien Lesaint2020-01-131-18/+10
|
* SONAR-12717 add SQ category and VulnerabilityProbability to responseSébastien Lesaint2020-01-131-1/+8
| | | | also removed Rule fields from common proto which are useless in our case (status, lang and langName)
* SONAR-12717 add WS api/workflows/searchSébastien Lesaint2020-01-131-0/+61
returns unresolved hotspots of a project, with components and rules details