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
8f76ce3e
Commit
8f76ce3e
authored
Nov 30, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGELOG.md for 10.2.3
[ci skip]
parent
fee2a543
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
19 additions
and
51 deletions
+19
-51
CHANGELOG.md
CHANGELOG.md
+19
-0
changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml
...leased/40291-ignore-hashed-repos-cleanup-repositories.yml
+0
-5
changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml
...ogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml
+0
-5
changelogs/unreleased/default-values-for-mr-states.yml
changelogs/unreleased/default-values-for-mr-states.yml
+0
-5
changelogs/unreleased/dm-fix-registry-with-sudo-token.yml
changelogs/unreleased/dm-fix-registry-with-sudo-token.yml
+0
-5
changelogs/unreleased/dm-project-search-performance.yml
changelogs/unreleased/dm-project-search-performance.yml
+0
-6
changelogs/unreleased/events-atom-feed-author-query.yml
changelogs/unreleased/events-atom-feed-author-query.yml
+0
-5
changelogs/unreleased/fix-import-uploads-hashed-storage.yml
changelogs/unreleased/fix-import-uploads-hashed-storage.yml
+0
-5
changelogs/unreleased/issue_40374.yml
changelogs/unreleased/issue_40374.yml
+0
-5
changelogs/unreleased/jk-group-mentions-fix.yml
changelogs/unreleased/jk-group-mentions-fix.yml
+0
-5
changelogs/unreleased/optimise-stuck-ci-jobs-worker.yml
changelogs/unreleased/optimise-stuck-ci-jobs-worker.yml
+0
-5
No files found.
CHANGELOG.md
View file @
8f76ce3e
...
@@ -2,6 +2,25 @@
...
@@ -2,6 +2,25 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
entry.
## 10.2.3 (2017-11-30)
### Fixed (7 changes)
-
Fix hashed storage for Import/Export uploads. !15482
-
Ensure that rake gitlab:cleanup:repos task does not mess with hashed repositories. !15520
-
Ensure that rake gitlab:cleanup:dirs task does not mess with hashed repositories. !15600
-
Fix WIP system note not being created.
-
Fix link text from group context.
-
Fix defaults for MR states and merge statuses.
-
Fix pulling and pushing using a personal access token with the sudo scope.
### Performance (3 changes)
-
Drastically improve project search performance by no longer searching namespace name.
-
Reuse authors when rendering event Atom feeds.
-
Optimise StuckCiJobsWorker using cheap SQL query outside, and expensive inside.
## 10.2.2 (2017-11-23)
## 10.2.2 (2017-11-23)
### Fixed (5 changes)
### Fixed (5 changes)
...
...
changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Ensure that rake gitlab:cleanup:repos task does not mess with hashed repositories
merge_request
:
15520
author
:
type
:
fixed
changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Ensure that rake gitlab:cleanup:dirs task does not mess with hashed repositories
merge_request
:
15600
author
:
type
:
fixed
changelogs/unreleased/default-values-for-mr-states.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Fix defaults for MR states and merge statuses
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/dm-fix-registry-with-sudo-token.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Fix pulling and pushing using a personal access token with the sudo scope
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/dm-project-search-performance.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Drastically improve project search performance by no longer searching namespace
name
merge_request
:
author
:
type
:
performance
changelogs/unreleased/events-atom-feed-author-query.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Reuse authors when rendering event Atom feeds
merge_request
:
author
:
type
:
performance
changelogs/unreleased/fix-import-uploads-hashed-storage.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Fix hashed storage for Import/Export uploads
merge_request
:
15482
author
:
type
:
fixed
changelogs/unreleased/issue_40374.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Fix WIP system note not being created
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/jk-group-mentions-fix.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Fix link text from group context
merge_request
:
author
:
type
:
fixed
changelogs/unreleased/optimise-stuck-ci-jobs-worker.yml
deleted
100644 → 0
View file @
fee2a543
---
title
:
Optimise StuckCiJobsWorker using cheap SQL query outside, and expensive inside
merge_request
:
author
:
type
:
performance
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