diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-05 13:02:36 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-28 14:12:08 +0200 |
commit | ce69419a60a04b78616e7fe7d26ed7ed936e7c62 (patch) | |
tree | cc210e78443643944e46ba11511f8254c9016d22 /changelogs | |
parent | 7ea08566f36d97e1cf2b31767ebb122883f4f30e (diff) | |
download | gitlab-ce-ce69419a60a04b78616e7fe7d26ed7ed936e7c62.tar.gz |
Remove permanent redirects
Removes permanent redirects, this means that redirects will only be
possible as long as the old route isn't taken by a new project/group.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/bvl-no-permanent-redirect.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-no-permanent-redirect.yml b/changelogs/unreleased/bvl-no-permanent-redirect.yml new file mode 100644 index 00000000000..c34a3789b58 --- /dev/null +++ b/changelogs/unreleased/bvl-no-permanent-redirect.yml @@ -0,0 +1,5 @@ +--- +title: Don't create permanent redirect routes +merge_request: 17521 +author: +type: changed |