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
4cd4ce504d
feat(plugins): worked on markdown support for plugin page, #4275
2016-03-07 18:03:45 +01:00
Torkel Ödegaard
135679096b
feat(plugins): progress on plugin details page, # 4275
2016-03-07 14:31:17 +01:00
bergquist
e16f45e494
fix(playlist): fixes failed refactoring
2016-03-07 11:10:10 +01:00
bergquist
435d0f22f5
fix(dashlist): better handling of invalid dashboard ids
2016-03-07 11:04:02 +01:00
Torkel Ödegaard
00c70307ad
fix(panel): fixed to panel height for text panel and unknown panel
2016-03-06 19:23:22 +01:00
Carl Bergquist
883435336c
Merge pull request #4265 from utkarshcmu/hide-pass
...
Hiding password text
2016-03-06 14:56:44 +01:00
Torkel Ödegaard
2c8e35a933
fix(panel): fixed issues with png rendering, also fixed #4260
2016-03-06 12:51:36 +01:00
Torkel Ödegaard
7df18678a4
fix(ux): fixed hidden overflow text in api key modal, fixes #4263
2016-03-06 12:37:06 +01:00
Torkel Ödegaard
260c731f6b
fix(panel): fixes for panel height and alignment management and scrollable legends, closes #4266
2016-03-06 12:34:47 +01:00
utkarshcmu
00b1908f3c
Hiding password text
2016-03-05 23:47:50 -08:00
bergquist
dd7e215e78
feat(dashslist): make sure dashbords exists in recently viewd dashboards
...
closes #4249
2016-03-05 12:27:37 +01:00
Torkel Ödegaard
fcd75422d5
ux(): update all confirm modals to new design
2016-03-04 20:57:10 +01:00
Torkel Ödegaard
e7ef79e0d3
refactor(): minor tweak to markdown to remove watchers
2016-03-03 09:04:06 +01:00
Torkel Ödegaard
ae69244ac7
updated keyboard shortcuts modal
2016-03-02 21:36:34 +01:00
Torkel Ödegaard
8232552152
ux(): updated api key modal
2016-03-02 21:34:04 +01:00
Torkel Ödegaard
8bc1af9d1a
ux(): work on new modal design #4191
2016-03-02 21:27:08 +01:00
Torkel Ödegaard
fd1a0edf7f
ux(): worked on new modal design #4191
2016-03-02 20:56:04 +01:00
Torkel Ödegaard
950455bd93
ux(): combined page header and tab views
2016-03-02 16:56:16 +01:00
Torkel Ödegaard
eb4a46b40f
Merge pull request #4220 from mtanda/issue_1419
...
Align auto refresh interval
2016-03-02 11:26:34 +01:00
Torkel Ödegaard
7e12460303
Merge branch 'master' of github.com:grafana/grafana
2016-03-02 08:55:25 +01:00
Torkel Ödegaard
1ed4f64e60
templating(): minor update to regex escape chars, #2918
2016-03-02 08:44:20 +01:00
Mitsuhiro Tanda
fa0b06ac60
fix align bug
2016-03-02 16:06:54 +09:00
Mitsuhiro Tanda
ef22a87fcf
remove align option
2016-03-02 16:02:08 +09:00
Torkel Ödegaard
bfce379471
Merge pull request #4222 from raintank/pluginSettingEditHooks
...
Add support for pre/post update hooks in the PluginEditCtrl.
2016-03-02 07:56:23 +01:00
Torkel Ödegaard
4872f6d2dc
fix(jshint): removed unused var
2016-03-02 07:54:10 +01:00
Torkel Ödegaard
3c30870dc2
fix(templating): fixed issue with custom all value, fixes #4219
2016-03-02 07:52:48 +01:00
Anthony Woods
4317e4c4a2
Add support for pre/post update hooks in the PluginEditCtrl.
...
This allows users to intercept the update procedure from their own
controller to modify the pluginSettings before they are saved and
perform additional tasks like syncing state via a third party API.
2016-03-02 14:21:25 +08:00
Mitsuhiro Tanda
7da57e0aa5
align refresh interval
2016-03-02 14:26:15 +09:00
Torkel Ödegaard
0da4168836
fix(prometheus): fixed templating issue with prometheus for when using variable with non regex operator, #2918
2016-03-01 21:35:55 +01:00
Torkel Ödegaard
df67d57bca
ux(): minor work on info popover
2016-03-01 21:01:41 +01:00
Torkel Ödegaard
82e7f1a212
Merge pull request #4201 from raintank/removeForcedHeader
...
remove forced page header from app pages.
2016-03-01 20:14:55 +01:00
Torkel Ödegaard
2cf1193b56
Merge branch 'variable-value-formatting-rethink'
2016-03-01 19:13:11 +01:00
Torkel Ödegaard
57315f1e27
feat(templating): updates to template variable forms
2016-03-01 19:12:54 +01:00
Torkel Ödegaard
d1bac6cde0
feat(templating): prometheus now works with new template variable formating/escaping, #2918
2016-03-01 16:11:05 +01:00
bergquist
00dc078311
feat(playlist): render playlists if playlist id is invalid
...
close #4209
2016-03-01 13:50:55 +01:00
Torkel Ödegaard
fa73b1ce80
feat(templating): changed how the All templating value works
2016-03-01 13:47:02 +01:00
bergquist
606c75162f
feat(dashlist): add support for scripted dashboards
...
- dashlist will only show dashboards from same org
- notfound dashboards will not be added
closes #4207
2016-03-01 12:05:35 +01:00
bergquist
c6768a93c8
fix(dashlist): avoid null ref errors
2016-03-01 11:07:56 +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
f3ad71d751
feat(templating): lots of progress on template variable context specific formats, #2918 , all elasticsearch / lucene use cases seem to work now
2016-03-01 08:43:54 +01:00
Anthony Woods
0135dff001
remove forced page header from app pages.
2016-03-01 15:00:33 +08:00
bergquist
5d5f5cd9a6
fix(impressionstorage): remove console logging
2016-02-29 19:52:52 +01:00
bergquist
ad9b2ab617
fix(impressionStorage): use title instead of slut
...
closes #4194
2016-02-29 19:51:35 +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
f44d6e063c
Merge branch 'master' into variable-value-formatting-rethink
2016-02-29 16:42:25 +01:00
Carl Bergquist
fa99a6745d
Merge pull request #4192 from bergquist/last_viewed_dashboards
...
feat(dashlist): list last x viewed dashboards
2016-02-29 14:51:20 +01:00
bergquist
b79217be1e
feat(impressionStore): remove un needed js-ts bridge
2016-02-29 14:37:09 +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