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
0c15388b
Commit
0c15388b
authored
Mar 23, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
2d2c0fbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/boards/components/issue_card_inner.js
app/assets/javascripts/boards/components/issue_card_inner.js
+0
-6
config/webpack.config.js
config/webpack.config.js
+0
-6
No files found.
app/assets/javascripts/boards/components/issue_card_inner.js
View file @
0c15388b
import
$
from
'
jquery
'
;
import
$
from
'
jquery
'
;
import
Vue
from
'
vue
'
;
import
Vue
from
'
vue
'
;
<<<<<<<
HEAD
import
IssueCardWeight
from
'
ee/boards/components/issue_card_weight.vue
'
;
import
IssueCardWeight
from
'
ee/boards/components/issue_card_weight.vue
'
;
=======
>>>>>>>
upstream
/
master
import
UserAvatarLink
from
'
../../vue_shared/components/user_avatar/user_avatar_link.vue
'
;
import
UserAvatarLink
from
'
../../vue_shared/components/user_avatar/user_avatar_link.vue
'
;
import
eventHub
from
'
../eventhub
'
;
import
eventHub
from
'
../eventhub
'
;
...
@@ -50,10 +47,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({
...
@@ -50,10 +47,7 @@ gl.issueBoards.IssueCardInner = Vue.extend({
},
},
components
:
{
components
:
{
UserAvatarLink
,
UserAvatarLink
,
<<<<<<<
HEAD
IssueCardWeight
,
IssueCardWeight
,
=======
>>>>>>>
upstream
/
master
},
},
computed
:
{
computed
:
{
numberOverLimit
()
{
numberOverLimit
()
{
...
...
config/webpack.config.js
View file @
0c15388b
...
@@ -39,7 +39,6 @@ function generateEntries() {
...
@@ -39,7 +39,6 @@ function generateEntries() {
}
}
pageEntries
.
forEach
((
path
)
=>
generateAutoEntries
(
path
));
pageEntries
.
forEach
((
path
)
=>
generateAutoEntries
(
path
));
<<<<<<<
HEAD
// EE-specific auto entries
// EE-specific auto entries
const
eePageEntries
=
glob
.
sync
(
'
pages/**/index.js
'
,
{
const
eePageEntries
=
glob
.
sync
(
'
pages/**/index.js
'
,
{
...
@@ -49,8 +48,6 @@ function generateEntries() {
...
@@ -49,8 +48,6 @@ function generateEntries() {
watchAutoEntries
.
concat
(
watchAutoEntries
.
concat
(
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/javascripts/pages/
'
),
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/javascripts/pages/
'
),
);
);
=======
>>>>>>>
upstream
/
master
autoEntriesCount
=
Object
.
keys
(
autoEntries
).
length
;
autoEntriesCount
=
Object
.
keys
(
autoEntries
).
length
;
...
@@ -253,15 +250,12 @@ const config = {
...
@@ -253,15 +250,12 @@ const config = {
'
vendor
'
:
path
.
join
(
ROOT_PATH
,
'
vendor/assets/javascripts
'
),
'
vendor
'
:
path
.
join
(
ROOT_PATH
,
'
vendor/assets/javascripts
'
),
'
vue$
'
:
'
vue/dist/vue.esm.js
'
,
'
vue$
'
:
'
vue/dist/vue.esm.js
'
,
'
spec
'
:
path
.
join
(
ROOT_PATH
,
'
spec/javascripts
'
),
'
spec
'
:
path
.
join
(
ROOT_PATH
,
'
spec/javascripts
'
),
<<<<<<<
HEAD
// EE-only
// EE-only
ee
:
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/javascripts
'
),
ee
:
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/javascripts
'
),
ee_empty_states
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/empty_states
'
),
ee_empty_states
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/empty_states
'
),
ee_icons
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/icons
'
),
ee_icons
:
path
.
join
(
ROOT_PATH
,
'
ee/app/views/shared/icons
'
),
ee_images
:
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/images
'
),
ee_images
:
path
.
join
(
ROOT_PATH
,
'
ee/app/assets/images
'
),
=======
>>>>>>>
upstream
/
master
}
}
},
},
...
...
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