From 7b52c7cb634ef7047d30b0337fe477bcdcedf41d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 2 Mar 2020 18:07:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/gitlab_schema.graphql | 10 ---------- doc/api/graphql/reference/gitlab_schema.json | 10 ---------- doc/api/graphql/reference/index.md | 1 - 3 files changed, 21 deletions(-) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql index 8d6fc859ca2..75d94f58605 100644 --- a/doc/api/graphql/reference/gitlab_schema.graphql +++ b/doc/api/graphql/reference/gitlab_schema.graphql @@ -1938,11 +1938,6 @@ type Epic implements Noteable { """ hasIssues: Boolean! - """ - Current health status. Available only when feature flag save_issuable_health_status is enabled. - """ - healthStatus: HealthStatus - """ ID of the epic """ @@ -7812,11 +7807,6 @@ input UpdateEpicInput { """ groupPath: ID! - """ - The desired health status - """ - healthStatus: HealthStatus - """ The iid of the epic to mutate """ diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json index 4f2cbe81781..9434c15b681 100644 --- a/doc/api/graphql/reference/gitlab_schema.json +++ b/doc/api/graphql/reference/gitlab_schema.json @@ -24543,16 +24543,6 @@ }, "defaultValue": null }, - { - "name": "healthStatus", - "description": "The desired health status", - "type": { - "kind": "ENUM", - "name": "HealthStatus", - "ofType": null - }, - "defaultValue": null - }, { "name": "clientMutationId", "description": "A unique identifier for the client performing the mutation.", diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 1a9be3f496b..9d1d95ff2fb 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -307,7 +307,6 @@ Represents an epic. | `group` | Group! | Group to which the epic belongs | | `hasChildren` | Boolean! | Indicates if the epic has children | | `hasIssues` | Boolean! | Indicates if the epic has direct issues | -| `healthStatus` | HealthStatus | Current health status. Available only when feature flag save_issuable_health_status is enabled. | | `id` | ID! | ID of the epic | | `iid` | ID! | Internal ID of the epic | | `parent` | Epic | Parent epic of the epic | -- cgit v1.2.3