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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-05-31 18:08:50 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-05-31 18:08:50 +0300
commit68ef6ae2dacd60d20723cf453838034dcec14bf7 (patch)
treedee9a0e2addfe86f8789e9eecf79906f0e46daed /app/models/concerns
parent915e56340361bbdd0ed448ef935f05253ed365a9 (diff)
parentdb926729660d66098db717ae9f64fab0cd2f601f (diff)
Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
Diffstat (limited to 'app/models/concerns')
-rw-r--r--app/models/concerns/issuable.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/concerns/issuable.rb b/app/models/concerns/issuable.rb
index b45395343cc..44150b37708 100644
--- a/app/models/concerns/issuable.rb
+++ b/app/models/concerns/issuable.rb
@@ -97,8 +97,6 @@ module Issuable
strip_attributes :title
- after_save :ensure_metrics, unless: :imported?
-
# We want to use optimistic lock for cases when only title or description are involved
# http://api.rubyonrails.org/classes/ActiveRecord/Locking/Optimistic.html
def locking_enabled?