Revert "Update CHANGELOG.md for 8.14.0-rc2"
This reverts commit 5d4aeae9bf
.
This commit is contained in:
parent
37abb20cec
commit
af1cf97427
22 changed files with 84 additions and 21 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -4,27 +4,6 @@ entry.
|
|||
|
||||
## 8.14.0 (2016-11-22)
|
||||
|
||||
- Centralize LDAP config/filter logic. !6606
|
||||
- Show random messages when the To Do list is empty. !6818 (Josep Llaneras)
|
||||
- Fix record not found error on NewNoteWorker processing. !6863 (Oswaldo Ferreira)
|
||||
- Fix expanding a collapsed diff when converting a symlink to a regular file. !6953
|
||||
- Add link to build pipeline within individual build pages. !7082
|
||||
- Add api endpoint `/groups/owned`. !7103 (Borja Aparicio)
|
||||
- Fix no "Register" tab if ldap auth is enabled (#24038). !7274 (Luc Didry)
|
||||
- Added ability to throttle Sidekiq Jobs. !7292
|
||||
- Require projects before creating milestone. !7301 (gfyoung)
|
||||
- Fix error when using invalid branch name when creating a new pipeline. !7324
|
||||
- Fix cache for commit status in commits list to respect branches. !7372
|
||||
- Removed gray button styling from todo buttons in sidebars. !7387
|
||||
- Fix project records with invalid visibility_level values. !7391
|
||||
- Use 'Forking in progress' title when appropriate. !7394 (Philip Karpiak)
|
||||
- Fix error links in help index page. !7396 (Fu Xu)
|
||||
- [Fix] Extra divider issue in dropdown. !7398
|
||||
- Project download buttons always show. !7405 (Philip Karpiak)
|
||||
- Give search-input correct padding-right value. !7407 (Philip Karpiak)
|
||||
- Remove additional padding on right-aligned items in MR widget. !7411 (Didem Acet)
|
||||
- Fix issue causing Labels not to appear in sidebar on MR page. !7416 (Alex Sanford)
|
||||
- Fix project Visibility Level selector not using default values.
|
||||
- Use separate email-token for incoming email and revert back the inactive feature. !5914
|
||||
- Replace jQuery.timeago with timeago.js. !6274 (ClemMakesApps)
|
||||
- Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add link to build pipeline within individual build pages
|
||||
merge_request: 7082
|
||||
author:
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix project records with invalid visibility_level values
|
||||
merge_request: 7391
|
||||
author:
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix no "Register" tab if ldap auth is enabled (#24038)
|
||||
merge_request: 7274
|
||||
author: Luc Didry
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "[Fix] Extra divider issue in dropdown"
|
||||
merge_request: 7398
|
||||
author:
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Removed gray button styling from todo buttons in sidebars
|
||||
merge_request: 7387
|
||||
author:
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Remove additional padding on right-aligned items in MR widget.
|
||||
merge_request: 7411
|
||||
author: Didem Acet
|
4
changelogs/unreleased/24397-load-labels-on-mr-tabs.yml
Normal file
4
changelogs/unreleased/24397-load-labels-on-mr-tabs.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix issue causing Labels not to appear in sidebar on MR page
|
||||
merge_request: 7416
|
||||
author: Alex Sanford
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix expanding a collapsed diff when converting a symlink to a regular file
|
||||
merge_request: 6953
|
||||
author:
|
4
changelogs/unreleased/always-show-download-button.yml
Normal file
4
changelogs/unreleased/always-show-download-button.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Project download buttons always show
|
||||
merge_request: 7405
|
||||
author: Philip Karpiak
|
4
changelogs/unreleased/feature-api_owned_resource.yml
Normal file
4
changelogs/unreleased/feature-api_owned_resource.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add api endpoint `/groups/owned`
|
||||
merge_request: 7103
|
||||
author: Borja Aparicio
|
4
changelogs/unreleased/fix-cache-for-commit-status.yml
Normal file
4
changelogs/unreleased/fix-cache-for-commit-status.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix cache for commit status in commits list to respect branches
|
||||
merge_request: 7372
|
||||
author:
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix error when using invalid branch name when creating a new pipeline
|
||||
merge_request: 7324
|
||||
author:
|
4
changelogs/unreleased/fix-help-page-links.yml
Normal file
4
changelogs/unreleased/fix-help-page-links.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix error links in help index page
|
||||
merge_request: 7396
|
||||
author: Fu Xu
|
4
changelogs/unreleased/fix-search-input-padding.yml
Normal file
4
changelogs/unreleased/fix-search-input-padding.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Give search-input correct padding-right value
|
||||
merge_request: 7407
|
||||
author: Philip Karpiak
|
4
changelogs/unreleased/forking-in-progress-title.yml
Normal file
4
changelogs/unreleased/forking-in-progress-title.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Use 'Forking in progress' title when appropriate
|
||||
merge_request: 7394
|
||||
author: Philip Karpiak
|
4
changelogs/unreleased/issue-13823.yml
Normal file
4
changelogs/unreleased/issue-13823.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Show random messages when the To Do list is empty
|
||||
merge_request: 6818
|
||||
author: Josep Llaneras
|
4
changelogs/unreleased/issue_20245.yml
Normal file
4
changelogs/unreleased/issue_20245.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix project Visibility Level selector not using default values
|
||||
merge_request:
|
||||
author:
|
4
changelogs/unreleased/milestone-project-require.yml
Normal file
4
changelogs/unreleased/milestone-project-require.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Require projects before creating milestone.
|
||||
merge_request: 7301
|
||||
author: gfyoung
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix record not found error on NewNoteWorker processing
|
||||
merge_request: 6863
|
||||
author: Oswaldo Ferreira
|
4
changelogs/unreleased/sidekiq-job-throttling.yml
Normal file
4
changelogs/unreleased/sidekiq-job-throttling.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Added ability to throttle Sidekiq Jobs
|
||||
merge_request: 7292
|
||||
author:
|
4
changelogs/unreleased/user_filter_auth.yml
Normal file
4
changelogs/unreleased/user_filter_auth.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Centralize LDAP config/filter logic
|
||||
merge_request: 6606
|
||||
author:
|
Loading…
Reference in a new issue