Commit ea0fa636 authored by Mike Jang's avatar Mike Jang

Merge branch 'mjang-docs-link-group-activity' into 'master'

Clarify new group activity overview

See merge request gitlab-org/gitlab!29799
parents 65bad443 1a4b8696
...@@ -226,7 +226,7 @@ To change this setting for a specific group: ...@@ -226,7 +226,7 @@ To change this setting for a specific group:
To change this setting globally, see [Default project creation protection](../admin_area/settings/visibility_and_access_controls.md#default-project-creation-protection). To change this setting globally, see [Default project creation protection](../admin_area/settings/visibility_and_access_controls.md#default-project-creation-protection).
## Viewing group details ## View group details
A group's **Details** page includes tabs for: A group's **Details** page includes tabs for:
...@@ -234,7 +234,12 @@ A group's **Details** page includes tabs for: ...@@ -234,7 +234,12 @@ A group's **Details** page includes tabs for:
- Shared projects. - Shared projects.
- Archived projects. - Archived projects.
As [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/207164) in GitLab [Starter](https://about.gitlab.com/pricing/) 12.10 as a [beta feature](https://about.gitlab.com/handbook/product/#beta), it also shows the number of the following items created in the last 90 days: **(STARTER)** ### Group activity analytics overview
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/207164) in GitLab [Starter](https://about.gitlab.com/pricing/) 12.10 as
a [beta feature](https://about.gitlab.com/handbook/product/#beta)
The group details view also shows the number of the following items created in the last 90 days: **(STARTER)**
- Merge requests. - Merge requests.
- Issues. - Issues.
...@@ -244,7 +249,9 @@ These Group Activity Analytics can be enabled with the `group_activity_analytics ...@@ -244,7 +249,9 @@ These Group Activity Analytics can be enabled with the `group_activity_analytics
![Recent Group Activity](img/group_activity_analytics_v12_10.png) ![Recent Group Activity](img/group_activity_analytics_v12_10.png)
## Viewing group activity For details, see the section on how you can [View group activity](#view-group-activity).
## View group activity
A group's **Activity** page displays the most recent actions taken in a group, including: A group's **Activity** page displays the most recent actions taken in a group, including:
......
...@@ -149,14 +149,14 @@ number. ...@@ -149,14 +149,14 @@ number.
Wiki events (creation, deletion, and updates) are tracked by GitLab and Wiki events (creation, deletion, and updates) are tracked by GitLab and
displayed on the [user profile](../../profile/index.md#user-profile), displayed on the [user profile](../../profile/index.md#user-profile),
[group](../../group/index.md#viewing-group-activity), [group](../../group/index.md#view-group-activity),
and [project](../index.md#project-activity) activity pages. and [project](../index.md#project-activity) activity pages.
### Limitations ### Limitations
Only edits made in the browser or through the API have their activity recorded. Only edits made in the browser or through the API have their activity recorded.
Edits made and pushed through Git are not currently listed in the activity list. Edits made and pushed through Git are not currently listed in the activity list.
### Enable or disable Wiki Events **(CORE ONLY)** ### Enable or disable Wiki Events **(CORE ONLY)**
Wiki event activity is under development and not ready for production use. It is Wiki event activity is under development and not ready for production use. It is
......
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