diff options
author | Sarah Yasonik <syasonik@gitlab.com> | 2019-04-05 20:41:31 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-04-05 20:41:31 +0000 |
commit | f44737e453a35ef7361cd90af2b5a5ae09473992 (patch) | |
tree | 53a3489b547a4d605a59890e9e9fdd74e809e77a /package.json | |
parent | a5eb29c16045f5ae96ad107474f8fde974c3197e (diff) | |
download | gitlab-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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 74de09010d4..ac8f6bd0db5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/preset-env": "^7.3.1", "@gitlab/csslab": "^1.9.0", "@gitlab/svgs": "^1.58.0", - "@gitlab/ui": "^3.0.0", + "@gitlab/ui": "^3.0.1", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-upload-client": "^10.0.0", |