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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-12-27 14:07:35 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-12-27 14:07:35 +0300
commitaf490ea87b20bfa5062bf661abdeff9012d5884a (patch)
tree3063257f69b836f79768faab42624ac45b706aba /changelogs
parent0a2597324b24c8f15b324da4df177c93eb8e72d9 (diff)
Update CHANGELOG.md for 10.3.1
[ci skip]
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml6
-rw-r--r--changelogs/unreleased/dm-issue-move-transaction-error.yml5
-rw-r--r--changelogs/unreleased/osw-use-atomic-reference-instead-atomic-fixnum.yml5
-rw-r--r--changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml5
-rw-r--r--changelogs/unreleased/sh-handle-anonymous-clones-project-moved.yml5
5 files changed, 0 insertions, 26 deletions
diff --git a/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml b/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml
deleted file mode 100644
index 058d686e74c..00000000000
--- a/changelogs/unreleased/bvl-fix-unlinking-with-lfs-objects.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Don't link LFS objects to a project when unlinking forks when they were already
- linked
-merge_request: 16006
-author:
-type: fixed
diff --git a/changelogs/unreleased/dm-issue-move-transaction-error.yml b/changelogs/unreleased/dm-issue-move-transaction-error.yml
deleted file mode 100644
index 0892169894a..00000000000
--- a/changelogs/unreleased/dm-issue-move-transaction-error.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Execute project hooks and services after commit when moving an issue
-merge_request:
-author:
-type: fixed
diff --git a/changelogs/unreleased/osw-use-atomic-reference-instead-atomic-fixnum.yml b/changelogs/unreleased/osw-use-atomic-reference-instead-atomic-fixnum.yml
deleted file mode 100644
index afb2f55a9f7..00000000000
--- a/changelogs/unreleased/osw-use-atomic-reference-instead-atomic-fixnum.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Adjust failure when starting GitLab instance on x86 systems
-merge_request:
-author: Mike Limansky
-type: fixed
diff --git a/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml b/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml
deleted file mode 100644
index 0cee0b634d6..00000000000
--- a/changelogs/unreleased/pawel-reduce_cardinality_of_prometheus_metrics.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Reduce the number of buckets in gitlab_cache_operation_duration_seconds metric
-merge_request: 15881
-author:
-type: changed
diff --git a/changelogs/unreleased/sh-handle-anonymous-clones-project-moved.yml b/changelogs/unreleased/sh-handle-anonymous-clones-project-moved.yml
deleted file mode 100644
index a0860871152..00000000000
--- a/changelogs/unreleased/sh-handle-anonymous-clones-project-moved.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix Error 500s with anonymous clones for a project that has moved
-merge_request:
-author:
-type: fixed