From 6580de5a4eecde9663eb22031a6ba8effb50b205 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Thu, 16 Sep 2021 08:23:01 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Bugs,=20bugs,=20and=20more=20bugs!=20?= =?UTF-8?q?=F0=9F=90=9B=20=20(#21496)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configuring-an-outbound-web-proxy-server.md | 7 +++++++ ...ted-with-github-actions-for-github-enterprise-server.md | 4 ++++ .../about-repositories.md | 2 +- content/repositories/index.md | 2 ++ .../releasing-projects-on-github/linking-to-releases.md | 2 +- data/reusables/actions/proxy-considerations.md | 1 + 6 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 data/reusables/actions/proxy-considerations.md diff --git a/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md b/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md index 03fbaf3cc7..9d238579b1 100644 --- a/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md +++ b/content/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server.md @@ -16,6 +16,9 @@ topics: - Networking shortTitle: Configure an outbound proxy --- + +## About proxies with {% data variables.product.product_name %} + When a proxy server is enabled for {% data variables.product.product_location %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`. {% note %} @@ -24,6 +27,10 @@ When a proxy server is enabled for {% data variables.product.product_location %} {% endnote %} +{% data reusables.actions.proxy-considerations %} For more information about using {% data variables.product.prodname_actions %} with {% data variables.product.prodname_ghe_server %}, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)." + +## Configuring an outbound web proxy server + {% data reusables.enterprise_site_admin_settings.access-settings %} {% data reusables.enterprise_site_admin_settings.management-console %} {% data reusables.enterprise_management_console.privacy %} diff --git a/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server.md b/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server.md index 78cee9e0ed..58ad708de9 100644 --- a/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server.md +++ b/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server.md @@ -103,6 +103,10 @@ To enable {% data variables.product.prodname_actions %} on {% data variables.pro {% endif %} +## Networking considerations + +{% data reusables.actions.proxy-considerations %} For more information about using a proxy with {% data variables.product.prodname_ghe_server %}, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-network-settings/configuring-an-outbound-web-proxy-server)." + {% ifversion ghes > 2.22 %} ## Enabling {% data variables.product.prodname_actions %} with your storage provider diff --git a/content/repositories/creating-and-managing-repositories/about-repositories.md b/content/repositories/creating-and-managing-repositories/about-repositories.md index 4f79cbdf96..0fff8b8f55 100644 --- a/content/repositories/creating-and-managing-repositories/about-repositories.md +++ b/content/repositories/creating-and-managing-repositories/about-repositories.md @@ -85,7 +85,7 @@ Most of the limits below affect both {% data variables.product.product_name %} a ### Text limits -Text files over **1 MB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*). +Text files over **512 KB** are always displayed as plain text. Code is not syntax highlighted, and prose files are not converted to HTML (such as Markdown, AsciiDoc, *etc.*). Text files over **5 MB** are only available through their raw URLs, which are served through `{% data variables.product.raw_github_com %}`; for example, `https://{% data variables.product.raw_github_com %}/octocat/Spoon-Knife/master/index.html`. Click the **Raw** button to get the raw URL for a file. diff --git a/content/repositories/index.md b/content/repositories/index.md index af493c0c64..c3ddf05a9c 100644 --- a/content/repositories/index.md +++ b/content/repositories/index.md @@ -1,6 +1,8 @@ --- title: Repositories intro: "Learn to use and manage the repositories that allow you to store and collaborate on your project's code." +redirect_from: + - /github/creating-cloning-and-archiving-repositories versions: fpt: '*' ghes: '*' diff --git a/content/repositories/releasing-projects-on-github/linking-to-releases.md b/content/repositories/releasing-projects-on-github/linking-to-releases.md index dccbafff7d..cb33f7a9bc 100644 --- a/content/repositories/releasing-projects-on-github/linking-to-releases.md +++ b/content/repositories/releasing-projects-on-github/linking-to-releases.md @@ -19,4 +19,4 @@ topics: 3. Alternatively, right click **Latest Release** and copy the URL to share it. The suffix of this URL is always `/releases/latest`. ![Latest release tag](/assets/images/help/releases/release_latest_release_tag.png) -To link directly to a download of your latest release asset, link to `/owner/name/releases/latest/download/asset-name.zip`. +To link directly to a download of your latest release asset that was manually uploaded, link to `/owner/name/releases/latest/download/asset-name.zip`. diff --git a/data/reusables/actions/proxy-considerations.md b/data/reusables/actions/proxy-considerations.md new file mode 100644 index 0000000000..f5a628f9c0 --- /dev/null +++ b/data/reusables/actions/proxy-considerations.md @@ -0,0 +1 @@ +If {% data variables.product.prodname_actions %} is enabled for your enterprise, only HTTP proxies are supported. SOCK5 and HTTPS proxies and Polipo are not supported. \ No newline at end of file From 8c0be3f69f3555fdb1d0e6fd6740815e502c08b0 Mon Sep 17 00:00:00 2001 From: Jeroen Rietveld Date: Thu, 16 Sep 2021 22:30:37 +0900 Subject: [PATCH 2/3] octcat -> octocat (#21554) Co-authored-by: Laura Coursen --- content/actions/reference/workflow-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/reference/workflow-syntax-for-github-actions.md b/content/actions/reference/workflow-syntax-for-github-actions.md index 426e94f7f7..12a99d6f59 100644 --- a/content/actions/reference/workflow-syntax-for-github-actions.md +++ b/content/actions/reference/workflow-syntax-for-github-actions.md @@ -1377,7 +1377,7 @@ For more information about branch, tag, and path filter syntax, see "[`on.
`feature/your-branch` | | `feature/**` | The `**` wildcard matches any character including slash (`/`) in branch and tag names. | `feature/beta-a/my-branch`

`feature/your-branch`

`feature/mona/the/octocat` | -| `main`

`releases/mona-the-octcat` | Matches the exact name of a branch or tag name. | `main`

`releases/mona-the-octocat` | +| `main`

`releases/mona-the-octocat` | Matches the exact name of a branch or tag name. | `main`

`releases/mona-the-octocat` | | `'*'` | Matches all branch and tag names that don't contain a slash (`/`). The `*` character is a special character in YAML. When you start a pattern with `*`, you must use quotes. | `main`

`releases` | | `'**'` | Matches all branch and tag names. This is the default behavior when you don't use a `branches` or `tags` filter. | `all/the/branches`

`every/tag` | | `'*feature'` | The `*` character is a special character in YAML. When you start a pattern with `*`, you must use quotes. | `mona-feature`

`feature`

`ver-10-feature` | From 91d4c9ccf1b92c3e158aa44c40048584095ec95a Mon Sep 17 00:00:00 2001 From: John Reed Date: Thu, 16 Sep 2021 06:36:17 -0700 Subject: [PATCH 3/3] UAdding Turkey tolist of countries in which GH supports sending SMS messages (#21549) Co-authored-by: Laura Coursen --- .../countries-where-sms-authentication-is-supported.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md b/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md index 52294eaf2c..f59768fe8b 100644 --- a/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md +++ b/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/countries-where-sms-authentication-is-supported.md @@ -122,6 +122,7 @@ If your country is not on this list, then we aren't currently able to reliably d
  • Tanzania
  • Togo
  • Trinidad and Tobago
  • +
  • Turkey
  • Turks and Caicos Islands
  • Uganda
  • Ukraine