Update CHANGELOG.md for 9.1.1
[ci skip]
This commit is contained in:
parent
ebccceae8a
commit
93a698f9b2
12 changed files with 15 additions and 45 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 9.1.1 (2017-04-26)
|
||||
|
||||
- Add a transaction around move_issues_to_ghost_user. !10465
|
||||
- Properly expire cache for all MRs of a pipeline. !10770
|
||||
- Add sub-nav for Project Integration Services edit page. !10813
|
||||
- Fix missing duration for blocked pipelines. !10856
|
||||
- Fix lastest commit status text on main project page. !10863
|
||||
- Add index on ci_builds.updated_at. !10870 (blackst0ne)
|
||||
- Fix 500 error due to trying to show issues from pending deleting projects. !10906
|
||||
- Ensures that OAuth/LDAP/SAML users don't need to be confirmed.
|
||||
- Ensure replying to an individual note by email creates a note with its own discussion ID.
|
||||
- Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled.
|
||||
- Fix usage ping docs link from empty cohorts page.
|
||||
- Eliminate N+1 queries in loading namespaces for every issuable in milestones.
|
||||
|
||||
## 9.1.0 (2017-04-22)
|
||||
|
||||
- Added merge requests empty state. !7342
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Add a transaction around move_issues_to_ghost_user
|
||||
merge_request: 10465
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Add sub-nav for Project Integration Services edit page
|
||||
merge_request: 10813
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix 500 error due to trying to show issues from pending deleting projects
|
||||
merge_request: 10906
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Add index on ci_builds.updated_at
|
||||
merge_request: 10870
|
||||
author: blackst0ne
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Ensure replying to an individual note by email creates a note with its own
|
||||
discussion ID
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix missing duration for blocked pipelines
|
||||
merge_request: 10856
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix lastest commit status text on main project page
|
||||
merge_request: 10863
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix usage ping docs link from empty cohorts page
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Eliminate N+1 queries in loading namespaces for every issuable in milestones
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Properly expire cache for all MRs of a pipeline
|
||||
merge_request: 10770
|
||||
author:
|
Loading…
Reference in a new issue