Merge branch 'feature/project-export-ui-experimental' into 'feature/project-import'
Experimental UI for exporting and importing a project Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/3050 Screenshots of both the export and import processes: ## Export 1 - Project settings  2 - Flash after clicking on export  3 - Email received with download link  4 - The project settings export screen changes so we can either delete the file or download it again (it won't generate a new export, unless we delete it first)  5 - After delete flash  ## Import 1 - New project page with new gitlab export option  2 - Next step importing - choosing a file  3 - Import in progress  4 - Import successful  See merge request !4012
Showing
... | ... | @@ -221,7 +221,7 @@ gem 'jquery-turbolinks', '~> 2.1.0' |
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.3.0' | ||
gem 'font-awesome-rails', '~> 4.2' | ||
gem 'font-awesome-rails', '~> 4.6.1' | ||
gem 'gitlab_emoji', '~> 0.3.0' | ||
gem 'gon', '~> 6.0.1' | ||
gem 'jquery-atwho-rails', '~> 1.3.2' | ||
... | ... |
File added
Please register or sign in to comment