diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-08-22 17:43:26 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 11:34:49 +0200 |
commit | 864a8c2617b4fa26f5c941a9bd3877f5c7422cf3 (patch) | |
tree | 7d39ca1fc03e5324cf0c90d0194ad523f9a27724 /sonar-ws | |
parent | 39c96105a7f039155d4a508122ad6a1ba8a79b54 (diff) | |
download | sonarqube-864a8c2617b4fa26f5c941a9bd3877f5c7422cf3.tar.gz sonarqube-864a8c2617b4fa26f5c941a9bd3877f5c7422cf3.zip |
SONAR-9616 api/projectbranches returns isOrphan on unknown merge branch
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-projectbranches.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projectbranches.proto b/sonar-ws/src/main/protobuf/ws-projectbranches.proto index 59f9e9038f5..a5c67745885 100644 --- a/sonar-ws/src/main/protobuf/ws-projectbranches.proto +++ b/sonar-ws/src/main/protobuf/ws-projectbranches.proto @@ -43,6 +43,7 @@ message Branch { // Merge branch is only present for short living branch optional string mergeBranch = 4; optional Status status = 5; + optional bool isOrphan = 6; message Status { // Quality gate status is only present for long living branch |