Skip to content

Commit 16fcab0

Browse files
authored
Merge pull request #40027 from github/repo-sync
Repo sync
2 parents 81865e3 + 83956c7 commit 16fcab0

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

content/admin/monitoring-and-managing-your-instance/monitoring-your-instance/collectd-metrics-for-github-enterprise-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Plugins provide metrics to `collectd`. You can learn about each plugin available
3232
| `df` | Usage information about the instance's file system | [Plugin:DF](https://collectd.org/wiki/index.php/Plugin:DF) in the `collectd` wiki |
3333
| `disk` | Performance statistics for the instance's hard disks and other block devices | [Plugin:Disk](https://collectd.org/wiki/index.php/Plugin:Disk) in the `collectd` wiki |
3434
| `elasticsearch` | Statistics for Elasticsearch, which provides the instance's search functionality | [phobos182/collectd-elasticsearch](https://github.com/phobos182/collectd-elasticsearch/) repository on {% data variables.product.prodname_dotcom_the_website %} |
35-
| `fhcount` | Total, used, and unused file handles for the instance's Linux OS | [Manpage collectd.conf(5)](https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-fhcount) in the `collectd` wiki |
35+
| `fhcount` | Total, used, and unused file handles for the instance's Linux OS | [Manpage collectd.conf(5)](https://collectd.org/documentation/manpages/collectd.conf.html) in the `collectd` documentation |
3636
| `haproxy` | Front-end connections to the instance from HAProxy's management socket | [mleinart/collectd-haproxy](https://github.com/mleinart/collectd-haproxy) repository on {% data variables.product.prodname_dotcom_the_website %} |
3737
| `listener` | Active and queued connections to the instance's `github-unicorn`, `github-gitauth`, and `github-ernicorn` services | N/A |
3838
| `load` | System load average | [Plugin:Load](https://collectd.org/wiki/index.php/Plugin:Load) in the `collectd` wiki |

content/migrations/using-github-enterprise-importer/migrating-between-github-products/about-migrations-between-github-products.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ User history for the above data | {% octicon "check" aria-label="Can be migrated
5757
Attachments (see [AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)) | {% octicon "check" aria-label="Can be migrated" %} | {% octicon "check" aria-label="Can be migrated" %} |
5858
Releases | {% octicon "x" aria-label="Cannot be migrated" %} | {% octicon "check" aria-label="Can be migrated" %} |
5959

60-
Different size limits per repository apply depending on your GHES version.
60+
Different size limits per repository apply to the compressed archive, depending on your GHES version.
6161

62-
Limit | GHES <3.8.0 | GHES 3.8.0+ |
63-
----- | ----------- | ----------- |
64-
Git source | 2GB | 10GB
65-
Metadata | 2GB | 10GB
62+
Limit | GHES <3.8.0 | GHES 3.8.x-3.11.x | GHES 3.12.x | GHES 3.13.0+
63+
----- | ----------- | ----------------- | ----------- | ------------
64+
Git source | 2GB | 10GB | 20GB | 40GB (public preview)
65+
Metadata | 2GB | 10GB | 20GB | 40GB (public preview)
6666

6767
### Data that is not migrated
6868

data/features/enterprise-custom-org-roles.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/reusables/repositories/about-ruleset-insights.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ On the "Rule Insights" page, you will see a timeline of the following user actio
66

77
If a ruleset is running in "Evaluate" mode, you can see actions that would have passed or failed if the ruleset had been active.
88

9+
Additonally these insights are availible via the rule suites [REST API](/rest/repos/rule-suites).
10+
911
![Screenshot of the "Rule Insights" page. Three actions are listed marked: "Pass," "Bypass," and "Fail". The failed action has with an "evaluate" label.](/assets/images/help/repository/rule-insights.png)

0 commit comments

Comments
 (0)