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
dabb8aa7
Commit
dabb8aa7
authored
Jan 19, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve conflicts
parent
c5b1014e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-3
app/assets/javascripts/pages/projects/edit/index.js
app/assets/javascripts/pages/projects/edit/index.js
+0
-9
app/assets/javascripts/projects/project_new.js
app/assets/javascripts/projects/project_new.js
+0
-3
No files found.
app/assets/javascripts/dispatcher.js
View file @
dabb8aa7
...
@@ -11,10 +11,7 @@ import GroupLabelSubscription from './group_label_subscription';
...
@@ -11,10 +11,7 @@ import GroupLabelSubscription from './group_label_subscription';
import
LineHighlighter
from
'
./line_highlighter
'
;
import
LineHighlighter
from
'
./line_highlighter
'
;
import
MergeRequest
from
'
./merge_request
'
;
import
MergeRequest
from
'
./merge_request
'
;
import
Compare
from
'
./compare
'
;
import
Compare
from
'
./compare
'
;
<<<<<<<
HEAD
import
initCompareAutocomplete
from
'
./compare_autocomplete
'
;
import
initCompareAutocomplete
from
'
./compare_autocomplete
'
;
=======
>>>>>>>
upstream
/
master
import
Labels
from
'
./labels
'
;
import
Labels
from
'
./labels
'
;
import
LabelManager
from
'
./label_manager
'
;
import
LabelManager
from
'
./label_manager
'
;
import
Sidebar
from
'
./right_sidebar
'
;
import
Sidebar
from
'
./right_sidebar
'
;
...
...
app/assets/javascripts/pages/projects/edit/index.js
View file @
dabb8aa7
...
@@ -7,7 +7,6 @@ import setupProjectEdit from '~/project_edit';
...
@@ -7,7 +7,6 @@ import setupProjectEdit from '~/project_edit';
import
ProjectNew
from
'
../shared/project_new
'
;
import
ProjectNew
from
'
../shared/project_new
'
;
import
projectAvatar
from
'
../shared/project_avatar
'
;
import
projectAvatar
from
'
../shared/project_avatar
'
;
import
initProjectPermissionsSettings
from
'
../shared/permissions
'
;
import
initProjectPermissionsSettings
from
'
../shared/permissions
'
;
<<<<<<<
HEAD
// EE imports
// EE imports
import
ApproversSelect
from
'
ee/approvers_select
'
;
// eslint-disable-line import/first
import
ApproversSelect
from
'
ee/approvers_select
'
;
// eslint-disable-line import/first
...
@@ -16,23 +15,15 @@ export default () => {
...
@@ -16,23 +15,15 @@ export default () => {
new
ProjectNew
();
// eslint-disable-line no-new
new
ProjectNew
();
// eslint-disable-line no-new
new
UsersSelect
();
new
UsersSelect
();
groupsSelect
();
groupsSelect
();
=======
export
default
()
=>
{
new
ProjectNew
();
// eslint-disable-line no-new
>>>>>>>
upstream
/
master
setupProjectEdit
();
setupProjectEdit
();
// Initialize expandable settings panels
// Initialize expandable settings panels
initSettingsPanels
();
initSettingsPanels
();
projectAvatar
();
projectAvatar
();
initProjectPermissionsSettings
();
initProjectPermissionsSettings
();
<<<<<<<
HEAD
new
UserCallout
({
className
:
'
js-service-desk-callout
'
});
new
UserCallout
({
className
:
'
js-service-desk-callout
'
});
new
UserCallout
({
className
:
'
js-mr-approval-callout
'
});
new
UserCallout
({
className
:
'
js-mr-approval-callout
'
});
// EE imports
// EE imports
new
ApproversSelect
();
// eslint-disable-line no-new
new
ApproversSelect
();
// eslint-disable-line no-new
=======
>>>>>>>
upstream
/
master
};
};
app/assets/javascripts/projects/project_new.js
View file @
dabb8aa7
...
@@ -99,7 +99,6 @@ const bindEvents = () => {
...
@@ -99,7 +99,6 @@ const bindEvents = () => {
$projectImportUrl
.
keyup
(()
=>
deriveProjectPathFromUrl
(
$projectImportUrl
));
$projectImportUrl
.
keyup
(()
=>
deriveProjectPathFromUrl
(
$projectImportUrl
));
<<<<<<<
HEAD
$
(
'
.import_git
'
).
on
(
'
click
'
,
()
=>
{
$
(
'
.import_git
'
).
on
(
'
click
'
,
()
=>
{
const
$projectMirror
=
$
(
'
#project_mirror
'
);
const
$projectMirror
=
$
(
'
#project_mirror
'
);
...
@@ -107,8 +106,6 @@ const bindEvents = () => {
...
@@ -107,8 +106,6 @@ const bindEvents = () => {
});
});
};
};
=======
>>>>>>>
upstream
/
master
export
default
{
export
default
{
bindEvents
,
bindEvents
,
deriveProjectPathFromUrl
,
deriveProjectPathFromUrl
,
...
...
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