Skip to content

Commit 07f3717

Browse files
authored
Merge pull request #33629 from github/repo-sync
Repo sync
2 parents 7fc7593 + 2b91654 commit 07f3717

File tree

14 files changed

+50
-13
lines changed

14 files changed

+50
-13
lines changed
Loading

content/admin/administering-your-instance/administering-your-instance-from-the-web-ui/managing-search-indices-for-your-instance.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@ In normal use, enterprise owners do not need to create new indices or schedule r
4141
1. If you want the index to be searchable, select the **Make this index searchable** checkbox.
4242
1. If you want the index to be writable, select the **Make this index writable** checkbox.
4343
1. Click **Create index**.
44+
1. If your instance uses a high availability or cluster configuration, you will need to run a script to ensure the number of search indices is correctly configured across the instance.
45+
46+
Access the administrative shell for your primary appliance via SSH, then run one of the following commands.
47+
48+
For high availability configurations:
49+
50+
```shell copy
51+
/usr/local/share/enterprise/ghe-es-auto-expand -v 0-all
52+
```
53+
54+
For cluster configurations:
55+
56+
```shell copy
57+
/usr/local/share/enterprise/ghe-es-auto-expand -v 0-1
58+
```
59+
60+
See "[AUTOTITLE](/admin/administering-your-instance/administering-your-instance-from-the-command-line/accessing-the-administrative-shell-ssh)."
4461

4562
## Managing search indices
4663

@@ -69,7 +86,7 @@ Your instance uses repair jobs to reconcile the data, and schedules a repair job
6986
* A new search index is created.
7087
* Missing data needs to be backfilled.
7188
* Old search data needs to be updated.
72-
89+
7390
In the "Repair" section of the search index, a progress bar shows the current status of a repair job across background workers. You can ignore the value shown in the progress bar after a repair job has completed. The progress bar shows the difference between the repair offset and the highest record ID in the database, and will decrease as more repositories are added to {% data variables.location.product_location %} even though those repositories are actually indexed.
7491

7592
To minimize the effects on I/O performance and reduce the chances of operations timing out, run the repair job during off-peak hours. As the job reconciles the search index with database and Git repository data, one CPU will be used. Monitor your system's load averages and CPU usage with a utility like `top`. If you don't notice any significant increase in resource consumption, it should also be safe to run an index repair job during peak hours.

content/admin/identity-and-access-management/configuring-authentication-for-enterprise-managed-users/about-support-for-your-idps-conditional-access-policy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ redirect_from:
2020

2121
{% data reusables.enterprise-accounts.emu-cap-validates %}
2222

23-
{% data variables.product.product_name %} supports CAP for any {% data variables.enterprise.prodname_emu_enterprise %} where OIDC SSO is enabled. {% data variables.product.product_name %} enforces your IdP's IP conditions but cannot enforce your device compliance conditions. Enterprise owners can choose to use this IP allow list configuration instead of {% data variables.product.product_name %}'s IP allow list, and can do so once OIDC SSO is configured. For more information about IP allow lists, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization)."
23+
{% data variables.product.product_name %} supports CAP for any {% data variables.enterprise.prodname_emu_enterprise %} where OIDC SSO is enabled. Enterprise owners can choose to use this IP allow list configuration instead of {% data variables.product.product_name %}'s IP allow list, and can do so once OIDC SSO is configured. For more information about IP allow lists, see "[AUTOTITLE](/admin/configuration/configuring-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list#about-your-idps-allow-list)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization)."
24+
25+
* {% data variables.product.product_name %} enforces your IdP's IP conditions but cannot enforce your device compliance conditions.
26+
* Policies for multi-factor authentication are only enforced at the point of sign-in to the IdP.
2427

2528
For more information about using OIDC with {% data variables.product.prodname_emus %}, see "[AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-oidc-for-enterprise-managed-users)" and "[AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/migrating-from-saml-to-oidc)."
2629

content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ For more detailed information about how to enable SAML using Okta, see "[AUTOTIT
8989
1. Under "SAML single sign-on", select **Require SAML authentication**.
9090
1. In the **Sign on URL** field, type the HTTPS endpoint of your IdP for single sign-on requests. This value is available in your IdP configuration.
9191
1. Optionally, in the **Issuer** field, type your SAML issuer URL to verify the authenticity of sent messages.
92-
1. Under **Public Certificate**, paste a certificate to verify SAML responses.
92+
1. Under **Public Certificate**, paste a certificate to verify SAML responses. This is the public key corresponding to the private key used to sign SAML responses.
93+
94+
To find the certificate, refer to the documentation for your IdP. Some IdPs call this an X.509 certificate.
95+
9396
{% data reusables.saml.edit-signature-and-digest-methods %}
9497
1. Before enabling SAML SSO for your enterprise, to ensure that the information you've entered is correct, click **Test SAML configuration** . {% data reusables.saml.test-must-succeed %}
9598
1. Click **Save**.

content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-dormant-users.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ topics:
2323

2424
{% data reusables.enterprise-accounts.dormant-user-activity %}
2525

26+
> [!NOTE] You cannot mark a dormant user as active. To become active, a user must perform one of the activities listed above.
27+
2628
{% ifversion ghec %}
2729
When assessing user dormancy, we only consider organizations, repositories, or sign-on events that are associated with the enterprise. For example, a user who has recently commented on an issue in a public repository outside of the enterprise may be considered dormant, while a user who has commented on an issue in a public repository within the enterprise will not be considered dormant.
2830
{% endif %}

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To learn more about {% data variables.product.prodname_github_connect %}, see "[
2424

2525
{% data reusables.enterprise-accounts.access-enterprise %}
2626

27-
1. In the enterprise account sidebar, click **GitHub Connect**.
27+
1. On the left side of the page, in the enterprise account sidebar, click **GitHub Connect**.
2828

2929
{% data reusables.server-statistics.csv-download %}
3030

content/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/activity-dashboard.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ versions:
1313
topics:
1414
- Enterprise
1515
---
16+
1617
The Activity dashboard provides weekly, monthly, and yearly graphs of the number of:
18+
1719
* New pull requests
1820
* Merged pull requests
1921
* New issues
@@ -26,6 +28,16 @@ The Activity dashboard provides weekly, monthly, and yearly graphs of the number
2628

2729
## Accessing the Activity dashboard
2830

31+
{% ifversion global-nav-update %}
32+
1. In the top-left corner of any page, select {% octicon "three-bars" aria-label="Open global navigation menu" %}, then click {% octicon "telescope" aria-hidden="true" %} **Explore**.
33+
34+
![Screenshot of the navigation bar on {% data variables.product.product_name %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png)
35+
{% else %}
2936
1. At the top of any page, click **Explore**.
30-
![Screenshot of the navigation bar at the top of the web UI for GitHub Enterprise Server. The word "Explore" is highlighted with an orange outline.](/assets/images/enterprise/settings/ent-new-explore.png)
37+
38+
![Screenshot of the navigation bar at the top of the web UI for GitHub Enterprise Server. The word "Explore" is highlighted with an orange outline.](/assets/images/enterprise/settings/ent-new-explore.png)
39+
{% endif %}
3140
1. In the upper-right corner of the page, click {% octicon "pulse" aria-hidden="true" %} **Activity**.
41+
1. To view activity over different periods, click **This week**, **This month**, or **This year**.
42+
43+
![Screenshot of the activity dashboard. A line graph compares the number of pull requests merged over this week and the previous week.](/assets/images/help/enterprises/activity-dashboard.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click {% octicon "credit-card" aria-hidden="true" %} **Billing & Licensing**.
1+
1. On the left side of the page, in the enterprise account sidebar, click {% octicon "credit-card" aria-hidden="true" %} **Billing & Licensing**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the left sidebar, click **{% octicon "shield" aria-hidden="true" %} Code Security**.
1+
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "shield" aria-hidden="true" %} Code Security**.

data/reusables/enterprise-accounts/dormant-user-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ A user is considered active if the user has performed any of the following activ
22

33
* {% ifversion ghec%}Authenticating to access your enterprise's resources via SAML SSO{% else %}Signing into {% data variables.location.product_location %} {% endif %}
44
* Creating a repository
5-
* Pushing to a repository via HTTPS
6-
{% ifversion ghes %}- Pushing to a repository via SSH{% endif %}
5+
* Pushing to a repository via HTTPS{% ifversion ghes %}
6+
* Pushing to a repository via SSH{% endif %}
77
* Being added to a repository
88
* Changing the visibility of a repository
99
* Creating an issue or pull request
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click {% octicon "checklist" aria-hidden="true" %} **Compliance**.
1+
1. On the left side of the page, in the enterprise account sidebar, click {% octicon "checklist" aria-hidden="true" %} **Compliance**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click {% octicon "person" aria-hidden="true" %} **People**.
1+
1. On the left side of the page, in the enterprise account sidebar, click {% octicon "person" aria-hidden="true" %} **People**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click {% octicon "law" aria-hidden="true" %} **Policies**.
1+
1. On the left side of the page, in the enterprise account sidebar, click {% octicon "law" aria-hidden="true" %} **Policies**.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click {% octicon "gear" aria-hidden="true" %} **Settings**.
1+
1. On the left side of the page, in the enterprise account sidebar, click {% octicon "gear" aria-hidden="true" %} **Settings**.

0 commit comments

Comments
 (0)