Torkel Ödegaard
827a292777
Moved panel editing components to it's own folder
2019-01-14 15:17:48 +01:00
Torkel Ödegaard
c11ec79056
Minor renames and other fixes
2019-01-13 12:42:21 +01:00
Peter Holmberg
2f0ab99ae5
Fixing test and small refactor
2019-01-10 22:15:37 +00:00
Peter Holmberg
08ac2959a4
Moving to grafana ui, fix issue with TestRuleResult
2019-01-10 21:47:09 +00:00
Hugo Häggmark
236d7b1213
Changes after PR comments
2019-01-09 13:20:50 +01:00
Hugo Häggmark
9b8a5333cb
Added tests for TestRuleButton
2019-01-09 11:39:56 +01:00
Hugo Häggmark
8b8af6436c
Removed Test Rule button from Angular and view
2019-01-09 11:38:10 +01:00
Hugo Häggmark
e2fe663dba
Added TestRuleButton
2019-01-09 11:34:22 +01:00
Hugo Häggmark
8d210afd76
Moved AlertTab and StateHistory to app/features/alerting
2019-01-08 15:18:29 +01:00
Torkel Ödegaard
2eeba9dae1
Updated alert tab layout & markup
2019-01-04 11:57:16 +01:00
Peter Holmberg
168b8c389d
Merge remote-tracking branch 'origin/master' into 14388/alert-tab-ux-update
2019-01-03 11:29:03 +01:00
Peter Holmberg
ce01bd696e
add alert in react instead of angular
2019-01-02 10:57:12 +01:00
Torkel Ödegaard
98d26354c1
Added a form component to @grafana/ui
2018-12-25 11:42:23 +01:00
Peter Holmberg
4002f80ab8
delete works
2018-12-21 14:56:49 +01:00
Peter Holmberg
2046309de5
rewrite angular view
2018-12-19 10:42:57 +01:00
Torkel Ödegaard
bd2c9853ec
minor tweaks to alert tab
2018-12-14 19:34:51 +01:00
Torkel Ödegaard
9c13520e97
updated styles
2018-12-13 21:24:41 +01:00
Johannes Schill
fe9e4b51f1
Alert tab fails when datasource method targetContainsTemplate doesnt exist #14274
2018-12-04 15:00:37 +01:00
Erik Sundell
1fb686cafa
Merge branch 'develop' into panel-edit-in-react
2018-11-22 13:46:12 +01:00
bergquist
14688766ef
updates time range options for alert queries
...
add some new options for the to value.
removes '1s' option for from since thats unreasonable low
closes #12134
2018-11-21 15:43:37 +01:00
bergquist
60c291c8dc
format: remove </input> and align tabs
2018-11-21 15:42:25 +01:00
Torkel Ödegaard
9baa54e98c
added alert tab to new react panel editor
2018-11-20 17:09:47 +01:00
bergquist
76cbd7f0de
alerting: reduce the length of range queries
...
since we introduce deboucing the length should matter less.
But going below 5m as default might be weird depending on datasource.
2018-11-19 09:10:19 +01:00
bergquist
e7260d77b3
adds pending filter for alert list page
2018-11-15 12:46:28 +01:00
bergquist
aa1b80fe45
docs: improve helper test for For
2018-11-08 14:16:58 +01:00
bergquist
3789583014
for: use 0m as default for existing alerts and 5m for new
2018-11-05 13:51:35 +01:00
bergquist
ccd89eee97
renames debouceduration
to for
2018-11-05 11:05:30 +01:00
bergquist
d25284a364
introduce state unknown
for rules that have not been evaluated yet
2018-11-05 10:50:28 +01:00
bergquist
4526660cb2
wire up debounce setting in the ui
2018-11-05 10:50:28 +01:00
bergquist
bc37e3caa2
alerting: increase default duration for queries
...
we should promote using longer queries since this should
increase the quality of the alerts. only using a 5min range
means that we will only have 4 datapoints in data is written
every min which is not good enough for the generic alert rule
2018-11-02 10:43:05 +01:00
bergquist
70385119bc
removes d in disableResolvedMessage
2018-10-17 10:41:18 +02:00
Dave Waters
18c73631ea
rename UI Option, align with control, update tests
2018-10-16 07:12:32 -04:00
Dave Waters
6376154b16
add channel option to disable the resolved alert (OK Message) that is sent when condition returns to normal.
2018-10-15 17:16:14 -04:00
Peter Holmberg
9f73f13091
Teams page replace mobx ( #13219 )
...
* creating types, actions, reducer
* load teams and store in redux
* delete team
* set search query action and tests
* Teampages page
* team members, bug in fetching team
* flattened team state, tests for TeamMembers
* test for team member selector
* team settings
* actions for group sync
* tests for team groups
* removed comment
* remove old stores
* fix: formating of datasource.go
* fix: minor changes to imports
* adding debounce and fixing issue in teamlist
* refactoring: moving types to their own files
2018-09-11 14:14:03 +02:00
Torkel Ödegaard
6bdaf57ae7
refactor: changed AlertRuleItem pause action to callback
2018-09-10 09:29:53 +02:00
Torkel Ödegaard
4391209f7b
Merge branch 'master' into redux-poc2
2018-09-07 14:49:05 +02:00
bergquist
3ce89cad71
make default values for alerting configurable
2018-09-06 11:26:14 +02:00
Torkel Ödegaard
0aea60bf17
Merge branch 'master' into redux-poc2
2018-09-05 12:11:11 +02:00
Torkel Ödegaard
68767acb1c
fix: Updated test
2018-09-04 13:15:45 -07:00
Torkel Ödegaard
1e5ad4da78
redux: minor changes to redux thunk actions and use of typings
2018-09-04 12:59:46 -07:00
Peter Holmberg
22510be450
tests
2018-09-04 15:00:04 +02:00
Peter Holmberg
5ac5a08e9e
Fixed a bug in the test and added test for filter alert rules
2018-09-04 09:53:24 +02:00
Peter Holmberg
f4594c8320
some basic selector tests
2018-09-03 16:58:11 +02:00
Peter Holmberg
638370e310
pausing alert
...
need to fix return type on dispatch. Could not test correctly either.
2018-09-03 15:44:39 +02:00
Marcus Efraimsson
1ceca5d8ec
Merge pull request #12145 from grafana/alerting_reminder
...
Alerting notification reminder
2018-09-03 14:41:38 +02:00
Peter Holmberg
c958ebd101
extend from purecomponent
2018-09-03 14:05:12 +02:00
Peter Holmberg
1994ca5016
remove log
2018-09-03 14:04:44 +02:00
Peter Holmberg
50444c32e0
actions and reducers for search filter
2018-09-03 13:46:39 +02:00
Torkel Ödegaard
42aaa2b907
redux: improved state handling
2018-09-02 12:14:41 -07:00
Torkel Ödegaard
3fd707f321
redux: progress
2018-09-02 12:08:31 -07:00