Skip to content

Commit ddf0091

Browse files
authored
Merge pull request #13048 from github/repo-sync
repo sync
2 parents 542cc9f + aea67da commit ddf0091

102 files changed

Lines changed: 1734 additions & 1438 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

translations/ja-JP/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ shortTitle: Merge multiple user accounts
2020

2121
{% endtip %}
2222

23+
{% warning %}
24+
25+
**Warning:** Organization and repository access permissions aren't transferable between accounts. If the account you want to delete has an existing access permission, an organization owner or repository administrator will need to invite the account that you want to keep.
26+
27+
{% endwarning %}
28+
2329
1. [Transfer any repositories](/articles/how-to-transfer-a-repository) from the account you want to delete to the account you want to keep. Issues, pull requests, and wikis are transferred as well. Verify the repositories exist on the account you want to keep.
2430
2. [Update the remote URLs](/github/getting-started-with-github/managing-remote-repositories) in any local clones of the repositories that were moved.
2531
3. [Delete the account](/articles/deleting-your-user-account) you no longer want to use.

translations/ja-JP/content/actions/deployment/managing-your-deployments/viewing-deployment-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ To view current and past deployments, click **Environments** on the home page of
2424

2525
The deployments page displays the last active deployment of each environment for your repository. If the deployment includes an environment URL, a **View deployment** button that links to the URL is shown next to the deployment.
2626

27-
The activity log shows the deployment history for your environments. By default, only the most recent deployment for an environment has an `Active` status; all previously active deployments have an `Inactive` status. For more information on automatic inactivation of deployments, see "[Inactive deployments](/rest/reference/repos#inactive-deployments)."
27+
The activity log shows the deployment history for your environments. By default, only the most recent deployment for an environment has an `Active` status; all previously active deployments have an `Inactive` status. For more information on automatic inactivation of deployments, see "[Inactive deployments](/rest/reference/deployments#inactive-deployments)."
2828

2929
You can also use the REST API to get information about deployments. For more information, see "[Repositories](/rest/reference/repos#deployments)."

translations/ja-JP/content/actions/learn-github-actions/events-that-trigger-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ on:
307307

308308
### `deployment_status`
309309

310-
Runs your workflow anytime a third party provides a deployment status, which triggers the `deployment_status` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Create a deployment status](/rest/reference/repos#create-a-deployment-status)."
310+
Runs your workflow anytime a third party provides a deployment status, which triggers the `deployment_status` event. Deployments created with a commit SHA may not have a Git ref. For information about the REST API, see "[Create a deployment status](/rest/reference/deployments#create-a-deployment-status)."
311311

312312
| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
313313
| --------------------- | -------------- | ------------ | -------------|
@@ -701,7 +701,7 @@ on:
701701

702702
{% note %}
703703

704-
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a commit](/rest/reference/repos#get-a-commit)".
704+
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a commit](/rest/reference/commits#get-a-commit)".
705705

706706
{% endnote %}
707707

translations/ja-JP/content/admin/configuration/managing-connections-between-your-enterprise-accounts/connecting-your-enterprise-account-to-github-enterprise-cloud.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,19 @@ To configure a connection, your proxy configuration must allow connectivity to `
3434

3535
After enabling {% data variables.product.prodname_github_connect %}, you will be able to enable features such as unified search and unified contributions. For more information about all of the features available, see "[Managing connections between your enterprise accounts](/admin/configuration/managing-connections-between-your-enterprise-accounts)."
3636

37-
When you connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %}, a record on {% data variables.product.prodname_dotcom_the_website %} stores information about the connection:
37+
When you connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %}, or enable {% data variables.product.prodname_github_connect %} features, a record on {% data variables.product.prodname_dotcom_the_website %} stores information about the connection:
3838
{% ifversion ghes %}
3939
- The public key portion of your {% data variables.product.prodname_ghe_server %} license
4040
- A hash of your {% data variables.product.prodname_ghe_server %} license
4141
- The customer name on your {% data variables.product.prodname_ghe_server %} license
4242
- The version of {% data variables.product.product_location_enterprise %}{% endif %}
43-
- The hostname of your {% data variables.product.product_name %} instance
43+
- The hostname of {% data variables.product.product_location %}
4444
- The organization or enterprise account on {% data variables.product.prodname_dotcom_the_website %} that's connected to {% data variables.product.product_location %}
4545
- The authentication token that's used by {% data variables.product.product_location %} to make requests to {% data variables.product.prodname_dotcom_the_website %}
46+
- If Transport Layer Security (TLS) is enabled and configured on {% data variables.product.product_location %}{% ifversion ghes %}
47+
- The {% data variables.product.prodname_github_connect %} features that are enabled on {% data variables.product.product_location %}, and the date and time of enablement{% endif %}
48+
49+
{% data variables.product.prodname_github_connect %} syncs the above connection data between {% data variables.product.product_location %} and {% data variables.product.prodname_ghe_cloud %} weekly, from the day and approximate time that {% data variables.product.prodname_github_connect %} was enabled.
4650

4751
Enabling {% data variables.product.prodname_github_connect %} also creates a {% data variables.product.prodname_github_app %} owned by your {% data variables.product.prodname_ghe_cloud %} organization or enterprise account. {% data variables.product.product_name %} uses the {% data variables.product.prodname_github_app %}'s credentials to make requests to {% data variables.product.prodname_dotcom_the_website %}.
4852
{% ifversion ghes %}
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: クラスタリングについて
3-
intro: '{% data variables.product.prodname_ghe_server %} クラスタリングを利用することで、{% data variables.product.prodname_ghe_server %} を構成するサービス群を複数のノードにまたがってスケールアウトできるようになります。'
2+
title: About clustering
3+
intro: '{% data variables.product.prodname_ghe_server %} clustering allows services that make up {% data variables.product.prodname_ghe_server %} to be scaled out across multiple nodes.'
44
redirect_from:
55
- /enterprise/admin/clustering/overview
66
- /enterprise/admin/clustering/about-clustering
7-
- /enterprise/admin/clustering/clustering-overview/
7+
- /enterprise/admin/clustering/clustering-overview
88
- /enterprise/admin/enterprise-management/about-clustering
99
- /admin/enterprise-management/about-clustering
1010
versions:
@@ -14,23 +14,22 @@ topics:
1414
- Clustering
1515
- Enterprise
1616
---
17+
## Clustering architecture
1718

18-
## クラスタリングのアーキテクチャ
19+
{% data variables.product.prodname_ghe_server %} is comprised of a set of services. In a cluster, these services run across multiple nodes and requests are load balanced between them. Changes are automatically stored with redundant copies on separate nodes. Most of the services are equal peers with other instances of the same service. The exceptions to this are the `mysql-server` and `redis-server` services. These operate with a single _primary_ node with one or more _replica_ nodes.
1920

20-
{% data variables.product.prodname_ghe_server %}は、一連のサービスから構成されています。 クラスタでは、これらのサービスは複数のノードにまたがって動作し、リクエストはそれらのノード間でロードバランスされます。 変更は、冗長なコピーと共に個別のノードに自動的に保存されます。 ほとんどのサービスは、同じサービスの他のインスタンスと同等のピア群です。 ただし`mysql-server``redis-server`サービスは例外です。 これらは1つの_プライマリ_ノードと、1つ以上の_レプリカ_ノード上で動作します。
21+
Learn more about [services required for clustering](/enterprise/{{ currentVersion }}/admin/enterprise-management/about-cluster-nodes#services-required-for-clustering).
2122

22-
[クラスタリングに必要なサービスの詳細](/enterprise/{{ currentVersion }}/admin/enterprise-management/about-cluster-nodes#services-required-for-clustering)をご覧ください。
23+
## Is clustering right for my organization?
2324

24-
## クラスタリングは組織に適切か?
25+
{% data reusables.enterprise_clustering.clustering-scalability %} However, setting up a redundant and scalable cluster can be complex and requires careful planning. This additional complexity will need to be planned for during installation, disaster recovery scenarios, and upgrades.
2526

26-
{% data reusables.enterprise_clustering.clustering-scalability %}とはいえ、冗長性のあるスケーラブルなクラスタのセットアップは複雑であり、かつ、注意深い計画が必要です。 この追加の複雑さによって、インストール、システム災害復旧およびアップグレードについて計画することが必要となります。
27+
{% data variables.product.prodname_ghe_server %} requires low latency between nodes and is not intended for redundancy across geographic locations.
2728

28-
{% data variables.product.prodname_ghe_server %} ではノード間のレイテンシが低いことが必要であり、地理的に離れた場所にまたがる冗長性を意図したものではありません。
29-
30-
クラスタリングは冗長性を提供しますが、High Availability構成を置き換えることを意図したものではありません。 詳細は「[High Availability 構成](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-github-enterprise-server-for-high-availability)」を参照してください。 プライマリ/セカンダリフェイルオーバー設定はクラスタリングよりもはるかにシンプルであり、多くの組織の要求に応えます。 詳しくは[クラスタリングと高可用性との違い](/enterprise/{{ currentVersion }}/admin/guides/clustering/differences-between-clustering-and-high-availability-ha/)を参照してください。
29+
Clustering provides redundancy, but it is not intended to replace a High Availability configuration. For more information, see [High Availability configuration](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-github-enterprise-server-for-high-availability). A primary/secondary failover configuration is far simpler than clustering and will serve the needs of many organizations. For more information, see [Differences between Clustering and High Availability](/enterprise/{{ currentVersion }}/admin/guides/clustering/differences-between-clustering-and-high-availability-ha/).
3130

3231
{% data reusables.package_registry.packages-cluster-support %}
3332

34-
## クラスタリングを利用するには?
33+
## How do I get access to clustering?
3534

36-
クラスタリングは特定のスケーリングの状況のために設計されており、すべての組織を対象としたものではありません。 クラスタリングをご検討される場合は、専任の担当者または {% data variables.contact.contact_enterprise_sales %} にお問い合わせください。
35+
Clustering is designed for specific scaling situations and is not intended for every organization. If clustering is something you'd like to consider, please contact your dedicated representative or {% data variables.contact.contact_enterprise_sales %}.

translations/ja-JP/content/admin/enterprise-management/configuring-clustering/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: クラスタリングの設定
3-
intro: クラスタリングについて、そしてHigh Availabilityとの差異にについて学んでください。
2+
title: Configuring clustering
3+
intro: Learn about clustering and differences with high availability.
44
redirect_from:
55
- /enterprise/admin/clustering/setting-up-the-cluster-instances
66
- /enterprise/admin/clustering/managing-a-github-enterprise-server-cluster
7-
- /enterprise/admin/guides/clustering/managing-a-github-enterprise-cluster/
7+
- /enterprise/admin/guides/clustering/managing-a-github-enterprise-cluster
88
- /enterprise/admin/enterprise-management/configuring-clustering
99
versions:
1010
ghes: '*'

translations/ja-JP/content/admin/enterprise-management/configuring-high-availability/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: High Availability の設定
2+
title: Configuring high availability
33
redirect_from:
44
- /enterprise/admin/installation/configuring-github-enterprise-server-for-high-availability
5-
- /enterprise/admin/guides/installation/high-availability-cluster-configuration/
6-
- /enterprise/admin/guides/installation/high-availability-configuration/
7-
- /enterprise/admin/guides/installation/configuring-github-enterprise-for-high-availability/
5+
- /enterprise/admin/guides/installation/high-availability-cluster-configuration
6+
- /enterprise/admin/guides/installation/high-availability-configuration
7+
- /enterprise/admin/guides/installation/configuring-github-enterprise-for-high-availability
88
- /enterprise/admin/enterprise-management/configuring-high-availability
9-
intro: '{% data variables.product.prodname_ghe_server %} は、プライマリアプライアンスに影響を及ぼすハードウェア障害や重大なネットワーク障害が発生した場合に、サービスの中断を最小限に抑えるように設計された、運用の High Availability モードをサポートしています。'
9+
intro: '{% data variables.product.prodname_ghe_server %} supports a high availability mode of operation designed to minimize service disruption in the event of hardware failure or major network outage affecting the primary appliance.'
1010
versions:
1111
ghes: '*'
1212
topics:

0 commit comments

Comments
 (0)