BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ca980de3
Commit
ca980de3
authored
Sep 21, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
42dc515f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
6 deletions
+4
-6
subgroups.html.haml
app/views/groups/subgroups.html.haml
+0
-1
metrics.html.haml
app/views/projects/environments/metrics.html.haml
+1
-1
charts.html.haml
app/views/projects/pipelines/charts.html.haml
+0
-1
bulk_assignment_labels_spec.rb
spec/features/issues/bulk_assignment_labels_spec.rb
+1
-1
update_issues_spec.rb
spec/features/issues/update_issues_spec.rb
+1
-1
update_merge_requests_spec.rb
spec/features/merge_requests/update_merge_requests_spec.rb
+1
-1
No files found.
app/views/groups/subgroups.html.haml
View file @
ca980de3
-
breadcrumb_title
"Details"
-
@no_container
=
true
=
render
'head'
=
render
'groups/home_panel'
.groups-header
{
class:
container_class
}
...
...
app/views/projects/environments/metrics.html.haml
View file @
ca980de3
...
...
@@ -4,7 +4,7 @@
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'common_d3'
=
webpack_bundle_tag
'monitoring'
.prometheus-container
{
class:
container_class
}
.top-area
.row
...
...
app/views/projects/pipelines/charts.html.haml
View file @
ca980de3
...
...
@@ -4,7 +4,6 @@
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_d3'
)
=
page_specific_javascript_bundle_tag
(
'graphs'
)
=
render
'head'
%div
{
class:
container_class
}
.sub-header-block
...
...
spec/features/issues/bulk_assignment_labels_spec.rb
View file @
ca980de3
...
...
@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
end
def
update_issues
click_button
'Update all'
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
end
...
...
spec/features/issues/update_issues_spec.rb
View file @
ca980de3
...
...
@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do
end
def
click_update_issues_button
find
(
'.update-selected-issues'
).
click
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
end
end
spec/features/merge_requests/update_merge_requests_spec.rb
View file @
ca980de3
...
...
@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do
end
def
click_update_merge_requests_button
find
(
'.update-selected-issues'
).
click
find
(
'.update-selected-issues'
).
trigger
(
'click'
)
wait_for_requests
end
end
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