debian-mirror-gitlab/spec/frontend/pipelines/graph/linked_pipelines_mock_data.js

23 lines
427 B
JavaScript
Raw Normal View History

2020-01-01 13:55:28 +05:30
export default {
2021-11-11 11:23:49 +05:30
__typename: 'Pipeline',
id: 195,
iid: '5',
path: '/root/elemenohpee/-/pipelines/195',
status: {
__typename: 'DetailedStatus',
group: 'success',
label: 'passed',
icon: 'status_success',
2020-03-13 15:44:24 +05:30
},
2021-11-11 11:23:49 +05:30
sourceJob: {
__typename: 'CiJob',
name: 'test_c',
2020-07-28 23:09:34 +05:30
},
2021-11-11 11:23:49 +05:30
project: {
__typename: 'Project',
name: 'elemenohpee',
fullPath: 'root/elemenohpee',
2020-01-01 13:55:28 +05:30
},
2021-11-11 11:23:49 +05:30
multiproject: true,
2020-01-01 13:55:28 +05:30
};