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
32
f3/file_format_testdata/pullrequest/good.json
Normal file
32
f3/file_format_testdata/pullrequest/good.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"index": "1",
|
||||
"poster_id": "/forgejo/users/1",
|
||||
"title": "title_a",
|
||||
"content": "content_a",
|
||||
"milestone": "../../milestones/5",
|
||||
"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",
|
||||
"labels": [
|
||||
"../../labels/435"
|
||||
],
|
||||
"reactions": [],
|
||||
"assignees": [],
|
||||
"merged": false,
|
||||
"merged_time": "1986-04-12T23:20:50.52Z",
|
||||
"merged_commit_sha": "shashasha",
|
||||
"head": {
|
||||
"clone_url": "head_clone_url",
|
||||
"ref": "head_branch",
|
||||
"sha": "head_sha",
|
||||
"repository": "/forge/user/1/projects/2/repositories/vcs"
|
||||
},
|
||||
"base": {
|
||||
"clone_url": "base_clone_url",
|
||||
"ref": "base_branch",
|
||||
"sha": "base _sha",
|
||||
"repository": "/forge/user/3/projects/4/repositories/vcs"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue