Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-06-11 20:35:39 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-06-11 20:35:39 +0300
commit421957cf8c9d5347a20d7a88f07a049622a631e0 (patch)
treef0ee8e6681dcd56d5067a187d0af1aca7db9a6dc /app/models/project.rb
parent87eb2b6e510af44ec905c183d9b886a46d223815 (diff)
parent1756eea5316c9d1d4b6b8a9bb45d1d2425943f5c (diff)
Merge branch 'sh-expire-content-cache-after-import' into 'master'
Expire Wiki content cache after importing a repository Closes #47546 See merge request gitlab-org/gitlab-ce!19617
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 9ca733ecd98..fe1e0c598d2 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -1616,6 +1616,7 @@ class Project < ActiveRecord::Base
def after_import
repository.after_import
+ wiki.repository.after_import
import_finish
remove_import_jid
update_project_counter_caches