Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-09 15:15:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-09 15:15:43 +0300
commit15f5da601b5dd687f9fc1a1da71d791c8c3e6411 (patch)
treea7ee75c2bfbd841e3854e8ee86fc17eaedd15b65 /app/graphql/queries
parent3d233a67cf4ab39773e3ee10a09df9eb7c3b4167 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/pipelines/get_pipeline_details.query.graphql8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
index ff8e0b0f4f4..dd5c9e07488 100644
--- a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
+++ b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
@@ -91,14 +91,6 @@ query getPipelineDetails($projectPath: ID!, $iid: ID!) {
name
}
}
- previousStageJobsOrNeeds {
- __typename
- nodes {
- __typename
- id
- name
- }
- }
status: detailedStatus {
__typename
id