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-13 18:39:03 +0300
committerJames Lopez <james@jameslopez.es>2016-05-13 18:39:03 +0300
commit2dff04f24a8446216e12d43fab6841f28f3dd406 (patch)
tree82509b26ade902e9b8236f979b398df0e0c7a2d9 /lib/gitlab/import_export.rb
parent8165e52045711958abbb94ee9ea2c00056ccadda (diff)
fixed TODOs left
Diffstat (limited to 'lib/gitlab/import_export.rb')
-rw-r--r--lib/gitlab/import_export.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/gitlab/import_export.rb b/lib/gitlab/import_export.rb
index 6835411ba70..bf80ac7f093 100644
--- a/lib/gitlab/import_export.rb
+++ b/lib/gitlab/import_export.rb
@@ -9,5 +9,13 @@ module Gitlab
def storage_path
File.join(Settings.shared['path'], 'tmp/project_exports')
end
+
+ def project_filename
+ "project.json"
+ end
+
+ def project_bundle_filename
+ "project.bundle"
+ end
end
end