|
60 | 60 | "enddate": "2025-05-31"
|
61 | 61 | }
|
62 | 62 | },
|
| 63 | +{ |
| 64 | + "model": "commitfest.commitfest", |
| 65 | + "pk": 5, |
| 66 | + "fields": { |
| 67 | + "name": "Drafts PG19", |
| 68 | + "status": 5, |
| 69 | + "startdate": "2024-09-01", |
| 70 | + "enddate": "2025-08-31" |
| 71 | + } |
| 72 | +}, |
63 | 73 | {
|
64 | 74 | "model": "commitfest.topic",
|
65 | 75 | "pk": 1,
|
|
237 | 247 | ]
|
238 | 248 | }
|
239 | 249 | },
|
| 250 | +{ |
| 251 | + "model": "commitfest.patch", |
| 252 | + "pk": 8, |
| 253 | + "fields": { |
| 254 | + "name": "Test DGJ Multi-Author and Reviewer", |
| 255 | + "topic": 3, |
| 256 | + "wikilink": "", |
| 257 | + "gitlink": "", |
| 258 | + "targetversion": 1, |
| 259 | + "committer": 4, |
| 260 | + "created": "2025-02-01T00:00", |
| 261 | + "modified": "2025-02-01T00:00", |
| 262 | + "lastmail": "2025-02-01T00:00", |
| 263 | + "authors": [6,3], |
| 264 | + "reviewers": [7,1], |
| 265 | + "subscribers": [], |
| 266 | + "mailthread_set": [8] |
| 267 | + } |
| 268 | +}, |
240 | 269 | {
|
241 | 270 | "model": "commitfest.patchoncommitfest",
|
242 | 271 | "pk": 1,
|
|
325 | 354 | "status": 1
|
326 | 355 | }
|
327 | 356 | },
|
| 357 | +{ |
| 358 | + "model": "commitfest.patchoncommitfest", |
| 359 | + "pk": 9, |
| 360 | + "fields": { |
| 361 | + "patch": 8, |
| 362 | + "commitfest": 5, |
| 363 | + "enterdate": "2025-02-01T00:00:00", |
| 364 | + "leavedate": null, |
| 365 | + "status": 1 |
| 366 | + } |
| 367 | +}, |
328 | 368 | {
|
329 | 369 | "model": "commitfest.patchhistory",
|
330 | 370 | "pk": 1,
|
|
632 | 672 | "latestmsgid": "example@message-31"
|
633 | 673 | }
|
634 | 674 | },
|
| 675 | +{ |
| 676 | + "model": "commitfest.mailthread", |
| 677 | + "pk": 8, |
| 678 | + "fields": { |
| 679 | + "messageid": "dgj-example@message-08", |
| 680 | + "subject": "Test DGJ Multi-Author and Reviewer", |
| 681 | + "firstmessage": "2025-02-01T00:00", |
| 682 | + "firstauthor": "[email protected]", |
| 683 | + "latestmessage": "2025-02-01T00:00", |
| 684 | + "latestauthor": "[email protected]", |
| 685 | + "latestsubject": "Test DGJ Multi-Author and Reviewer", |
| 686 | + "latestmsgid": "dgj-example@message-08" |
| 687 | + } |
| 688 | +}, |
| 689 | +{ |
| 690 | + "model": "commitfest.mailthreadattachment", |
| 691 | + "pk": 8, |
| 692 | + "fields": { |
| 693 | + "messageid": "dgj-example@message-08", |
| 694 | + "attachmentid": 1, |
| 695 | + "filename": "v1-0001-content.patch", |
| 696 | + "date": "2025-02-01T00:00", |
| 697 | + |
| 698 | + "ispatch": true, |
| 699 | + "mailthread_id": 8 |
| 700 | + } |
| 701 | +}, |
635 | 702 | {
|
636 | 703 | "model": "commitfest.patchstatus",
|
637 | 704 | "pk": 1,
|
|
0 commit comments