From 24f9555362723ec60c2327f9a6c6dfdcf07424a9 Mon Sep 17 00:00:00 2001 From: Siara <108543037+SiaraMist@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:53:28 -0800 Subject: [PATCH 1/2] [Improvement]: Update docs for copilot chat beta (#48962) --- .../using-github-copilot-chat-in-your-ide.md | 12 ++++++++++++ data/reusables/gated-features/copilot-chat.md | 10 ++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/content/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide.md b/content/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide.md index d870c3919c..a338aab883 100644 --- a/content/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide.md +++ b/content/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide.md @@ -246,6 +246,18 @@ To share feedback about {% data variables.product.prodname_copilot_chat %}, you {% data reusables.copilot.chat-procedural-intro %} +## Joining the beta for {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE + +The following customers are eligible to participate in the private beta for {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE. + +- Users with **{% data variables.product.prodname_copilot_individuals_short %} subscriptions**. To join the private beta, sign up on the [waitlist](https://github.com/github-copilot/chat_jetbrains_waitlist_signup/join). You will be notified by email when you are granted access to the beta. Joining the waitlist does not guarantee access to the beta. +- Owners of **invoiced organizations or enterprises with a {% data variables.product.prodname_copilot_business_short %} subscription** who also have an account manager. To join the private beta, contact your account manager or solutions engineer to request access. + +The following customers are not eligible for the private beta for {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE at this time. + +- Customers on Free, Team, or Enterprise plans who do not have an account manager. +- Customers on Enterprise plans who pay for {% data variables.product.product_name %} with a credit card or PayPal. + ## Prerequisites {% data reusables.copilot.chat-subscription-prerequisite %} diff --git a/data/reusables/gated-features/copilot-chat.md b/data/reusables/gated-features/copilot-chat.md index e34e399b42..9ce2e78b10 100644 --- a/data/reusables/gated-features/copilot-chat.md +++ b/data/reusables/gated-features/copilot-chat.md @@ -1,9 +1,3 @@ -{% data variables.product.prodname_copilot_chat %} in a JetBrains IDE is currently in beta, and is subject to change. +All users with a {% data variables.product.prodname_copilot_for_individuals %} subscription can access {% data variables.product.prodname_copilot_chat %} in {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}. Owners of organizations {% ifversion ghec %}or enterprises {% endif %}with a {% data variables.product.prodname_copilot_business_short %} subscription can decide whether to grant access to {% data variables.product.prodname_copilot_chat %} for {% data variables.product.prodname_vs %}, {% ifversion ghec %} {% data variables.product.prodname_vscode_shortname %}, and - with a {% data variables.product.prodname_copilot_enterprise_short %} subscription - {% data variables.product.prodname_dotcom_the_website %}{% else %} and {% data variables.product.prodname_vscode_shortname %}{% endif %}.

-All users with a {% data variables.product.prodname_copilot_for_individuals %} subscription can access {% data variables.product.prodname_copilot_chat %} in {% data variables.product.prodname_vscode %} and {% data variables.product.prodname_vs %}. -

-Owners of organizations {% ifversion ghec %}or enterprises {% endif %}with a {% data variables.product.prodname_copilot_business_short %} subscription can decide whether to grant access to {% data variables.product.prodname_copilot_chat %} for {% data variables.product.prodname_vs %}, {% ifversion ghec %} {% data variables.product.prodname_vscode_shortname %}, and - with a {% data variables.product.prodname_copilot_enterprise_short %} subscription - {% data variables.product.prodname_dotcom_the_website %}{% else %} and {% data variables.product.prodname_vscode_shortname %}{% endif %}. -

-If you have a {% data variables.product.prodname_copilot_individuals_short %} subscription, and you would like to use {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE, you can join the [waitlist](https://github.com/github-copilot/chat_jetbrains_waitlist_signup/join). You will be notified by email when you are granted access to the beta. Joining the waitlist does not guarantee access to the beta. -

-If you are an owner of an invoiced organization or enterprise with a {% data variables.product.prodname_copilot_business_short %} subscription and would like to participate in the beta for {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE, you can contact your account manager or solutions engineer to request access. Customers on Free, Team or self-serve Enterprise plans who do not have an account manager are not eligible for the private beta at this time. +{% data variables.product.prodname_copilot_chat %} in a JetBrains IDE is currently in beta, and is subject to change. Only certain users are eligible to join the beta. For more information, see "[Joining the beta for {% data variables.product.prodname_copilot_chat %} in a JetBrains IDE](/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide?tool=jetbrains_beta#joining-the-beta-for-github-copilot-chat-in-a-jetbrains-ide)." From abea15d48ce7fc28b41b65e93556f205638935d9 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:01:18 -0800 Subject: [PATCH 2/2] Update docs for "[Deprecation] Removing certain features from Repo Insights API and UI" (#48523) --- .../get-started/learning-about-github/githubs-plans.md | 2 ++ .../about-repository-graphs.md | 2 ++ .../analyzing-changes-to-a-repositorys-content.md | 4 ++++ .../viewing-a-projects-contributors.md | 2 ++ .../reusables/repositories/repo-insights-commit-limit.md | 9 +++++++++ 5 files changed, 19 insertions(+) create mode 100644 data/reusables/repositories/repo-insights-commit-limit.md diff --git a/content/get-started/learning-about-github/githubs-plans.md b/content/get-started/learning-about-github/githubs-plans.md index ddcda79f82..ee1faa955e 100644 --- a/content/get-started/learning-about-github/githubs-plans.md +++ b/content/get-started/learning-about-github/githubs-plans.md @@ -67,6 +67,7 @@ In addition to the features available with {% data variables.product.prodname_fr - Wikis - Repository insights graphs: Pulse, contributors, traffic, commits, code frequency, network, and forks + {% data reusables.repositories.repo-insights-commit-limit %} ## {% data variables.product.prodname_free_team %} for organizations @@ -103,6 +104,7 @@ In addition to the features available with {% data variables.product.prodname_fr - Wikis - Repository insights graphs: Pulse, contributors, traffic, commits, code frequency, network, and forks + {% data reusables.repositories.repo-insights-commit-limit %} {%- ifversion fpt or ghec %} - The option to enable or disable {% data variables.product.prodname_github_codespaces %} - Organization owners can choose to enable or disable {% data variables.product.prodname_github_codespaces %} for the organization's private {% ifversion ghec %}and internal {% endif %}repositories, and can pay for the usage of members and collaborators. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/enabling-or-disabling-github-codespaces-for-your-organization)" and [AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/choosing-who-owns-and-pays-for-codespaces-in-your-organization)." diff --git a/content/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs.md b/content/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs.md index e2451a1ea1..b6b70e8259 100644 --- a/content/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs.md +++ b/content/repositories/viewing-activity-and-data-for-your-repository/about-repository-graphs.md @@ -15,6 +15,8 @@ topics: --- A repository's graphs give you information on {% ifversion fpt or ghec %} traffic, projects that depend on the repository,{% endif %} contributors and commits to the repository, and a repository's forks and network. If you maintain a repository, you can use this data to get a better understanding of who's using your repository and why they're using it. +{% data reusables.repositories.repo-insights-commit-limit %} + {% ifversion fpt or ghec %} Some repository graphs are available only in public repositories with {% data variables.product.prodname_free_user %}: diff --git a/content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md b/content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md index 0273f25a80..78b0e2e9b7 100644 --- a/content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md +++ b/content/repositories/viewing-activity-and-data-for-your-repository/analyzing-changes-to-a-repositorys-content.md @@ -24,6 +24,8 @@ shortTitle: Analyze changes ## Visualizing commits in a repository +{% data reusables.repositories.repo-insights-commit-limit %} + You can see all commits made to a repository in the past year (excluding merge commits) in the Commit graph. The top graph shows commits for the entire year by week. The bottom graph shows the average number of commits by day of the week for the selected week. @@ -39,6 +41,8 @@ The top graph shows commits for the entire year by week. The bottom graph shows ## Visualizing additions and deletion to content in a repository +{% data reusables.repositories.repo-insights-commit-limit %} + The code frequency graph displays the content additions and deletions for each week in a repository's history. {% ifversion fpt or ghec %} diff --git a/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors.md b/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors.md index b87c8cdc87..c675970565 100644 --- a/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors.md +++ b/content/repositories/viewing-activity-and-data-for-your-repository/viewing-a-projects-contributors.md @@ -18,6 +18,8 @@ shortTitle: View project contributors --- ## About contributors +{% data reusables.repositories.repo-insights-commit-limit %} + You can view the top 100 contributors to a repository{% ifversion ghes %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph. {% ifversion fpt or ghec %} diff --git a/data/reusables/repositories/repo-insights-commit-limit.md b/data/reusables/repositories/repo-insights-commit-limit.md new file mode 100644 index 0000000000..b350ae043d --- /dev/null +++ b/data/reusables/repositories/repo-insights-commit-limit.md @@ -0,0 +1,9 @@ +{% ifversion not ghes %} + +{% note %} + +**Note:** Certain contributor, commit, and code frequency insights are only available for repositories that have less than 10,000 commits. + +{% endnote %} + +{% endif %}