aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJacek <jacek.poreda@sonarsource.com>2020-07-27 15:29:16 +0200
committersonartech <sonartech@sonarsource.com>2020-08-17 20:06:22 +0000
commited7d37d968be8361a56eae4a0a1b49a19a44d8db (patch)
tree9944e3bcef04114f4991fd641a61ce6f0efb7a25 /sonar-ws
parentc9460063e843eef0c94a442c3326c4d24d1a921b (diff)
downloadsonarqube-ed7d37d968be8361a56eae4a0a1b49a19a44d8db.tar.gz
sonarqube-ed7d37d968be8361a56eae4a0a1b49a19a44d8db.zip
SONAR-13633 Match existing gitlab projects with gitlab search repos results
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-alm_integrations.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
index 44604c69b4f..97417220fb5 100644
--- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
+++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto
@@ -94,4 +94,5 @@ message GitlabRepository {
optional string pathSlug = 5;
optional string url = 6;
optional string sqProjectKey = 7;
+ optional string sqProjectName = 8;
}