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

mock_data.js « organizations « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17ab7bd1d34efee329fc4d8fd6b9fdab8cd26d1c (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
/* eslint-disable @gitlab/require-i18n-strings */

// This is temporary mock data that will be removed when completing the following:
// https://gitlab.com/gitlab-org/gitlab/-/issues/420777
// https://gitlab.com/gitlab-org/gitlab/-/issues/421441

export const organization = {
  id: 'gid://gitlab/Organization/1',
  __typename: 'Organization',
};

export const organizationProjects = {
  nodes: [
    {
      id: 'gid://gitlab/Project/8',
      nameWithNamespace: 'Twitter / Typeahead.Js',
      webUrl: 'http://127.0.0.1:3000/twitter/Typeahead.Js',
      topics: ['JavaScript', 'Vue.js'],
      forksCount: 4,
      avatarUrl: null,
      starCount: 0,
      visibility: 'public',
      openIssuesCount: 48,
      descriptionHtml:
        '<p data-sourcepos="1:1-1:59" dir="auto">Optio et reprehenderit enim doloremque deserunt et commodi.</p>',
      issuesAccessLevel: 'enabled',
      forkingAccessLevel: 'enabled',
      isForked: true,
      accessLevel: {
        integerValue: 30,
      },
    },
    {
      id: 'gid://gitlab/Project/7',
      nameWithNamespace: 'Flightjs / Flight',
      webUrl: 'http://127.0.0.1:3000/flightjs/Flight',
      topics: [],
      forksCount: 0,
      avatarUrl: null,
      starCount: 0,
      visibility: 'private',
      openIssuesCount: 37,
      descriptionHtml:
        '<p data-sourcepos="1:1-1:49" dir="auto">Dolor dicta rerum et ut eius voluptate earum qui.</p>',
      issuesAccessLevel: 'enabled',
      forkingAccessLevel: 'enabled',
      isForked: false,
      accessLevel: {
        integerValue: 20,
      },
    },
    {
      id: 'gid://gitlab/Project/6',
      nameWithNamespace: 'Jashkenas / Underscore',
      webUrl: 'http://127.0.0.1:3000/jashkenas/Underscore',
      topics: [],
      forksCount: 0,
      avatarUrl: null,
      starCount: 0,
      visibility: 'private',
      openIssuesCount: 34,
      descriptionHtml:
        '<p data-sourcepos="1:1-1:52" dir="auto">Incidunt est aliquam autem nihil eveniet quis autem.</p>',
      issuesAccessLevel: 'enabled',
      forkingAccessLevel: 'enabled',
      isForked: false,
      accessLevel: {
        integerValue: 40,
      },
    },
    {
      id: 'gid://gitlab/Project/5',
      nameWithNamespace: 'Commit451 / Lab Coat',
      webUrl: 'http://127.0.0.1:3000/Commit451/lab-coat',
      topics: [],
      forksCount: 0,
      avatarUrl: null,
      starCount: 0,
      visibility: 'internal',
      openIssuesCount: 49,
      descriptionHtml:
        '<p data-sourcepos="1:1-1:34" dir="auto">Sint eos dolorem impedit rerum et.</p>',
      issuesAccessLevel: 'enabled',
      forkingAccessLevel: 'enabled',
      isForked: false,
      accessLevel: {
        integerValue: 10,
      },
    },
    {
      id: 'gid://gitlab/Project/1',
      nameWithNamespace: 'Toolbox / Gitlab Smoke Tests',
      webUrl: 'http://127.0.0.1:3000/toolbox/gitlab-smoke-tests',
      topics: [],
      forksCount: 0,
      avatarUrl: null,
      starCount: 0,
      visibility: 'internal',
      openIssuesCount: 34,
      descriptionHtml:
        '<p data-sourcepos="1:1-1:40" dir="auto">Veritatis error laboriosam libero autem.</p>',
      issuesAccessLevel: 'enabled',
      forkingAccessLevel: 'enabled',
      isForked: false,
      accessLevel: {
        integerValue: 30,
      },
    },
  ],
};

export const organizationGroups = {
  nodes: [
    {
      id: 'gid://gitlab/Group/29',
      fullName: 'Commit451',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/Commit451',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:52" dir="auto">Autem praesentium vel ut ratione itaque ullam culpa.</p>',
      avatarUrl: null,
      descendantGroupsCount: 0,
      projectsCount: 3,
      groupMembersCount: 2,
      visibility: 'public',
      accessLevel: {
        integerValue: 30,
      },
    },
    {
      id: 'gid://gitlab/Group/33',
      fullName: 'Flightjs',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/flightjs',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:60" dir="auto">Ipsa reiciendis deleniti officiis illum nostrum quo aliquam.</p>',
      avatarUrl: null,
      descendantGroupsCount: 4,
      projectsCount: 3,
      groupMembersCount: 1,
      visibility: 'private',
      accessLevel: {
        integerValue: 20,
      },
    },
    {
      id: 'gid://gitlab/Group/24',
      fullName: 'Gitlab Org',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/gitlab-org',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:64" dir="auto">Dolorem dolorem omnis impedit cupiditate pariatur officia velit.</p>',
      avatarUrl: null,
      descendantGroupsCount: 1,
      projectsCount: 1,
      groupMembersCount: 2,
      visibility: 'internal',
      accessLevel: {
        integerValue: 10,
      },
    },
    {
      id: 'gid://gitlab/Group/27',
      fullName: 'Gnuwget',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/gnuwgetf',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:47" dir="auto">Culpa soluta aut eius dolores est vel sapiente.</p>',
      avatarUrl: null,
      descendantGroupsCount: 4,
      projectsCount: 2,
      groupMembersCount: 3,
      visibility: 'public',
      accessLevel: {
        integerValue: 40,
      },
    },
    {
      id: 'gid://gitlab/Group/31',
      fullName: 'Jashkenas',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/jashkenas',
      descriptionHtml: '<p data-sourcepos="1:1-1:25" dir="auto">Ut ut id aliquid nostrum.</p>',
      avatarUrl: null,
      descendantGroupsCount: 3,
      projectsCount: 3,
      groupMembersCount: 10,
      visibility: 'private',
      accessLevel: {
        integerValue: 10,
      },
    },
    {
      id: 'gid://gitlab/Group/22',
      fullName: 'Toolbox',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/toolbox',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:46" dir="auto">Quo voluptatem magnam facere voluptates alias.</p>',
      avatarUrl: null,
      descendantGroupsCount: 2,
      projectsCount: 3,
      groupMembersCount: 40,
      visibility: 'internal',
      accessLevel: {
        integerValue: 30,
      },
    },
    {
      id: 'gid://gitlab/Group/35',
      fullName: 'Twitter',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/twitter',
      descriptionHtml:
        '<p data-sourcepos="1:1-1:40" dir="auto">Quae nulla consequatur assumenda id quo.</p>',
      avatarUrl: null,
      descendantGroupsCount: 20,
      projectsCount: 30,
      groupMembersCount: 100,
      visibility: 'public',
      accessLevel: {
        integerValue: 40,
      },
    },
    {
      id: 'gid://gitlab/Group/73',
      fullName: 'test',
      parent: null,
      webUrl: 'http://127.0.0.1:3000/groups/test',
      descriptionHtml: '',
      avatarUrl: null,
      descendantGroupsCount: 1,
      projectsCount: 1,
      groupMembersCount: 1,
      visibility: 'private',
      accessLevel: {
        integerValue: 30,
      },
    },
    {
      id: 'gid://gitlab/Group/74',
      fullName: 'Twitter / test subgroup',
      parent: {
        id: 'gid://gitlab/Group/35',
      },
      webUrl: 'http://127.0.0.1:3000/groups/twitter/test-subgroup',
      descriptionHtml: '',
      avatarUrl: null,
      descendantGroupsCount: 4,
      projectsCount: 4,
      groupMembersCount: 4,
      visibility: 'internal',
      accessLevel: {
        integerValue: 20,
      },
    },
  ],
};