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:
authorRobert Speicher <rspeicher@gmail.com>2016-12-06 04:28:34 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-12-06 04:28:34 +0300
commit0bb1bc5f13a6775272617c7550d7b2d87b278fd7 (patch)
tree132ee799b5413a56fac84d3068296e3177876f8a
parent29ceb98b5162677601702704e89d845580372078 (diff)
parentab385ea7120c36ad185468b9a7c05caa646a38d7 (diff)
Merge remote-tracking branch 'dev/master'
-rw-r--r--CHANGELOG.md14
-rw-r--r--changelogs/unreleased/24669-merge-request-dashboard-page-takes-over-a-minute-to-load.yml4
-rw-r--r--changelogs/unreleased/25199-fix-broken-urls-in-help-page.yml4
-rw-r--r--changelogs/unreleased/fix-github-branch-formatter.yml4
-rw-r--r--changelogs/unreleased/process-commit-worker-improvements.yml4
5 files changed, 14 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86b30d2832d..e03123111c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 8.14.3 (2016-12-02)
+
+- Pass commit data to ProcessCommitWorker to reduce Git overhead. !7744
+- Speed up issuable dashboards.
+- Don't change relative URLs to absolute URLs in the Help page.
+- Fixes "ActionView::Template::Error: undefined method `text?` for nil:NilClass" on MR pages.
+- Fix branch validation for GitHub PR where repo/fork was renamed/deleted.
+- Validate state param when filtering issuables.
+
## 8.14.2 (2016-12-01)
- Remove caching of events data. !6578
@@ -242,6 +251,11 @@ entry.
- Fix "Without projects" filter. !6611 (Ben Bodenmiller)
- Fix 404 when visit /projects page
+## 8.13.8 (2016-12-02)
+
+- Pass tag SHA to post-receive hook when tag is created via UI. !7700
+- Validate state param when filtering issuables.
+
## 8.13.7 (2016-11-28)
- fixes 500 error on project show when user is not logged in and project is still empty. !7376
diff --git a/changelogs/unreleased/24669-merge-request-dashboard-page-takes-over-a-minute-to-load.yml b/changelogs/unreleased/24669-merge-request-dashboard-page-takes-over-a-minute-to-load.yml
deleted file mode 100644
index 01b19a47ecd..00000000000
--- a/changelogs/unreleased/24669-merge-request-dashboard-page-takes-over-a-minute-to-load.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Speed up issuable dashboards
-merge_request:
-author:
diff --git a/changelogs/unreleased/25199-fix-broken-urls-in-help-page.yml b/changelogs/unreleased/25199-fix-broken-urls-in-help-page.yml
deleted file mode 100644
index 58efd9113f2..00000000000
--- a/changelogs/unreleased/25199-fix-broken-urls-in-help-page.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Don't change relative URLs to absolute URLs in the Help page
-merge_request:
-author:
diff --git a/changelogs/unreleased/fix-github-branch-formatter.yml b/changelogs/unreleased/fix-github-branch-formatter.yml
deleted file mode 100644
index c8698f507de..00000000000
--- a/changelogs/unreleased/fix-github-branch-formatter.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix branch validation for GitHub PR where repo/fork was renamed/deleted
-merge_request:
-author:
diff --git a/changelogs/unreleased/process-commit-worker-improvements.yml b/changelogs/unreleased/process-commit-worker-improvements.yml
deleted file mode 100644
index 0038c6e34e6..00000000000
--- a/changelogs/unreleased/process-commit-worker-improvements.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Pass commit data to ProcessCommitWorker to reduce Git overhead
-merge_request: 7744
-author: