github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/cmd/fixtures/project-ls.json (about)

     1  [
     2    {
     3      "id": 3,
     4      "description": "",
     5      "default_branch": "",
     6      "public": false,
     7      "visibility": "private",
     8      "ssh_url_to_repo": "git@gitlab.localhost:test2/testproject.git",
     9      "http_url_to_repo": "http://gitlab.localhost/test2/testproject.git",
    10      "web_url": "http://gitlab.localhost/test2/testproject",
    11      "tag_list": [],
    12      "owner": null,
    13      "name": "testproject",
    14      "name_with_namespace": "test2 / testproject",
    15      "path": "testproject",
    16      "path_with_namespace": "test2/testproject",
    17      "issues_enabled": true,
    18      "open_issues_count": 0,
    19      "merge_requests_enabled": true,
    20      "approvals_before_merge": 0,
    21      "jobs_enabled": true,
    22      "wiki_enabled": true,
    23      "snippets_enabled": true,
    24      "container_registry_enabled": true,
    25      "created_at": "2017-11-27T22:22:43.177Z",
    26      "last_activity_at": "2017-11-27T22:22:43.177Z",
    27      "creator_id": 1,
    28      "namespace": {
    29        "id": 35,
    30        "name": "test2",
    31        "path": "test2",
    32        "kind": "",
    33        "full_path": ""
    34      },
    35      "permissions": {
    36        "project_access": null,
    37        "group_access": {
    38          "access_level": 50,
    39          "notification_level": "global"
    40        }
    41      },
    42      "archived": false,
    43      "avatar_url": "",
    44      "shared_runners_enabled": true,
    45      "forks_count": 0,
    46      "star_count": 0,
    47      "runners_token": "",
    48      "public_jobs": true,
    49      "only_allow_merge_if_pipeline_succeeds": false,
    50      "only_allow_merge_if_all_discussions_are_resolved": false,
    51      "lfs_enabled": true,
    52      "request_access_enabled": false,
    53      "forked_from_project": null,
    54      "shared_with_groups": [],
    55      "statistics": null,
    56      "_links": {
    57        "self": "http://gitlab.localhost/api/v4/projects/3",
    58        "issues": "http://gitlab.localhost/api/v4/projects/3/issues",
    59        "merge_requests": "http://gitlab.localhost/api/v4/projects/3/merge_requests",
    60        "repo_branches": "http://gitlab.localhost/api/v4/projects/3/repository/branches",
    61        "labels": "http://gitlab.localhost/api/v4/projects/3/labels",
    62        "events": "http://gitlab.localhost/api/v4/projects/3/events",
    63        "members": "http://gitlab.localhost/api/v4/projects/3/members"
    64      }
    65    }
    66  ]