Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-04-26 14:54:45 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-04-26 14:54:45 +0300
commit85299bfd5baae0afacc91aa527edd33a0eb8aa78 (patch)
tree668fb6b93ba038146ad806ad0930bbcb935ba6da
parentad571dc4047238e8981317c06e9cf34f96a1240a (diff)
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/31294-fix-ldap-user-not-confirmed.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
13 files changed, 15 insertions, 49 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5e920b1c68..64c60119d60 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/31294-fix-ldap-user-not-confirmed.yml b/changelogs/unreleased/31294-fix-ldap-user-not-confirmed.yml
deleted file mode 100644
index 6d18a4191fa..00000000000
--- a/changelogs/unreleased/31294-fix-ldap-user-not-confirmed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ensures that OAuth/LDAP/SAML users don't need to be confirmed
-merge_request:
-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: