Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d3745347
Commit
d3745347
authored
Dec 01, 2020
by
Sarah Groff Hennigh-Palermo
Committed by
Fabio Pitino
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GraphQL: Add gitlay field to CiStatusAction
parent
fc5df2d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/graphql/types/ci/detailed_status_type.rb
app/graphql/types/ci/detailed_status_type.rb
+2
-1
changelogs/unreleased/276949-graphql-be-fix.yml
changelogs/unreleased/276949-graphql-be-fix.yml
+5
-0
No files found.
app/graphql/types/ci/detailed_status_type.rb
View file @
d3745347
...
...
@@ -25,7 +25,8 @@ module Types
description:
'Tooltip associated with the status'
,
method: :status_tooltip
field
:action
,
Types
::
Ci
::
StatusActionType
,
null:
true
,
description:
'Action information for the status. This includes method, button title, icon, path, and title'
calls_gitaly:
true
,
description:
'Action information for the status. This includes method, button title, icon, path, and title'
def
action
if
object
.
has_action?
...
...
changelogs/unreleased/276949-graphql-be-fix.yml
0 → 100644
View file @
d3745347
---
title
:
'
GraphQL:
Add
gitlay
field
to
CiStatusAction'
merge_request
:
48892
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment