Commit Graph

75 Commits

Author SHA1 Message Date
Alec Sears
92e77617cf [Backend] Merge 'master' changes into the backend (#875)
* CI: fix shellcheck issues (#789)

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>

* annotations: fix options in grafana 6.x, fix #813

* fix function editor in Grafana 6.4, closes #810

* add typings for grafana packages

* Add $__range_series variable for calculating function over the whole series, #531

* fix tests

* Don't set alert styles for react panels, fix #823

* docs: add range variables

* docs: percentile reference

* fix codespell

* update packages (build with node 12)

* update circleci node image to 12

* fix test configuration (babel)

* Fix 817 (#851)

* problems: update panel schema

* update packages (build with node 12)

* problems: use datasource from target

* problems: fix query editor after schema update

* problems: fix list layout

* update circleci node image to 12

* fix tests

* build(deps-dev): bump lodash from 4.17.10 to 4.17.13 (#852)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>

* fix packages security alerts

* problems: fix tags adding and removal

* fix adding func from typeahead, closes #468

* update change log

* bump plugin version to 3.10.5

* problems: fix tag removal (list layout)

* Fix percentile() function, closes #862 (#863)

Like the other aggregation functions, the datapoints need to be sorted in
time before calling groupBy_perf().

* Update copyright, happy New Year!

* fix not acknowledged problem color with a message (#858)

* fix not acknowledged problem color with a message

* fix not acknowledged problem color with a message, closes #857

* Variable query editor (#856)

* refactor: convert module to typescript

* refactor: covert utils to typescript

* variable query editor WIP

* variable editor: fix type error after grafana/ui update

* variable editor: use FormLabel from grafana/ui

* variable editor: refactor

* variable editor: input validation and highlights

* variable editor: fix tests

* variable query: fix backward compatibility with empty queries

* fix linter errors

* variable editor: fix variable replacement in queries

* Fixes for backend

Co-authored-by: Mario Trangoni <mario@mariotrangoni.de>
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Reibert <mreibert@netskope.com>
Co-authored-by: memfiz <arnis.civciss@gmail.com>
2020-01-15 14:48:43 +03:00
Alexander Zobnin
55ffe5eded Problems: fix heart icons, fix #754 2019-08-08 12:34:21 +03:00
Alexander Zobnin
f908376802 Problems panel: hide acknowledge button for read-only users, fix #722 2019-04-22 13:10:23 +03:00
Alexander Zobnin
bc889ffe30 Fix problems fetching performance and memory issues (#724)
* request only alert message when invoking alert.get

* fetch problem alerts on demand

* problems panel: refactor
2019-04-22 12:29:05 +03:00
Alexander Zobnin
c415e82ce3 problems: fix "acknowledged" filter, closes #678, #691 2019-03-04 16:00:11 +03:00
Alexander Zobnin
9cabb58ac1 problems: make timeline optional 2019-02-13 20:21:18 +03:00
Alexander Zobnin
8809b5a9d3 problems: use event tags for problems instead of trigger tags, #487 2019-02-12 22:28:06 +03:00
Alexander Zobnin
496d4a8d57 problems: minor refactor 2019-02-12 22:28:06 +03:00
Alexander Zobnin
12ccba0187 problems: remove tag filter with Ctrl/Shift+click 2019-02-12 22:28:06 +03:00
Alexander Zobnin
38bf47f832 problems: refactor 2019-02-12 22:28:05 +03:00
Alexander Zobnin
a40ae929c5 problems: minor refactor 2019-02-12 22:28:05 +03:00
Alexander Zobnin
056be6a7f2 tests: fix React import error 2019-02-12 22:28:05 +03:00
Alexander Zobnin
666b54e159 fix linter errors 2019-02-12 22:28:04 +03:00
Alexander Zobnin
d7db242426 fix problems panel tests 2019-02-12 22:28:04 +03:00
Alexander Zobnin
ba2c6aff99 problems: add layout options 2019-02-12 22:28:04 +03:00
Alexander Zobnin
195373953c problems: fix alert list styles 2019-02-12 22:28:03 +03:00
Alexander Zobnin
466b328ad7 problems: implement alert list layout 2019-02-12 22:28:03 +03:00
Alexander Zobnin
268de33d96 problems: limit events in timeline 2019-02-12 22:28:03 +03:00
Alexander Zobnin
1d881dca40 problems: show age field 2019-02-12 22:28:03 +03:00
Alexander Zobnin
c4b0c6da07 problems: mark acknowledged problems with different color 2019-02-12 22:28:03 +03:00
Alexander Zobnin
eb2ba5ae07 problems: show status icon 2019-02-12 22:28:02 +03:00
Alexander Zobnin
064b160df0 problems: filter problems by time range 2019-02-12 22:28:02 +03:00
Alexander Zobnin
34998f50c7 problems: able to save resized columns 2019-02-12 22:28:02 +03:00
Alexander Zobnin
be3f91b862 problems: show loading only on initial state 2019-02-12 22:28:01 +03:00
Alexander Zobnin
00e5b0b611 problems: refactor 2019-02-12 22:28:01 +03:00
Alexander Zobnin
c7c896d71a problems: handle page size change 2019-02-12 22:28:01 +03:00
Alexander Zobnin
0f91b04ed7 problems: able to change font size 2019-02-12 22:28:01 +03:00
Alexander Zobnin
b04ecc7abe problems: show loading indicator 2019-02-12 22:28:01 +03:00
Alexander Zobnin
f5dc4fd1c1 problems: add tag filter on tag click 2019-02-12 22:28:00 +03:00
Alexander Zobnin
2fefa11aea problems panel: enable acknowledges 2019-02-12 22:27:58 +03:00
Alexander Zobnin
566db376a2 problems: initial timeline 2019-02-12 22:27:56 +03:00
Alexander Zobnin
198110e2af problem panels: get problem actions 2019-02-12 22:27:56 +03:00
Alexander Zobnin
0b626898bb initial problems panel 2019-02-12 22:27:54 +03:00
Alexander Zobnin
89a4364212 triggers: able to filter by proxy, #418 2018-11-07 22:32:46 +03:00
Alexander Zobnin
f05bc08b88 triggers: don't fetch proxies, if option disabled 2018-11-07 11:19:20 +03:00
Alexander Zobnin
adc00541e1 triggers: option for displaying proxy, #418 2018-11-07 11:11:57 +03:00
Alexander Zobnin
b45eb5ac6f triggers: prepend proxy name to host name, #418 2018-11-07 10:55:33 +03:00
Alexander Zobnin
331634dfdf initial webpack build, #632 2018-10-21 14:08:27 +03:00
Alexander Zobnin
a3f50904ce triggers panel: fix error handling 2018-10-18 17:18:12 +03:00
Alexander Zobnin
61380be318 fix triggers panel rendering with phantomjs, fix #605 2018-09-14 21:06:15 +03:00
Alexander Zobnin
fdbbba2fb0 option to disable acknowledges for read-only users, closes #481 2018-03-23 19:14:20 +03:00
Alexander Zobnin
0c8308a951 triggers panel: fix undefined username in acknowledges #393 2018-03-23 16:57:51 +03:00
Alexander Zobnin
88ed124965 triggers panel: add highlightBackground property to panel defaults 2018-03-23 16:10:15 +03:00
Alexander Zobnin
01927ec4ad triggers panel: minor refactor 2018-03-23 16:09:24 +03:00
Alexander Zobnin
e09bbe125b triggers panel: fix icon for OK events 2018-03-23 15:44:32 +03:00
Alexander Zobnin
aa20e3dc36 Option to enable triggers background highlighting, #532 2018-03-23 15:17:14 +03:00
Alexander Zobnin
22d1643caa triggers panel: fix font scaling 2018-03-15 17:34:56 +03:00
Alexander Zobnin
8edbae7aa1 trigers: show host groups option, #248 #418 2017-12-16 15:28:24 +03:00
Alexander Zobnin
f23d9c80ba update default trigger colors 2017-12-16 15:10:33 +03:00
Alexander Zobnin
b7dab30a74 Add tag filter by click at trigger tag icon, #487 2017-12-16 14:39:53 +03:00