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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-03 13:28:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-03 13:28:37 +0300
commit662bb2b6f1f5b5730a0d1eaa66238e718468645d (patch)
treec1ca759e7d2c96e9c2023bbcf946f79e423473a5 /changelogs
parented8af41027110fdad8f7bb4d53329eb73417fb8d (diff)
Add latest changes from gitlab-org/gitlab@12-5-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/20668-crossplane-help-link.yml5
-rw-r--r--changelogs/unreleased/37313-scroll-to-bottom.yml5
-rw-r--r--changelogs/unreleased/bvl-fix-merging-through-push-options.yml5
-rw-r--r--changelogs/unreleased/sh-fix-api-project-template-creation.yml5
-rw-r--r--changelogs/unreleased/sh-flatten-json-exceptions.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/20668-crossplane-help-link.yml b/changelogs/unreleased/20668-crossplane-help-link.yml
new file mode 100644
index 00000000000..dfce6602f5f
--- /dev/null
+++ b/changelogs/unreleased/20668-crossplane-help-link.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Crossplane help link in cluster applications page
+merge_request: 20668
+author:
+type: fixed
diff --git a/changelogs/unreleased/37313-scroll-to-bottom.yml b/changelogs/unreleased/37313-scroll-to-bottom.yml
new file mode 100644
index 00000000000..d7251bd8100
--- /dev/null
+++ b/changelogs/unreleased/37313-scroll-to-bottom.yml
@@ -0,0 +1,5 @@
+---
+title: Fixes job log not scrolling to the bottom
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/bvl-fix-merging-through-push-options.yml b/changelogs/unreleased/bvl-fix-merging-through-push-options.yml
new file mode 100644
index 00000000000..cacf34a52ed
--- /dev/null
+++ b/changelogs/unreleased/bvl-fix-merging-through-push-options.yml
@@ -0,0 +1,5 @@
+---
+title: Fix merging merge requests from push options
+merge_request: 20639
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-api-project-template-creation.yml b/changelogs/unreleased/sh-fix-api-project-template-creation.yml
new file mode 100644
index 00000000000..787bd147c91
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-api-project-template-creation.yml
@@ -0,0 +1,5 @@
+---
+title: Fix project creation with templates using /projects/user/:id API
+merge_request: 20590
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-flatten-json-exceptions.yml b/changelogs/unreleased/sh-flatten-json-exceptions.yml
new file mode 100644
index 00000000000..a312748d491
--- /dev/null
+++ b/changelogs/unreleased/sh-flatten-json-exceptions.yml
@@ -0,0 +1,5 @@
+---
+title: Flatten exception details in API and controller logs
+merge_request: 20434
+author:
+type: changed