gitlab-org--gitlab-foss/lib/gitlab/import_export
Douwe Maan 686381f7e6 Merge branch 'fix/project-export-filename' into 'master'
add project name and namespace to filename on project export

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19848

 Export filename now includes project and namespace path

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5268
2016-07-15 19:21:35 +00:00
..
attributes_finder.rb fixed CI commits on export 2016-05-18 17:48:15 +02:00
command_line_util.rb fix log statements in import/export 2016-07-07 09:49:46 +02:00
error.rb fix rubocop warnings 2016-05-12 11:29:06 +02:00
file_importer.rb Fix tmp file being deleted after the request plus some cleanup and improved erroring for this situation 2016-06-24 10:50:23 +02:00
import_export.yml fixing events for import/export 2016-06-29 10:35:26 +02:00
importer.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
members_mapper.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
project_creator.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
project_tree_restorer.rb fix updated_at not preserved after import - for GitLab projects 2016-07-14 16:03:00 +02:00
project_tree_saver.rb Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import 2016-06-14 10:18:03 +02:00
reader.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
relation_factory.rb fix EE => CE project import, and updated JSON spec 2016-07-14 12:07:54 +02:00
repo_restorer.rb fix wiki stuff 2016-06-16 10:59:36 +02:00
repo_saver.rb Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import 2016-06-14 10:18:03 +02:00
saver.rb add project name and namespace to filename on project export 2016-07-15 12:55:28 +02:00
shared.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
uploads_restorer.rb fixed specs and refactored a few things due to recent model changes and merge conflicts 2016-06-13 13:34:36 +02:00
uploads_saver.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
version_checker.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
version_saver.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
wiki_repo_saver.rb Merge branches 'feature/project-export' and 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import 2016-06-13 13:44:00 +02:00