summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-04-26 11:54:45 +0000
committerLin Jen-Shin <godfat@godfat.org>2017-04-26 11:54:45 +0000
commit93a698f9b25baa1d3a66326f3f9761103c5ffb87 (patch)
tree2fafc3fb4f8b6231cb582a9d2b7a0332fe44bc6f
parentebccceae8ab17d45a7feef091e1d0172f1474d2d (diff)
downloadgitlab-ce-93a698f9b25baa1d3a66326f3f9761103c5ffb87.tar.gz
Update CHANGELOG.md for 9.1.1
[ci skip]
-rw-r--r--CHANGELOG.md15
-rw-r--r--changelogs/unreleased/30306-transaction-while-moving-issues-to-ghost-user.yml4
-rw-r--r--changelogs/unreleased/31174-project-integration-service-sub-nav.yml4
-rw-r--r--changelogs/unreleased/31280-fix-showing-issues-from-pending-delete-projects.yml4
-rw-r--r--changelogs/unreleased/add_index_on_ci_builds_updated_at.yml4
-rw-r--r--changelogs/unreleased/dm-fix-individual-notes-reply-attributes.yml5
-rw-r--r--changelogs/unreleased/dm-fix-oauth-user-creation.yml4
-rw-r--r--changelogs/unreleased/fix-gb-fix-blocked-pipeline-duration.yml4
-rw-r--r--changelogs/unreleased/fix-gb-fix-incorrect-commit-status-badge-text.yml4
-rw-r--r--changelogs/unreleased/fix-usage-ping-doc-link.yml4
-rw-r--r--changelogs/unreleased/sh-optimize-milestone-polymorphic-url.yml4
-rw-r--r--changelogs/unreleased/tc-realtime-every-pipeline-on-mr.yml4
12 files changed, 15 insertions, 45 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 977a7927615..a47c43dd5d6 100644
--- a/CHANGELOG.md
+++ b/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
diff --git a/changelogs/unreleased/30306-transaction-while-moving-issues-to-ghost-user.yml b/changelogs/unreleased/30306-transaction-while-moving-issues-to-ghost-user.yml
deleted file mode 100644
index 5fc57e44be6..00000000000
--- a/changelogs/unreleased/30306-transaction-while-moving-issues-to-ghost-user.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Add a transaction around move_issues_to_ghost_user
-merge_request: 10465
-author:
diff --git a/changelogs/unreleased/31174-project-integration-service-sub-nav.yml b/changelogs/unreleased/31174-project-integration-service-sub-nav.yml
deleted file mode 100644
index f3f91f92428..00000000000
--- a/changelogs/unreleased/31174-project-integration-service-sub-nav.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Add sub-nav for Project Integration Services edit page
-merge_request: 10813
-author:
diff --git a/changelogs/unreleased/31280-fix-showing-issues-from-pending-delete-projects.yml b/changelogs/unreleased/31280-fix-showing-issues-from-pending-delete-projects.yml
deleted file mode 100644
index 410480de573..00000000000
--- a/changelogs/unreleased/31280-fix-showing-issues-from-pending-delete-projects.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix 500 error due to trying to show issues from pending deleting projects
-merge_request: 10906
-author:
diff --git a/changelogs/unreleased/add_index_on_ci_builds_updated_at.yml b/changelogs/unreleased/add_index_on_ci_builds_updated_at.yml
deleted file mode 100644
index ede9b946a70..00000000000
--- a/changelogs/unreleased/add_index_on_ci_builds_updated_at.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Add index on ci_builds.updated_at
-merge_request: 10870
-author: blackst0ne
diff --git a/changelogs/unreleased/dm-fix-individual-notes-reply-attributes.yml b/changelogs/unreleased/dm-fix-individual-notes-reply-attributes.yml
deleted file mode 100644
index e8c05092ea8..00000000000
--- a/changelogs/unreleased/dm-fix-individual-notes-reply-attributes.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Ensure replying to an individual note by email creates a note with its own
- discussion ID
-merge_request:
-author:
diff --git a/changelogs/unreleased/dm-fix-oauth-user-creation.yml b/changelogs/unreleased/dm-fix-oauth-user-creation.yml
deleted file mode 100644
index 161b114394a..00000000000
--- a/changelogs/unreleased/dm-fix-oauth-user-creation.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled
-merge_request:
-author:
diff --git a/changelogs/unreleased/fix-gb-fix-blocked-pipeline-duration.yml b/changelogs/unreleased/fix-gb-fix-blocked-pipeline-duration.yml
deleted file mode 100644
index 5c87b1fdbd5..00000000000
--- a/changelogs/unreleased/fix-gb-fix-blocked-pipeline-duration.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix missing duration for blocked pipelines
-merge_request: 10856
-author:
diff --git a/changelogs/unreleased/fix-gb-fix-incorrect-commit-status-badge-text.yml b/changelogs/unreleased/fix-gb-fix-incorrect-commit-status-badge-text.yml
deleted file mode 100644
index abe047af06f..00000000000
--- a/changelogs/unreleased/fix-gb-fix-incorrect-commit-status-badge-text.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix lastest commit status text on main project page
-merge_request: 10863
-author:
diff --git a/changelogs/unreleased/fix-usage-ping-doc-link.yml b/changelogs/unreleased/fix-usage-ping-doc-link.yml
deleted file mode 100644
index 5217a4e4e4b..00000000000
--- a/changelogs/unreleased/fix-usage-ping-doc-link.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix usage ping docs link from empty cohorts page
-merge_request:
-author:
diff --git a/changelogs/unreleased/sh-optimize-milestone-polymorphic-url.yml b/changelogs/unreleased/sh-optimize-milestone-polymorphic-url.yml
deleted file mode 100644
index ad62c896b04..00000000000
--- a/changelogs/unreleased/sh-optimize-milestone-polymorphic-url.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Eliminate N+1 queries in loading namespaces for every issuable in milestones
-merge_request:
-author:
diff --git a/changelogs/unreleased/tc-realtime-every-pipeline-on-mr.yml b/changelogs/unreleased/tc-realtime-every-pipeline-on-mr.yml
deleted file mode 100644
index 944baae257c..00000000000
--- a/changelogs/unreleased/tc-realtime-every-pipeline-on-mr.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Properly expire cache for all MRs of a pipeline
-merge_request: 10770
-author: