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
6a4b4255
Commit
6a4b4255
authored
May 31, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Sortable package path
parent
7c4046e1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
board.js
app/assets/javascripts/boards/components/board.js
+1
-1
board_list.vue
app/assets/javascripts/boards/components/board_list.vue
+1
-1
label_manager.js
app/assets/javascripts/label_manager.js
+1
-1
board_list_spec.js
spec/javascripts/boards/board_list_spec.js
+1
-1
No files found.
app/assets/javascripts/boards/components/board.js
View file @
6a4b4255
/* eslint-disable comma-dangle, space-before-function-paren, one-var */
import
$
from
'jquery'
;
import
Sortable
from
'
vendor/Sortable
'
;
import
Sortable
from
'
sortablejs
'
;
import
Vue
from
'vue'
;
import
AccessorUtilities
from
'../../lib/utils/accessor'
;
import
boardList
from
'./board_list.vue'
;
...
...
app/assets/javascripts/boards/components/board_list.vue
View file @
6a4b4255
<
script
>
import
Sortable
from
'
vendor/Sortable
'
;
import
Sortable
from
'
sortablejs
'
;
import
boardNewIssue
from
'./board_new_issue.vue'
;
import
boardCard
from
'./board_card.vue'
;
import
eventHub
from
'../eventhub'
;
...
...
app/assets/javascripts/label_manager.js
View file @
6a4b4255
/* eslint-disable comma-dangle, class-methods-use-this, no-underscore-dangle, no-param-reassign, no-unused-vars, consistent-return, func-names, space-before-function-paren, max-len */
import
$
from
'jquery'
;
import
Sortable
from
'
vendor/Sortable
'
;
import
Sortable
from
'
sortablejs
'
;
import
flash
from
'./flash'
;
import
axios
from
'./lib/utils/axios_utils'
;
...
...
spec/javascripts/boards/board_list_spec.js
View file @
6a4b4255
...
...
@@ -3,7 +3,7 @@
import
Vue
from
'vue'
;
import
MockAdapter
from
'axios-mock-adapter'
;
import
axios
from
'~/lib/utils/axios_utils'
;
import
Sortable
from
'
vendor/Sortable
'
;
import
Sortable
from
'
sortablejs
'
;
import
BoardList
from
'~/boards/components/board_list.vue'
;
import
eventHub
from
'~/boards/eventhub'
;
import
'~/boards/mixins/sortable_default_options'
;
...
...
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