Commit Graph

1116 Commits (dceda6e27d0ba4dace0ca4ff53606676566e8994)
 

Author SHA1 Message Date
Torkel Ödegaard aea4b37760 added highestCurrent function (Fixes #57) 12 years ago
Torkel Ödegaard 1aff1a0000 mini improvement to xasis format (now shows just hours for larger time spans) 12 years ago
Torkel Ödegaard df54c17dca small refactoring of check if other panel is in fullscreen edit/view mode 12 years ago
Torkel Ödegaard 73c5883f0d small fix for png width error when resize in edit mode / fullscreen mode 12 years ago
Torkel Ödegaard e3561ce555 fixed jshint errors, dam fever is coming back, time to sleep... 12 years ago
Torkel Ödegaard a5feb639d9 Merge pull request #58 from andreparodi/master 12 years ago
Torkel Ödegaard ac33286c8c added sortByName function (thx @jippi) 12 years ago
Torkel Ödegaard 19d5d32229 simplified a lot of the time series data manipulation prior to handing it to flot, kibana used a lot of code to sort and make sure all time points needed had values, this is not needed for graphite time series data. Fixes som strange issues with "null point mode" and inconsistent rendering between graphite and grafana flot, 12 years ago
Torkel Ödegaard d90f2537a4 added unit (y axis format) mapping support for png renderer (#22) 12 years ago
Torkel Ödegaard 487aa1f2c3 Added hideAxes and hideYAxis mapping support for png renderer. #22 12 years ago
Torkel Ödegaard be9ab15c4e added grid min max support for png renderer (url property mappings that is), #22 12 years ago
Torkel Ödegaard 7d4f0d24d5 restructured style settings between axes & grid, and Display Styles 12 years ago
Torkel Ödegaard bafa334b94 moved timezone correction setting from graph style to dashboard 12 years ago
Torkel Ödegaard 80c5f99f3b Removed pointless setting "selectable" (interactive) 12 years ago
Torkel Ödegaard 212bf5df98 small fix to png rendering 12 years ago
Andre Parodi 32189afc67 added nonNegativeDerivative function 12 years ago
Torkel Ödegaard 0fa6b34f1a working on native png renderer support 12 years ago
Torkel Ödegaard 4d6bb8b6be progress on translating grafana/flot options to graphite png renderer options 12 years ago
Torkel Ödegaard 82da75bc0c began work on adding support for native graphite png renderer support (#22) 12 years ago
Torkel Ödegaard beda378314 Fixes #45, zero values treated as null values 12 years ago
Torkel Ödegaard 6734864acd small change to readme.md 12 years ago
Torkel Ödegaard 9f548870d0 added build status to readme.md 12 years ago
Torkel Ödegaard d2bae43d26 Adding travis-ci build 12 years ago
Torkel Ödegaard e77e43faab Fixes #46, you can now edit a graph with no title 12 years ago
Torkel Ödegaard 224d2f92c3 Save now closes edit mode. (#52). 12 years ago
Torkel Ödegaard 250e354659 Dashboard search fix, only query against title field (Closes #51,Fixes #24) 12 years ago
John Dyer 2e59587c8e Clean up, and set default in config to false 12 years ago
John Dyer 6f4520254b Make search support elastic search clusters with _all disabled. Feature is disabled by default 12 years ago
Torkel Ödegaard b939c02da0 updated property docs in config.js 12 years ago
Torkel Ödegaard 9e900d5885 fixed small variable name issue with pull request #55 (jshint warning) 12 years ago
Torkel Ödegaard 38d3450160 refactoring, moved graph directive to a seperate js file 12 years ago
Torkel Ödegaard 2c5bfec089 Merge pull request #55 from oroce/elasticsearch-basicauth 12 years ago
oroce a56a2b0057 basic authentication added for elasticsearch 12 years ago
Torkel Ödegaard 89224401a9 Fixes #38, Lexer & parser now handles metrics segments that begin with numbers or only have numbers 12 years ago
Torkel Ödegaard 1c17c8661a Fixes #43, add grunt-cli as dev dependency 12 years ago
Torkel Ödegaard 4ed65891c2 Merge pull request #39 from jeviolle/master 12 years ago
Rick Briganti 49e131ce21 updated how moment is included and removed moment as a dep since it is included 12 years ago
Rick Briganti 06f4b017d6 fixed missing module for 'moment' and jslint missing semi colon 12 years ago
Torkel Ödegaard f52450aef4 Merge pull request #37 from tmeinlschmidt/master 12 years ago
Tom Meinlschmidt 6476843e95 - fixes 'derivate' function name - corrent name is 'derivative' 12 years ago
Torkel Ödegaard 67d11dffb9 small readme fix 12 years ago
Torkel Ödegaard 58dbb01e76 Added new config setting timezoneOffset, usefull when your graphite server is on a different timezone thant your users browsers. This is not optimal (for example if your users have different timezones) can be improved by finding a way to query the timezone different between browser and graphite server. Or fix so that the &tz graphite parameter works for json, then all absolute filters can use UTC time. #31 12 years ago
Torkel Ödegaard 81e9a483bc Merge pull request #29 from rsommer/patch-1 12 years ago
Torkel Ödegaard 5688f792cb Merge pull request #30 from johanwiren/fix_graphite_import 12 years ago
Johan Wirén 3ffc04be4d Fixed graphite import to include all graphs in a dashboard. 12 years ago
Roland Sommer 55e586c2c6 Update graphiteSrv.js 12 years ago
Torkel Ödegaard 76b535a2e4 Merge pull request #26 from johanwiren/add_title_on_import 12 years ago
Johan Wirén 6e27f97bc9 Sets graph title when importing from graphite 12 years ago
Torkel Ödegaard d9ada8d94e Merge pull request #23 from longnguyen11288/master 12 years ago
Long Nguyen b3d67c3ed4 Fixed typo in import 12 years ago