Commit 0437d03f authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'master' into 1589-deploy-boards

* master:
  Update CHANGELOG.md for 8.16.6
  Update CHANGELOG-EE.md for 8.16.6-ee
  Update CHANGELOG.md for 8.14.10
  Update CHANGELOG-EE.md for 8.14.10-ee
  Update CHANGELOG.md for 8.15.7
  Update CHANGELOG-EE.md for 8.15.7-ee
parents 9ebe4524 99ac320d
Please view this file on the master branch, on stable branches it's out of date.
## 8.16.6 (2017-02-17)
- Geo: send the new event type with the backfill function. !1157
- Move RepositoryUpdateRemoteMirrorWorker jobs to project_mirror Sidekiq queue. !1234
- Fixed merge request environment link not displaying.
- Reduce queries needed to check if node is a primary or secondary Geo node.
## 8.16.5 (2017-02-14)
- No changes.
......@@ -32,6 +39,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Expose issue weight in the API. !1023 (Robert Schilling)
- Copy <some text> to clipboard. !1048
## 8.15.7 (2017-02-15)
- No changes.
## 8.15.6 (2017-02-14)
- No changes.
......@@ -69,6 +80,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Geo: Enables nodes to be removed even without proper license. !978
- Update validates_hostname to 1.0.6 to fix a bug in parsing hexadecimal-looking domain names. !982
## 8.14.10 (2017-02-15)
- No changes.
## 8.14.9 (2017-02-14)
- No changes.
......
......@@ -2,6 +2,23 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 8.16.6 (2017-02-17)
- API: Fix file downloading. !0 (8267)
- Read true-up info from license and validate it. !1159
- Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms. !8752
- Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory. !8891
- Fix wrong call to ProjectCacheWorker.perform. !8910
- Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index. !8956
- Fix broken anchor links when special characters are used. !8961 (Andrey Krivko)
- Do not display deploy keys in user's own ssh keys list. !9024
- Show merge errors in merge request widget. !9229
- Don't delete assigned MRs/issues when user is deleted.
- backport of EE fix !954.
- Refresh authorizations when transferring projects.
- Don't use backup Active Record connections for Sidekiq.
- Check public snippets for spam.
## 8.16.5 (2017-02-14)
- Patch Asciidocs rendering to block XSS.
......@@ -181,6 +198,10 @@ entry.
- Add margin to markdown math blocks.
- Add hover state to MR comment reply button.
## 8.15.7 (2017-02-15)
- No changes.
## 8.15.6 (2017-02-14)
- Patch Asciidocs rendering to block XSS.
......@@ -459,6 +480,10 @@ entry.
- Whitelist next project names: help, ci, admin, search. !8227
- Adds back CSS for progress-bars. !8237
## 8.14.10 (2017-02-15)
- No changes.
## 8.14.9 (2017-02-14)
- Patch Asciidocs rendering to block XSS.
......
---
title: 'Geo: send the new event type with the backfill function'
merge_request: 1157
author:
---
title: Fixed merge request environment link not displaying
merge_request:
author:
---
title: Move RepositoryUpdateRemoteMirrorWorker jobs to project_mirror Sidekiq queue
merge_request: 1234
author:
---
title: Reduce queries needed to check if node is a primary or secondary Geo node
merge_request:
author:
---
title: Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms
merge_request: 8752
author:
---
title: Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index
merge_request: 8956
author:
---
title: Fix filtered search user autocomplete for gitlab instances that are hosted
on a subdirectory
merge_request: 8891
author:
---
title: Do not display deploy keys in user's own ssh keys list
merge_request: 9024
author:
---
title: Fix wrong call to ProjectCacheWorker.perform
merge_request: 8910
author:
---
title: Show merge errors in merge request widget
merge_request: 9229
author:
---
title: Read true-up info from license and validate it
merge_request: 1159
author:
---
title: 'API: Fix file downloading'
merge_request: Robert Schilling
author: 8267
---
title: Don't delete assigned MRs/issues when user is deleted
merge_request:
author:
---
title: Fix broken anchor links when special characters are used
merge_request: 8961
author: Andrey Krivko
---
title: Refresh authorizations when transferring projects
merge_request:
author:
---
title: Don't use backup Active Record connections for Sidekiq
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment