From 9566d475c28d3e32106c1dc1678f6debe7102825 Mon Sep 17 00:00:00 2001 From: Jurre Date: Thu, 25 Apr 2024 09:36:52 +0200 Subject: [PATCH 1/3] Update supported-package-managers.md (#50296) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index 31358313ae61..9aaa29831edb 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -27,7 +27,7 @@ pipenv | `pip` | <= 2021-05-29 | {% octicon "x" aria-label {% endif %}poetry | `pip` | v1 | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | [pub](#pub) | `pub` | v2 | {% ifversion dependabot-updates-pub-private-registry %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | {% ifversion dependabot-updates-pub-private-registry %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | {% octicon "x" aria-label="Not supported" %} |{% ifversion dependabot-updates-swift-support %} [Swift](#swift) | `swift` | v5 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} |{% endif %} -[Terraform](#terraform) | `terraform` | >= 0.13, <= 1.7.x | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | +[Terraform](#terraform) | `terraform` | >= 0.13, <= 1.8.x | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | {% ifversion dependabot-yarn-v3-update %}[yarn](#yarn) | `npm` | v1, v2, v3 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %}|{% else %}yarn | `npm` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | | {% endif %} From 8ac7034b56cdbfefdc56e7d080c679e5fce6e205 Mon Sep 17 00:00:00 2001 From: MikaelaMcGrath Date: Thu, 25 Apr 2024 17:37:06 +1000 Subject: [PATCH 2/3] Added git events export limits to REST API (#50185) Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com> --- .../reviewing-the-audit-log-for-your-organization.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md index c3b4083b50fc..463effb5d642 100644 --- a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md @@ -197,6 +197,12 @@ To ensure your intellectual property is secure, and you maintain compliance for By default, only events from the past three months are returned. To include older events, you must specify a timestamp in your query. +{% ifversion ghec %} + +When you use the REST API to request Git events, events that were initiated via the web browser or the REST or GraphQL APIs are not included. For example, when you merge a pull request in the web browser, changes are pushed to the base branch, but the Git event for that push is not included in the response. + +{% endif %} + For more information about the audit log REST API, see "[AUTOTITLE](/rest/orgs#get-the-audit-log-for-an-organization)." {% endif %} From e0ce4cc3f91836e1b3a7b3763a80a31dd758586f Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:39:28 +0200 Subject: [PATCH 3/3] [Improvement]: Update "Enterprise administrator" landing page based on Google Search Console data (#50266) --- content/admin/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/admin/index.md b/content/admin/index.md index 81a8e5aed080..4360874c310a 100644 --- a/content/admin/index.md +++ b/content/admin/index.md @@ -76,6 +76,7 @@ featuredLinks: - '{% ifversion ghec %}/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise{% endif %}' - /admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise - '{% ifversion ghes %}/admin/overview/about-upgrades-to-new-releases{% endif %}' + - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise{% endif %}' guideCards: - '{% ifversion ghes %}/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server{% endif %}' - '{% ifversion ghes %}/admin/packages/getting-started-with-github-packages-for-your-enterprise{% endif %}' @@ -87,13 +88,12 @@ featuredLinks: - /admin/overview/about-github-enterprise-server - '{% ifversion ghes %}/admin/overview/setting-up-a-trial-of-github-enterprise-server{% endif %}' - '{% ifversion ghes %}/admin/installation{% endif %}' - - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise{% endif %}' - - /admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities - '{% ifversion ghec %}/admin/configuration/configuring-user-applications-for-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise{% endif %}' - - '{% ifversion ghec %}/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise{% endif %}' + - /admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise - '{% ifversion ghec %}/admin/monitoring-activity-in-your-enterprise/exploring-user-activity-in-your-enterprise/managing-global-webhooks{% endif %}' - '{% ifversion ghec %}/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise{% endif %}' - /support/learning-about-github-support/about-github-support + - /admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities layout: product-landing versions: ghec: '*'