From 0a73acf4e17933e68929977b73ab2c4699426a54 Mon Sep 17 00:00:00 2001 From: Heston Hoffman Date: Thu, 11 Jun 2026 14:58:39 -0700 Subject: [PATCH 1/2] [DOCS-14652] Add GitLab GovCloud unsupported callout to SCM providers page Add site-region danger banners (gov/gov2) noting the GitLab Source Code integration is not supported on US1-FED or US2-FED: one after the provider table and one inside the GitLab tab. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/en/source_code/source-code-management.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/source_code/source-code-management.md b/content/en/source_code/source-code-management.md index 2292b80df46..e93885f36bf 100644 --- a/content/en/source_code/source-code-management.md +++ b/content/en/source_code/source-code-management.md @@ -29,6 +29,10 @@ Datadog supports the following features for the SCM providers listed below. See | **Code Snippets** | Yes | Yes | Yes | No | | **PR Comments** | Yes | Yes | Yes | No | +{{< site-region region="gov,gov2" >}} +
The GitLab Source Code integration is not supported on US1-FED (app.ddog-gov.com) or US2-FED (us2.ddog-gov.com). On GovCloud, use the GitHub integration for source code connectivity.
+{{< /site-region >}} + {{< tabs >}} {{% tab "GitHub (SaaS & On-Prem)" %}} @@ -44,6 +48,10 @@ Install Datadog's [GitHub integration][101] using the [integration tile][102] or {{% /tab %}} {{% tab "GitLab (SaaS & On-Prem)" %}} +{{< site-region region="gov,gov2" >}} +
The GitLab Source Code integration is not supported on US1-FED (app.ddog-gov.com) or US2-FED (us2.ddog-gov.com). On GovCloud, use the GitHub integration for source code connectivity.
+{{< /site-region >}} +
Repositories from GitLab instances are supported for both GitLab.com (SaaS) and GitLab Self-Managed/Dedicated (On-Prem). For GitLab Self-Managed, your instance must be accessible from the internet. If needed, you can allowlist Datadog's webhooks IP addresses to allow Datadog to connect to your instance.
If your instance is hosted on an internal/private network but exposed through a public DNS alias (recommended), configure the integration using the public hostname, then contact Datadog Support with both the public hostname and the internal hostname to enable hostname aliasing.
From d63fd0bc6342aaaf2d69c19449cb9eeed41a3608 Mon Sep 17 00:00:00 2001 From: Heston Hoffman Date: Thu, 11 Jun 2026 15:10:11 -0700 Subject: [PATCH 2/2] Move table banner above section intro and use dynamic site name Place the first GovCloud banner above the providers intro so the caveat appears before the feature table, and use region-param dd_site_name in both banners to name the reader's actual site. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/en/source_code/source-code-management.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/source_code/source-code-management.md b/content/en/source_code/source-code-management.md index e93885f36bf..4e7f51390ad 100644 --- a/content/en/source_code/source-code-management.md +++ b/content/en/source_code/source-code-management.md @@ -19,6 +19,10 @@ To use most source code-related features, you must connect your Git repositories ## Source code management providers +{{< site-region region="gov,gov2" >}} +
The GitLab Source Code integration is not supported on your selected site ({{< region-param key="dd_site_name" >}}). On GovCloud, use the GitHub integration for source code connectivity.
+{{< /site-region >}} + Datadog supports the following features for the SCM providers listed below. See [Features][1] for more details about each feature: | Feature | GitHub | GitLab | Azure DevOps | Bitbucket | @@ -29,10 +33,6 @@ Datadog supports the following features for the SCM providers listed below. See | **Code Snippets** | Yes | Yes | Yes | No | | **PR Comments** | Yes | Yes | Yes | No | -{{< site-region region="gov,gov2" >}} -
The GitLab Source Code integration is not supported on US1-FED (app.ddog-gov.com) or US2-FED (us2.ddog-gov.com). On GovCloud, use the GitHub integration for source code connectivity.
-{{< /site-region >}} - {{< tabs >}} {{% tab "GitHub (SaaS & On-Prem)" %}} @@ -49,7 +49,7 @@ Install Datadog's [GitHub integration][101] using the [integration tile][102] or {{% tab "GitLab (SaaS & On-Prem)" %}} {{< site-region region="gov,gov2" >}} -
The GitLab Source Code integration is not supported on US1-FED (app.ddog-gov.com) or US2-FED (us2.ddog-gov.com). On GovCloud, use the GitHub integration for source code connectivity.
+
The GitLab Source Code integration is not supported on your selected site ({{< region-param key="dd_site_name" >}}). On GovCloud, use the GitHub integration for source code connectivity.
{{< /site-region >}}