Skip to content

Commit 12bc445

Browse files
authored
Add known issue about error on branch deletion (#18858)
1 parent ec9d342 commit 12bc445

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

data/release-notes/3-0/0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ sections:
132132
- A race condition can cause dependency graph database migrations to appear to fail.
133133
- Instances with a custom timezone that were upgraded from an earlier release of GitHub Enterprise Server may have incorrect timestamps in the web UI.
134134
- Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).
135+
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.
135136

136137
deprecations:
137138
- heading: Deprecation of GitHub Enterprise Server 2.19

data/release-notes/3-0/1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ sections:
4444
- 'Dependency graph fails to parse `yarn.lock` Javascript manifest files, resulting in HTTP 500 errors in logs.'
4545
- 'Instances with a custom timezone that were upgraded from an earlier release of GitHub Enterprise Server may have incorrect timestamps in the web UI.'
4646
- 'Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).'
47+
- 'When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.'
4748
- |
4849
Users may experience assets such as avatars not loading, or a failure to push/pull code. This may be caused by a PID mismatch in the `haproxy-cluster-proxy` service. To determine if you have an affected instance:
4950

data/release-notes/3-0/2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sections:
3030
- Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters.
3131
- reStructuredText (RST) rendering in the web UI may fail and instead display raw RST markup text.
3232
- Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).
33+
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.
3334
- |
3435
Users may experience assets such as avatars not loading, or a failure to push/pull code. This may be caused by a PID mismatch in the `haproxy-cluster-proxy` service. To determine if you have an affected instance:
3536

data/release-notes/3-0/3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ sections:
2929
- Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters.
3030
- reStructuredText (RST) rendering in the web UI may fail and instead display raw RST markup text.
3131
- Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).
32+
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.
3233
- |
3334
Log rotation may fail to signal services to transition to new log files, leading to older log files continuing to be used, and eventual root disk space exhaustion.
3435
To remedy and/or prevent this issue, run the following commands in the [administrative shell](https://docs.github.com/en/enterprise-server/admin/configuration/accessing-the-administrative-shell-ssh) (SSH), or contact [GitHub Enterprise Support](https://enterprise.githubsupport.com/hc/en-us) or [GitHub Premium Support](https://premium.githubsupport.com/) for assistance:

data/release-notes/3-0/4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ sections:
2222
- When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
2323
- Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters.
2424
- reStructuredText (RST) rendering in the web UI may fail and instead display raw RST markup text.
25+
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.

data/release-notes/3-0/5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ sections:
2323
- Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository.
2424
- Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters.
2525
- When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
26+
- When deleting a branch after merging a pull request, an error message appears although the branch deletion succeeds.

0 commit comments

Comments
 (0)