mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
init project
This commit is contained in:
60
lib/gitlab-cli/spec/fixtures/group.json
vendored
Normal file
60
lib/gitlab-cli/spec/fixtures/group.json
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{"id": 10, "name": "GitLab-Group", "path": "gitlab-group", "owner_id": 6, "projects": [
|
||||
{
|
||||
"id": 9,
|
||||
"name": "mojito",
|
||||
"description": null,
|
||||
"default_branch": "master",
|
||||
"owner": {
|
||||
"id": 6,
|
||||
"username": "jose",
|
||||
"email": "jose@abc.com",
|
||||
"name": "Jose Jose",
|
||||
"blocked": false,
|
||||
"created_at": "2013-02-06T06:54:06Z"
|
||||
},
|
||||
"path": "mojito",
|
||||
"path_with_namespace": "gitlab-group/mojito",
|
||||
"issues_enabled": true,
|
||||
"merge_requests_enabled": true,
|
||||
"wall_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"created_at": "2013-02-06T16:59:15Z",
|
||||
"namespace": {
|
||||
"created_at": "2013-02-06T16:58:22Z",
|
||||
"id": 10,
|
||||
"name": "GitLab-Group",
|
||||
"owner_id": 6,
|
||||
"path": "gitlab-group",
|
||||
"updated_at": "2013-02-06T16:58:22Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "gitlabhq",
|
||||
"description": null,
|
||||
"default_branch": null,
|
||||
"owner": {
|
||||
"id": 6,
|
||||
"username": "randx",
|
||||
"email": "randx@github.com",
|
||||
"name": "Dmitry Z",
|
||||
"blocked": false,
|
||||
"created_at": "2013-02-06T06:54:06Z"
|
||||
},
|
||||
"path": "gitlabhq",
|
||||
"path_with_namespace": "gitlab-group/gitlabhq",
|
||||
"issues_enabled": true,
|
||||
"merge_requests_enabled": true,
|
||||
"wall_enabled": true,
|
||||
"wiki_enabled": true,
|
||||
"created_at": "2013-02-06T17:02:31Z",
|
||||
"namespace": {
|
||||
"created_at": "2013-02-06T16:58:22Z",
|
||||
"id": 10,
|
||||
"name": "GitLab-Group",
|
||||
"owner_id": 6,
|
||||
"path": "gitlab-group",
|
||||
"updated_at": "2013-02-06T16:58:22Z"
|
||||
}
|
||||
}
|
||||
]}
|
||||
Reference in New Issue
Block a user