Mitsuhiro Tanda
2926725bab
add annotation option to treat series value as timestamp
2018-09-13 20:05:30 +09:00
David
e4496080ff
Merge pull request #12251 from mtanda/prometheus_use_matchers_for_completion
...
(prometheus) get label name/value from series API
2018-09-13 11:48:13 +02:00
David
a5bcd4b8e4
Adhoc-filtering for prometheus dashboards ( #13212 )
...
* Basic adhoc-filtering support for prometheus
2018-09-12 18:10:57 +02:00
Torkel Ödegaard
c7bb44b34a
fix: url update loop fix ( #13243 )
2018-09-12 13:13:47 +02:00
Torkel Ödegaard
f5ee91f85a
fix: added type export to fix failing test
2018-09-11 19:30:38 +02:00
Torkel Ödegaard
98daceade0
fix: fixed typescript test error
2018-09-11 19:08:32 +02:00
David
d8a702cba3
Fix prometheus label filtering for comparison queries ( #13213 )
...
- Now supports click filtering for queries like `metric > 0.1`
2018-09-11 16:57:43 +02:00
Peter Holmberg
0768a078ed
Upgrade react and enzyme ( #13224 )
...
* upgrade to latest react and fixed failing test
* upgrading libs
* grunt exec update due to change filename
* new yarn lock
* updated snaps
2018-09-11 16:31:34 +02: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
1ce9001141
upgrade of typescript and tslint and jest ( #13223 )
2018-09-11 13:48:13 +02:00
Marcus Efraimsson
35a24032a7
Merge pull request #13208 from grafana/fix-dashboard-permissions
...
fix: Dashboard permissions now shows correctly
2018-09-10 14:00:55 +02:00
Torkel Ödegaard
6c90a53654
refactor: moved stuff into new features dir manage-dashboards
2018-09-10 13:59:31 +02:00
Torkel Ödegaard
e4d9620fc0
move: moved styleguide to admin
2018-09-10 13:38:45 +02:00
Torkel Ödegaard
0f98dcdef0
fix: fixed singlestat test broken due to file move
2018-09-10 13:34:33 +02:00
Torkel Ödegaard
17e99bb38a
Merge branch 'master' of github.com:grafana/grafana
2018-09-10 13:29:57 +02:00
Torkel Ödegaard
34567bc4f1
moved folders from features into the main feature folder they belong to
2018-09-10 13:29:27 +02:00
Carl Bergquist
7e0637aa9d
Merge pull request #12260 from strohi/panelids-for-htmlbookmark
...
added id tag to Panels for html bookmarking on longer Dashboards
2018-09-10 13:01:35 +02:00
Marcus Efraimsson
3fe3f3741f
Merge pull request #13200 from svenklemm/postgres-query-builder-fixes
...
Fix query builder queries for interval start
2018-09-10 13:01:17 +02:00
Marcus Efraimsson
227bf85e5e
Merge pull request #13184 from svenklemm/postgres-interval_ms
...
Fix postgres quoting to handle non-string values
2018-09-10 12:43:10 +02:00
Torkel Ödegaard
9cfe2a7f5c
fix: Dashboard permissions now shows correctly, fixes #13201
2018-09-10 11:35:59 +02:00
Torkel Ödegaard
267b96cb48
Merge branch 'master' of github.com:grafana/grafana
2018-09-10 09:54:30 +02:00
Torkel Ödegaard
5c58a7d7f4
redux: do not use redux logger middleware in production builds
2018-09-10 09:53:52 +02:00
Sven Klemm
7c78b64a36
Document required order for time series queries ( #13204 )
2018-09-10 09:33:06 +02:00
Torkel Ödegaard
6bdaf57ae7
refactor: changed AlertRuleItem pause action to callback
2018-09-10 09:29:53 +02:00
Sven Klemm
116fb50530
Fix query builder queries for interval start
...
This changes the rate and increase queries to not calculate
a value when there is no previous value. This also adds an
order by metric column to prevent inconsistent series ordering
in the legend.
2018-09-08 08:28:15 +02:00
Torkel Ödegaard
a440d3510a
renaming things in admin
2018-09-07 17:55:38 +02:00
Torkel Ödegaard
4391209f7b
Merge branch 'master' into redux-poc2
2018-09-07 14:49:05 +02:00
Torkel Ödegaard
35ef51dca9
refactoring: custom scrollbars PR updated, #13175
2018-09-07 14:24:33 +02:00
Sven Klemm
6b863e3b0f
Fix quoting to handle non-string values
2018-09-07 10:21:10 +02:00
Alexander Zobnin
8fca79e87e
scrollbar refactor: replace HOC by component with children
2018-09-06 22:53:40 +03:00
Alexander Zobnin
a186bc01e0
tests for withScrollBar() wrapper
2018-09-06 15:37:31 +03:00
Alexander Zobnin
cf832e7db4
wrapper for react-custom-scrollbars component
2018-09-06 15:09:18 +03:00
Marcus Efraimsson
26756f86aa
Merge pull request #13148 from svenklemm/postgres-min-interval
...
Add min time interval support for SQL datasources
2018-09-06 14:05:39 +02:00
Carl Bergquist
3c0b1ef581
Merge pull request #13170 from bergquist/alerting_default_setting
...
make default values for alerting configurable
2018-09-06 13:26:42 +02:00
bergquist
3ce89cad71
make default values for alerting configurable
2018-09-06 11:26:14 +02:00
Patrick O'Carroll
2b74b1c4d6
added radix rule and changed files to follow rule ( #13153 )
2018-09-05 16:51:31 +02:00
Patrick O'Carroll
25f13bd3ad
added only-arrow-functions rule and changed files to follow new rule ( #13154 )
2018-09-05 15:28:30 +02:00
Torkel Ödegaard
0aea60bf17
Merge branch 'master' into redux-poc2
2018-09-05 12:11:11 +02:00
Torkel Ödegaard
c9ae585d2a
Merge branch '12918-no-conditional-assignment'
2018-09-05 12:09:32 +02:00
Torkel Ödegaard
dc236b5063
refatoring: minor changes to PR #13149
2018-09-05 12:09:16 +02:00
Sven Klemm
cb526d4557
Add min time interval to mysql and mssql
2018-09-05 12:02:57 +02:00
Torkel Ödegaard
00c0b71f3d
Merge branch '12918-only-arrow-functions4'
2018-09-05 11:46:54 +02:00
Torkel Ödegaard
432e203df1
Merge branch '12918-only-arrow-functions3'
2018-09-05 11:26:30 +02:00
Patrick O'Carroll
777010b20b
added no-conditional-assignment rule and changed files to follow new rule
2018-09-05 10:53:58 +02:00
Sven Klemm
e2c7b010ac
fix test failures for timeInterval
2018-09-05 10:03:16 +02:00
Sven Klemm
a95453036b
Add min time interval to postgres datasource
2018-09-05 09:46:22 +02:00
Patrick O'Carroll
72ab24f300
Changed functions to arrow functions for only-arrow-functions rule. ( #13131 )
2018-09-05 07:47:30 +02:00
Torkel Ödegaard
d8b3fa01d0
mobx: removed unused SearchStore
2018-09-04 22:38:18 -07: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