@itentialopensource/adapter-gitlab
Version:
This adapter integrates with system described as: gitlab.
76 lines • 1.63 kB
JSON
{
"id": 8,
"default_branch": "string",
"visibility": "string",
"ssh_url_to_repo": "string",
"http_url_to_repo": "string",
"web_url": "string",
"readme_url": "string",
"tag_list": [
"string",
"string",
"string",
"string"
],
"owner": {
"id": 6,
"name": "string",
"created_at": "string"
},
"name": "string",
"name_with_namespace": "string",
"path": "string",
"path_with_namespace": "string",
"issues_enabled": false,
"open_issues_count": 7,
"merge_requests_enabled": false,
"jobs_enabled": true,
"wiki_enabled": false,
"snippets_enabled": false,
"resolve_outdated_diff_discussions": true,
"container_registry_enabled": true,
"created_at": "string",
"last_activity_at": "string",
"creator_id": 2,
"namespace": {
"id": 4,
"name": "string",
"path": "string",
"kind": "string",
"full_path": "string"
},
"import_status": "string",
"archived": false,
"avatar_url": "string",
"shared_runners_enabled": false,
"forks_count": 2,
"star_count": 2,
"runners_token": "string",
"public_jobs": true,
"shared_with_groups": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"only_allow_merge_if_pipeline_succeeds": true,
"only_allow_merge_if_all_discussions_are_resolved": true,
"request_access_enabled": false,
"merge_method": "string",
"approvals_before_merge": 1,
"statistics": {
"commit_count": 5,
"storage_size": 4,
"repository_size": 2,
"wiki_size": 7,
"lfs_objects_size": 2,
"job_artifacts_size": 6,
"packages_size": 8
}
}