github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/gitlab/user-projects.json (about) 1 [ 2 { 3 "id": 5860291, 4 "description": "", 5 "name": "userproject", 6 "name_with_namespace": "Test person / userproject", 7 "path": "userproject", 8 "path_with_namespace": "testperson/userproject", 9 "created_at": "2018-03-24T12:49:51.369Z", 10 "default_branch": null, 11 "tag_list": [], 12 "ssh_url_to_repo": "git@gitlab.com:testperson/userproject.git", 13 "http_url_to_repo": "https://gitlab.com/testperson/userproject.git", 14 "web_url": "https://gitlab.com/testperson/userproject", 15 "avatar_url": null, 16 "star_count": 0, 17 "forks_count": 0, 18 "last_activity_at": "2018-03-24T12:49:51.369Z", 19 "_links": { 20 "self": "https://gitlab.com/api/v4/projects/5860291", 21 "issues": "https://gitlab.com/api/v4/projects/5860291/issues", 22 "merge_requests": "https://gitlab.com/api/v4/projects/5860291/merge_requests", 23 "repo_branches": "https://gitlab.com/api/v4/projects/5860291/repository/branches", 24 "labels": "https://gitlab.com/api/v4/projects/5860291/labels", 25 "events": "https://gitlab.com/api/v4/projects/5860291/events", 26 "members": "https://gitlab.com/api/v4/projects/5860291/members" 27 }, 28 "archived": false, 29 "visibility": "private", 30 "owner": { 31 "id": 2148104, 32 "name": "Test person", 33 "username": "testperson", 34 "state": "active", 35 "avatar_url": "https://secure.gravatar.com/avatar/bdcbdf7090b0b363beb229016c0e2ef1?s=80&d=identicon", 36 "web_url": "https://gitlab.com/testperson" 37 }, 38 "resolve_outdated_diff_discussions": false, 39 "container_registry_enabled": true, 40 "issues_enabled": true, 41 "merge_requests_enabled": true, 42 "wiki_enabled": true, 43 "jobs_enabled": true, 44 "snippets_enabled": true, 45 "shared_runners_enabled": true, 46 "lfs_enabled": true, 47 "creator_id": 2148104, 48 "namespace": { 49 "id": 2671760, 50 "name": "testperson", 51 "path": "testperson", 52 "kind": "user", 53 "full_path": "testperson", 54 "parent_id": null 55 }, 56 "import_status": "none", 57 "open_issues_count": 0, 58 "public_jobs": true, 59 "ci_config_path": null, 60 "shared_with_groups": [], 61 "only_allow_merge_if_pipeline_succeeds": false, 62 "request_access_enabled": false, 63 "only_allow_merge_if_all_discussions_are_resolved": false, 64 "printing_merge_request_link_enabled": true, 65 "permissions": { 66 "project_access": { 67 "access_level": 40, 68 "notification_level": 3 69 }, 70 "group_access": null 71 } 72 }, 73 { 74 75 "id": 5690870, 76 "description": "Repo used for testing", 77 "name": "test-project", 78 "name_with_namespace": "Test User / test-project", 79 "path": "test-project", 80 "path_with_namespace": "test-user/test-project", 81 "created_at": "2018-03-08T17:55:39.788Z", 82 "default_branch": "master", 83 "tag_list": [], 84 "ssh_url_to_repo": "git@gitlab.com:test-user/test-project.git", 85 "http_url_to_repo": "https://gitlab.com/test-user/test-project.git", 86 "web_url": "https://gitlab.com/test-user/test-project", 87 "avatar_url": null, 88 "star_count": 0, 89 "forks_count": 0, 90 "last_activity_at": "2018-04-20T03:37:15.166Z", 91 "_links": { 92 "self": "https://gitlab.com/api/v4/projects/5690870", 93 "issues": "https://gitlab.com/api/v4/projects/5690870/issues", 94 "merge_requests": "https://gitlab.com/api/v4/projects/5690870/merge_requests", 95 "repo_branches": "https://gitlab.com/api/v4/projects/5690870/repository/branches", 96 "labels": "https://gitlab.com/api/v4/projects/5690870/labels", 97 "events": "https://gitlab.com/api/v4/projects/5690870/events", 98 "members": "https://gitlab.com/api/v4/projects/5690870/members" 99 }, 100 "archived": false, 101 "visibility": "private", 102 "owner": { 103 "id": 1520049, 104 "name": "Test User", 105 "username": "test-user", 106 "state": "active", 107 "avatar_url": "https://secure.gravatar.com/avatar/a7c9aff0f2a3c7430dd57562a5c7449e?s=80&d=identicon", 108 "web_url": "https://gitlab.com/test-user" 109 }, 110 "resolve_outdated_diff_discussions": false, 111 "container_registry_enabled": true, 112 "issues_enabled": true, 113 "merge_requests_enabled": true, 114 "wiki_enabled": true, 115 "jobs_enabled": true, 116 "snippets_enabled": true, 117 "shared_runners_enabled": true, 118 "lfs_enabled": true, 119 "creator_id": 1520049, 120 "namespace": { 121 "id": 1849657, 122 "name": "test-user", 123 "path": "test-user", 124 "kind": "user", 125 "full_path": "test-user", 126 "parent_id": null 127 }, 128 "import_status": "failed", 129 "import_error": "Failed to import the wiki: 13:CreateRepositoryFromURL: clone cmd wait: exit status 128", 130 "open_issues_count": 0, 131 "runners_token": "sRsVKhmxqjpSu2M82Ter", 132 "public_jobs": true, 133 "ci_config_path": null, 134 "shared_with_groups": [], 135 "only_allow_merge_if_pipeline_succeeds": false, 136 "request_access_enabled": false, 137 "only_allow_merge_if_all_discussions_are_resolved": false, 138 "printing_merge_request_link_enabled": true, 139 "merge_method": "merge", 140 "permissions": { 141 "project_access": { 142 "access_level": 40, 143 "notification_level": 3 144 }, 145 "group_access": null 146 }, 147 "approvals_before_merge": 0 148 } 149 ]