Adding upstream version 3.10.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
37e9b6d587
commit
03bfe4079e
356 changed files with 28857 additions and 0 deletions
20
f3/file_format_testdata/issue/bad.json
Normal file
20
f3/file_format_testdata/issue/bad.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"poster_id": "/forge/users/1",
|
||||
"title": "title_a",
|
||||
"content": "content_a",
|
||||
"milestone": "../../milestones/23",
|
||||
"state": "closed",
|
||||
"is_locked": false,
|
||||
"created": "1985-04-12T23:20:50.52Z",
|
||||
"updated": "1986-04-12T23:20:50.52Z",
|
||||
"closed": null,
|
||||
"due": "1986-04-12",
|
||||
"labels": [
|
||||
"../../labels/435"
|
||||
],
|
||||
"reactions": null,
|
||||
"assignees": [
|
||||
"/forge/users/1",
|
||||
"/forge/users/2"
|
||||
]
|
||||
}
|
21
f3/file_format_testdata/issue/good.json
Normal file
21
f3/file_format_testdata/issue/good.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"index": "1",
|
||||
"poster_id": "/forge/users/1",
|
||||
"title": "title_a",
|
||||
"content": "content_a",
|
||||
"milestone": "../../milestones/23",
|
||||
"state": "closed",
|
||||
"is_locked": false,
|
||||
"created": "1985-04-12T23:20:50.52Z",
|
||||
"updated": "1986-04-12T23:20:50.52Z",
|
||||
"closed": "1986-04-12T23:20:50.52Z",
|
||||
"due": "1986-04-12",
|
||||
"labels": [
|
||||
"../../labels/435"
|
||||
],
|
||||
"reactions": [],
|
||||
"assignees": [
|
||||
"/forge/users/1",
|
||||
"/forge/users/2"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue