From 8c65095aec324074cc274a351bf27fe888e45c27 Mon Sep 17 00:00:00 2001 From: Susie Bitters Date: Thu, 15 May 2025 20:30:29 +0000 Subject: [PATCH 1/4] Update file repository_xray.md --- .../project/repository/code_suggestions/repository_xray.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md index f0c7a634d20680..702bda65af8d8c 100644 --- a/doc/user/project/repository/code_suggestions/repository_xray.md +++ b/doc/user/project/repository/code_suggestions/repository_xray.md @@ -36,6 +36,12 @@ By understanding the libraries and other dependencies in use, Repository X-Ray h tailor suggestions to match the coding patterns, styles, and technologies used in the project. This results in code suggestions that integrate more seamlessly and follow best practices for the given stack. +Repository X-Ray is supported for both of the following: + +- organizations using the GitLab-hosted AI Gateway and GitLab AI Vendor models +- organizations using GitLab Duo Self-Hosted to self-host the AI gateway, with a supported self-hosted platform and model + + {{< alert type="note" >}} Repository X-Ray only enhances code generation requests and not code completion requests. -- GitLab From cb2f32e5907467c2a5acde76b0cd488ad2110377 Mon Sep 17 00:00:00 2001 From: Susie Bitters Date: Wed, 23 Jul 2025 18:45:24 +0000 Subject: [PATCH 2/4] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jon Glassman --- doc/user/project/repository/code_suggestions/repository_xray.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md index 702bda65af8d8c..49caa47e88e0ea 100644 --- a/doc/user/project/repository/code_suggestions/repository_xray.md +++ b/doc/user/project/repository/code_suggestions/repository_xray.md @@ -41,7 +41,6 @@ Repository X-Ray is supported for both of the following: - organizations using the GitLab-hosted AI Gateway and GitLab AI Vendor models - organizations using GitLab Duo Self-Hosted to self-host the AI gateway, with a supported self-hosted platform and model - {{< alert type="note" >}} Repository X-Ray only enhances code generation requests and not code completion requests. -- GitLab From 2e9832223af180da6998c2daa656092797bbc820 Mon Sep 17 00:00:00 2001 From: Susie Bitters Date: Wed, 23 Jul 2025 18:45:36 +0000 Subject: [PATCH 3/4] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: menaechmi --- .../project/repository/code_suggestions/repository_xray.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md index 49caa47e88e0ea..2ed3043c49b442 100644 --- a/doc/user/project/repository/code_suggestions/repository_xray.md +++ b/doc/user/project/repository/code_suggestions/repository_xray.md @@ -38,8 +38,8 @@ in code suggestions that integrate more seamlessly and follow best practices for Repository X-Ray is supported for both of the following: -- organizations using the GitLab-hosted AI Gateway and GitLab AI Vendor models -- organizations using GitLab Duo Self-Hosted to self-host the AI gateway, with a supported self-hosted platform and model +- Organizations using the GitLab-hosted AI Gateway and GitLab AI Vendor models +- Organizations using GitLab Duo Self-Hosted to self-host the AI gateway, with a supported self-hosted platform and model {{< alert type="note" >}} -- GitLab From ce323e497ac860f3b2a6f3ec7b70911743926b8e Mon Sep 17 00:00:00 2001 From: Susie Bitters Date: Wed, 23 Jul 2025 18:46:46 +0000 Subject: [PATCH 4/4] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jon Glassman --- .../project/repository/code_suggestions/repository_xray.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md index 2ed3043c49b442..01d38744b550b7 100644 --- a/doc/user/project/repository/code_suggestions/repository_xray.md +++ b/doc/user/project/repository/code_suggestions/repository_xray.md @@ -47,6 +47,11 @@ Repository X-Ray only enhances code generation requests and not code completion {{< /alert >}} +Repository X-Ray is supported for both of the following: + +- On GitLab.com or GitLab Self-Managed, GitLab hosts the GitLab AI vendor models and connects to them through the cloud-based AI gateway. +- On GitLab Self-Managed, in GitLab 17.9 and later, you use GitLab Duo Self-Hosted to self-host the AI gateway and supported language models. + ## How Repository X-Ray works {{< history >}} -- GitLab