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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
e1de8a77
Commit
e1de8a77
authored
Feb 25, 2018
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 10.5.2
[ci skip]
parent
7eaafea2
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
60 deletions
+21
-60
CHANGELOG.md
CHANGELOG.md
+21
-0
changelogs/unreleased/34130-null-pipes.yml
changelogs/unreleased/34130-null-pipes.yml
+0
-5
changelogs/unreleased/41461-project-members-slow-due-to-sql.yml
...logs/unreleased/41461-project-members-slow-due-to-sql.yml
+0
-5
changelogs/unreleased/41619-turn-on-legacy-authorization-for-new-clusters-on-gke.yml
...-turn-on-legacy-authorization-for-new-clusters-on-gke.yml
+0
-5
changelogs/unreleased/42877-snippets-dashboard-slow.yml
changelogs/unreleased/42877-snippets-dashboard-slow.yml
+0
-5
changelogs/unreleased/43373-fix-cache-index-appending.yml
changelogs/unreleased/43373-fix-cache-index-appending.yml
+0
-5
changelogs/unreleased/fix-500-for-invalid-upload-path.yml
changelogs/unreleased/fix-500-for-invalid-upload-path.yml
+0
-5
changelogs/unreleased/flipper-caching.yml
changelogs/unreleased/flipper-caching.yml
+0
-5
changelogs/unreleased/jej-fix-slow-lfs-object-check.yml
changelogs/unreleased/jej-fix-slow-lfs-object-check.yml
+0
-5
changelogs/unreleased/kp-fix-stacked-bar-progress-value-clipping.yml
...unreleased/kp-fix-stacked-bar-progress-value-clipping.yml
+0
-5
changelogs/unreleased/sh-guard-read-only-user-updates.yml
changelogs/unreleased/sh-guard-read-only-user-updates.yml
+0
-5
changelogs/unreleased/users-autocomplete.yml
changelogs/unreleased/users-autocomplete.yml
+0
-5
changelogs/unreleased/zj-branch-contains-git-message.yml
changelogs/unreleased/zj-branch-contains-git-message.yml
+0
-5
No files found.
CHANGELOG.md
View file @
e1de8a77
...
...
@@ -2,6 +2,27 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 10.5.2 (2018-02-25)
### Fixed (7 changes)
-
Fix single digit value clipping for stacked progress bar. !17217
-
Fix issue with cache key being empty when variable used as the key. !17260
-
Enable Legacy Authorization by default on Cluster creations. !17302
-
Allow branch names to be named the same as the sha it points to.
-
Fix 500 error when loading an invalid upload URL.
-
Don't attempt to update user tracked fields if database is in read-only.
-
Prevent MR Widget error when no CI configured.
### Performance (5 changes)
-
Improve query performance for snippets dashboard. !17088
-
Only check LFS integrity for first ref in a push to avoid timeout. !17098
-
Improve query performance of MembersFinder. !17190
-
Increase feature flag cache TTL to one hour.
-
Improve performance of searching for and autocompleting of users.
## 10.5.1 (2018-02-22)
-
No changes.
...
...
changelogs/unreleased/34130-null-pipes.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Prevent MR Widget error when no CI configured
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/41461-project-members-slow-due-to-sql.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Improve query performance of MembersFinder.
merge_request
:
17190
author
:
type
:
performance
changelogs/unreleased/41619-turn-on-legacy-authorization-for-new-clusters-on-gke.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Enable Legacy Authorization by default on Cluster creations
merge_request
:
17302
author
:
type
:
fixed
changelogs/unreleased/42877-snippets-dashboard-slow.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Improve query performance for snippets dashboard.
merge_request
:
17088
author
:
type
:
performance
changelogs/unreleased/43373-fix-cache-index-appending.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Fix issue with cache key being empty when variable used as the key
merge_request
:
17260
author
:
type
:
fixed
changelogs/unreleased/fix-500-for-invalid-upload-path.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Fix 500 error when loading an invalid upload URL
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/flipper-caching.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Increase feature flag cache TTL to one hour
merge_request
:
author
:
type
:
performance
changelogs/unreleased/jej-fix-slow-lfs-object-check.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Only check LFS integrity for first ref in a push to avoid timeout
merge_request
:
17098
author
:
type
:
performance
changelogs/unreleased/kp-fix-stacked-bar-progress-value-clipping.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Fix single digit value clipping for stacked progress bar
merge_request
:
17217
author
:
type
:
fixed
changelogs/unreleased/sh-guard-read-only-user-updates.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Don't attempt to update user tracked fields if database is in read-only
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/users-autocomplete.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Improve performance of searching for and autocompleting of users
merge_request
:
author
:
type
:
performance
changelogs/unreleased/zj-branch-contains-git-message.yml
deleted
100644 → 0
View file @
7eaafea2
---
title
:
Allow branch names to be named the same as the sha it points to
merge_request
:
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