Adds mock data
This commit is contained in:
parent
1c1fef7af3
commit
667f8b53ee
1 changed files with 221 additions and 0 deletions
221
spec/javascripts/notes/mock_data.js
Normal file
221
spec/javascripts/notes/mock_data.js
Normal file
|
@ -0,0 +1,221 @@
|
|||
export const notesDataMock = {
|
||||
discussionsPath: '/gitlab-org/gitlab-ce/issues/26/discussions.json',
|
||||
lastFetchedAt: '1501862675',
|
||||
markdownDocs: '/help/user/markdown',
|
||||
newSessionPath: '/users/sign_in?redirect_to_referer=yes',
|
||||
notesPath: '/gitlab-org/gitlab-ce/noteable/issue/98/notes?full_data=1',
|
||||
quickActionsDocs: '/help/user/project/quick_actions',
|
||||
registerPath: '/users/sign_in?redirect_to_referer=yes#register-pane',
|
||||
};
|
||||
|
||||
export const userDataMock = {
|
||||
avatar_url: 'mock_path',
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
path: '/root',
|
||||
state: 'active',
|
||||
username: 'root',
|
||||
};
|
||||
|
||||
export const issueData = {
|
||||
assignees: [],
|
||||
author_id: 1,
|
||||
branch_name: null,
|
||||
confidential: false,
|
||||
create_note_path: '/gitlab-org/gitlab-ce/notes?target_id=98&target_type=issue',
|
||||
created_at: '2017-02-07T10:11:18.395Z',
|
||||
current_user: {
|
||||
can_create_note: true,
|
||||
can_update: true,
|
||||
},
|
||||
deleted_at: null,
|
||||
description: '',
|
||||
due_date: null,
|
||||
human_time_estimate: null,
|
||||
human_total_time_spent: null,
|
||||
id: 98,
|
||||
iid: 26,
|
||||
labels: [],
|
||||
lock_version: null,
|
||||
milestone: null,
|
||||
milestone_id: null,
|
||||
moved_to_id: null,
|
||||
preview_note_path: '/gitlab-org/gitlab-ce/preview_markdown?quick_actions_target_id=98&quick_actions_target_type=Issue',
|
||||
project_id: 2,
|
||||
state: 'opened',
|
||||
time_estimate: 0,
|
||||
title: '14',
|
||||
total_time_spent: 0,
|
||||
updated_at: '2017-08-04T09:53:01.226Z',
|
||||
updated_by_id: 1,
|
||||
web_url: '/gitlab-org/gitlab-ce/issues/26',
|
||||
};
|
||||
|
||||
export const lastFetchedAt = '1501862675';
|
||||
|
||||
export const individualNote = {
|
||||
expanded: true,
|
||||
id: '0fb4e0e3f9276e55ff32eb4195add694aece4edd',
|
||||
individual_note: true,
|
||||
notes: [{
|
||||
id: 1390,
|
||||
attachment: {
|
||||
url: null,
|
||||
filename: null,
|
||||
image: false,
|
||||
},
|
||||
author: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
created_at: '2017-08-01T17: 09: 33.762Z',
|
||||
updated_at: '2017-08-01T17: 09: 33.762Z',
|
||||
system: false,
|
||||
noteable_id: 98,
|
||||
noteable_type: 'Issue',
|
||||
type: null,
|
||||
human_access: 'Owner',
|
||||
note: 'sdfdsaf',
|
||||
note_html: '<p dir=\'auto\'>sdfdsaf</p>',
|
||||
current_user: { can_edit: true },
|
||||
discussion_id: '0fb4e0e3f9276e55ff32eb4195add694aece4edd',
|
||||
emoji_awardable: true,
|
||||
award_emoji: [
|
||||
{ name: 'baseball', user: { id: 1, name: 'Root', username: 'root' } },
|
||||
{ name: 'art', user: { id: 1, name: 'Root', username: 'root' } },
|
||||
],
|
||||
toggle_award_path: '/gitlab-org/gitlab-ce/notes/1390/toggle_award_emoji',
|
||||
report_abuse_path: '/abuse_reports/new?ref_url=http%3A%2F%2Flocalhost%3A3000%2Fgitlab-org%2Fgitlab-ce%2Fissues%2F26%23note_1390&user_id=1',
|
||||
path: '/gitlab-org/gitlab-ce/notes/1390',
|
||||
}],
|
||||
reply_id: '0fb4e0e3f9276e55ff32eb4195add694aece4edd',
|
||||
};
|
||||
|
||||
export const discussionMock = {
|
||||
id: '9e3bd2f71a01de45fd166e6719eb380ad9f270b1',
|
||||
reply_id: '9e3bd2f71a01de45fd166e6719eb380ad9f270b1',
|
||||
expanded: true,
|
||||
notes: [{
|
||||
id: 1395,
|
||||
attachment: {
|
||||
url: null,
|
||||
filename: null,
|
||||
image: false,
|
||||
},
|
||||
author: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
created_at: '2017-08-02T10:51:58.559Z',
|
||||
updated_at: '2017-08-02T10:51:58.559Z',
|
||||
system: false,
|
||||
noteable_id: 98,
|
||||
noteable_type: 'Issue',
|
||||
type: 'DiscussionNote',
|
||||
human_access: 'Owner',
|
||||
note: 'THIS IS A DICUSSSION!',
|
||||
note_html: '<p dir=\'auto\'>THIS IS A DICUSSSION!</p>',
|
||||
current_user: {
|
||||
can_edit: true,
|
||||
},
|
||||
discussion_id: '9e3bd2f71a01de45fd166e6719eb380ad9f270b1',
|
||||
emoji_awardable: true,
|
||||
award_emoji: [],
|
||||
toggle_award_path: '/gitlab-org/gitlab-ce/notes/1395/toggle_award_emoji',
|
||||
report_abuse_path: '/abuse_reports/new?ref_url=http%3A%2F%2Flocalhost%3A3000%2Fgitlab-org%2Fgitlab-ce%2Fissues%2F26%23note_1395&user_id=1',
|
||||
path: '/gitlab-org/gitlab-ce/notes/1395',
|
||||
}, {
|
||||
id: 1396,
|
||||
attachment: {
|
||||
url: null,
|
||||
filename: null,
|
||||
image: false,
|
||||
},
|
||||
author: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
created_at: '2017-08-02T10:56:50.980Z',
|
||||
updated_at: '2017-08-03T14:19:35.691Z',
|
||||
system: false,
|
||||
noteable_id: 98,
|
||||
noteable_type: 'Issue',
|
||||
type: 'DiscussionNote',
|
||||
human_access: 'Owner',
|
||||
note: 'sadfasdsdgdsf',
|
||||
note_html: '<p dir=\'auto\'>sadfasdsdgdsf</p>',
|
||||
last_edited_at: '2017-08-03T14:19:35.691Z',
|
||||
last_edited_by: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
current_user: {
|
||||
can_edit: true,
|
||||
},
|
||||
discussion_id: '9e3bd2f71a01de45fd166e6719eb380ad9f270b1',
|
||||
emoji_awardable: true,
|
||||
award_emoji: [],
|
||||
toggle_award_path: '/gitlab-org/gitlab-ce/notes/1396/toggle_award_emoji',
|
||||
report_abuse_path: '/abuse_reports/new?ref_url=http%3A%2F%2Flocalhost%3A3000%2Fgitlab-org%2Fgitlab-ce%2Fissues%2F26%23note_1396&user_id=1',
|
||||
path: '/gitlab-org/gitlab-ce/notes/1396',
|
||||
}, {
|
||||
id: 1437,
|
||||
attachment: {
|
||||
url: null,
|
||||
filename: null,
|
||||
image: false,
|
||||
},
|
||||
author: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
created_at: '2017-08-03T18:11:18.780Z',
|
||||
updated_at: '2017-08-04T09:52:31.062Z',
|
||||
system: false,
|
||||
noteable_id: 98,
|
||||
noteable_type: 'Issue',
|
||||
type: 'DiscussionNote',
|
||||
human_access: 'Owner',
|
||||
note: 'adsfasf Should disappear',
|
||||
note_html: '<p dir=\'auto\'>adsfasf Should disappear</p>',
|
||||
last_edited_at: '2017-08-04T09:52:31.062Z',
|
||||
last_edited_by: {
|
||||
id: 1,
|
||||
name: 'Root',
|
||||
username: 'root',
|
||||
state: 'active',
|
||||
avatar_url: null,
|
||||
path: '/root',
|
||||
},
|
||||
current_user: {
|
||||
can_edit: true,
|
||||
},
|
||||
discussion_id: '9e3bd2f71a01de45fd166e6719eb380ad9f270b1',
|
||||
emoji_awardable: true,
|
||||
award_emoji: [],
|
||||
toggle_award_path: '/gitlab-org/gitlab-ce/notes/1437/toggle_award_emoji',
|
||||
report_abuse_path: '/abuse_reports/new?ref_url=http%3A%2F%2Flocalhost%3A3000%2Fgitlab-org%2Fgitlab-ce%2Fissues%2F26%23note_1437&user_id=1',
|
||||
path: '/gitlab-org/gitlab-ce/notes/1437',
|
||||
}],
|
||||
individual_note: false,
|
||||
};
|
Loading…
Reference in a new issue