Skip to content

Commit 467d483

Browse files
committed
Update dummy data dump with new tags
1 parent a88dc7a commit 467d483

File tree

1 file changed

+172
-1
lines changed

1 file changed

+172
-1
lines changed

pgcommitfest/commitfest/fixtures/commitfest_data.json

Lines changed: 172 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"pk": 2,
107107
"fields": {
108108
"name": "Backport",
109-
"color": "#1a5fb4",
109+
"color": "#3d3846",
110110
"description": "Once merged should be backported to old branches"
111111
}
112112
},
@@ -182,6 +182,177 @@
182182
"description": "An easy to review patch for a new reviewer"
183183
}
184184
},
185+
{
186+
"model": "commitfest.tag",
187+
"pk": 11,
188+
"fields": {
189+
"name": "libpq",
190+
"color": "#1a5fb4",
191+
"description": "Makes significant libpq changes"
192+
}
193+
},
194+
{
195+
"model": "commitfest.tag",
196+
"pk": 12,
197+
"fields": {
198+
"name": "psql",
199+
"color": "#1a5fb4",
200+
"description": "Makes significant psql changes"
201+
}
202+
},
203+
{
204+
"model": "commitfest.tag",
205+
"pk": 13,
206+
"fields": {
207+
"name": "Performance",
208+
"color": "#1a5fb4",
209+
"description": "Improves performance"
210+
}
211+
},
212+
{
213+
"model": "commitfest.tag",
214+
"pk": 14,
215+
"fields": {
216+
"name": "Logical Replication",
217+
"color": "#1a5fb4",
218+
"description": "Makes significant logical replication changes"
219+
}
220+
},
221+
{
222+
"model": "commitfest.tag",
223+
"pk": 15,
224+
"fields": {
225+
"name": "Physical Replication",
226+
"color": "#1a5fb4",
227+
"description": "Makes significant physical replication changes"
228+
}
229+
},
230+
{
231+
"model": "commitfest.tag",
232+
"pk": 16,
233+
"fields": {
234+
"name": "Refactoring Only",
235+
"color": "#1a5fb4",
236+
"description": "Only refactores code without changing functionality"
237+
}
238+
},
239+
{
240+
"model": "commitfest.tag",
241+
"pk": 17,
242+
"fields": {
243+
"name": "Comments Only",
244+
"color": "#1a5fb4",
245+
"description": "Only updates code comments"
246+
}
247+
},
248+
{
249+
"model": "commitfest.tag",
250+
"pk": 18,
251+
"fields": {
252+
"name": "Docs Only",
253+
"color": "#1a5fb4",
254+
"description": "Only updates user facing documentation"
255+
}
256+
},
257+
{
258+
"model": "commitfest.tag",
259+
"pk": 19,
260+
"fields": {
261+
"name": "CI",
262+
"color": "#1a5fb4",
263+
"description": "Makes changes to the CI configuration or scripts"
264+
}
265+
},
266+
{
267+
"model": "commitfest.tag",
268+
"pk": 20,
269+
"fields": {
270+
"name": "Testing",
271+
"color": "#1a5fb4",
272+
"description": "Adds/modifies tests or improves our testing frameworks"
273+
}
274+
},
275+
{
276+
"model": "commitfest.tag",
277+
"pk": 21,
278+
"fields": {
279+
"name": "Monitoring",
280+
"color": "#1a5fb4",
281+
"description": "Adds new monitoring features or improves existing ones"
282+
}
283+
},
284+
{
285+
"model": "commitfest.tag",
286+
"pk": 22,
287+
"fields": {
288+
"name": "GUC",
289+
"color": "#1a5fb4",
290+
"description": "Adds/modifies configuration parameters (GUCs)"
291+
}
292+
},
293+
{
294+
"model": "commitfest.tag",
295+
"pk": 23,
296+
"fields": {
297+
"name": "PL/pgSQL",
298+
"color": "#1a5fb4",
299+
"description": "Involves changes to PL/pgSQL"
300+
}
301+
},
302+
{
303+
"model": "commitfest.tag",
304+
"pk": 24,
305+
"fields": {
306+
"name": "PL/Python",
307+
"color": "#1a5fb4",
308+
"description": "Involves changes to PL/Python"
309+
}
310+
},
311+
{
312+
"model": "commitfest.tag",
313+
"pk": 25,
314+
"fields": {
315+
"name": "PL/Perl",
316+
"color": "#1a5fb4",
317+
"description": "Involves changes to PL/Perl"
318+
}
319+
},
320+
{
321+
"model": "commitfest.tag",
322+
"pk": 26,
323+
"fields": {
324+
"name": "PL/Tcl",
325+
"color": "#1a5fb4",
326+
"description": "Involves changes to PL/Perl"
327+
}
328+
},
329+
{
330+
"model": "commitfest.tag",
331+
"pk": 27,
332+
"fields": {
333+
"name": "dblink",
334+
"color": "#1a5fb4",
335+
"description": "Involves changes to dblink"
336+
}
337+
},
338+
{
339+
"model": "commitfest.tag",
340+
"pk": 28,
341+
"fields": {
342+
"name": "postgres_fdw",
343+
"color": "#1a5fb4",
344+
"description": "Involves changes to postgres_fdw"
345+
}
346+
},
347+
{
348+
"model": "commitfest.tag",
349+
"pk": 29,
350+
"fields": {
351+
"name": "Security",
352+
"color": "#a51d2d",
353+
"description": "Improves security"
354+
}
355+
},
185356
{
186357
"model": "commitfest.patch",
187358
"pk": 1,

0 commit comments

Comments
 (0)