@itentialopensource/adapter-gitlab
Version:
This adapter integrates with system described as: gitlab.
122 lines • 3.58 kB
JSON
{
"archived": "string",
"avatar_url": "string",
"builds_enabled": "string",
"container_registry_enabled": "string",
"created_at": "string",
"creator_id": "string",
"default_branch": "string",
"description": "string",
"forked_from_project": {
"id": 4,
"default_branch": "master",
"visibility": "private",
"ssh_url_to_repo": "git@example.com:diaspora/diaspora-client.git",
"http_url_to_repo": "http://example.com/diaspora/diaspora-client.git",
"web_url": "http://example.com/diaspora/diaspora-client",
"readme_url": "http://example.com/diaspora/diaspora-client/blob/master/README.md",
"tag_list": [
"example",
"disapora client"
],
"owner": {
"id": 3,
"name": "Diaspora",
"created_at": "2013-09-30T13:46:02Z"
},
"name": "Diaspora Client",
"name_with_namespace": "Diaspora / Diaspora Client",
"path": "diaspora-client",
"path_with_namespace": "diaspora/diaspora-client",
"issues_enabled": true,
"open_issues_count": 1,
"merge_requests_enabled": true,
"jobs_enabled": true,
"wiki_enabled": true,
"snippets_enabled": false,
"resolve_outdated_diff_discussions": false,
"container_registry_enabled": false,
"created_at": "2013-09-30T13:46:02Z",
"last_activity_at": "2013-09-30T13:46:02Z",
"creator_id": 3,
"namespace": {
"id": 3,
"name": "Diaspora",
"path": "diaspora",
"kind": "group",
"full_path": "diaspora"
},
"import_status": "none",
"archived": false,
"avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png",
"shared_runners_enabled": true,
"forks_count": 0,
"star_count": 0,
"runners_token": "b8547b1dc37721d05889db52fa2f02",
"public_jobs": true,
"shared_with_groups": [],
"only_allow_merge_if_pipeline_succeeds": false,
"only_allow_merge_if_all_discussions_are_resolved": false,
"request_access_enabled": false,
"merge_method": "merge",
"approvals_before_merge": 0,
"statistics": {
"commit_count": 37,
"storage_size": 1038090,
"repository_size": 1038090,
"wiki_size": 0,
"lfs_objects_size": 0,
"job_artifacts_size": 0,
"packages_size": 0
}
},
"forks_count": "string",
"http_url_to_repo": "string",
"id": "string",
"issues_enabled": "string",
"last_activity_at": "string",
"lfs_enabled": "string",
"merge_requests_enabled": "string",
"name": "string",
"name_with_namespace": "string",
"namespace": {
"id": 1,
"name": "user1",
"path": "user1",
"kind": "user",
"full_path": "user1"
},
"only_allow_merge_if_all_discussions_are_resolved": "string",
"only_allow_merge_if_build_succeeds": "string",
"open_issues_count": "string",
"owner": {
"avatar_url": "string",
"id": "string",
"name": "string",
"state": "string",
"username": "string",
"web_url": "string"
},
"path": "string",
"path_with_namespace": "string",
"public": "string",
"public_builds": "string",
"request_access_enabled": "string",
"runners_token": "string",
"shared_runners_enabled": "string",
"shared_with_groups": "string",
"snippets_enabled": "string",
"ssh_url_to_repo": "string",
"star_count": "string",
"statistics": {
"build_artifacts_size": "string",
"commit_count": "string",
"lfs_objects_size": "string",
"repository_size": "string",
"storage_size": "string"
},
"tag_list": "string",
"visibility_level": "string",
"web_url": "string",
"wiki_enabled": "string"
}