summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSarah Yasonik <syasonik@gitlab.com>2019-08-15 21:38:29 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-15 21:38:29 +0000
commitcaa361b703bcd08f242368d11b66be38d9f1e383 (patch)
tree4c5437663a923ac5e686fbfe9fa2fd26cf603809 /changelogs
parente6c0f6b0ce0c7de1bcd2e133ecb8c973a6642bf6 (diff)
downloadgitlab-ce-caa361b703bcd08f242368d11b66be38d9f1e383.tar.gz
Support query parameters in metrics embeds
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support for embedding specific charts from the metrics dashboard. Expected parameters are dashboard, title, group, and y_label.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/enable-specific-embeds.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/enable-specific-embeds.yml b/changelogs/unreleased/enable-specific-embeds.yml
new file mode 100644
index 00000000000..f2e591621a8
--- /dev/null
+++ b/changelogs/unreleased/enable-specific-embeds.yml
@@ -0,0 +1,5 @@
+---
+title: Enable embedding of specific metrics charts in GFM
+merge_request: 31304
+author:
+type: added