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
785837c4
Commit
785837c4
authored
Aug 01, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
f91e92ef
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
27 deletions
+1
-27
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+1
-7
app/views/projects/commits/show.html.haml
app/views/projects/commits/show.html.haml
+0
-13
config/webpack.config.js
config/webpack.config.js
+0
-3
spec/models/project_wiki_spec.rb
spec/models/project_wiki_spec.rb
+0
-4
No files found.
app/assets/javascripts/dispatcher.js
View file @
785837c4
...
@@ -329,13 +329,6 @@ import AuditLogs from './audit_logs';
...
@@ -329,13 +329,6 @@ import AuditLogs from './audit_logs';
}).
bindEvents
();
}).
bindEvents
();
$
(
'
.commit-info.branches
'
).
load
(
document
.
querySelector
(
'
.js-commit-box
'
).
dataset
.
commitPath
);
$
(
'
.commit-info.branches
'
).
load
(
document
.
querySelector
(
'
.js-commit-box
'
).
dataset
.
commitPath
);
break
;
break
;
<<<<<<<
HEAD
case
'
projects:commits:show
'
:
shortcut_handler
=
new
ShortcutsNavigation
();
GpgBadges
.
fetch
();
break
;
=======
>>>>>>>
upstream
/
master
case
'
projects:activity
'
:
case
'
projects:activity
'
:
new
gl
.
Activities
();
new
gl
.
Activities
();
shortcut_handler
=
new
ShortcutsNavigation
();
shortcut_handler
=
new
ShortcutsNavigation
();
...
@@ -344,6 +337,7 @@ import AuditLogs from './audit_logs';
...
@@ -344,6 +337,7 @@ import AuditLogs from './audit_logs';
CommitsList
.
init
(
document
.
querySelector
(
'
.js-project-commits-show
'
).
dataset
.
commitsLimit
);
CommitsList
.
init
(
document
.
querySelector
(
'
.js-project-commits-show
'
).
dataset
.
commitsLimit
);
new
gl
.
Activities
();
new
gl
.
Activities
();
shortcut_handler
=
new
ShortcutsNavigation
();
shortcut_handler
=
new
ShortcutsNavigation
();
GpgBadges
.
fetch
();
break
;
break
;
case
'
projects:edit
'
:
case
'
projects:edit
'
:
new
UsersSelect
();
new
UsersSelect
();
...
...
app/views/projects/commits/show.html.haml
View file @
785837c4
...
@@ -33,21 +33,8 @@
...
@@ -33,21 +33,8 @@
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
)
do
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
)
do
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Filter by commit message'
),
id:
'commits-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Filter by commit message'
),
id:
'commits-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
.control
.control
<
<<<<<<
HEAD
=
link_to
_
(
"Create merge request"
),
create_mr_path
(
@repository
.
root_ref
,
@ref
),
class:
'btn btn-success'
.control
=
form_tag
(
project_commits_path
(
@project
,
@id
),
method: :get
,
class:
'commits-search-form'
,
data:
{
'signatures-path'
=>
namespace_project_signatures_path
})
do
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
_
(
'Filter by commit message'
),
id:
'commits-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
.control
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn'
do
=
icon
(
"rss"
)
=
render
'projects/commits/mirror_status'
==
=====
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn'
do
=
link_to
project_commits_path
(
@project
,
@ref
,
rss_url_options
),
title:
_
(
"Commits feed"
),
class:
'btn'
do
=
icon
(
"rss"
)
=
icon
(
"rss"
)
>
>>>>>> upstream/master
=
render
'projects/commits/mirror_status'
=
render
'projects/commits/mirror_status'
...
...
config/webpack.config.js
View file @
785837c4
...
@@ -78,11 +78,8 @@ var config = {
...
@@ -78,11 +78,8 @@ var config = {
stl_viewer
:
'
./blob/stl_viewer.js
'
,
stl_viewer
:
'
./blob/stl_viewer.js
'
,
terminal
:
'
./terminal/terminal_bundle.js
'
,
terminal
:
'
./terminal/terminal_bundle.js
'
,
u2f
:
[
'
vendor/u2f
'
],
u2f
:
[
'
vendor/u2f
'
],
<<<<<<<
HEAD
=======
ui_development_kit
:
'
./ui_development_kit.js
'
,
ui_development_kit
:
'
./ui_development_kit.js
'
,
users
:
'
./users/index.js
'
,
users
:
'
./users/index.js
'
,
>>>>>>>
upstream
/
master
raven
:
'
./raven/index.js
'
,
raven
:
'
./raven/index.js
'
,
vue_merge_request_widget
:
'
./vue_merge_request_widget/index.js
'
,
vue_merge_request_widget
:
'
./vue_merge_request_widget/index.js
'
,
test
:
'
./test.js
'
,
test
:
'
./test.js
'
,
...
...
spec/models/project_wiki_spec.rb
View file @
785837c4
...
@@ -25,11 +25,7 @@ describe ProjectWiki do
...
@@ -25,11 +25,7 @@ describe ProjectWiki do
describe
'#web_url'
do
describe
'#web_url'
do
it
'returns the full web URL to the wiki'
do
it
'returns the full web URL to the wiki'
do
<<<<<<<
HEAD
expect
(
subject
.
web_url
).
to
match
(
"https?://[^
\/
]+/
#{
project
.
path_with_namespace
}
/wikis/home"
)
=======
expect
(
subject
.
web_url
).
to
eq
(
"
#{
Gitlab
.
config
.
gitlab
.
url
}
/
#{
project
.
full_path
}
/wikis/home"
)
expect
(
subject
.
web_url
).
to
eq
(
"
#{
Gitlab
.
config
.
gitlab
.
url
}
/
#{
project
.
full_path
}
/wikis/home"
)
>>>>>>>
upstream
/
master
end
end
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