@itentialopensource/adapter-gitlab
Version:
This adapter integrates with system described as: gitlab.
57 lines • 1.26 kB
JSON
{
"id": 9,
"description": {},
"default_branch": "string",
"visibility": "string",
"ssh_url_to_repo": "string",
"http_url_to_repo": "string",
"web_url": "string",
"readme_url": "string",
"tag_list": [
null
],
"name": "string",
"name_with_namespace": "string",
"path": "string",
"path_with_namespace": "string",
"issues_enabled": false,
"open_issues_count": 6,
"merge_requests_enabled": false,
"jobs_enabled": true,
"wiki_enabled": false,
"snippets_enabled": true,
"resolve_outdated_diff_discussions": true,
"container_registry_enabled": true,
"created_at": "string",
"last_activity_at": "string",
"creator_id": 9,
"namespace": {
"id": 6,
"name": "string",
"path": "string",
"kind": "string",
"full_path": "string"
},
"import_status": "string",
"archived": false,
"avatar_url": "string",
"shared_runners_enabled": false,
"forks_count": 1,
"star_count": 4,
"public_jobs": true,
"shared_with_groups": [
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"only_allow_merge_if_pipeline_succeeds": false,
"only_allow_merge_if_all_discussions_are_resolved": true,
"request_access_enabled": true,
"merge_method": "string"
}