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

all_versions.js « mock_data « upload « components « design_management « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24c59ce1a7583b6a8b3db46c9cfc1356e0ecef79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export default [
  {
    id: 'gid://gitlab/DesignManagement::Version/1',
    sha: 'b389071a06c153509e11da1f582005b316667001',
    createdAt: '2021-08-09T06:05:00Z',
    author: {
      id: 'gid://gitlab/User/1',
      name: 'Adminstrator',
    },
  },
  {
    id: 'gid://gitlab/DesignManagement::Version/2',
    sha: 'b389071a06c153509e11da1f582005b316667021',
    createdAt: '2021-08-09T06:05:00Z',
    author: {
      id: 'gid://gitlab/User/1',
      name: 'Adminstrator',
    },
  },
];