Commit 3cffff05 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Update CHANGELOG.md for 8.14.1

[ci skip]
parent d45ebbe1
......@@ -2,6 +2,26 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 8.14.1 (2016-11-28)
- Fix deselecting calendar days on contribution graph. !6453 (ClemMakesApps)
- Update grape entity to 0.6.0. !7491
- If Build running change accept merge request when build succeeds button from orange to blue. !7577
- Changed import sources buttons to checkboxes. !7598 (Luke "Jared" Bennett)
- Last minute CI Style tweaks for 8.14. !7643
- Fix exceptions when loading build trace. !7658
- Fix wrong template rendered when CI/CD settings aren't update successfully. !7665
- fixes last_deployment call environment is nil. !7671
- Sort builds by name within pipeline graph. !7681
- Correctly determine mergeability of MR with no discussions.
- Sidekiq stats in the admin area will now show correctly on different platforms. (blackst0ne)
- Fixed issue boards dragging card removing random issues.
- Fix information disclosure in `Projects::BlobController#update`.
- Fix missing access checks on issue lookup using IssuableFinder.
- Replace issue access checks with use of IssuableFinder.
- Non members cannot create labels through the API.
- Fix cycle analytics plan stage when commits are missing.
## 8.14.0 (2016-11-22)
- Use separate email-token for incoming email and revert back the inactive feature. !5914
......
---
title: Changed import sources buttons to checkboxes
merge_request: 7598
author: Luke "Jared" Bennett
---
title: If Build running change accept merge request when build succeeds button from orange to blue
merge_request: 7577
author:
---
title: Sort builds by name within pipeline graph
merge_request: 7681
author:
---
title: fixes last_deployment call environment is nil
merge_request: 7671
author:
---
title: Fix wrong template rendered when CI/CD settings aren't update successfully
merge_request: 7665
author:
---
title: Correctly determine mergeability of MR with no discussions
merge_request:
author:
---
title: Last minute CI Style tweaks for 8.14
merge_request: 7643
author:
---
title: Fix deselecting calendar days on contribution graph
merge_request: 6453
author: ClemMakesApps
---
title: Fix exceptions when loading build trace
merge_request: 7658
author:
---
title: Fix cycle analytics plan stage when commits are missing
merge_request:
author:
---
title: Sidekiq stats in the admin area will now show correctly on different platforms
merge_request:
author: blackst0ne
---
title: Fixed issue boards dragging card removing random issues
merge_request:
author:
---
title: Fix information disclosure in `Projects::BlobController#update`
merge_request:
author:
---
title: Fix missing access checks on issue lookup using IssuableFinder
merge_request:
author:
---
title: Replace issue access checks with use of IssuableFinder
merge_request:
author:
---
title: Non members cannot create labels through the API
merge_request:
author:
---
title: Update grape entity to 0.6.0
merge_request: 7491
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