Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list_projects_sample_response.json « sentry « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd79b0d0f306c67db508fbdc93c4b8662d82d554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[
  {
    "status": "active",
    "features": [
      "data-forwarding",
      "rate-limits",
      "releases"
    ],
    "color": "#5c3fbf",
    "isInternal": false,
    "isPublic": false,
    "dateCreated": "2018-12-11T10:41:22.476Z",
    "id": "2",
    "slug": "sentry-example",
    "name": "sentry-example",
    "hasAccess": true,
    "isBookmarked": false,
    "platform": "node",
    "firstEvent": "2018-12-12T15:07:18Z",
    "avatar": {
      "avatarUuid": null,
      "avatarType": "letter_avatar"
    },
    "isMember": true,
    "organization": {
      "status": {
        "id": "active",
        "name": "active"
      },
      "require2FA": false,
      "avatar": {
        "avatarUuid": null,
        "avatarType": "letter_avatar"
      },
      "name": "Sentry",
      "dateCreated": "2018-12-11T10:21:47.431Z",
      "id": "1",
      "isEarlyAdopter": false,
      "slug": "sentry"
    }
  },
  {
    "status": "active",
    "features": [
      "data-forwarding",
      "rate-limits"
    ],
    "color": "#bf873f",
    "isInternal": true,
    "isPublic": false,
    "dateCreated": "2018-12-11T10:21:47.440Z",
    "id": "1",
    "slug": "internal",
    "name": "Internal",
    "hasAccess": true,
    "isBookmarked": false,
    "platform": null,
    "firstEvent": "2018-12-11T10:54:35Z",
    "avatar": {
      "avatarUuid": null,
      "avatarType": "letter_avatar"
    },
    "isMember": true,
    "organization": {
      "status": {
        "id": "active",
        "name": "active"
      },
      "require2FA": false,
      "avatar": {
        "avatarUuid": null,
        "avatarType": "letter_avatar"
      },
      "name": "Sentry",
      "dateCreated": "2018-12-11T10:21:47.431Z",
      "id": "1",
      "isEarlyAdopter": false,
      "slug": "sentry"
    }
  }
]