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
c45c51ff
Commit
c45c51ff
authored
May 08, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve app/workers/post_receive.rb and app/models/project_wiki.rb[ci skip]
parent
87f04e5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
app/models/project_wiki.rb
app/models/project_wiki.rb
+0
-3
app/workers/post_receive.rb
app/workers/post_receive.rb
+0
-7
No files found.
app/models/project_wiki.rb
View file @
c45c51ff
...
...
@@ -197,12 +197,9 @@ class ProjectWiki
def
update_project_activity
@project
.
touch
(
:last_activity_at
,
:last_repository_updated_at
)
<<<<<<<
HEAD
end
def
update_elastic_index
index_blobs
if
current_application_settings
.
elasticsearch_indexing?
=======
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
end
end
app/workers/post_receive.rb
View file @
c45c51ff
...
...
@@ -16,7 +16,6 @@ class PostReceive
# time and thread ID's.
Sidekiq
.
logger
.
info
"changes:
#{
changes
.
inspect
}
"
if
ENV
[
'SIDEKIQ_LOG_ARGUMENTS'
]
post_received
=
Gitlab
::
GitPostReceive
.
new
(
project
,
identifier
,
changes
)
<<<<<<<
HEAD
if
is_wiki
update_wiki_es_indexes
(
post_received
)
...
...
@@ -36,12 +35,6 @@ class PostReceive
SystemHooksService
.
new
.
execute_hooks
(
hook_data
,
:repository_update_hooks
)
end
=======
if
is_wiki
# Nothing defined here yet.
else
>>>>>>>
6
ce1df41e175c7d62ca760b1e66cf1bf86150284
process_project_changes
(
post_received
)
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