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

mock_data.js.es6 « environments « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e16bc3e6a5f800d715e3a61b833d0a54255d14f (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
/* eslint-disable no-unused-vars */
const environmentsList = [
  {
    id: 31,
    name: 'production',
    state: 'available',
    external_url: 'https://www.gitlab.com',
    environment_type: null,
    last_deployment: {
      id: 64,
      iid: 5,
      sha: '500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
      ref: {
        name: 'master',
        ref_url: 'http://localhost:3000/root/ci-folders/tree/master',
      },
      tag: false,
      'last?': true,
      user: {
        name: 'Administrator',
        username: 'root',
        id: 1,
        state: 'active',
        avatar_url: 'http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon',
        web_url: 'http://localhost:3000/root',
      },
      commit: {
        id: '500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
        short_id: '500aabcb',
        title: 'Update .gitlab-ci.yml',
        author_name: 'Administrator',
        author_email: 'admin@example.com',
        created_at: '2016-11-07T18:28:13.000+00:00',
        message: 'Update .gitlab-ci.yml',
        author: {
          name: 'Administrator',
          username: 'root',
          id: 1,
          state: 'active',
          avatar_url: 'http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon',
          web_url: 'http://localhost:3000/root',
        },
        commit_path: '/root/ci-folders/tree/500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
      },
      deployable: {
        id: 1278,
        name: 'build',
        build_path: '/root/ci-folders/builds/1278',
        retry_path: '/root/ci-folders/builds/1278/retry',
      },
      manual_actions: [],
    },
    'stoppable?': true,
    environment_path: '/root/ci-folders/environments/31',
    created_at: '2016-11-07T11:11:16.525Z',
    updated_at: '2016-11-07T11:11:16.525Z',
  },
  {
    id: 32,
    name: 'review_app',
    state: 'stopped',
    external_url: 'https://www.gitlab.com',
    environment_type: null,
    last_deployment: {
      id: 64,
      iid: 5,
      sha: '500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
      ref: {
        name: 'master',
        ref_url: 'http://localhost:3000/root/ci-folders/tree/master',
      },
      tag: false,
      'last?': true,
      user: {
        name: 'Administrator',
        username: 'root',
        id: 1,
        state: 'active',
        avatar_url: 'http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon',
        web_url: 'http://localhost:3000/root',
      },
      commit: {
        id: '500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
        short_id: '500aabcb',
        title: 'Update .gitlab-ci.yml',
        author_name: 'Administrator',
        author_email: 'admin@example.com',
        created_at: '2016-11-07T18:28:13.000+00:00',
        message: 'Update .gitlab-ci.yml',
        author: {
          name: 'Administrator',
          username: 'root',
          id: 1,
          state: 'active',
          avatar_url: 'http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80\u0026d=identicon',
          web_url: 'http://localhost:3000/root',
        },
        commit_path: '/root/ci-folders/tree/500aabcb17c97bdcf2d0c410b70cb8556f0362dd',
      },
      deployable: {
        id: 1278,
        name: 'build',
        build_path: '/root/ci-folders/builds/1278',
        retry_path: '/root/ci-folders/builds/1278/retry',
      },
      manual_actions: [],
    },
    'stoppable?': false,
    environment_path: '/root/ci-folders/environments/31',
    created_at: '2016-11-07T11:11:16.525Z',
    updated_at: '2016-11-07T11:11:16.525Z',
  },
  {
    id: 33,
    name: 'test-environment',
    state: 'available',
    environment_type: 'review',
    last_deployment: null,
    'stoppable?': true,
    environment_path: '/root/ci-folders/environments/31',
    created_at: '2016-11-07T11:11:16.525Z',
    updated_at: '2016-11-07T11:11:16.525Z',
  },
  {
    id: 34,
    name: 'test-environment-1',
    state: 'available',
    environment_type: 'review',
    last_deployment: null,
    'stoppable?': true,
    environment_path: '/root/ci-folders/environments/31',
    created_at: '2016-11-07T11:11:16.525Z',
    updated_at: '2016-11-07T11:11:16.525Z',
  },
];