-
- Downloads
Merge branch 'fix/import-export-project-avatar' into 'master'
Project avatar import/export functionality Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/19851 Adds logic to export and import a project avatar - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - ~~[ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - 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 !5273
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/services/projects/import_export/export_service.rb 5 additions, 1 deletionapp/services/projects/import_export/export_service.rb
- app/uploaders/avatar_uploader.rb 4 additions, 0 deletionsapp/uploaders/avatar_uploader.rb
- lib/gitlab/import_export/avatar_restorer.rb 31 additions, 0 deletionslib/gitlab/import_export/avatar_restorer.rb
- lib/gitlab/import_export/avatar_saver.rb 31 additions, 0 deletionslib/gitlab/import_export/avatar_saver.rb
- lib/gitlab/import_export/command_line_util.rb 9 additions, 0 deletionslib/gitlab/import_export/command_line_util.rb
- lib/gitlab/import_export/importer.rb 5 additions, 1 deletionlib/gitlab/import_export/importer.rb
- lib/gitlab/import_export/uploads_saver.rb 2 additions, 6 deletionslib/gitlab/import_export/uploads_saver.rb
- spec/lib/gitlab/import_export/avatar_restorer_spec.rb 25 additions, 0 deletionsspec/lib/gitlab/import_export/avatar_restorer_spec.rb
- spec/lib/gitlab/import_export/avatar_saver_spec.rb 27 additions, 0 deletionsspec/lib/gitlab/import_export/avatar_saver_spec.rb
Loading
Please register or sign in to comment