bmundt
6d1dd95ab3
adds check for making datasource template variables children of other template variables ( #5717 )
2016-08-05 10:03:46 +02:00
Torkel Ödegaard
9fd7676846
Merge branch 'v3.1.x'
2016-07-25 12:03:40 +02:00
Torkel Ödegaard
0de0f4d014
feat(templating): fixed issue with template variables set to reload on dashboard load being issued multiple times, fixes #5637
2016-07-25 12:02:59 +02:00
Torkel Ödegaard
7c7e26bc18
feat(templating): refactoring template variable handling for variables that change on time refresh, closes #5021
2016-07-06 08:25:46 +02:00
Torkel Ödegaard
069100099d
Merge branch 'reflect_panel_repeat_when_time_range_changed' of https://github.com/mtanda/grafana
2016-07-06 07:40:51 +02:00
minki
05cb6048ae
fixed separate typo
2016-05-23 09:32:18 +09:00
Torkel Ödegaard
1ea54049d0
feat(templating): added new template variable type constant
2016-05-28 16:59:29 +02:00
Torkel Ödegaard
bf90fbc678
fix(templating): fixed failing templating unit test
2016-05-27 09:23:08 +02:00
Torkel Ödegaard
696fad702f
Merge branch 'v3.0.x'
...
Conflicts:
public/app/features/templating/templateValuesSrv.js
2016-05-26 14:21:17 +02:00
Torkel Ödegaard
724a511995
fix(templating): fixed issue with value being shown instead of it's text representation, fixes #5172
2016-05-26 13:18:02 +02:00
Torkel Ödegaard
41deea90ee
feat(dashboard): template variable changes updates url, closes #5002
2016-05-24 16:34:17 +02:00
Torkel Ödegaard
6f094ef215
fix(templating): fixed issue with nested template variables and multi select, the child variable selection state is now updated like single select variables, so if none matches the first option is selected, fixes #4861
2016-05-24 09:50:23 +02:00
Torkel Ödegaard
e0e8fd6637
fix(templating): fixed handling of numeric values in tempalting query results, fixes #5097
2016-05-20 10:24:24 +02:00
Mitsuhiro Tanda
f585d22ce7
(templating) update dynamic dashboard only if variable is changed
2016-05-16 19:26:24 +09:00
Mitsuhiro Tanda
3b85901b95
reflect panel repeat status when variable updated
2016-05-13 16:29:11 +09:00
Torkel Ödegaard
8a3bdb3685
fix(typo): corrected spelling in error message, fixes #4982
2016-05-11 13:21:25 +02:00
Torkel Ödegaard
040dd91d2e
fix(templating): fixed issue with current data source variable value, fixes #4934
2016-05-09 10:17:30 +02:00
Torkel Ödegaard
8b4c7c94b8
feat(templating): completed work on templating as data source, closes #816
2016-04-28 19:31:43 +02:00
Torkel Ödegaard
7349427189
feat(data source variable): progress on data source as variable
2016-04-28 19:08:35 +02:00
Torkel Ödegaard
89ea25ca08
feat(templating): minor sort fix
2016-04-28 18:26:41 +02:00
Torkel Ödegaard
1dfeb192a3
fix(templating): another fix for templating and custom all value escaping, fixes #4787
2016-04-22 13:59:54 +02:00
Torkel Ödegaard
13471ae2c4
feat(templating): templated ds progress
2016-04-16 13:43:16 -04:00
Torkel Ödegaard
1cce5fdfe1
feat(templating): polished variable template edit forms, added new template variable type: datasource
2016-04-16 12:03:29 -04:00
Torkel Ödegaard
7456514816
fix(templating): fixed issue with template variables that use regex extraction, fixes #4672
2016-04-13 16:41:19 -04:00
Torkel Ödegaard
44cf66d7ff
refactoring(): fixing event things
2016-04-07 19:23:20 -04:00
Mitsuhiro Tanda
df2a23d1a7
fix to use variable.refresh flag
2016-03-10 13:19:07 +09:00
Torkel Ödegaard
4a5b753fd8
feat(templating): refactoring of the refresh values of #4281
2016-03-09 13:10:02 +01:00
Mitsuhiro Tanda
aff4bf8f6c
minor refactoring
2016-03-09 01:47:38 +09:00
Mitsuhiro Tanda
ba1e1532ac
change option name more clearly
2016-03-09 00:53:43 +09:00
NickG123
f11b4cb481
Added a select box to templates that allows template values to be refreshed on refresh
2016-03-09 00:40:33 +09:00
Torkel Ödegaard
2475ca8f9a
fix(templaing): refactoring PR #4283
2016-03-08 09:32:54 +01:00
woodsaj
dc4743a392
ensure current template variable is set.
...
- When distributing a dashboard it is often not practical to have
"current" template variable option set. This commit ensures that
for dashboards with no current, it is assigned when the dashboard
loads (assuming refresh on load is set.)
2016-03-08 15:41:24 +08:00
woodsaj
0cb57f52de
refactor how template vars are updated. fixes #4283
...
Use promises to order the updates of variable options so that
parents are always updated before children.
This ensures that we only need to query the datasource once per
variable as variables that depend on other variables will only be
processed once their parent has been.
This commit also ensures that variable options are refreshed if
"refresh_on_load" is true even when query params are used to
set the variable seltion.
2016-03-08 15:03:34 +08:00
Torkel Ödegaard
fa73b1ce80
feat(templating): changed how the All templating value works
2016-03-01 13:47:02 +01:00
Torkel Ödegaard
8f5a7f1764
feat(templating): more work on context specific varaiable formats, #2918
2016-03-01 10:51:39 +01:00
Torkel Ödegaard
cb8b038795
feat(templating): progress on templating rethink
2016-02-29 17:31:31 +01:00
Torkel Ödegaard
078e69d06d
feat(templating): simplified templating forms removed all formats
2016-02-29 17:07:53 +01:00
Torkel Ödegaard
97c27668bc
fix(): fix failing build and removed panel icon from edit mode tabs
2016-02-29 14:15:46 +01:00
Torkel Ödegaard
3624587f08
misc(): added elasticsearch.yml config file to docker test env
2016-02-29 13:42:55 +01:00
benrubson
c9fe2bab60
make it more smartly
2016-02-22 10:27:08 +01:00
benrubson
d6e4fb46cf
Add a minimum value option for template auto interval
2016-02-21 21:48:09 +01:00
toni-moreno
1c35d4b26b
removed autoupdate on variabe refresh, don't needed if working interactive and fix #2722
2015-11-16 21:55:23 +01:00
Torkel Ödegaard
5bc194e1f0
Merge branch 'master' of github.com:grafana/grafana
2015-11-12 13:47:25 +01:00
utkarshcmu
c5435596ad
Added All Value support for custom type templating
2015-10-30 22:34:40 -07:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +01:00
Torkel Ödegaard
a567939f78
fix(elasticsearch): quote variable value in lucene variable mulit format, fixes #2828
2015-09-28 11:28:08 +02:00
ubhatnagar
866f48f92d
Added pipe in All Format list.
2015-09-23 13:12:35 +05:30
Torkel Ödegaard
f632b3b029
feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696
2015-09-22 14:29:41 +02:00
Torkel Ödegaard
3d85e85f29
fix(events): fixed handling of onAppEvents when used from rootScope, must supply localscope, can now be used in isolate scope scenarios
2015-09-18 12:15:06 +02:00
Torkel Ödegaard
ca53ae4fc5
fix(templating): Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url), fixes #2564
2015-08-21 10:40:14 +02:00