提交 f8c0ccb1 编写于 作者: T Tiago Botelho

Username and password are no longer stripped from import url on import

上级 5198cd28
......@@ -536,6 +536,11 @@ class Project < ActiveRecord::Base
ProjectCacheWorker.perform_async(self.id)
end
remove_import_data
end
# This method is overriden in EE::Project model
def remove_import_data
import_data&.destroy
end
......
---
title: Username and password are no longer stripped from import url on mirror update
merge_request: 12725
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册