Skip to content

Commit 741f2c3

Browse files
am-steadthispaulsophietheking
authored
[2023-05-31]: Repos Activity View - [GA] #8651 (#36515)
Co-authored-by: Paul Loeb <[email protected]> Co-authored-by: Sophie <[email protected]>
1 parent 6955dee commit 741f2c3

File tree

11 files changed

+75
-9
lines changed

11 files changed

+75
-9
lines changed
Loading
Loading
Loading

content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/viewing-push-logs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Push log entries show:
2727
- The Git client used to push
2828
- The SHA hashes from before and after the operation
2929

30+
{% ifversion repository-activity-view %}
31+
{% data reusables.repositories.activity-view %}
32+
For more information, see "[Using the activity view to see changes to your repository](/enterprise-server@latest/repositories/viewing-activity-and-data-for-your-repository/viewing-repository-activity#using-the-activity-view-to-see-changes-to-a-repository)."
33+
{% endif %}
34+
3035
## Viewing a repository's push logs
3136

3237
1. Sign into {% data variables.product.prodname_ghe_server %} as a site administrator.

content/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/viewing-branches-in-your-repository.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ shortTitle: View branches
2828

2929
- "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository)"
3030
- "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request)"
31+
{%- ifversion repository-activity-view %}
32+
- "[AUTOTITLE](/repositories/viewing-activity-and-data-for-your-repository/using-the-activity-view-to-see-changes-to-a-repository)."{% endif %}

content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ The code frequency graph displays the content additions and deletions for each w
5454
{% data reusables.repositories.accessing-repository-graphs %}
5555
3. In the left sidebar, click **Code frequency**.
5656
![Screenshot of the left sidebar. The "Code frequency" tab is highlighted with a dark orange outline.](/assets/images/help/graphs/code_frequency_tab.png)
57+
58+
{% ifversion repository-activity-view %}
59+
{% data reusables.repositories.activity-view %}
60+
For more information, see "[AUTOTITLE](/repositories/viewing-activity-and-data-for-your-repository/using-the-activity-view-to-see-changes-to-a-repository)."
61+
{% endif %}

content/repositories/viewing-activity-and-data-for-your-repository/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ topics:
1717
children:
1818
- /viewing-deployment-activity-for-your-repository
1919
- /about-repository-graphs
20-
- /viewing-a-summary-of-repository-activity
20+
- /using-pulse-to-view-a-summary-of-repository-activity
2121
- /viewing-traffic-to-a-repository
2222
- /viewing-a-projects-contributors
2323
- /analyzing-changes-to-a-repositorys-content
2424
- /understanding-connections-between-repositories
25+
- /using-the-activity-view-to-see-changes-to-a-repository
2526
shortTitle: View activity and data
2627
---
27-
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
2-
title: Viewing a summary of repository activity
3-
intro: 'You can view an overview of a repository''s pull request, issue, and commit activity.'
2+
title: Using Pulse to view a summary of repository activity
3+
intro: 'You can use Pulse to see an overview of a repository''s pull request, issue, and commit activity.'
44
product: '{% data reusables.gated-features.repository-insights %}'
55
redirect_from:
66
- /articles/viewing-a-summary-of-repository-activity
77
- /github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity
88
- /github/visualizing-repository-data-with-graphs/accessing-basic-repository-data/viewing-a-summary-of-repository-activity
9+
- /repositories/viewing-activity-and-data-for-your-repository/viewing-a-summary-of-repository-activity
910
versions:
1011
fpt: '*'
1112
ghes: '*'
1213
ghae: '*'
1314
ghec: '*'
1415
topics:
1516
- Repositories
16-
shortTitle: View repository activity
17+
shortTitle: Using Pulse
1718
---
1819

1920
## About Pulse
@@ -22,11 +23,13 @@ You can view an overview of a repository's activity through Pulse. Pulse include
2223

2324
Commit co-authors are included in the commit activity summary if their commits were merged into the repository's default branch and they're in the top 15 users who have contributed the most commits.
2425

26+
{% ifversion repository-activity-view %}
27+
{% data reusables.repositories.activity-view %}
28+
For more information, see "[AUTOTITLE](/repositories/viewing-activity-and-data-for-your-repository/using-the-activity-view-to-see-changes-to-a-repository)."
29+
{% endif %}
30+
2531
## Accessing Pulse
2632

2733
{% data reusables.repositories.navigate-to-repo %}
2834
{% data reusables.repositories.accessing-repository-graphs %}
29-
30-
## Filtering by time
31-
32-
By default, Pulse shows the last seven days of repository activity. To choose a different time period, select the **Period** dropdown menu in the upper-right corner of the Pulse overview.
35+
1. Optionally, to choose a different time period, select the **Period** dropdown menu in the upper-right corner of the Pulse overview. By default, Pulse shows the last seven days of repository activity.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Using the activity view to see changes to a repository
3+
intro: 'You can use the activity view to see a detailed history of changes to your repository.'
4+
versions:
5+
feature: repository-activity-view
6+
topics:
7+
- Repositories
8+
shortTitle: Using the activity view
9+
---
10+
11+
## About the activity view
12+
13+
The activity view lets you see a detailed history of changes to a repository, such as pushes, merges, force pushes, and branch changes, and associates these changes with commits and authenticated users.
14+
15+
You can filter the view to show activity for a particular branch, a particular user, or for a specific period of time. You can also filter by activity type. For example, you can choose to filter by "Force pushes", to see all force pushes to the repository.
16+
17+
For each activity, you can view the exact changes by clicking "Compare changes."
18+
19+
## Using the activity view to see changes to a repository
20+
{% data reusables.repositories.navigate-to-repo %}
21+
1. There are two ways to enter the activity view:
22+
- On the main page of the repository, to the right of the list of files, click **{% octicon "pulse" aria-hidden="true" %} Activity**.
23+
24+
- Alternatively, click **{% octicon "git-branch" aria-hidden="true" %} Branches**, then to the right of any branch, click **{% octicon "pulse" aria-label="View branch activity" %}**.
25+
26+
![Screenshot of a repository's branches view. To the right of a branch, the pulse icon is highlighted with a dark orange outline.](/assets/images/help/graphs/activity-view-icon.png)
27+
28+
1. Use the dropdown menus to filter the activity view.
29+
- To see activity on a particular branch, select the **{% octicon "git-branch" aria-hidden="true" %} BRANCH NAME** dropdown menu, then click a branch name. Alternatively, within the dropdown menu, start typing a branch name into the search field. To view activity across all branches in the repository, click "View activity for all branches".
30+
31+
- To filter by activity type, select the **{% octicon "pulse" aria-hidden="true" %} All activity** dropdown menu, then click an activity type. You can choose to display direct pushes, pull request merges, force pushes, branch creations, and branch deletions.
32+
33+
- To filter by user, select the **{% octicon "people" aria-hidden="true" %} All users** dropdown menu, then click a username. Alternatively, within the dropdown menu, start typing a username into the search field.
34+
35+
- To filter by time, select the **{% octicon "clock" aria-hidden="true" %} All time** dropdown menu, then click a time period.
36+
37+
1. Optionally, to see some additional details about the activity, such as the incoming branch name from a pull request, hover over the embedded link.
38+
39+
![Screenshot of a repository's activity view. A link, embedded in the description of an activity, is highlighted with a dark orange outline.](/assets/images/help/graphs/activity-view-embedded-link.png)
40+
41+
1. To see exactly what changes were introduced by a particular activity, to the right of the activity, select {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **{% octicon "git-compare" aria-hidden="true" %} Compare changes**.
42+
43+
![Screenshot of a repository's activity view. The horizontal kebab icon, and a pop-up button, labeled "Compare changes", are highlighted with a dark orange outline.](/assets/images/help/graphs/activity-view-compare-changes.png)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference: Issue #8651 - Repository Activity View
2+
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.9'
7+
ghae: '> 3.9'

0 commit comments

Comments
 (0)