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-17 12:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-17 12:08:52 +0300
commit53ae6b7e3f83591ad251a3f771f5bf3b8cf087ba (patch)
tree5180b96d6a84f36a515cedfa8e81d72de5ccf4fb /changelogs
parentcfe63cce6a90a1c70397c1b9f6d90480f25cae0a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/22113-improve-keyboard-shortcuts-or-allow-them-to-be-disabled.yml5
-rw-r--r--changelogs/unreleased/25276-allow-forward-deploys-only.yml5
-rw-r--r--changelogs/unreleased/psi-mermaid-details.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/22113-improve-keyboard-shortcuts-or-allow-them-to-be-disabled.yml b/changelogs/unreleased/22113-improve-keyboard-shortcuts-or-allow-them-to-be-disabled.yml
new file mode 100644
index 00000000000..45957b4acb2
--- /dev/null
+++ b/changelogs/unreleased/22113-improve-keyboard-shortcuts-or-allow-them-to-be-disabled.yml
@@ -0,0 +1,5 @@
+---
+title: Allow keyboard shortcuts to be disabled
+merge_request: 18782
+author:
+type: added
diff --git a/changelogs/unreleased/25276-allow-forward-deploys-only.yml b/changelogs/unreleased/25276-allow-forward-deploys-only.yml
new file mode 100644
index 00000000000..a3d017880eb
--- /dev/null
+++ b/changelogs/unreleased/25276-allow-forward-deploys-only.yml
@@ -0,0 +1,5 @@
+---
+title: Allow to deploy only forward deployments
+merge_request: 22959
+author:
+type: changed
diff --git a/changelogs/unreleased/psi-mermaid-details.yml b/changelogs/unreleased/psi-mermaid-details.yml
new file mode 100644
index 00000000000..b5c8f7481bd
--- /dev/null
+++ b/changelogs/unreleased/psi-mermaid-details.yml
@@ -0,0 +1,5 @@
+---
+title: Correctly render mermaid digrams inside details blocks
+merge_request: 23662
+author:
+type: fixed