Commit Graph

2071 Commits (785f96aabeea0678f8b8fd17cd99603d5095a710)
 

Author SHA1 Message Date
Torkel Ödegaard 785f96aabe Merge pull request #975 from swoop-inc/mb_support_influx_regex_merge 11 years ago
Torkel Ödegaard 1cfc4d2f31 ScriptedDashboard: bugfix for scripted dashboards and collapsed rows, Fixes #965 11 years ago
Mark Bell 08e816a539 Add support for regex based series merging in InfluxDB 11 years ago
Torkel Ödegaard 79c5d48a3c Timepicker: Fix for Zoom out top menu link still visible when timepicker was disabled, Fixes #963 11 years ago
Torkel Ödegaard 6c83699e6f Panel: css fix for panel fullscreen/edit mode for latest chrome 38 and Firefox 33, #954 11 years ago
Torkel Ödegaard ff254ce08d Help: fix for help modal shortcut, and added missing shortcut, #952 11 years ago
Torkel Ödegaard 8a80ea26b8 Graph: fix for series override controller unit test 11 years ago
Torkel Ödegaard b85fe62389 Graph: series override dropdown menu select did not work after recent commit that added typeahead to this dropdown 11 years ago
Torkel Ödegaard 16e7980982 Help: added help modal, accessed by shortcut '?', the help modal only contains a list of all shortcuts right now but will be extended in the future, #952 11 years ago
Torkel Ödegaard e3e08cf8e7 Graph: fix for second y axis tick unit labels wrapping on the next line, Fixes #505 11 years ago
Torkel Ödegaard 9866e0851b Graph: single series tooltip and unit format change fix, Closes #946 11 years ago
Torkel Ödegaard dd03a4b011 Dashboard: fix for fullscreen mode and small gap sometimes showing the underlying dashboard 11 years ago
Torkel Ödegaard dd0193a9a8 Dashboard: removed wip stats panel from settings.js, accidental commit 11 years ago
Torkel Ödegaard f743288ce0 Graph: fix for legends on the side and graph dimensions adaptation 11 years ago
Torkel Ödegaard 61f6bd2c80 Graph: added typehead dropdown menu combination for the series override selection 11 years ago
Torkel Ödegaard fe620d8e44 Graph: fill below to series override option not automatically adds lines=false, as overrides, if you want lines just for the fill below series just remove the overrides, #940 11 years ago
Torkel Ödegaard 22db28d3e7 Graph: New series style override option 'Fill below to', useful to visualize max & min as shadow for the mean, #940 11 years ago
Torkel Ödegaard 1330488e13 Panel: plugins panels can now reside outsude the app/panels directory, added example plugin panel 11 years ago
Torkel Ödegaard 920689b80e InfluxDB: series lookup & typeahead is now handled by influxdb list series regex queries, Closes #888 11 years ago
Torkel Ödegaard e9c7523646 Graphite: added second optional parameter to averageSeriesWithWildcards, Closes #926 11 years ago
Torkel Ödegaard 88bbc720ca Graph: removed console logs 11 years ago
Torkel Ödegaard 1bf1469c80 Merge branch 'master' of github.com:grafana/grafana 11 years ago
Torkel Ödegaard c74eda20dc Graph: fix for legend values min & max, avg & current when series only has null values, Closes #923 11 years ago
Torkel Ödegaard db0a5bd537 Graph: fix for legend values min & max, avg & current when series only has null values, Closes #923 11 years ago
Torkel Ödegaard c6cb01aa3b Graph: series tooltip length check 11 years ago
Torkel Ödegaard 7463f91878 Tech: removed jquery-ui and jquiery-ui-angular-drag-drop, replaced with native drag drop for angular, saved ~50kb in js libs, much cleaner & simpler usage, Also changed some behavior for drag drop, now panels are replaced when droped on (switch places), Closes #920 11 years ago
Torkel Ödegaard ce46ca2f39 Search: fixed bug introduced in recent PR #900, related to comment on #909 11 years ago
Torkel Ödegaard 920e5c93e1 Graph: tooltip fix for single series tooltip and right floated value being pushed down 11 years ago
Torkel Ödegaard 0aae78c6bd Graph: fix for bars not displaying, caused by change in recent commit, added unit test so it does not happen again 11 years ago
Torkel Ödegaard e86207bb28 Fixed default panel title when creating new panel, tweaks to panel height calculation, Closes #910 11 years ago
Torkel Ödegaard 75d60ccb69 Graphite: added perSecond function to the func def list 11 years ago
Torkel Ödegaard 9245cd6aae Merge branch 'inline_styles' of github.com:mikhailov/grafana into mikhailov-inline_styles 11 years ago
Torkel Ödegaard d8183b60c3 Merge branch 'mikhailov-patch-1' 11 years ago
Torkel Ödegaard a24272690d Merge branch 'patch-1' of github.com:mikhailov/grafana into mikhailov-patch-1 11 years ago
Torkel Ödegaard 40b088d6a2 Merge pull request #900 from mikhailov/patch-2 11 years ago
Torkel Ödegaard f1125d64de Updated default max search results to 100, #909 11 years ago
Torkel Ödegaard 0cba818364 Graph: legend and digest phase fix 11 years ago
Torkel Ödegaard 4285c751b3 Graph: fixed value formating for tooltip, need original data. flotcharts copys the data, so changes to value formats func after plot call does not affect the plot.getData() series 11 years ago
Torkel Ödegaard 1b0cddfa72 Graph: Tooltip refactoring for testability 11 years ago
Torkel Ödegaard 231a599f09 legend html markup cleanup 11 years ago
Torkel Ödegaard 7ffc4d388a Merge pull request #895 from ngmlabs/master 11 years ago
Torkel Ödegaard 1f24171238 Merge pull request #902 from toni-moreno/fix_multiple_highlight_points 11 years ago
toni-moreno 24917a6df5 correct positioning for multiple highlighted stacked and staircase points, fix to #901 11 years ago
Anatoly Mikhailov 67fde17209 Speed searching up a bit 11 years ago
Anatoly Mikhailov 6abad666db Debounce/Throttling Searching event 11 years ago
mikhailov 2d3f396571 Extract repetitive CSS inline styles 11 years ago
George Negoita 51bcbdac75 second parameter of groupByNode() is 0 indexed 11 years ago
Torkel Ödegaard e63889d5c4 Css fix for metrics tab, help boxes did extend page height so could not scroll if they extended below screen, #891 11 years ago
Torkel Ödegaard fe6a7c58bf Fixed issue casued by recent angular upgrade and stateful filter, casued template vars in graph titles no update properly, angular was not updated in 1.8.1 so this does affect any released version, Closes #892 11 years ago
Torkel Ödegaard dac3cb15c4 Merge branch 'v1.8.x' 11 years ago