From bf552761894dee08f734d91f5c8175cd0cb2f9f5 Mon Sep 17 00:00:00 2001 From: SagePtr Date: Fri, 7 Sep 2018 03:37:02 +0200 Subject: Fix redirect with non-ascii branch names (#4764) (#4810) * Fix redirect with non-ascii branch names (#4764) * Add integration tests for non-ascii branch redirect * Fix mysql test and coverage test --- models/fixtures/repo_unit.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'models/fixtures/repo_unit.yml') diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 6780de7531..581f9d6ed5 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -74,3 +74,38 @@ type: 1 config: "{}" created_unix: 1524304355 + +- + id: 12 + repo_id: 33 + type: 1 + config: "{}" + created_unix: 1535593231 + +- + id: 13 + repo_id: 33 + type: 2 + config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}" + created_unix: 1535593231 + +- + id: 14 + repo_id: 33 + type: 3 + config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowSquash\":true}" + created_unix: 1535593231 + +- + id: 15 + repo_id: 33 + type: 4 + config: "{}" + created_unix: 1535593231 + +- + id: 16 + repo_id: 33 + type: 5 + config: "{}" + created_unix: 1535593231 \ No newline at end of file -- cgit v1.2.3