|
1 | 1 | [
|
| 2 | +{ |
| 3 | + "model": "commitfest.committer", |
| 4 | + "pk": 1, |
| 5 | + "fields": { |
| 6 | + "active": true |
| 7 | + } |
| 8 | +}, |
| 9 | +{ |
| 10 | + "model": "commitfest.committer", |
| 11 | + "pk": 4, |
| 12 | + "fields": { |
| 13 | + "active": true |
| 14 | + } |
| 15 | +}, |
| 16 | +{ |
| 17 | + "model": "commitfest.committer", |
| 18 | + "pk": 5, |
| 19 | + "fields": { |
| 20 | + "active": false |
| 21 | + } |
| 22 | +}, |
2 | 23 | {
|
3 | 24 | "model": "commitfest.commitfest",
|
4 | 25 | "pk": 1,
|
|
153 | 174 | ]
|
154 | 175 | }
|
155 | 176 | },
|
| 177 | +{ |
| 178 | + "model": "commitfest.patch", |
| 179 | + "pk": 5, |
| 180 | + "fields": { |
| 181 | + "name": "Add get_bytes() and set_bytes() functions", |
| 182 | + "topic": 3, |
| 183 | + "wikilink": "", |
| 184 | + "gitlink": "", |
| 185 | + "targetversion": null, |
| 186 | + "committer": 4, |
| 187 | + "created": "2025-02-16T21:59:04.131", |
| 188 | + "modified": "2025-02-16T22:03:24.902", |
| 189 | + "lastmail": "2025-01-20T14:01:53", |
| 190 | + "authors": [], |
| 191 | + "reviewers": [], |
| 192 | + "subscribers": [], |
| 193 | + "mailthread_set": [ |
| 194 | + 5 |
| 195 | + ] |
| 196 | + } |
| 197 | +}, |
| 198 | +{ |
| 199 | + "model": "commitfest.patch", |
| 200 | + "pk": 6, |
| 201 | + "fields": { |
| 202 | + "name": "Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options", |
| 203 | + "topic": 3, |
| 204 | + "wikilink": "", |
| 205 | + "gitlink": "", |
| 206 | + "targetversion": null, |
| 207 | + "committer": null, |
| 208 | + "created": "2025-02-16T22:03:58.476", |
| 209 | + "modified": "2025-02-16T22:04:23.180", |
| 210 | + "lastmail": "2025-01-19T23:55:17", |
| 211 | + "authors": [], |
| 212 | + "reviewers": [], |
| 213 | + "subscribers": [], |
| 214 | + "mailthread_set": [ |
| 215 | + 6 |
| 216 | + ] |
| 217 | + } |
| 218 | +}, |
156 | 219 | {
|
157 | 220 | "model": "commitfest.patchoncommitfest",
|
158 | 221 | "pk": 1,
|
|
208 | 271 | "status": 1
|
209 | 272 | }
|
210 | 273 | },
|
| 274 | +{ |
| 275 | + "model": "commitfest.patchoncommitfest", |
| 276 | + "pk": 6, |
| 277 | + "fields": { |
| 278 | + "patch": 5, |
| 279 | + "commitfest": 2, |
| 280 | + "enterdate": "2025-02-16T21:59:04.131", |
| 281 | + "leavedate": "2025-02-16T22:03:24.896", |
| 282 | + "status": 4 |
| 283 | + } |
| 284 | +}, |
| 285 | +{ |
| 286 | + "model": "commitfest.patchoncommitfest", |
| 287 | + "pk": 7, |
| 288 | + "fields": { |
| 289 | + "patch": 6, |
| 290 | + "commitfest": 2, |
| 291 | + "enterdate": "2025-02-16T22:03:58.477", |
| 292 | + "leavedate": "2025-02-16T22:04:18.213", |
| 293 | + "status": 6 |
| 294 | + } |
| 295 | +}, |
211 | 296 | {
|
212 | 297 | "model": "commitfest.patchhistory",
|
213 | 298 | "pk": 1,
|
|
318 | 403 | "what": "Attached mail thread example@message-4"
|
319 | 404 | }
|
320 | 405 | },
|
| 406 | +{ |
| 407 | + "model": "commitfest.patchhistory", |
| 408 | + "pk": 11, |
| 409 | + "fields": { |
| 410 | + "patch": 5, |
| 411 | + "date": "2025-02-16T21:59:04.132", |
| 412 | + "by": 1, |
| 413 | + "by_cfbot": false, |
| 414 | + "what": "Created patch record" |
| 415 | + } |
| 416 | +}, |
| 417 | +{ |
| 418 | + "model": "commitfest.patchhistory", |
| 419 | + "pk": 12, |
| 420 | + "fields": { |
| 421 | + "patch": 5, |
| 422 | + "date": "2025-02-16T21:59:04.134", |
| 423 | + "by": 1, |
| 424 | + "by_cfbot": false, |
| 425 | + "what": "Attached mail thread example@message-1" |
| 426 | + } |
| 427 | +}, |
| 428 | +{ |
| 429 | + "model": "commitfest.patchhistory", |
| 430 | + "pk": 13, |
| 431 | + "fields": { |
| 432 | + "patch": 5, |
| 433 | + "date": "2025-02-16T22:03:24.897", |
| 434 | + "by": 1, |
| 435 | + "by_cfbot": false, |
| 436 | + "what": "Changed committer to committer" |
| 437 | + } |
| 438 | +}, |
| 439 | +{ |
| 440 | + "model": "commitfest.patchhistory", |
| 441 | + "pk": 14, |
| 442 | + "fields": { |
| 443 | + "patch": 5, |
| 444 | + "date": "2025-02-16T22:03:24.903", |
| 445 | + "by": 1, |
| 446 | + "by_cfbot": false, |
| 447 | + "what": "Closed in commitfest Sample In Progress Commitfest with status: Committed" |
| 448 | + } |
| 449 | +}, |
| 450 | +{ |
| 451 | + "model": "commitfest.patchhistory", |
| 452 | + "pk": 15, |
| 453 | + "fields": { |
| 454 | + "patch": 6, |
| 455 | + "date": "2025-02-16T22:03:58.479", |
| 456 | + "by": 1, |
| 457 | + "by_cfbot": false, |
| 458 | + "what": "Created patch record" |
| 459 | + } |
| 460 | +}, |
| 461 | +{ |
| 462 | + "model": "commitfest.patchhistory", |
| 463 | + "pk": 16, |
| 464 | + "fields": { |
| 465 | + "patch": 6, |
| 466 | + "date": "2025-02-16T22:03:58.486", |
| 467 | + "by": 1, |
| 468 | + "by_cfbot": false, |
| 469 | + "what": "Attached mail thread example@message-16" |
| 470 | + } |
| 471 | +}, |
| 472 | +{ |
| 473 | + "model": "commitfest.patchhistory", |
| 474 | + "pk": 17, |
| 475 | + "fields": { |
| 476 | + "patch": 6, |
| 477 | + "date": "2025-02-16T22:04:18.217", |
| 478 | + "by": 1, |
| 479 | + "by_cfbot": false, |
| 480 | + "what": "Closed in commitfest Sample In Progress Commitfest with status: Rejected" |
| 481 | + } |
| 482 | +}, |
321 | 483 | {
|
322 | 484 | "model": "commitfest.mailthread",
|
323 | 485 | "pk": 1,
|
|
374 | 536 | "latestmsgid": "example@message-4"
|
375 | 537 | }
|
376 | 538 | },
|
| 539 | +{ |
| 540 | + "model": "commitfest.mailthread", |
| 541 | + "pk": 5, |
| 542 | + "fields": { |
| 543 | + "messageid": "example@message-1", |
| 544 | + "subject": "Re: [PATCH] Add get_bytes() and set_bytes() functions", |
| 545 | + "firstmessage": "2025-01-20T14:01:53", |
| 546 | + "firstauthor": "[email protected]", |
| 547 | + "latestmessage": "2025-01-20T14:01:53", |
| 548 | + "latestauthor": "[email protected]", |
| 549 | + "latestsubject": "Re: [PATCH] Add get_bytes() and set_bytes() functions", |
| 550 | + "latestmsgid": "example@message-1" |
| 551 | + } |
| 552 | +}, |
| 553 | +{ |
| 554 | + "model": "commitfest.mailthread", |
| 555 | + "pk": 6, |
| 556 | + "fields": { |
| 557 | + "messageid": "example@message-16", |
| 558 | + "subject": "Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options", |
| 559 | + "firstmessage": "2025-01-19T23:55:17", |
| 560 | + "firstauthor": "[email protected]", |
| 561 | + "latestmessage": "2025-01-19T23:55:17", |
| 562 | + "latestauthor": "[email protected]", |
| 563 | + "latestsubject": "Re: Add RESPECT/IGNORE NULLS and FROM FIRST/LAST options", |
| 564 | + "latestmsgid": "example@message-16" |
| 565 | + } |
| 566 | +}, |
377 | 567 | {
|
378 | 568 | "model": "commitfest.patchstatus",
|
379 | 569 | "pk": 1,
|
|
0 commit comments