Commit 4b6bf133 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Update CHANGELOG.md for 8.14.2

[ci skip]
parent c1b27a5f
......@@ -2,6 +2,26 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 8.14.2 (2016-12-01)
- Remove caching of events data. !6578
- Rephrase some system notes to be compatible with new system note style. !7692
- Pass tag SHA to post-receive hook when tag is created via UI. !7700
- Prevent error when submitting a merge request and pipeline is not defined. !7707
- Fixes system note style in commit discussion. !7721
- Use a Redis lease for updating authorized projects. !7733
- Refactor JiraService by moving code out of JiraService#execute method. !7756
- Update GitLab Workhorse to v1.0.1. !7759
- Fix pipelines info being hidden in merge request widget. !7808
- Fixed commit timeago not rendering after initial page.
- Fix for error thrown in cycle analytics events if build has not started.
- Fixed issue boards issue sorting when dragging issue into list.
- Allow access to the wiki with git when repository feature disabled.
- Fixed timeago not rendering when resolving a discussion.
- Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1.
- Timeout creating and viewing merge request for binary file.
- Gracefully recover from Redis connection failures in Sidekiq initializer.
## 8.14.1 (2016-11-28)
- Fix deselecting calendar days on contribution graph. !6453 (ClemMakesApps)
......
---
title: Pass tag SHA to post-receive hook when tag is created via UI
merge_request: 7700
author:
---
title: Prevent error when submitting a merge request and pipeline is not defined
merge_request: 7707
author:
---
title: Fixes system note style in commit discussion
merge_request: 7721
author:
---
title: Fix pipelines info being hidden in merge request widget
merge_request: 7808
author:
---
title: Fixed issue boards issue sorting when dragging issue into list
merge_request:
author:
---
title: Refactor JiraService by moving code out of JiraService#execute method
merge_request: 7756
author:
---
title: Remove caching of events data
merge_request: 6578
author:
---
title: Fix for error thrown in cycle analytics events if build has not started
merge_request:
author:
---
title: Allow access to the wiki with git when repository feature disabled
merge_request:
author:
---
title: Fixed commit timeago not rendering after initial page
merge_request:
author:
---
title: Use a Redis lease for updating authorized projects
merge_request: 7733
author:
---
title: Rephrase some system notes to be compatible with new system note style
merge_request: 7692
author:
---
title: Gracefully recover from Redis connection failures in Sidekiq initializer
merge_request:
author:
---
title: Fixed timeago not rendering when resolving a discussion
merge_request:
author:
---
title: Update Sidekiq-cron to fix compatibility issues with Sidekiq 4.2.1
merge_request:
author:
---
title: Timeout creating and viewing merge request for binary file
merge_request:
author:
---
title: Update GitLab Workhorse to v1.0.1
merge_request: 7759
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