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
52a725cd
Commit
52a725cd
authored
Nov 02, 2016
by
Regis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting - GET /:project/pipelines - displaying #{scope} works
parent
cf7b1562
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
pipelines.vue.js.es6
...sets/javascripts/vue_pipelines_index/pipelines.vue.js.es6
+1
-1
pipelines_spec.rb
spec/features/projects/pipelines_spec.rb
+0
-2
No files found.
app/assets/javascripts/vue_pipelines_index/pipelines.vue.js.es6
View file @
52a725cd
...
...
@@ -22,7 +22,7 @@
'store',
],
created() {
// ** `.includes` does not work in PhantomJS
// ** `.includes` does not work in PhantomJS
**
// const url = window.location.toString();
// if (url.includes('?')) this.pageNum = url.split('?')[1];
...
...
spec/features/projects/pipelines_spec.rb
View file @
52a725cd
require
'spec_helper'
require
'rails_helper'
describe
"Pipelines"
,
feature:
true
,
js:
true
do
include
GitlabRoutingHelper
...
...
@@ -24,7 +23,6 @@ describe "Pipelines", feature: true, js: true do
it
do
wait_for_ajax
expect
(
page
).
to
have_content
(
pipeline
.
short_sha
)
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