From 9f18b231295a6282111a1f058f0c973da50b5fd4 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 8 May 2019 01:20:23 +0800 Subject: Fix 404 when send pull request some situation (#6871) --- models/fixtures/repo_unit.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'models') diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 2b325cba88..43311c4764 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -374,4 +374,32 @@ repo_id: 41 type: 3 config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}" + created_unix: 946684810 + +- + id: 55 + repo_id: 10 + type: 1 + config: "{}" + created_unix: 946684810 + +- + id: 56 + repo_id: 10 + type: 2 + config: "{\"EnableTimetracker\":true,\"AllowOnlyContributorsToTrackTime\":true}" + created_unix: 946684810 + +- + id: 57 + repo_id: 10 + type: 3 + config: "{\"IgnoreWhitespaceConflicts\":false,\"AllowMerge\":true,\"AllowRebase\":true,\"AllowRebaseMerge\":true,\"AllowSquash\":true}" + created_unix: 946684810 + +- + id: 58 + repo_id: 11 + type: 1 + config: "{}" created_unix: 946684810 \ No newline at end of file -- cgit v1.2.3