Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4b6bb507
Commit
4b6bb507
authored
Apr 18, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GroupMemberContributions App test mock data
parent
aa2e6e56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
spec/javascripts/group_member_contributions/mock_data.js
spec/javascripts/group_member_contributions/mock_data.js
+47
-0
No files found.
spec/javascripts/group_member_contributions/mock_data.js
0 → 100644
View file @
4b6bb507
export
const
contributionsPath
=
'
/foo/analytics.json
'
;
export
const
rawMembers
=
[
{
username
:
'
root
'
,
fullname
:
'
Administrator
'
,
user_web_url
:
'
/root
'
,
push
:
0
,
issues_created
:
9
,
issues_closed
:
4
,
merge_requests_created
:
2
,
merge_requests_merged
:
0
,
total_events
:
51
,
},
{
username
:
'
monserrate.gleichner
'
,
fullname
:
'
Terrell Graham
'
,
user_web_url
:
'
/monserrate.gleichner
'
,
push
:
0
,
issues_created
:
7
,
issues_closed
:
1
,
merge_requests_created
:
5
,
merge_requests_merged
:
0
,
total_events
:
49
,
},
{
username
:
'
melynda
'
,
fullname
:
'
Bryce Turcotte
'
,
user_web_url
:
'
/melynda
'
,
push
:
0
,
issues_created
:
6
,
issues_closed
:
1
,
merge_requests_created
:
1
,
merge_requests_merged
:
0
,
total_events
:
44
,
},
];
export
const
mockSortOrders
=
{
fullname
:
1
,
issuesClosed
:
1
,
issuesCreated
:
1
,
mergeRequestsCreated
:
1
,
mergeRequestsMerged
:
1
,
push
:
1
,
totalEvents
:
1
,
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment