From 0e1350d51ca2135e37743dfb7af98eae43c72892 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Apr 2023 03:09:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/api_resources.md | 2 +- doc/api/bulk_imports.md | 2 +- doc/api/graphql/getting_started.md | 2 +- doc/api/graphql/index.md | 2 +- doc/api/graphql/reference/index.md | 18 ++++++++++++++---- doc/api/graphql/removed_items.md | 2 +- doc/api/group_import_export.md | 2 +- doc/api/group_relations_export.md | 2 +- doc/api/import.md | 2 +- doc/api/index.md | 2 +- doc/api/integrations.md | 2 +- doc/api/openapi/openapi_interactive.md | 2 +- doc/api/project_relations_export.md | 2 +- doc/api/rest/deprecations.md | 2 +- doc/api/rest/index.md | 2 +- doc/api/system_hooks.md | 2 +- 16 files changed, 29 insertions(+), 19 deletions(-) (limited to 'doc/api') diff --git a/doc/api/api_resources.md b/doc/api/api_resources.md index 7304c0a86be..bc4521c9857 100644 --- a/doc/api/api_resources.md +++ b/doc/api/api_resources.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/bulk_imports.md b/doc/api/bulk_imports.md index 0deecc57075..31445240e1f 100644 --- a/doc/api/bulk_imports.md +++ b/doc/api/bulk_imports.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Import +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/graphql/getting_started.md b/doc/api/graphql/getting_started.md index d45228c34c8..e5f58c7efa8 100644 --- a/doc/api/graphql/getting_started.md +++ b/doc/api/graphql/getting_started.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/graphql/index.md b/doc/api/graphql/index.md index 4286d459e54..abedb63d575 100644 --- a/doc/api/graphql/index.md +++ b/doc/api/graphql/index.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 14c446d464f..b02d12bac8f 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- @@ -975,6 +975,7 @@ Input type: `AiActionInput` | `explainVulnerability` | [`AiExplainVulnerabilityInput`](#aiexplainvulnerabilityinput) | Input for explain_vulnerability AI action. | | `markupFormat` | [`MarkupFormat`](#markupformat) | Indicates the response format. | | `summarizeComments` | [`AiSummarizeCommentsInput`](#aisummarizecommentsinput) | Input for summarize_comments AI action. | +| `tanukiBot` | [`AiTanukiBotInput`](#aitanukibotinput) | Input for tanuki_bot AI action. | #### Fields @@ -26680,7 +26681,7 @@ see the associated mutation type above. | Name | Type | Description | | ---- | ---- | ----------- | | `messages` | [`[AiExplainCodeMessageInput!]!`](#aiexplaincodemessageinput) | Code messages that is passed to be explained by AI. | -| `resourceId` | [`AiModelID!`](#aimodelid) | GID of the resource to mutate. | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | ### `AiExplainCodeMessageInput` @@ -26697,7 +26698,7 @@ see the associated mutation type above. | Name | Type | Description | | ---- | ---- | ----------- | -| `resourceId` | [`AiModelID!`](#aimodelid) | GID of the resource to mutate. | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | ### `AiSummarizeCommentsInput` @@ -26705,7 +26706,16 @@ see the associated mutation type above. | Name | Type | Description | | ---- | ---- | ----------- | -| `resourceId` | [`AiModelID!`](#aimodelid) | GID of the resource to mutate. | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | + +### `AiTanukiBotInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `question` | [`String!`](#string) | GitLab documentation question for AI to answer. | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | ### `AlertManagementPayloadAlertFieldInput` diff --git a/doc/api/graphql/removed_items.md b/doc/api/graphql/removed_items.md index d242c889290..980134757ca 100644 --- a/doc/api/graphql/removed_items.md +++ b/doc/api/graphql/removed_items.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/group_import_export.md b/doc/api/group_import_export.md index a9ec3e8547c..c78f0ecb781 100644 --- a/doc/api/group_import_export.md +++ b/doc/api/group_import_export.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Import +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/group_relations_export.md b/doc/api/group_relations_export.md index 7a8000eafd1..5118b2f00f5 100644 --- a/doc/api/group_relations_export.md +++ b/doc/api/group_relations_export.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Import +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/import.md b/doc/api/import.md index 1de2a92b5ea..356977a1b9e 100644 --- a/doc/api/import.md +++ b/doc/api/import.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Import +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/index.md b/doc/api/index.md index 92301a1c3e0..8073cbec94a 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/integrations.md b/doc/api/integrations.md index c69daa70b53..16ca7d74510 100644 --- a/doc/api/integrations.md +++ b/doc/api/integrations.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/openapi/openapi_interactive.md b/doc/api/openapi/openapi_interactive.md index 1cf6ba6482c..c3e3f5f372b 100644 --- a/doc/api/openapi/openapi_interactive.md +++ b/doc/api/openapi/openapi_interactive.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/project_relations_export.md b/doc/api/project_relations_export.md index fa6bdfa2900..835a53c7ecc 100644 --- a/doc/api/project_relations_export.md +++ b/doc/api/project_relations_export.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Import +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/rest/deprecations.md b/doc/api/rest/deprecations.md index 0299a2c4a73..bf248487cf6 100644 --- a/doc/api/rest/deprecations.md +++ b/doc/api/rest/deprecations.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/rest/index.md b/doc/api/rest/index.md index 2298eeb20a5..9365936aad8 100644 --- a/doc/api/rest/index.md +++ b/doc/api/rest/index.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md index 1b72ef1da53..f8bfe5c4750 100644 --- a/doc/api/system_hooks.md +++ b/doc/api/system_hooks.md @@ -1,6 +1,6 @@ --- stage: Manage -group: Integrations +group: Import and Integrate info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- -- cgit v1.2.3