Bladeren bron

SONAR-17149 drop fromHotspot field from issues payload

tags/9.6.0.59041
Aurelien Poscia 1 jaar geleden
bovenliggende
commit
3abce203f3

+ 1
- 0
server/sonar-webserver-webapi/src/main/java/org/sonar/server/issue/ws/SearchAction.java Bestand weergeven

+ "<br/>When issue indexation is in progress returns 503 service unavailable HTTP code.") + "<br/>When issue indexation is in progress returns 503 service unavailable HTTP code.")
.setSince("3.6") .setSince("3.6")
.setChangelog( .setChangelog(
new Change("9.6", "Response field 'fromHotspot' dropped."),
new Change("9.6", "Added facets 'pciDss-3.2' and 'pciDss-4.0"), new Change("9.6", "Added facets 'pciDss-3.2' and 'pciDss-4.0"),
new Change("9.6", "Added parameters 'pciDss-3.2' and 'pciDss-4.0"), new Change("9.6", "Added parameters 'pciDss-3.2' and 'pciDss-4.0"),
new Change("9.6", "Response field 'ruleDescriptionContextKey' added"), new Change("9.6", "Response field 'ruleDescriptionContextKey' added"),

+ 1
- 1
sonar-ws/src/main/protobuf/ws-issues.proto Bestand weergeven

optional string pullRequest = 32; optional string pullRequest = 32;


optional string externalRuleEngine = 33; optional string externalRuleEngine = 33;
optional bool fromHotspot = 34;
reserved 34; //drop fromHotspot
optional string scope = 35; optional string scope = 35;


optional bool quickFixAvailable = 36; optional bool quickFixAvailable = 36;

Laden…
Annuleren
Opslaan