Torkel Ödegaard
57a31828f8
fix(templating): very minor markup/css change
2015-11-20 08:18:03 +01:00
Torkel Ödegaard
0c7fccdcbe
Merge pull request #2812 from utkarshcmu/master
...
Duplicate button for template variables
2015-11-20 08:14:20 +01:00
Torkel Ödegaard
cc125f5fd7
change(shortcuts): changed CTRL+F search shortcut to just F
2015-11-13 09:25:31 +01:00
Torkel Ödegaard
5bc194e1f0
Merge branch 'master' of github.com:grafana/grafana
2015-11-12 13:47:25 +01:00
Torkel Ödegaard
e04678f33c
feat(dasbboard): fix to issues when setting fullscreen/edit state for panel that have yet to get a scope
2015-11-12 12:01:44 +01:00
Torkel Ödegaard
bbdf75bdfa
feat(dashboard): Automatically go into panel edit mode after adding a new panel to the dashboard
2015-11-12 11:49:07 +01:00
Torkel Ödegaard
90cca93951
feat(tablepanel): lots of work on table panel
2015-11-05 13:13:13 +01:00
utkarshcmu
c5435596ad
Added All Value support for custom type templating
2015-10-30 22:34:40 -07:00
Torkel Ödegaard
97de8c1cc2
refactoring: move moving stuff around
2015-10-30 15:04:27 +01:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +01:00
Torkel Ödegaard
1113081aab
refactoring: moving components -> core
2015-10-30 14:19:02 +01:00
Torkel Ödegaard
39bc3cb532
refactoring: moving stuff around
2015-10-30 14:04:25 +01:00
Torkel Ödegaard
3de4707c98
feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061
2015-10-29 14:05:05 +01:00
Torkel Ödegaard
89ce1a5159
fix(dashlist): minor fix to dashlist panel, and some minor html markup fixes
2015-10-27 13:17:28 +01:00
Torkel Ödegaard
358ba395ac
fix(invite): minor fix to invite partials markup
2015-10-27 12:09:14 +01:00
Torkel Ödegaard
2e155bdeda
fix(dashboard): minor function name fixes, removed insert row above/below because it did not work, #2909
2015-10-26 14:33:55 +01:00
Torkel Ödegaard
a066d7ddcb
Merge pull request #2909 from utkarshcmu/title
...
Added move row to top and bottom and insert row capability.
2015-10-26 14:15:42 +01:00
Torkel Ödegaard
cac142b134
Merge pull request #2937 from mtanda/scripted_datemath
...
Use dateMath in ScriptedDashboard
2015-10-26 12:51:09 +01:00
Torkel Ödegaard
87715d6231
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
2015-10-22 12:33:42 -04:00
Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00
Torkel Ödegaard
04f4454974
feat(cloudwatch): lots of code refactoring and cleanup, #684 , dimension values lookup works but seems to return all dimension values no matter what dimension key you select, removed strange formating of template dimension values query, should not return key value pair but only the dimension value
2015-10-02 09:04:46 +02:00
Torkel Ödegaard
1a8bc1dd60
fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
2015-09-28 15:26:56 +02: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
9cdf0601eb
Removed unnecessary statement.
2015-09-23 22:20:38 +05:30
ubhatnagar
28ef972c9f
Added duplicate feature for variable.
2015-09-23 22:13:38 +05:30
ubhatnagar
866f48f92d
Added pipe in All Format list.
2015-09-23 13:12:35 +05:30
ubhatnagar
024a319512
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:22:57 +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
0ef8e086a2
fixed(share modal): fixed issue with sharemodal introduced with recent change to time handling, #2791
2015-09-22 07:32:47 +02:00
Torkel Ödegaard
24bff6e04d
ui(dashboard cog icon): minor change to PR #2772 that adds tooltip to cog icon
2015-09-21 11:29:14 +02:00
Torkel Ödegaard
cdab0d208e
Merge branch 'master' of https://github.com/utkarshcmu/grafana into utkarshcmu-master
2015-09-21 11:16:50 +02:00
ubhatnagar
00c89b8354
Removed .jshintrc statement, implemented manage dashboard tooltip.
2015-09-21 08:09:34 +05:30
Torkel Ödegaard
fb767f5680
change: removed drilldown links from extended panel menu
2015-09-19 15:59:29 +02:00
Torkel Ödegaard
c7d22aafd2
feat(drilldown link): better access to drilldown links directly by clicking the external link icon in panel header, fixes #1575
2015-09-19 15:53:48 +02:00
Torkel Ödegaard
b5f237a69b
fix(graph): minor fix for hover tooltip when combined with a single series using stepped lines, fixes #2754
2015-09-19 15:20:53 +02:00
Torkel Ödegaard
2f68687de9
feat(timepicker2): temporarily removed the the option to define custom quick range, will have to be part of future issue, closes #2761
2015-09-19 12:20:24 +02:00
Torkel Ödegaard
86f4907cc4
feat(panel fullscreen): completly changed how the fullscreen view/edit works, no longer uses css fixed position, yay, closes #2779
2015-09-19 11:40:51 +02:00
Torkel Ödegaard
c21cffa6d4
fix(timepicker): UTC now works in all scenarios I can think of, manual edit, date picker edit, #2761
2015-09-18 21:01:13 +02:00
Torkel Ödegaard
96b0e70ddd
feat(timepickerv2): fixed lots of minor issues and updated kairosdb and opentsdb data sources to work with the new date formats
2015-09-18 15:06:08 +02:00
Torkel Ödegaard
febe56b062
feat(timepicker): fixed zoomout
2015-09-18 14:04:53 +02:00
Torkel Ödegaard
f5e6722826
feat(timepickerv2): more work on new timepicker, now absolute time mixed with relative time works, yesterday, this day last week, etc now work
2015-09-18 13:54:31 +02:00
Torkel Ödegaard
cea13b1823
feat(timepicker2): moved to controllerAs and bindToController for timepicker component
2015-09-18 12:41:32 +02:00