1
0
mirror of synced 2025-12-21 10:57:10 -05:00

updating content files

This commit is contained in:
Grace Park
2021-06-14 12:06:52 -07:00
parent 850ab9ccb4
commit 6f7e4f50dc
1154 changed files with 6299 additions and 6267 deletions

View File

@@ -28,7 +28,7 @@ All other repository graphs are available in all repositories. Every repository
{% endif %}
### Further reading
## 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)"

View File

@@ -14,7 +14,7 @@ versions:
topics:
- Repositories
---
### About contributors
## 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.
@@ -22,7 +22,7 @@ You can view the top 100 contributors to a repository{% if enterpriseServerVersi
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
## Accessing the contributors graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}
@@ -31,7 +31,7 @@ You can also see a list of people who have contributed to the project's Python d
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.
![Selected time range in the contributors graph](/assets/images/help/graphs/repo_contributors_click_drag_graph.png)
### Troubleshooting contributors
## 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.

View File

@@ -14,12 +14,12 @@ topics:
---
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
## Accessing pulse
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}
### Filtering by time
## 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.

View File

@@ -22,7 +22,7 @@ Referring sites and popular content are ordered by views and unique visitors. Fu
![Repository traffic graphs with tooltip](/assets/images/help/graphs/repo_traffic_graphs_tooltip_dotcom.png)
### Accessing the traffic graph
## Accessing the traffic graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}

View File

@@ -18,7 +18,7 @@ topics:
{% endif %}
### Accessing the code frequency graph
## Accessing the code frequency graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}

View File

@@ -20,7 +20,7 @@ The bottom graph shows the average number of commits by day of the week for the
![Repository commit week graph](/assets/images/help/graphs/repo_commit_activity_week_graph.png)
### Accessing the commits graph
## Accessing the commits graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}

View File

@@ -10,19 +10,19 @@ redirect_from:
---
<!--See /content/code-security/supply-chain-security/about-the-dependency-graph for the latest version of this article -->
### Dependency graph availability
## Dependency graph availability
The dependency graph is available for every repository that defines dependencies in a supported package ecosystem using a supported file format.
{% data reusables.repositories.enable-security-alerts %}
### About the dependency graph
## About the dependency graph
The dependency graph is a summary of the manifest and lock files stored in a repository. For each repository, it shows dependencies, that is, the ecosystems and packages it depends on. {% data variables.product.prodname_ghe_server %} does not calculate information about dependents, the repositories and packages that depend on a repository.
When you push a commit to {% data variables.product.product_name %} that changes or adds a supported manifest or lock file to the default branch, the dependency graph is automatically updated. For information on the supported ecosystems and manifest files, see "[Supported package ecosystems](#supported-package-ecosystems)" below.
### Dependencies included
## Dependencies included
The dependency graph includes all the dependencies of a repository that are detailed in the manifest and lock files, or their equivalent, for supported ecosystems. This includes:
@@ -31,14 +31,14 @@ The dependency graph includes all the dependencies of a repository that are deta
The dependency graph identifies indirect dependencies.
### Using the dependency graph
## Using the dependency graph
You can use the dependency graph to:
- Explore the repositories your code depends on. For more information, see "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)."
- View and update vulnerable dependencies for your repository. For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
### Enabling the dependency graph
## Enabling the dependency graph
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}If the dependency graph is not available in your system, your site administrator can enable the dependency graph and {% data variables.product.prodname_dependabot_alerts %}. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
@@ -48,7 +48,7 @@ You can use the dependency graph to:
When the dependency graph is first enabled, any manifest and lock files for supported ecosystems are parsed immediately. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. Once enabled, the graph is automatically updated with every push to the repository.
### Supported package ecosystems
## Supported package ecosystems
<!-- If you make changes to this feature, update /getting-started-with-github/github-language-support to reflect any changes to supported packages. -->
The recommended formats explicitly define which versions are used for all direct and all indirect dependencies. If you use these formats, your dependency graph is more accurate. It also reflects the current build set up and enables the dependency graph to report vulnerabilities in both direct and indirect dependencies.
@@ -71,7 +71,7 @@ The ecosystems listed below are supported for the dependency graph and {% if cur
{% endnote %}
### Further reading
## Further reading
- "[Dependency graph](https://en.wikipedia.org/wiki/Dependency_graph)" on Wikipedia
- "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)"

View File

@@ -10,7 +10,7 @@ redirect_from:
---
<!--See /content/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository for the latest version of this article -->
### Viewing the dependency graph
## Viewing the dependency graph
{% data reusables.repositories.enable-security-alerts %}
@@ -20,7 +20,7 @@ The dependency graph shows the dependencies of your repository. For information
{% data reusables.repositories.accessing-repository-graphs %}
{% data reusables.repositories.click-dependency-graph %}
#### Dependencies view
### Dependencies view
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
Any direct and indirect dependencies that are specified in the repository's manifest or lock files are listed, grouped by ecosystem. If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {% data variables.product.prodname_dependabot_alerts %}.
@@ -48,7 +48,7 @@ Any direct and indirect dependencies that are specified in the repository's mani
{% endif %}
### Troubleshooting the dependency graph
## Troubleshooting the dependency graph
If your dependency graph is empty, there may be a problem with the file containing your dependencies. Check the file to ensure that it's correctly formatted for the file type.

View File

@@ -23,7 +23,7 @@ Forks are listed alphabetically by the username of the person who forked the rep
{% endif %}
### Accessing the Members graph
## Accessing the Members graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}

View File

@@ -21,7 +21,7 @@ topics:
{% endtip %}
### Accessing the network graph
## Accessing the network graph
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.accessing-repository-graphs %}