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:
authorJames Lopez <james@jameslopez.es>2016-05-19 16:36:20 +0300
committerJames Lopez <james@jameslopez.es>2016-05-19 16:36:20 +0300
commit1466997755f704b1f8af49ced136e91827a0892c (patch)
tree0a3110ee1201d8a1cdc1375e6411de7d559f910b /lib/gitlab/import_export.rb
parent92de6309e1c918a4ae023641dc42b196b3fb25ea (diff)
import uploads. Fixed a few things to do with members, triggers, etc...
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 65a8fcfadd0..9c04a3d6995 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -27,5 +27,9 @@ module Gitlab
def version
VERSION
end
+
+ def reset_tokens?
+ true
+ end
end
end