From 31b5e9177f7c0ddcdb97e667f0634fdd13a8d59b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 15 Jun 2017 10:50:12 +0800 Subject: fix collborators lack of units on orgnization repositories (#1968) * fix collborators lack of units on orgnization repositories * also change log level to debug --- models/fixtures/repo_unit.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'models/fixtures') diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 5601d65665..daa3480189 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -37,3 +37,43 @@ index: 0 config: "{}" created_unix: 946684810 + +- + id: 6 + repo_id: 3 + type: 1 + index: 0 + config: "{}" + created_unix: 946684810 + +- + id: 7 + repo_id: 3 + type: 2 + index: 0 + config: "{}" + created_unix: 946684810 + +- + id: 8 + repo_id: 3 + type: 3 + index: 0 + config: "{}" + created_unix: 946684810 + +- + id: 9 + repo_id: 3 + type: 5 + index: 0 + config: "{}" + created_unix: 946684810 + +- + id: 10 + repo_id: 3 + type: 7 + index: 0 + config: "{}" + created_unix: 946684810 -- cgit v1.2.3