|
24 | 24 | "model": "commitfest.commitfest", |
25 | 25 | "pk": 1, |
26 | 26 | "fields": { |
27 | | - "name": "Sample Old Commitfest", |
| 27 | + "name": "PG18-3", |
28 | 28 | "status": 4, |
29 | | - "startdate": "2024-05-01", |
30 | | - "enddate": "2024-05-31" |
| 29 | + "startdate": "2024-11-01", |
| 30 | + "enddate": "2024-11-30", |
| 31 | + "draft": false |
31 | 32 | } |
32 | 33 | }, |
33 | 34 | { |
34 | 35 | "model": "commitfest.commitfest", |
35 | 36 | "pk": 2, |
36 | 37 | "fields": { |
37 | | - "name": "Sample In Progress Commitfest", |
| 38 | + "name": "PG18-4", |
38 | 39 | "status": 3, |
39 | 40 | "startdate": "2025-01-01", |
40 | | - "enddate": "2025-02-28" |
| 41 | + "enddate": "2025-01-31", |
| 42 | + "draft": false |
41 | 43 | } |
42 | 44 | }, |
43 | 45 | { |
44 | 46 | "model": "commitfest.commitfest", |
45 | 47 | "pk": 3, |
46 | 48 | "fields": { |
47 | | - "name": "Sample Open Commitfest", |
| 49 | + "name": "PG18-Final", |
48 | 50 | "status": 2, |
49 | 51 | "startdate": "2025-03-01", |
50 | | - "enddate": "2025-03-31" |
| 52 | + "enddate": "2025-03-31", |
| 53 | + "draft": false |
51 | 54 | } |
52 | 55 | }, |
53 | 56 | { |
54 | 57 | "model": "commitfest.commitfest", |
55 | 58 | "pk": 4, |
56 | 59 | "fields": { |
57 | | - "name": "Sample Future Commitfest", |
58 | | - "status": 1, |
59 | | - "startdate": "2025-05-01", |
60 | | - "enddate": "2025-05-31" |
| 60 | + "name": "PG18-Drafts", |
| 61 | + "status": 2, |
| 62 | + "startdate": "2024-03-01", |
| 63 | + "enddate": "2025-02-28", |
| 64 | + "draft": true |
61 | 65 | } |
62 | 66 | }, |
63 | 67 | { |
|
237 | 241 | ] |
238 | 242 | } |
239 | 243 | }, |
| 244 | +{ |
| 245 | + "model": "commitfest.patch", |
| 246 | + "pk": 8, |
| 247 | + "fields": { |
| 248 | + "name": "Test DGJ Multi-Author and Reviewer", |
| 249 | + "topic": 3, |
| 250 | + "wikilink": "", |
| 251 | + "gitlink": "", |
| 252 | + "targetversion": 1, |
| 253 | + "committer": 4, |
| 254 | + "created": "2025-02-01T00:00:00", |
| 255 | + "modified": "2025-02-01T00:00:00", |
| 256 | + "lastmail": "2025-02-01T00:00:00", |
| 257 | + "authors": [ |
| 258 | + 3, |
| 259 | + 6 |
| 260 | + ], |
| 261 | + "reviewers": [ |
| 262 | + 1, |
| 263 | + 7 |
| 264 | + ], |
| 265 | + "subscribers": [], |
| 266 | + "mailthread_set": [ |
| 267 | + 8 |
| 268 | + ] |
| 269 | + } |
| 270 | +}, |
240 | 271 | { |
241 | 272 | "model": "commitfest.patchoncommitfest", |
242 | 273 | "pk": 1, |
|
325 | 356 | "status": 1 |
326 | 357 | } |
327 | 358 | }, |
| 359 | +{ |
| 360 | + "model": "commitfest.patchoncommitfest", |
| 361 | + "pk": 9, |
| 362 | + "fields": { |
| 363 | + "patch": 8, |
| 364 | + "commitfest": 4, |
| 365 | + "enterdate": "2025-02-01T00:00:00", |
| 366 | + "leavedate": null, |
| 367 | + "status": 1 |
| 368 | + } |
| 369 | +}, |
328 | 370 | { |
329 | 371 | "model": "commitfest.patchhistory", |
330 | 372 | "pk": 1, |
|
632 | 674 | "latestmsgid": "example@message-31" |
633 | 675 | } |
634 | 676 | }, |
| 677 | +{ |
| 678 | + "model": "commitfest.mailthread", |
| 679 | + "pk": 8, |
| 680 | + "fields": { |
| 681 | + "messageid": "dgj-example@message-08", |
| 682 | + "subject": "Test DGJ Multi-Author and Reviewer", |
| 683 | + "firstmessage": "2025-02-01T00:00:00", |
| 684 | + "firstauthor": "[email protected]", |
| 685 | + "latestmessage": "2025-02-01T00:00:00", |
| 686 | + "latestauthor": "[email protected]", |
| 687 | + "latestsubject": "Test DGJ Multi-Author and Reviewer", |
| 688 | + "latestmsgid": "dgj-example@message-08" |
| 689 | + } |
| 690 | +}, |
| 691 | +{ |
| 692 | + "model": "commitfest.mailthreadattachment", |
| 693 | + "pk": 8, |
| 694 | + "fields": { |
| 695 | + "mailthread": 8, |
| 696 | + "messageid": "dgj-example@message-08", |
| 697 | + "attachmentid": 1, |
| 698 | + "filename": "v1-0001-content.patch", |
| 699 | + "date": "2025-02-01T00:00:00", |
| 700 | + |
| 701 | + "ispatch": true |
| 702 | + } |
| 703 | +}, |
635 | 704 | { |
636 | 705 | "model": "commitfest.patchstatus", |
637 | 706 | "pk": 1, |
|
0 commit comments