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

mock_data.js « gfm_auto_complete « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86795ffd0a5468258bfeb8adaa9a891f6618deb2 (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
export const eventlistenersMockDefaultMap = [
  {
    key: 'shown',
    namespace: 'atwho',
  },
  {
    key: 'shown-users',
    namespace: 'atwho',
  },
  {
    key: 'shown-issues',
    namespace: 'atwho',
  },
  {
    key: 'shown-milestones',
    namespace: 'atwho',
  },
  {
    key: 'shown-mergerequests',
    namespace: 'atwho',
  },
  {
    key: 'shown-labels',
    namespace: 'atwho',
  },
  {
    key: 'shown-snippets',
    namespace: 'atwho',
  },
  {
    key: 'shown-contacts',
    namespace: 'atwho',
  },
];