Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/admin/all-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ For information about the latest release, see the [{% data variables.product.pro
| Version | Candidate | Release | {% data variables.release-phases.closing_down_caps %} date | Supported | Release notes | Docs |
| :- | :- | :- | :- | :-: | :- | :- |
{%- for version in enterpriseServerReleases.supported %}
{%- assign currentDate = 'now' | date: '%s' %}
{%- assign deprecationDate = enterpriseServerReleases.dates[version].deprecationDate | date: '%s' %}
| {{version}} | {{enterpriseServerReleases.dates[version].displayCandidateDate}} | {{enterpriseServerReleases.dates[version].displayReleaseDate}} | {{enterpriseServerReleases.dates[version].deprecationDate}} | {% if currentDate < deprecationDate %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} | [{{version}} release notes](/enterprise-server@{{version}}/admin/release-notes) | [{{version}} docs](/enterprise-server@{{version}}) |
{%- endfor %}
{%- for version in enterpriseServerReleases.deprecatedReleasesWithNewFormat %}
Expand Down
2 changes: 2 additions & 0 deletions content/admin/data-residency/network-details-for-ghecom.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ To access your enterprise on {% data variables.enterprise.data_residency_site %}
## {% data variables.product.github %}'s hostnames

* `*.{% data variables.enterprise.data_residency_domain %}`, where SUBDOMAIN is your enterprise's dedicated subdomain on {% data variables.enterprise.data_residency_site %}
* `*.pages.{% data variables.enterprise.data_residency_domain %}`
* `*.actions.{% data variables.enterprise.data_residency_domain %}`
* `*.githubassets.com`
* `*.githubusercontent.com`
* `*.blob.core.windows.net`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Only the project visibility is affected; to view an item on the project, someone

Project admins and organization owners can control project visibility. Organization owners{% ifversion project-visibility-policy %} and enterprise owners{% endif %} can restrict the ability to change project visibility to just organization owners.

In public{% ifversion ghec %}, internal, {% endif %} and private projects, insights are only visible to users with write permissions for the project.

In private{% ifversion ghec %} and internal{% endif %} organization-owned projects, the avatars of users who are current making updates to the project are displayed in the project UI.

Project admins can also manage write and admin access to their project and control read access for individual users. For more information, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ versions:
redirect_from:
- /issues/trying-out-the-new-projects-experience/using-insights-with-projects
type: tutorial
permissions: '{% data reusables.projects.insights-permissions %}'
topics:
- Projects
allowTitleToDifferFromFilename: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ versions:
ghec: '*'
ghes: '*'
type: tutorial
permissions: '{% data reusables.projects.insights-permissions %}'
topics:
- Projects
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ versions:
ghec: '*'
ghes: '*'
type: tutorial
permissions: '{% data reusables.projects.insights-permissions %}'
topics:
- Projects
---
Expand Down
1 change: 0 additions & 1 deletion data/reusables/projects/insights-permissions.md

This file was deleted.

484 changes: 242 additions & 242 deletions src/rest/data/ghes-3.15-2022-11-28/schema.json

Large diffs are not rendered by default.

324 changes: 162 additions & 162 deletions src/rest/data/ghes-3.16-2022-11-28/schema.json

Large diffs are not rendered by default.

Loading