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>2022-04-22 00:08:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-22 00:08:43 +0300
commit6216eabd1c94ac7e560b4f43b164bff73e17b0da (patch)
treee4c4747a2474f4575732f11d023fc411dec2dba2 /app/graphql/queries
parent2c87a975e36acc152da28665d39ca720f479fe53 (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.graphql5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
index f4921706f7e..003754fa4ad 100644
--- a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
+++ b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
@@ -18,6 +18,11 @@ fragment LinkedPipelineData on Pipeline {
id
iid
path
+ cancelable
+ retryable
+ userPermissions {
+ updatePipeline
+ }
status: detailedStatus {
__typename
id