ran script/content-migrations/remove-map-topics.js && script/content-migrations/update-tocs.js
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: About repository graphs
|
||||
intro: Repository graphs help you view and analyze data for your repository.
|
||||
redirect_from:
|
||||
- /articles/using-graphs/
|
||||
- /articles/about-repository-graphs
|
||||
- /github/visualizing-repository-data-with-graphs/about-repository-graphs
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
---
|
||||
A repository's graphs give you information on {% if currentVersion == "free-pro-team@latest" %} traffic, projects that depend on the repository,{% endif %} contributors and commits to the repository, and a repository's forks and network. If you maintain a repository, you can use this data to get a better understanding of who's using your repository and why they're using it.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
|
||||
Some repository graphs are available only in public repositories with {% data variables.product.prodname_free_user %}:
|
||||
- Pulse
|
||||
- Contributors
|
||||
- Traffic
|
||||
- Commits
|
||||
- Code frequency
|
||||
- Network
|
||||
|
||||
All other repository graphs are available in all repositories. Every repository graph is available in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
### Further reading
|
||||
|
||||
- "[Accessing basic repository data](/articles/accessing-basic-repository-data)"
|
||||
- "[Analyzing changes to a repository's content](/articles/analyzing-changes-to-a-repository-s-content)"
|
||||
- "[Understanding connections between repositories](/articles/understanding-connections-between-repositories)"
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Accessing basic repository data
|
||||
intro: 'You can view basic information about a repository, such as the repository''s activity{% if currentVersion == "free-pro-team@latest" %}, traffic,{% endif %} and contribution activity.'
|
||||
redirect_from:
|
||||
- /articles/accessing-basic-repository-data
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
children:
|
||||
- /about-repository-graphs
|
||||
- /viewing-a-summary-of-repository-activity
|
||||
- /viewing-a-projects-contributors
|
||||
- /viewing-traffic-to-a-repository
|
||||
---
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: Viewing a project's contributors
|
||||
intro: 'You can see who contributed commits to a repository{% if currentVersion == "free-pro-team@latest" %} and its dependencies{% endif %}.'
|
||||
redirect_from:
|
||||
- /articles/i-don-t-see-myself-in-the-contributions-graph/
|
||||
- /articles/viewing-contribution-activity-in-a-repository/
|
||||
- /articles/viewing-a-projects-contributors
|
||||
- /github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
---
|
||||
### About contributors
|
||||
|
||||
You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
You can also see a list of people who have contributed to the project's Python dependencies. To access this list of community contributors, visit `https://github.com/REPO-OWNER/REPO-NAME/community_contributors`.
|
||||
{% endif %}
|
||||
|
||||
### Accessing the contributors graph
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Contributors**.
|
||||

|
||||
4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected. The contributors graph sums weekly commit numbers onto each Sunday, so your time period must include a Sunday.
|
||||

|
||||
|
||||
### Troubleshooting contributors
|
||||
|
||||
If you don't appear in a repository's contributors graph, it may be because:
|
||||
- You aren't one of the top 100 contributors.
|
||||
- Your commits haven't been merged into the default branch.
|
||||
- The email address you used to author the commits isn't connected to your account on {% data variables.product.product_name %}.
|
||||
|
||||
{% tip %}
|
||||
|
||||
**Tip:** To list all commit contributors in a repository, see "[Repositories](/rest/reference/repos#list-contributors)."
|
||||
|
||||
{% endtip %}
|
||||
|
||||
If all your commits in the repository are on non-default branches, you won't be in the contributors graph. For example, commits on the `gh-pages` branch aren't included in the graph unless `gh-pages` is the repository's default branch. To have your commits merged into the default branch, you can create a pull request. For more information, see "[About pull requests](/articles/about-pull-requests)."
|
||||
|
||||
If the email address you used to author the commits is not connected to your account on {% data variables.product.product_name %}, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address){% if currentVersion != "github-ae@latest" %}" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account){% endif %}."
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Viewing a summary of repository activity
|
||||
intro: 'You can view an overview of a repository''s activity through Pulse. Pulse includes a list of open and merged pull requests, open and closed issues, and a graph showing the commit activity for the top 15 users who committed to the default branch of the project in the selected [time period](/articles/viewing-a-summary-of-repository-activity#filtering-by-time).'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
redirect_from:
|
||||
- /articles/viewing-a-summary-of-repository-activity
|
||||
- /github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
github-ae: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
---
|
||||
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.
|
||||
|
||||
### Accessing pulse
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
|
||||
### Filtering by time
|
||||
|
||||
By default, Pulse shows the last seven days of repository activity. To choose a different time period, click the **Period** dropdown in the upper-right corner of the Pulse overview.
|
||||
|
||||

|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: Viewing traffic to a repository
|
||||
intro: 'Anyone with push access to a repository can view its traffic, including full clones (not fetches), visitors from the past 14 days, referring sites, and popular content in the traffic graph.'
|
||||
product: 'This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}''s products](/articles/github-s-products)."{% endif %}'
|
||||
redirect_from:
|
||||
- /articles/viewing-traffic-to-a-repository
|
||||
- /github/visualizing-repository-data-with-graphs/viewing-traffic-to-a-repository
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
topics:
|
||||
- Repositories
|
||||
---
|
||||
You can navigate to referring sites, excluding search engines and {% data variables.product.product_name %} itself, from the links the specific paths were referred from. The popular content links to the specific content that generated traffic.
|
||||
|
||||
Referring sites and popular content are ordered by views and unique visitors. Full clones and visitor information update hourly, while referring sites and popular content sections update daily. All data in the traffic graph uses the UTC+0 timezone, regardless of your location.
|
||||
|
||||
{% tip %}
|
||||
|
||||
**Tip:** You can hover over a specific day in the traffic graph to view the exact data for that day.
|
||||
|
||||
{% endtip %}
|
||||
|
||||

|
||||
|
||||
### Accessing the traffic graph
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Traffic**.
|
||||

|
||||
Reference in New Issue
Block a user