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>2020-02-12 09:09:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-12 09:09:05 +0300
commit8c9dc985b90c353b33cb829caf51f8320171bc15 (patch)
tree9a68886dbea1aefabddb46bbd3faf961eab22ae6 /changelogs
parent500626a5c953ad81cfc3ed74bf0148c075617e58 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24020-copy-markdown-from-comments.yml5
-rw-r--r--changelogs/unreleased/30235-support-allow-failure-for-ci-rules.yml5
-rw-r--r--changelogs/unreleased/ak-wait-for-green-es.yml5
-rw-r--r--changelogs/unreleased/jdb-minimal-merge-ref-diff.yml5
-rw-r--r--changelogs/unreleased/ss-fix-text-truncated-on-board-list.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/24020-copy-markdown-from-comments.yml b/changelogs/unreleased/24020-copy-markdown-from-comments.yml
new file mode 100644
index 00000000000..c7d54dead0c
--- /dev/null
+++ b/changelogs/unreleased/24020-copy-markdown-from-comments.yml
@@ -0,0 +1,5 @@
+---
+title: Fix copy markdown with elements with no text content
+merge_request: 24020
+author:
+type: fixed
diff --git a/changelogs/unreleased/30235-support-allow-failure-for-ci-rules.yml b/changelogs/unreleased/30235-support-allow-failure-for-ci-rules.yml
new file mode 100644
index 00000000000..ce026b3392a
--- /dev/null
+++ b/changelogs/unreleased/30235-support-allow-failure-for-ci-rules.yml
@@ -0,0 +1,5 @@
+---
+title: Implement support of allow_failure keyword for CI rules
+merge_request: 24605
+author:
+type: added
diff --git a/changelogs/unreleased/ak-wait-for-green-es.yml b/changelogs/unreleased/ak-wait-for-green-es.yml
new file mode 100644
index 00000000000..254af698017
--- /dev/null
+++ b/changelogs/unreleased/ak-wait-for-green-es.yml
@@ -0,0 +1,5 @@
+---
+title: Wait for elasticsearch to be green on install
+merge_request: 24489
+author:
+type: added
diff --git a/changelogs/unreleased/jdb-minimal-merge-ref-diff.yml b/changelogs/unreleased/jdb-minimal-merge-ref-diff.yml
new file mode 100644
index 00000000000..1066de2821e
--- /dev/null
+++ b/changelogs/unreleased/jdb-minimal-merge-ref-diff.yml
@@ -0,0 +1,5 @@
+---
+title: Hide comment button if on diff HEAD
+merge_request: 24207
+author:
+type: changed
diff --git a/changelogs/unreleased/ss-fix-text-truncated-on-board-list.yml b/changelogs/unreleased/ss-fix-text-truncated-on-board-list.yml
new file mode 100644
index 00000000000..1958be19d91
--- /dev/null
+++ b/changelogs/unreleased/ss-fix-text-truncated-on-board-list.yml
@@ -0,0 +1,5 @@
+---
+title: Add styles for board list labels when text is too long
+merge_request: 24627
+author:
+type: fixed