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-03-12 18:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-12 18:09:39 +0300
commitdc889678d1de8c09310b2f8f9742bb6c78a6f1a4 (patch)
tree70945aa6721a271fc8057efa13c3216a03fbac45 /changelogs
parentcd52759ee33051b8ad7b88b02ba7954e4fad7018 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/201931-white-syntax-highlighting-theme-for-web-ide.yml5
-rw-r--r--changelogs/unreleased/209002-change-evidence-sha-clipboard-button-hover-text.yml5
-rw-r--r--changelogs/unreleased/27300-expose-filepath-url-on-ui.yml5
-rw-r--r--changelogs/unreleased/cluster-info-tabs.yml5
-rw-r--r--changelogs/unreleased/fj-fix-snippet-update-error-message.yml5
-rw-r--r--changelogs/unreleased/nfriend-enable-issues-summary.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/201931-white-syntax-highlighting-theme-for-web-ide.yml b/changelogs/unreleased/201931-white-syntax-highlighting-theme-for-web-ide.yml
new file mode 100644
index 00000000000..ee11d6b374a
--- /dev/null
+++ b/changelogs/unreleased/201931-white-syntax-highlighting-theme-for-web-ide.yml
@@ -0,0 +1,5 @@
+---
+title: Fix White syntax highlighting theme in Monaco to closely match the Pygments theme.
+merge_request: 25966
+author:
+type: fixed
diff --git a/changelogs/unreleased/209002-change-evidence-sha-clipboard-button-hover-text.yml b/changelogs/unreleased/209002-change-evidence-sha-clipboard-button-hover-text.yml
new file mode 100644
index 00000000000..42cda8ff0c2
--- /dev/null
+++ b/changelogs/unreleased/209002-change-evidence-sha-clipboard-button-hover-text.yml
@@ -0,0 +1,5 @@
+---
+title: Fix evidence SHA clipboard hover text.
+merge_request: 26608
+author: Gilang Gumilar
+type: fixed
diff --git a/changelogs/unreleased/27300-expose-filepath-url-on-ui.yml b/changelogs/unreleased/27300-expose-filepath-url-on-ui.yml
new file mode 100644
index 00000000000..2027e27ef81
--- /dev/null
+++ b/changelogs/unreleased/27300-expose-filepath-url-on-ui.yml
@@ -0,0 +1,5 @@
+---
+title: Expose assets filepath URL on UI
+merge_request: 25635
+author:
+type: added
diff --git a/changelogs/unreleased/cluster-info-tabs.yml b/changelogs/unreleased/cluster-info-tabs.yml
new file mode 100644
index 00000000000..bc62195596f
--- /dev/null
+++ b/changelogs/unreleased/cluster-info-tabs.yml
@@ -0,0 +1,5 @@
+---
+title: Split cluster info page into tabs
+merge_request: 25940
+author:
+type: changed
diff --git a/changelogs/unreleased/fj-fix-snippet-update-error-message.yml b/changelogs/unreleased/fj-fix-snippet-update-error-message.yml
new file mode 100644
index 00000000000..dbf1c0b2919
--- /dev/null
+++ b/changelogs/unreleased/fj-fix-snippet-update-error-message.yml
@@ -0,0 +1,5 @@
+---
+title: Fix bug displaying snippet update error
+merge_request: 27082
+author:
+type: fixed
diff --git a/changelogs/unreleased/nfriend-enable-issues-summary.yml b/changelogs/unreleased/nfriend-enable-issues-summary.yml
new file mode 100644
index 00000000000..45a816ac198
--- /dev/null
+++ b/changelogs/unreleased/nfriend-enable-issues-summary.yml
@@ -0,0 +1,5 @@
+---
+title: Add issue summary to Release blocks on the Releases page
+merge_request: 27032
+author:
+type: added