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
28
f3/file_format_testdata/project/bad.json
Normal file
28
f3/file_format_testdata/project/bad.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"index": "1",
|
||||
"name": "projectname",
|
||||
"is_private": false,
|
||||
"is_mirror": false,
|
||||
"description": "project description",
|
||||
"default_branch": "main",
|
||||
"repositories": [
|
||||
{
|
||||
"name": "vcs",
|
||||
"vcs": "hg"
|
||||
},
|
||||
{
|
||||
"name": "vcs.wiki"
|
||||
}
|
||||
],
|
||||
"archived": true,
|
||||
"archived_at": "1987-04-12T23:20:50.52Z",
|
||||
"created": "1985-04-12T23:20:50.52Z",
|
||||
"updated": "1986-04-12T23:20:50.52Z",
|
||||
"url": "https://example.com",
|
||||
"stars": "BBBBBB",
|
||||
"has_ci": true,
|
||||
"has_issues": true,
|
||||
"has_packages": true,
|
||||
"has_pull_requests": true,
|
||||
"has_wiki": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue