Commit Graph

1011 Commits

Author SHA1 Message Date
Torkel Ödegaard
3d35595397 Fixed fullscreen not increasing graph height as before 2014-01-23 13:22:35 +01:00
Torkel Ödegaard
533e176566 Fixed issue with date parsing, now saved absolute range should work again 2014-01-23 12:34:35 +01:00
Torkel Ödegaard
915f2a4914 updated readme.md 2014-01-23 11:58:59 +01:00
Torkel Odegaard
d21bd796f8 Added documentation in Readme.md for how to configure apache2 with Basic Auth and CORS 2014-01-22 22:25:15 +01:00
Torkel Odegaard
51186397d7 Fixes #16 (Basic Authentication), set graphiteUrl: http://username:password@domain.com and it should work, but requires special CORS settings in apache2 2014-01-22 22:19:58 +01:00
Torkel Ödegaard
e2dd201e4a Fixes #13 (partially) Use relative time ranges whenever possible when querying graphite 2014-01-22 13:05:07 +01:00
Torkel Ödegaard
f0c8b70f47 fixed config.js grafana_index default value was accidentally changed 2014-01-22 08:27:23 +01:00
Torkel Ödegaard
d259f14267 Initial work on #9 (millisecond y axis formater) 2014-01-21 22:06:54 +01:00
Torkel Ödegaard
3b6bf80ea4 removed more unused code 2014-01-21 21:45:25 +01:00
Torkel Ödegaard
0e4dc5a888 clean up unused code, left over from kibana 2014-01-21 21:11:09 +01:00
Torkel Ödegaard
fc713be9ce Fixes #12, operation without elastic search should now with without error 2014-01-21 21:05:54 +01:00
Torkel Ödegaard
a6df1a9320 Partial fix for #10 , the lexer & parser can now handle curly brace, but target editor needs to be updated to support selecting multiple segment nodes 2014-01-21 12:43:32 +01:00
Torkel Ödegaard
62edf0d266 updated readme and bumped version 2014-01-21 08:38:30 +01:00
Torkel Ödegaard
2ee2266865 Fixes #4, also improves responsive layout for mobiles 2014-01-20 22:40:06 +01:00
Torkel Ödegaard
0c1df4250e ported back some improvements from kibana 2014-01-20 22:28:35 +01:00
Torkel Ödegaard
61d6654547 improved drag and drop 2014-01-20 22:15:24 +01:00
Torkel Ödegaard
1170493ebe fixed loading spinner position and other minor changes 2014-01-20 19:40:39 +01:00
Torkel Ödegaard
1742c03b23 small refactoring 2014-01-20 18:59:31 +01:00
Torkel Ödegaard
00777ea14a added annotations to roadmap 2014-01-20 18:45:22 +01:00
Torkel Ödegaard
0524427a3b changes to flot.events 2014-01-20 18:42:37 +01:00
Torkel Ödegaard
8a469863d4 Fixes #1, duplicate panel with 3 colspan remaining on row 2014-01-20 18:35:24 +01:00
Torkel Ödegaard
73b96ef4ca updated default example dashboard with welcome text and an example graph using randomWalk function 2014-01-20 16:48:03 +01:00
Torkel Ödegaard
ad4c0ab5b6 added more function definitions, added small hack to make randomWalk and countLine that do not take any series work with the parser and target editor (the whole target editor and parsing & back to target rendering needs to be rewritten to handle functions that take multiple series) 2014-01-20 16:48:02 +01:00
Torkel Ödegaard
203b8df7f8 Merge pull request #7 from deniszh/master
Fixing download link in README
2014-01-20 02:57:28 -08:00
Denys Zhdanov
185d713a0e Fixing download link in README 2014-01-20 11:51:50 +01:00
Torkel Ödegaard
a089cd6e35 small fixes to readme.md 2014-01-20 11:00:07 +01:00
Torkel Ödegaard
8101f01de9 updated readme.md 2014-01-20 10:57:59 +01:00
Torkel Ödegaard
700b6d9450 spelling fix in readme.md 2014-01-20 09:47:48 +01:00
Torkel Ödegaard
b0d016f5e1 Merge branch 'master' of github.com:torkelo/grafana 2014-01-20 09:46:01 +01:00
Torkel Ödegaard
c3ceb90982 updated readme again 2014-01-19 17:39:15 +01:00
Torkel Ödegaard
0097e5fecd updated readme 2014-01-19 17:38:34 +01:00
Torkel Ödegaard
3d0ae62260 updated readme 2014-01-19 17:16:57 +01:00
Torkel Ödegaard
38caeb3e2f grunt release task changes 2014-01-19 16:24:47 +01:00
Torkel Ödegaard
e4b52905d1 preparing for first release 2014-01-19 16:13:28 +01:00
Torkel Ödegaard
cd5b17b002 fix: segment dropdown is now scrollable 2014-01-15 17:38:46 +01:00
Torkel Ödegaard
3fbe3be30e fix: fixed groupByNode function definition 2014-01-14 21:01:41 +01:00
Torkel Ödegaard
c13ac8a36f fix: lexer enhancement to support asterix and dash in metric segment 2014-01-14 20:57:07 +01:00
Torkel Ödegaard
9e270067f6 feat: when adding new function the alias function will be moved so it is always last 2014-01-14 20:38:39 +01:00
Torkel Ödegaard
fe19e8f776 small fix to graphite target editor 2014-01-13 21:43:08 +01:00
Torkel Odegaard
0de363ca7a small style change in graphite style editor 2014-01-12 21:21:41 +01:00
Torkel Ödegaard
fe08a7bfec added stepped line option 2014-01-12 11:53:41 +01:00
Torkel Ödegaard
159bab1b13 fixed plothover when 2 axis have different y format 2014-01-12 11:41:22 +01:00
Torkel Ödegaard
799fd77766 added y format for right y axis 2014-01-12 11:20:50 +01:00
Torkel Ödegaard
85578f012e null point options is working, moved to global panel style instead of alias specific option 2014-01-12 10:56:23 +01:00
Torkel Ödegaard
eee81617b3 worked on fill style options, connected line, null and null as zero 2014-01-11 21:32:27 +01:00
Torkel Odegaard
ee8ba469dd began on being able to control fill style per series 2014-01-10 23:04:19 +01:00
Torkel Ödegaard
903dfc615c Merge branch 'master' of github.com:torkelo/grafana
Conflicts:
	src/app/panels/graphite/module.html
2014-01-08 07:42:43 +01:00
Torkel Ödegaard
a0cee35309 small fixes 2014-01-08 07:42:17 +01:00
Torkel Odegaard
3e0b9261e4 changed background color and column gutter 2014-01-07 22:08:32 +01:00
Torkel Odegaard
734ce95167 more style changes 2014-01-07 20:50:42 +01:00