2019-09-18 10:02:45 -04:00
|
|
|
export const jobLog = [
|
|
|
|
{
|
|
|
|
offset: 1000,
|
|
|
|
content: [{ text: 'Running with gitlab-runner 12.1.0 (de7731dd)' }],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1001,
|
|
|
|
content: [{ text: ' on docker-auto-scale-com 8a6210b8' }],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1002,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'Using Docker executor with image dev.gitlab.org3',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
section_header: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1003,
|
|
|
|
content: [{ text: 'Starting service postgres:9.6.14 ...', style: 'text-green' }],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const utilsMockData = [
|
|
|
|
{
|
|
|
|
offset: 1001,
|
|
|
|
content: [{ text: ' on docker-auto-scale-com 8a6210b8' }],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1002,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text:
|
2020-01-07 04:07:59 -05:00
|
|
|
'Using Docker executor with image dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.6.5-golang-1.12-git-2.24-lfs-2.9-chrome-73.0-node-12.x-yarn-1.16-postgresql-9.6-graphicsmagick-1.3.33',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
section_header: true,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1003,
|
|
|
|
content: [{ text: 'Starting service postgres:9.6.14 ...' }],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1004,
|
|
|
|
content: [{ text: 'Pulling docker image postgres:9.6.14 ...', style: 'term-fg-l-green' }],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 1005,
|
|
|
|
content: [],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-executor',
|
2019-09-18 10:02:45 -04:00
|
|
|
section_duration: '10:00',
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const originalTrace = [
|
|
|
|
{
|
|
|
|
offset: 1,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'Downloading',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const regularIncremental = [
|
|
|
|
{
|
|
|
|
offset: 2,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'log line',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const regularIncrementalRepeated = [
|
|
|
|
{
|
|
|
|
offset: 1,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'log line',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const headerTrace = [
|
|
|
|
{
|
|
|
|
offset: 1,
|
|
|
|
section_header: true,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'log line',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'section',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const headerTraceIncremental = [
|
|
|
|
{
|
|
|
|
offset: 1,
|
|
|
|
section_header: true,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'updated log line',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'section',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const collapsibleTrace = [
|
|
|
|
{
|
|
|
|
offset: 1,
|
|
|
|
section_header: true,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'log line',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'section',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
offset: 2,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'log line',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'section',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
export const collapsibleTraceIncremental = [
|
|
|
|
{
|
|
|
|
offset: 2,
|
|
|
|
content: [
|
|
|
|
{
|
|
|
|
text: 'updated log line',
|
|
|
|
},
|
|
|
|
],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'section',
|
2019-09-18 10:02:45 -04:00
|
|
|
},
|
|
|
|
];
|
2019-09-19 14:06:18 -04:00
|
|
|
|
2019-09-24 05:06:04 -04:00
|
|
|
export const collapsibleSectionClosed = {
|
2019-09-19 14:06:18 -04:00
|
|
|
offset: 5,
|
|
|
|
section_header: true,
|
|
|
|
isHeader: true,
|
|
|
|
isClosed: true,
|
|
|
|
line: {
|
|
|
|
content: [{ text: 'foo' }],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-script',
|
2019-09-19 14:06:18 -04:00
|
|
|
lineNumber: 1,
|
|
|
|
},
|
|
|
|
section_duration: '00:03',
|
|
|
|
lines: [
|
|
|
|
{
|
2019-09-24 05:06:04 -04:00
|
|
|
offset: 80,
|
|
|
|
content: [{ text: 'this is a collapsible nested section' }],
|
|
|
|
section: 'prepare-script',
|
|
|
|
lineNumber: 3,
|
2019-09-19 14:06:18 -04:00
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|
|
|
|
|
2019-09-24 05:06:04 -04:00
|
|
|
export const collapsibleSectionOpened = {
|
2019-09-19 14:06:18 -04:00
|
|
|
offset: 5,
|
|
|
|
section_header: true,
|
|
|
|
isHeader: true,
|
|
|
|
isClosed: false,
|
|
|
|
line: {
|
|
|
|
content: [{ text: 'foo' }],
|
2019-09-24 05:06:04 -04:00
|
|
|
section: 'prepare-script',
|
2019-09-19 14:06:18 -04:00
|
|
|
lineNumber: 1,
|
|
|
|
},
|
|
|
|
section_duration: '00:03',
|
|
|
|
lines: [
|
|
|
|
{
|
2019-09-24 05:06:04 -04:00
|
|
|
offset: 80,
|
|
|
|
content: [{ text: 'this is a collapsible nested section' }],
|
|
|
|
section: 'prepare-script',
|
|
|
|
lineNumber: 3,
|
2019-09-19 14:06:18 -04:00
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|