Commit 1fc2bc52 authored by Job van der Voort's avatar Job van der Voort

Merge branch 'contribution-analytics' into 'master'

Add documentation on contribution analytics

fixes #144

See merge request !103
parents 91c57c9f c9b94c3a
......@@ -12,6 +12,7 @@
- [Profile Settings](profile/README.md)
- [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
- [Analytics](analytics/README.md)
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
- [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
......
# Analytics
- [Contribution Analytics](contribution_analytics.md)
# Contribution Analytics (EE only)
_**Note:** This feature was introduced in GitLab EE 8.3._
With contribution analytics you can have an overview for the activity of
issues, merge requests and push events of your organization and its members.
The analytics page is located at **Group > Contribution Analytics**
under the URL `/groups/<groupname>/analytics`.
The time period on which the analytics depend on, is spanned in three sections:
last week, last month and last three months. You can choose which one to
display by using the dropdown calendar menu in the upper right corner.
![Contribution analytics choose period](img/group_stats_cal.png)
---
There are three main bar graphs that are deducted from the number of
contributions per group member. These contributions include push events, merge
requests and closed issues. Hovering on each bar you can see the number of
events for a specific member.
Below is an example of the push events of the
[gitlab-org][https://gitlab.com/groups/gitlab-org] group.
![Contribution analytics bar graphs](img/group_stats_graph.png)
---
Apart from the bar graphs you can also see the contributions per group member
which are depicted in a table that can be sorted by:
* Member name
* Number of pushed events
* Number of opened issues
* Number of closed issues
* Number of opened MRs
* Number of accepted MRs
* Number of total contributions
![Contribution analytics contributions table](img/group_stats_table.png)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment