293 lines
7.3 KiB
JavaScript
293 lines
7.3 KiB
JavaScript
import invalidUrl from '~/lib/utils/invalid_url';
|
|
|
|
export const createNewMenuGroups = [
|
|
{
|
|
name: 'This group',
|
|
items: [
|
|
{
|
|
text: 'New project/repository',
|
|
href: '/projects/new?namespace_id=22',
|
|
},
|
|
{
|
|
text: 'New subgroup',
|
|
href: '/groups/new?parent_id=22#create-group-pane',
|
|
},
|
|
{
|
|
text: 'New epic',
|
|
href: '/groups/gitlab-org/-/epics/new',
|
|
},
|
|
{
|
|
text: 'Invite members',
|
|
component: 'invite_members',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
name: 'GitLab',
|
|
items: [
|
|
{
|
|
text: 'New project/repository',
|
|
href: '/projects/new',
|
|
},
|
|
{
|
|
text: 'New group',
|
|
href: '/groups/new',
|
|
},
|
|
{
|
|
text: 'New snippet',
|
|
href: '/-/snippets/new',
|
|
},
|
|
],
|
|
},
|
|
];
|
|
|
|
export const mergeRequestMenuGroup = [
|
|
{
|
|
name: 'Merge requests',
|
|
items: [
|
|
{
|
|
text: 'Assigned',
|
|
href: '/dashboard/merge_requests?assignee_username=root',
|
|
count: 4,
|
|
extraAttrs: {
|
|
'data-track-action': 'click_link',
|
|
'data-track-label': 'merge_requests_assigned',
|
|
'data-track-property': 'nav_core_menu',
|
|
class: 'dashboard-shortcuts-merge_requests',
|
|
},
|
|
},
|
|
{
|
|
text: 'Review requests',
|
|
href: '/dashboard/merge_requests?reviewer_username=root',
|
|
count: 0,
|
|
extraAttrs: {
|
|
'data-track-action': 'click_link',
|
|
'data-track-label': 'merge_requests_to_review',
|
|
'data-track-property': 'nav_core_menu',
|
|
class: 'dashboard-shortcuts-review_requests',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
];
|
|
|
|
export const sidebarData = {
|
|
current_menu_items: [],
|
|
current_context_header: {
|
|
title: 'Your Work',
|
|
icon: 'work',
|
|
},
|
|
name: 'Administrator',
|
|
username: 'root',
|
|
avatar_url: 'path/to/img_administrator',
|
|
logo_url: 'path/to/logo',
|
|
user_counts: {
|
|
last_update: Date.now(),
|
|
todos: 3,
|
|
assigned_issues: 1,
|
|
assigned_merge_requests: 3,
|
|
review_requested_merge_requests: 1,
|
|
},
|
|
issues_dashboard_path: 'path/to/issues',
|
|
todos_dashboard_path: 'path/to/todos',
|
|
create_new_menu_groups: createNewMenuGroups,
|
|
merge_request_menu: mergeRequestMenuGroup,
|
|
projects_path: 'path/to/projects',
|
|
groups_path: 'path/to/groups',
|
|
support_path: '/support',
|
|
display_whats_new: true,
|
|
whats_new_most_recent_release_items_count: 5,
|
|
whats_new_version_digest: 1,
|
|
show_version_check: false,
|
|
gitlab_version: { major: 16, minor: 0 },
|
|
gitlab_version_check: { severity: 'success' },
|
|
gitlab_com_and_canary: false,
|
|
canary_toggle_com_url: 'https://next.gitlab.com',
|
|
context_switcher_links: [],
|
|
search: {
|
|
search_path: '/search',
|
|
},
|
|
pinned_items: [],
|
|
panel_type: 'your_work',
|
|
update_pins_url: 'path/to/pins',
|
|
stop_impersonation_path: '/admin/impersonation',
|
|
shortcut_links: [
|
|
{
|
|
title: 'Shortcut link',
|
|
href: '/shortcut-link',
|
|
css_class: 'shortcut-link-class',
|
|
},
|
|
],
|
|
};
|
|
|
|
export const userMenuMockStatus = {
|
|
can_update: false,
|
|
busy: false,
|
|
customized: false,
|
|
emoji: 'art',
|
|
message: 'Working on user menu in super sidebar',
|
|
availability: 'busy',
|
|
clear_after: '2023-02-09 20:06:35 UTC',
|
|
};
|
|
|
|
export const userMenuMockPipelineMinutes = {
|
|
show_buy_pipeline_minutes: false,
|
|
show_notification_dot: false,
|
|
callout_attrs: {
|
|
feature_id: 'pipeline_minutes',
|
|
dismiss_endpoint: '/-/dismiss',
|
|
},
|
|
buy_pipeline_minutes_path: '/buy/pipeline_minutes',
|
|
tracking_attrs: {
|
|
'track-action': 'trackAction',
|
|
'track-label': 'label',
|
|
'track-property': 'property',
|
|
},
|
|
};
|
|
|
|
export const userMenuMockData = {
|
|
name: 'Orange Fox',
|
|
username: 'thefox',
|
|
avatar_url: invalidUrl,
|
|
has_link_to_profile: true,
|
|
link_to_profile: '/thefox',
|
|
status: userMenuMockStatus,
|
|
settings: {
|
|
profile_path: invalidUrl,
|
|
profile_preferences_path: invalidUrl,
|
|
},
|
|
pipeline_minutes: userMenuMockPipelineMinutes,
|
|
can_sign_out: false,
|
|
sign_out_link: invalidUrl,
|
|
gitlab_com_but_not_canary: true,
|
|
canary_toggle_com_url: 'https://next.gitlab.com',
|
|
};
|
|
|
|
export const cachedFrequentProjects = JSON.stringify([
|
|
{
|
|
id: 1,
|
|
name: 'Cached project 1',
|
|
namespace: 'Cached Namespace 1 / Cached project 1',
|
|
webUrl: '/cached-namespace-1/cached-project-1',
|
|
avatarUrl: '/uploads/-/avatar1.png',
|
|
lastAccessedOn: 1676325329054,
|
|
frequency: 10,
|
|
},
|
|
{
|
|
id: 2,
|
|
name: 'Cached project 2',
|
|
namespace: 'Cached Namespace 2 / Cached project 2',
|
|
webUrl: '/cached-namespace-2/cached-project-2',
|
|
avatarUrl: '/uploads/-/avatar2.png',
|
|
lastAccessedOn: 1674314684308,
|
|
frequency: 8,
|
|
},
|
|
{
|
|
id: 3,
|
|
name: 'Cached project 3',
|
|
namespace: 'Cached Namespace 3 / Cached project 3',
|
|
webUrl: '/cached-namespace-3/cached-project-3',
|
|
avatarUrl: '/uploads/-/avatar3.png',
|
|
lastAccessedOn: 1664977333191,
|
|
frequency: 12,
|
|
},
|
|
{
|
|
id: 4,
|
|
name: 'Cached project 4',
|
|
namespace: 'Cached Namespace 4 / Cached project 4',
|
|
webUrl: '/cached-namespace-4/cached-project-4',
|
|
avatarUrl: '/uploads/-/avatar4.png',
|
|
lastAccessedOn: 1674315407569,
|
|
frequency: 3,
|
|
},
|
|
{
|
|
id: 5,
|
|
name: 'Cached project 5',
|
|
namespace: 'Cached Namespace 5 / Cached project 5',
|
|
webUrl: '/cached-namespace-5/cached-project-5',
|
|
avatarUrl: '/uploads/-/avatar5.png',
|
|
lastAccessedOn: 1677084729436,
|
|
frequency: 21,
|
|
},
|
|
{
|
|
id: 6,
|
|
name: 'Cached project 6',
|
|
namespace: 'Cached Namespace 6 / Cached project 6',
|
|
webUrl: '/cached-namespace-6/cached-project-6',
|
|
avatarUrl: '/uploads/-/avatar6.png',
|
|
lastAccessedOn: 1676325329679,
|
|
frequency: 5,
|
|
},
|
|
]);
|
|
|
|
export const cachedFrequentGroups = JSON.stringify([
|
|
{
|
|
id: 1,
|
|
name: 'Cached group 1',
|
|
namespace: 'Cached Namespace 1',
|
|
webUrl: '/cached-namespace-1/cached-group-1',
|
|
avatarUrl: '/uploads/-/avatar1.png',
|
|
lastAccessedOn: 1676325329054,
|
|
frequency: 10,
|
|
},
|
|
{
|
|
id: 2,
|
|
name: 'Cached group 2',
|
|
namespace: 'Cached Namespace 2',
|
|
webUrl: '/cached-namespace-2/cached-group-2',
|
|
avatarUrl: '/uploads/-/avatar2.png',
|
|
lastAccessedOn: 1674314684308,
|
|
frequency: 8,
|
|
},
|
|
{
|
|
id: 3,
|
|
name: 'Cached group 3',
|
|
namespace: 'Cached Namespace 3',
|
|
webUrl: '/cached-namespace-3/cached-group-3',
|
|
avatarUrl: '/uploads/-/avatar3.png',
|
|
lastAccessedOn: 1664977333191,
|
|
frequency: 12,
|
|
},
|
|
{
|
|
id: 4,
|
|
name: 'Cached group 4',
|
|
namespace: 'Cached Namespace 4',
|
|
webUrl: '/cached-namespace-4/cached-group-4',
|
|
avatarUrl: '/uploads/-/avatar4.png',
|
|
lastAccessedOn: 1674315407569,
|
|
frequency: 3,
|
|
},
|
|
]);
|
|
|
|
export const searchUserProjectsAndGroupsResponseMock = {
|
|
data: {
|
|
projects: {
|
|
nodes: [
|
|
{
|
|
id: 'gid://gitlab/Project/2',
|
|
name: 'Gitlab Shell',
|
|
namespace: 'Gitlab Org / Gitlab Shell',
|
|
webUrl: 'http://gdk.test:3000/gitlab-org/gitlab-shell',
|
|
avatarUrl: null,
|
|
__typename: 'Project',
|
|
},
|
|
],
|
|
},
|
|
|
|
user: {
|
|
id: 'gid://gitlab/User/1',
|
|
groups: {
|
|
nodes: [
|
|
{
|
|
id: 'gid://gitlab/Group/60',
|
|
name: 'GitLab Instance',
|
|
namespace: 'gitlab-instance-2e4abb29',
|
|
webUrl: 'http://gdk.test:3000/groups/gitlab-instance-2e4abb29',
|
|
avatarUrl: null,
|
|
__typename: 'Group',
|
|
},
|
|
],
|
|
},
|
|
},
|
|
},
|
|
};
|