Skip to content
Snippets Groups Projects
Select Git revision
20 results

import_export

  • Clone with SSH
  • Clone with HTTPS
  • Forked from GitLab.org / GitLab FOSS
    20090 commits behind the upstream repository.
    Douwe Maan's avatar
    Douwe Maan authored
    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
    686381f7
    History