diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-07-15 19:21:35 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-07-15 19:21:35 +0000 |
commit | 686381f7e6a7f037350ee0b37dd423eef2f10071 (patch) | |
tree | 36ad2ec4dbff29b6475899c4e98ac58bc9f2290d /CHANGELOG | |
parent | 3b9e58953f5e846280d7f14a87a9816c24c1cc8d (diff) | |
parent | 9b86006ca160b5edc05f4b5c67d9f4efc61ca877 (diff) | |
download | gitlab-ce-686381f7e6a7f037350ee0b37dd423eef2f10071.tar.gz |
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1c31a254eb7..8ecd2aef025 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -96,6 +96,7 @@ v 8.10.0 (unreleased) - Redesign Builds and Pipelines pages - Change status color and icon for running builds - Fix markdown rendering for: consecutive labels references, label references that begin with a digit or contains `.` + - Project export filename now includes the project and namespace path - Fix last update timestamp on issues not preserved on gitlab.com and project imports - Fix issues importing projects from EE to CE - Fix creating group with space in group path |