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
47618598
Commit
47618598
authored
Feb 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
cc7ad7ac
08271ba4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
app/graphql/types/merge_request_type.rb
app/graphql/types/merge_request_type.rb
+0
-1
app/views/shared/empty_states/_priority_labels.html.haml
app/views/shared/empty_states/_priority_labels.html.haml
+1
-1
danger/documentation/Dangerfile
danger/documentation/Dangerfile
+1
-1
qa/qa/page/label/index.rb
qa/qa/page/label/index.rb
+4
-0
No files found.
app/graphql/types/merge_request_type.rb
View file @
47618598
...
...
@@ -38,7 +38,6 @@ module Types
field
:should_be_rebased
,
GraphQL
::
BOOLEAN_TYPE
,
method: :should_be_rebased?
,
null:
false
field
:rebase_commit_sha
,
GraphQL
::
STRING_TYPE
,
null:
true
field
:rebase_in_progress
,
GraphQL
::
BOOLEAN_TYPE
,
method: :rebase_in_progress?
,
null:
false
field
:diff_head_sha
,
GraphQL
::
STRING_TYPE
,
null:
true
field
:merge_commit_message
,
GraphQL
::
STRING_TYPE
,
method: :default_merge_commit_message
,
null:
true
,
deprecation_reason:
"Renamed to defaultMergeCommitMessage"
field
:default_merge_commit_message
,
GraphQL
::
STRING_TYPE
,
null:
true
field
:merge_ongoing
,
GraphQL
::
BOOLEAN_TYPE
,
method: :merge_ongoing?
,
null:
false
...
...
app/views/shared/empty_states/_priority_labels.html.haml
View file @
47618598
.text-center
.svg-content
.svg-content
.qa-label-svg
=
image_tag
'illustrations/priority_labels.svg'
%p
Star labels to start sorting by priority
danger/documentation/Dangerfile
View file @
47618598
# frozen_string_literal: true
docs_paths_to_review
=
helper
.
changes_by_category
[
:doc
umentation
]
docs_paths_to_review
=
helper
.
changes_by_category
[
:doc
s
]
unless
docs_paths_to_review
.
empty?
message
'This merge request adds or changes files that require a '
\
...
...
qa/qa/page/label/index.rb
View file @
47618598
...
...
@@ -14,6 +14,10 @@ module QA
element
:label_svg
end
view
'app/views/shared/empty_states/_priority_labels.html.haml'
do
element
:label_svg
end
def
go_to_new_label
# The 'labels.svg' takes a fraction of a second to load after which the "New label" button shifts up a bit
# This can cause webdriver to miss the hit so we wait for the svg to load (implicitly with has_element?)
...
...
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