Help us learn about your current experience with the documentation. Take the survey.
GraphQL API 已移除项目
- 版本:Free, Premium, Ultimate
- 产品形态:GitLab.com, GitLab Self-Managed, GitLab Dedicated
GraphQL 是一个无版本的 API,这与 REST API 不同。 有时,GraphQL API 中的项目需要更新或移除。 根据我们的项目移除流程,以下是已被移除的项目。
关于已弃用的项目,请参阅按版本划分的弃用项页面。
GitLab 17.0
GitLab 17.0 中移除的字段。
GraphQL 字段
| 字段名称 | GraphQL 类型 | 弃用版本 | 移除 MR | 替代方案 |
|---|---|---|---|---|
architectureName |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
executorName |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
ipAddress |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
platformName |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
revision |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
version |
CiRunner |
16.2 | !124751 | 请在 manager 对象中使用此字段。 |
GitLab 16.0
GitLab 16.0 中移除的字段。
GraphQL 字段
| 字段名称 | GraphQL 类型 | 弃用版本 | 移除 MR | 替代方案 |
|---|---|---|---|---|
name |
PipelineSecurityReportFinding |
15.1 | !119055 | title |
external |
ReleaseAssetLink |
15.9 | !111750 | 无 |
confidence |
PipelineSecurityReportFinding |
15.4 | !118617 | 无 |
PAUSED |
CiRunnerStatus |
14.8 | !118635 | CiRunner.paused: true |
ACTIVE |
CiRunnerStatus |
14.8 | !118635 | CiRunner.paused: false |
GraphQL 更改 (Mutations)
| 参数名称 | 更改 (Mutation) | 弃用版本 | 替代方案 |
|---|---|---|---|
| - | vulnerabilityFindingDismiss |
15.5 | vulnerabilityDismiss 或 securityFindingDismiss |
| - | apiFuzzingCiConfigurationCreate |
15.1 | todos |
| - | CiCdSettingsUpdate |
15.0 | ProjectCiCdSettingsUpdate |
GitLab 15.0
GitLab 15.0 中移除的字段。
GraphQL 更改 (Mutations)
GitLab 15.0 中移除的项目:
| 参数名称 | 更改 (Mutation) | 弃用版本 | 替代方案 |
|---|---|---|---|
| - | clusterAgentTokenDelete |
14.7 | clusterAgentTokenRevoke |
GraphQL 字段
GitLab 15.0 中移除的项目:
| 参数名称 | 字段名称 | 弃用版本 | 替代方案 |
|---|---|---|---|
| - | pipelines |
14.5 | 无 |
GraphQL 类型
| 字段名称 | GraphQL 类型 | 弃用版本 | 替代方案 |
|---|---|---|---|
defaultMergeCommitMessageWithDescription |
GraphQL::Types::String |
14.5 | 无。请在您的项目中定义一个合并提交模板,并使用 defaultMergeCommitMessage。 |