]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14016 Create GitLab ALM integration page
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 28 Oct 2020 18:14:12 +0000 (13:14 -0500)
committersonartech <sonartech@sonarsource.com>
Mon, 23 Nov 2020 20:06:20 +0000 (20:06 +0000)
server/sonar-docs/src/images/add-gitlab-project.png [new file with mode: 0644]
server/sonar-docs/src/pages/analysis/gitlab-integration.md

diff --git a/server/sonar-docs/src/images/add-gitlab-project.png b/server/sonar-docs/src/images/add-gitlab-project.png
new file mode 100644 (file)
index 0000000..2d3e6e7
Binary files /dev/null and b/server/sonar-docs/src/images/add-gitlab-project.png differ
index 0038615a8f7a07af71dcb6a8cc8d3492afee9a59..5b742b3ec6cb4a726623cbdc7e2e677702984277 100644 (file)
@@ -7,7 +7,11 @@ SonarQube's integration with GitLab Self-Managed and GitLab.com allows you to ma
 
 Once you've set up your integration, you'll be able to:
 
+<<<<<<< HEAD
 - **Authenticate with GitLab** - (starting in Community Edition) Sign in to SonarQube with your GitLab credentials.
+=======
+- **Authenticate with GitLab** - (starting in Community Edition) Sign into SonarQube with your GitLab credentials.
+>>>>>>> 486f9f9de58... SONAR-14016 Create GitLab ALM integration page
 - **Import your GitLab projects** - (starting in [Developer Edition](https://redirect.sonarsource.com/editions/developer.html)) Import your GitLab Projects into SonarQube to easily set up SonarQube projects.  
 - **Add merge request decoration** - (starting in Developer Edition) See your Quality Gate and code metric results right in GitLab so you know if it's safe to merge your changes.
 - **Analyze projects with GitLab CI/CD** - SonarScanners running in GitLab CI/CD jobs can automatically detect branches or merge requests being built so you don't need to specifically pass them as parameters to the scanner.
@@ -38,7 +42,11 @@ On the login form, the new "Log in with GitLab" button allows users to connect w
 ### GitLab group synchronization
 Enable **Synchronize user groups** at **Administration > Configuration > General Settings > ALM Integrations > GitLab** to associate GitLab groups with existing SonarQube groups of the same name. GitLab users inherit membership to subgroups from parent groups. 
 
+<<<<<<< HEAD
 To synchronize a GitLab group or subgroup with a SonarQube group, name the SonarQube group with the full path of the GitLab group or subgroup URL. 
+=======
+To synchronize a GitLab group or subgroup with a SonarQube group, name the SonarQube group with the full path of the of the GitLab group or subgroup URL. 
+>>>>>>> 486f9f9de58... SONAR-14016 Create GitLab ALM integration page
 
 For example, with the following GitLab group setup:
 
@@ -49,7 +57,11 @@ For example, with the following GitLab group setup:
 You should name your SonarQube group `my-group` to synchronize it with your GitLab group and `my-group/my-subgroup` to synchronize it with your GitLab subgroup.
 
 ## Importing your GitLab projects into SonarQube
+<<<<<<< HEAD
 To import your GitLab projects into SonarQube, you need to first set your global SonarQube settings. Navigate to **Administration > Configuration > General Settings > ALM Integrations**, select the **GitLab** tab, and specify the following settings:
+=======
+To import your GitLab projects into SonarQube, first you need to set your global SonarQube settings. Navigate to **Administration > Configuration > General Settings > ALM Integrations**, select the **GitLab** tab, and specify the following settings:
+>>>>>>> 486f9f9de58... SONAR-14016 Create GitLab ALM integration page
  
 - **Configuration Name** (Enterprise and Data Center Edition only) – The name used to identify your GitLab configuration at the project level. Use something succinct and easily recognizable.
 - **GitLab URL** – The GitLab API URL.
@@ -79,7 +91,11 @@ From here, set your:
 
 ### Advanced merge request decoration configuration
 
+<<<<<<< HEAD
 @include pages/includes/advanced-pr
+=======
+@include pages/includes/advanced-pr-decor-section
+>>>>>>> 486f9f9de58... SONAR-14016 Create GitLab ALM integration page
 
 ## Analyzing projects with GitLab CI/CD
 SonarScanners running in GitLab CI/CD jobs can automatically detect branches or merge requests being built so you don't need to specifically pass them as parameters to the scanner.