Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
cb5cc14d
Commit
cb5cc14d
authored
Mar 08, 2018
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 10.5.4
[ci skip]
parent
18042714
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
61 deletions
+21
-61
CHANGELOG.md
CHANGELOG.md
+21
-0
changelogs/unreleased/43261-fix-prometheus-installation.yml
changelogs/unreleased/43261-fix-prometheus-installation.yml
+0
-5
changelogs/unreleased/43510-merge-requests-and-issues-don-t-show-for-all-subgroups.yml
...erge-requests-and-issues-don-t-show-for-all-subgroups.yml
+0
-6
changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml
...incompatible-character-encodings-utf-8-and-ascii-8bit.yml
+0
-5
changelogs/unreleased/43532-error-on-admin-applications-prometheus-template.yml
...43532-error-on-admin-applications-prometheus-template.yml
+0
-5
changelogs/unreleased/fix-sm-fix_pages_worker.yml
changelogs/unreleased/fix-sm-fix_pages_worker.yml
+0
-5
changelogs/unreleased/grpc-unavailable-restart.yml
changelogs/unreleased/grpc-unavailable-restart.yml
+0
-5
changelogs/unreleased/issue-edit-shortcut.yml
changelogs/unreleased/issue-edit-shortcut.yml
+0
-5
changelogs/unreleased/minimal-fix-for-artifacts-service.yml
changelogs/unreleased/minimal-fix-for-artifacts-service.yml
+0
-5
changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml
.../unreleased/mk-fix-error-code-for-repo-does-not-exist.yml
+0
-5
changelogs/unreleased/remove-projects-finder-from-todos-finder.yml
...s/unreleased/remove-projects-finder-from-todos-finder.yml
+0
-5
changelogs/unreleased/revert-project-visibility-changes.yml
changelogs/unreleased/revert-project-visibility-changes.yml
+0
-5
changelogs/unreleased/zj-gitaly-encoding-issue.yml
changelogs/unreleased/zj-gitaly-encoding-issue.yml
+0
-5
No files found.
CHANGELOG.md
View file @
cb5cc14d
...
...
@@ -2,6 +2,27 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 10.5.4 (2018-03-08)
### Fixed (11 changes)
-
Encode branch name as binary before creating a RPC request to copy attributes. !17291
-
Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed. !17293
-
Ensure group issues and merge requests pages show results from subgroups when there are no results from the current group. !17312
-
Prevent trace artifact migration to incur data loss. !17313
-
Return a 404 instead of 403 if the repository does not exist on disk. !17341
-
Allow Prometheus application to be installed from Cluster applications. !17372
-
Fixes Prometheus admin configuration page. !17377
-
Fix code and wiki search results pages when non-ASCII text is displayed. !17413
-
Fix pages flaky failure by reloading stale object. !17522
-
Fixed issue edit shortcut not opening edit form.
-
Revert Project.public_or_visible_to_user changes and only apply to snippets.
### Performance (1 change)
-
Don't use ProjectsFinder in TodosFinder.
## 10.5.3 (2018-03-01)
### Security (1 change)
...
...
changelogs/unreleased/43261-fix-prometheus-installation.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Allow Prometheus application to be installed from Cluster applications
merge_request
:
17372
author
:
type
:
fixed
changelogs/unreleased/43510-merge-requests-and-issues-don-t-show-for-all-subgroups.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Ensure group issues and merge requests pages show results from subgroups when
there are no results from the current group
merge_request
:
17312
author
:
type
:
fixed
changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Fix code and wiki search results pages when non-ASCII text is displayed
merge_request
:
17413
author
:
type
:
fixed
changelogs/unreleased/43532-error-on-admin-applications-prometheus-template.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Fixes Prometheus admin configuration page
merge_request
:
17377
author
:
type
:
fixed
changelogs/unreleased/fix-sm-fix_pages_worker.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Fix pages flaky failure by reloading stale object
merge_request
:
17522
author
:
type
:
fixed
changelogs/unreleased/grpc-unavailable-restart.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed
merge_request
:
17293
author
:
type
:
fixed
changelogs/unreleased/issue-edit-shortcut.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Fixed issue edit shortcut not opening edit form
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/minimal-fix-for-artifacts-service.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Prevent trace artifact migration to incur data loss
merge_request
:
17313
author
:
type
:
fixed
changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Return a 404 instead of 403 if the repository does not exist on disk
merge_request
:
17341
author
:
type
:
fixed
changelogs/unreleased/remove-projects-finder-from-todos-finder.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Don't use ProjectsFinder in TodosFinder
merge_request
:
author
:
type
:
performance
changelogs/unreleased/revert-project-visibility-changes.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Revert Project.public_or_visible_to_user changes and only apply to snippets
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/zj-gitaly-encoding-issue.yml
deleted
100644 → 0
View file @
18042714
---
title
:
Encode branch name as binary before creating a RPC request to copy attributes
merge_request
:
17291
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment