diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2020-07-27 15:29:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-08-17 20:06:22 +0000 |
commit | ed7d37d968be8361a56eae4a0a1b49a19a44d8db (patch) | |
tree | 9944e3bcef04114f4991fd641a61ce6f0efb7a25 /sonar-ws | |
parent | c9460063e843eef0c94a442c3326c4d24d1a921b (diff) | |
download | sonarqube-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.proto | 1 |
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; } |