We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4d50b commit 4210a46Copy full SHA for 4210a46
main/fixtures/repos.json
@@ -11,6 +11,18 @@
11
"testing": true
12
}
13
},
14
+ {
15
+ "pk": 15,
16
+ "model": "main.repo",
17
+ "fields": {
18
+ "bugs_category": 33,
19
+ "staging": true,
20
+ "name": "Extra-Staging",
21
+ "bugs_project": 5,
22
+ "svn_root": "packages",
23
+ "testing": false
24
+ }
25
+ },
26
{
27
"pk": 1,
28
"model": "main.repo",
@@ -118,5 +130,17 @@
118
130
"svn_root": "packages",
119
131
120
132
133
134
135
+ "pk": 16,
136
137
138
+ "bugs_category": 10,
139
140
+ "name": "Core-Staging",
141
+ "bugs_project": 1,
142
143
144
121
145
122
146
]
0 commit comments