summaryrefslogtreecommitdiff
path: root/yarn.lock
diff options
context:
space:
mode:
authorSarah Yasonik <syasonik@gitlab.com>2019-04-05 20:41:31 +0000
committerClement Ho <clemmakesapps@gmail.com>2019-04-05 20:41:31 +0000
commitf44737e453a35ef7361cd90af2b5a5ae09473992 (patch)
tree53a3489b547a4d605a59890e9e9fdd74e809e77a /yarn.lock
parenta5eb29c16045f5ae96ad107474f8fde974c3197e (diff)
downloadgitlab-ce-f44737e453a35ef7361cd90af2b5a5ae09473992.tar.gz
Support multiple queries per chart on metrics dash
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock
index cd420b81ad6..80f25897670 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -663,10 +663,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.58.0.tgz#bb05263ff2eb7ca09a25cd14d0b1a932d2ea9c2f"
integrity sha512-RlWSjjBT4lMIFuNC1ziCO1nws9zqZtxCjhrqK2DxDDTgp2W0At9M/BFkHp8RHyMCrO3g1fHTrLPUgzr5oR3Epg==
-"@gitlab/ui@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-3.0.0.tgz#33ca2808dbd4395e69a366a219d1edc1f3dbccd5"
- integrity sha512-pDEa2k6ln5GE/N2z0V7dNEeFtSTW0p9ipO2/N9q6QMxO7fhhOhpMC0QVbdIljKTbglspDWI5v6BcqUjzYri5Pg==
+"@gitlab/ui@^3.0.1":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-3.0.2.tgz#29a17699751261657487b939c651c0f93264df2a"
+ integrity sha512-JZhcS5cDxtpxopTc55UWvUbZAwKvxygYHT9I01QmUtKgaKIJlnjBj8zkcg1xHazX7raSjjtjqfDEla39a+luuQ==
dependencies:
"@babel/standalone" "^7.0.0"
bootstrap-vue "^2.0.0-rc.11"