Torkel Ödegaard
|
81747e1623
|
Annotations: Fix for annotations not reloaded when switching between 2 dashboards with annotations, Fixes #851
|
2014-09-24 09:03:04 +02:00 |
|
Torkel Ödegaard
|
af8fec941c
|
Graph: Fix for series draw order not being the same after hiding/unhiding series, Fixes #847
|
2014-09-23 08:18:59 +02:00 |
|
Torkel Ödegaard
|
352ad3385a
|
Updated changelog and package.json to new version 1.8.0
|
2014-09-22 12:59:21 +02:00 |
|
Torkel Ödegaard
|
40a491a80b
|
Annotations: Elasticsearch annotation and field mapping fixes, small changes for PR #830
|
2014-09-20 08:30:59 +02:00 |
|
Torkel Ödegaard
|
a97bcc3ca7
|
Elasticsearch: fix for issue when saving dashboard with title equal to slugified url, would cause the backward compatible fix to delete it, Closes #828
|
2014-09-19 10:37:43 +02:00 |
|
Torkel Ödegaard
|
a0ab9113fc
|
Graph: added percent y-axis format, Closes #818
|
2014-09-17 15:39:45 +02:00 |
|
Torkel Ödegaard
|
d40e21a7e0
|
Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795
|
2014-09-17 09:29:51 +02:00 |
|
Alexey Remizov
|
26bb2e0193
|
fix typos
|
2014-09-16 13:08:28 +04:00 |
|
Torkel Ödegaard
|
96a0d0aefa
|
fixed changelog
|
2014-09-13 16:38:01 +02:00 |
|
Torkel Ödegaard
|
15f2b2cf9a
|
Annotations: fixed InfluxDB annotation query, added unit test for annotation query, Fixes #802
|
2014-09-13 16:19:33 +02:00 |
|
Torkel Ödegaard
|
682d2a1675
|
Dashboard: time range can now be read from URL parameters, will override dashboard saved time range, Closes #787, Closes #761
|
2014-09-10 10:46:04 +02:00 |
|
Torkel Ödegaard
|
4d4478d969
|
Added PR #785 to changelog
|
2014-09-10 09:07:14 +02:00 |
|
Torkel Ödegaard
|
3df592c702
|
Dashboard: elasticsearch dashboard storage now slugifies urls, #781
|
2014-09-09 13:42:46 +02:00 |
|
Torkel Ödegaard
|
e0c9ddbfba
|
Worked on variable initilization and sync to from url, #772
|
2014-09-08 11:03:14 +02:00 |
|
Torkel Ödegaard
|
d749549135
|
Templating: Full support for InfluxDB, filter by part of series names, extract series substrings, nested queries, multipe where clauses! Closes #613
|
2014-09-05 15:46:29 +02:00 |
|
Torkel Ödegaard
|
58a2ab4fbd
|
Templating: Can now use template variables in panel titles, Closes #312
|
2014-09-05 15:17:19 +02:00 |
|
Torkel Ödegaard
|
cc96cfe0c7
|
Templating: Ability to use template variables for function parameters via custom variable type, can be used as parameter for movingAverage or scaleToSeconds for example, Closes #262
|
2014-09-05 14:03:36 +02:00 |
|
Torkel Ödegaard
|
0319051891
|
Extend template variable syntax to include , Closes #760
|
2014-09-05 08:26:50 +02:00 |
|
Torkel Ödegaard
|
5304221e46
|
fixed spelling in changelog concerning InfluxDB breaking changes
|
2014-09-04 15:09:07 +02:00 |
|
Torkel Ödegaard
|
c6b1fe5349
|
updated change log with info about InfluxDB breaking changes, and fixes for stacked series and missing values, Fixes #534, Closes #743, Fixes #673,Fixes #674, Closes #756
|
2014-09-04 14:57:50 +02:00 |
|
Torkel Ödegaard
|
917cd35005
|
Dashboard: View dashboard json, edit/update any panel using json editor, makes it possible to quickly copy a graph from one dashboard to another.
Closes #304
|
2014-09-03 11:15:44 +02:00 |
|
Torkel Ödegaard
|
9f60745e57
|
Graphite: Graphite query builder can now handle functions that multiple series as arguments! #117
|
2014-09-02 20:59:54 +02:00 |
|
Torkel Ödegaard
|
666d640216
|
Graphite: Metric node/segment selection is now a textbox with autocomplete dropdown, allow for custom glob expression for single node segment without enter text editor mode, Closes #281
|
2014-09-02 12:55:45 +02:00 |
|
Torkel Ödegaard
|
cb479d737b
|
Graphite: Fix for nonNegativeDerivative function, now possible to not include optional first parameter maxValue, Closes #702
|
2014-09-02 07:58:29 +02:00 |
|
Torkel Ödegaard
|
39c068bd53
|
Graph: Fix for tooltip current value decimal precision when 'none' axis format was selected, Closes #733
|
2014-08-29 12:54:42 +02:00 |
|
Torkel Ödegaard
|
b26dfd8246
|
Updated changelog with progress on filtering/template overhaul, and UI change
|
2014-08-29 12:45:58 +02:00 |
|
Torkel Ödegaard
|
d4d3ae7530
|
Dashboard: Fix for zoom out causing right hand to range to be set in the future. Closes #724
|
2014-08-26 14:42:32 +02:00 |
|
Torkel Ödegaard
|
02ef6c4e07
|
Merge branch 'master' of github.com:grafana/grafana
|
2014-08-26 11:18:08 +02:00 |
|
Torkel Ödegaard
|
43eba6cc31
|
Dashboard: fix for hideControls setting not used/initlaized on dashboard load, Closes #723
|
2014-08-26 11:17:56 +02:00 |
|
Torkel Ödegaard
|
6f80862517
|
Dashboard: new config.js option to change/remove window title prefix from 'Grafana -' to anything, PR #685
|
2014-08-24 14:46:13 +02:00 |
|
Torkel Ödegaard
|
47a20e6a2f
|
Dashboard: fix for adding rows from dashboard settings modal, Closes #699
|
2014-08-23 10:45:07 +02:00 |
|
Torkel Ödegaard
|
8a80623d0c
|
Merged dashboard tag colors feature branch, updated changelog #634
|
2014-08-22 09:40:11 +02:00 |
|
Torkel Ödegaard
|
c0d7ddf1fb
|
Updated changelog with new display styles per series option feature, Closes #425, Closes #700
|
2014-08-20 12:11:14 +02:00 |
|
Torkel Ödegaard
|
a64604de6b
|
UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709
|
2014-08-18 16:38:04 +02:00 |
|
Torkel Ödegaard
|
1a3dac0c17
|
Fix for timepicker dates and tooltip when UTC timzone is selected,
custom date modal is still local time, Closes #277
|
2014-08-18 13:43:26 +02:00 |
|
Torkel Ödegaard
|
ffd73e8bfb
|
Fix for graphite queries with glob syntax ([1-9] and ?) that made
the graphite parser / query editor bail and fallback to text edit mode.
|
2014-08-18 12:17:48 +02:00 |
|
Torkel Ödegaard
|
83e9bc4816
|
Graph: Fix for axis format none broken for numbers in exponential notation, Closes #696
|
2014-08-14 12:05:29 +02:00 |
|
Torkel Ödegaard
|
87bf6b3800
|
Updated changelog and added fix for #695
|
2014-08-14 10:29:47 +02:00 |
|
Torkel Ödegaard
|
499246abae
|
Tech: upgraded jquery from 1.8.0 to 2.1.1, Closes #694
|
2014-08-13 19:51:27 +02:00 |
|
Torkel Ödegaard
|
5896eee693
|
Dashboard: tooltip fixes for flickering tooltips that sometimes do now want to show on hover, and for tooltips that get stuck after exiting modal, Closes #691
|
2014-08-13 19:11:46 +02:00 |
|
Torkel Ödegaard
|
ce6b60653c
|
Updated changelog with #672
|
2014-08-13 17:23:29 +02:00 |
|
Torkel Ödegaard
|
d865618051
|
Dashboard: Row option to display row title even when the row is visible, Closes #578
|
2014-08-11 15:25:36 +02:00 |
|
Torkel Ödegaard
|
f82b84eac7
|
updated changelog
|
2014-08-11 13:42:39 +02:00 |
|
Torkel Ödegaard
|
577efbf0c2
|
fixed changelog issue link
|
2014-08-11 12:49:17 +02:00 |
|
Torkel Ödegaard
|
b9b04fd932
|
Dashboard: Panel error are less intrusive, panel error bar replaced with small indicator, hover for short details, click to open inspector, Closes #681
|
2014-08-11 12:11:24 +02:00 |
|
Torkel Ödegaard
|
966ba97b2c
|
updated changelog for PR #666, Closes #660
|
2014-08-08 15:24:10 +02:00 |
|
Torkel Ödegaard
|
3fffd08ae4
|
Annotation: filter field is not interpreting in elasticsearch query, Fixes #661
|
2014-08-08 07:19:03 +02:00 |
|
Torkel Ödegaard
|
db90fa71d4
|
General: Fix for refresh icon in IE browsers, Fixes #657
|
2014-08-07 14:16:54 +02:00 |
|
Torkel Ödegaard
|
965c1f0353
|
Chart: Possible fix for stuck tooltip (annotation or time series point hover tooltip would not disappear), Fixes #450
|
2014-08-07 09:00:52 +02:00 |
|
Torkel Ödegaard
|
e7086cf6df
|
Timepicker: Fix for setting custom To date with low refresh interval, Fixes #652
|
2014-08-07 07:58:14 +02:00 |
|
Torkel Ödegaard
|
af073dad46
|
Fix for auto refresh not being started after loading dashboard, Fixes #655
|
2014-08-07 07:20:56 +02:00 |
|
Torkel Ödegaard
|
378e55ed0c
|
small changelog update
|
2014-08-05 15:37:09 +02:00 |
|
Torkel Ödegaard
|
0aa5505d7f
|
Updated readme, and other small changes for 1.7.0-rc1 release
|
2014-08-05 12:27:03 +02:00 |
|
Torkel Ödegaard
|
60f68abd31
|
Dashboard schema simplifications, moved schema updates to dashboard model creation, removes irritating 'unsaved changes' dialogs that show for dashboard schema changes, Closes #532
|
2014-08-05 10:15:51 +02:00 |
|
Torkel Ödegaard
|
e9a046e74d
|
Small annotation fix when leaving edit mode and having series hidden
|
2014-08-04 07:18:26 +02:00 |
|
Torkel Ödegaard
|
082d2c739e
|
updated changelog with #641 change
|
2014-08-03 12:12:38 +02:00 |
|
Torkel Ödegaard
|
d6814587ad
|
Update changelog and config sample
|
2014-08-01 11:34:57 +02:00 |
|
Torkel Ödegaard
|
586399a814
|
Graphite: Fix for graphite expressions parser failure when metric expressions starts with curly brace segment, Fixes #528
|
2014-08-01 09:28:57 +02:00 |
|
Torkel Ödegaard
|
867186fd66
|
Filtering: Fix for nested filters, changing a child filter could result in infinite recursion in some cases, Fixes #628
|
2014-08-01 08:54:22 +02:00 |
|
Torkel Ödegaard
|
923cd045cd
|
Changed opentsdb metric option chartLabel to Alias to better conform to grafana naming, updated changelog with PR #618 info
|
2014-07-31 12:27:49 +02:00 |
|
Torkel Ödegaard
|
c48b6e23eb
|
Updated changelog with PR #626
|
2014-07-31 11:22:20 +02:00 |
|
Torkel Ödegaard
|
305e12be1d
|
Updated changelog and config.sample.js with info about #633
|
2014-07-31 11:11:33 +02:00 |
|
Torkel Ödegaard
|
d056b1f1e1
|
Search: max_results config.js option & scroll in search results (To show more or all dashboards), Closes #631
|
2014-07-31 09:17:37 +02:00 |
|
Torkel Ödegaard
|
fa3b84a615
|
Elastic search annotations are working, need to refactor and unify datasource abstraction more, #201
|
2014-07-29 17:24:42 +02:00 |
|
Torkel Ödegaard
|
a1772d26b5
|
New global option in config.js to specify admin password (useful to hinder some users from accidentally making changes), Closes #606
|
2014-07-29 09:45:07 +02:00 |
|
Torkel Ödegaard
|
2bec41b80e
|
Graphite: new option available in metrics view to set cacheTimeout, will override default memcache timeout, Closes #266
|
2014-07-28 15:01:00 +02:00 |
|
Torkel Ödegaard
|
f619fc3e7e
|
merge with master
|
2014-07-25 12:37:39 +02:00 |
|
Torkel Ödegaard
|
6c7d74c43b
|
updated changelog with PR #604
|
2014-07-25 12:36:23 +02:00 |
|
Torkel Ödegaard
|
70521f0756
|
InfluxDB: support for InfluxDB v0.8 'list series' response schema, Fixes #610
|
2014-07-25 12:14:15 +02:00 |
|
Torkel Ödegaard
|
f22fcc2e59
|
updated changelog
|
2014-07-20 18:12:54 +02:00 |
|
Torkel Ödegaard
|
7b47f40979
|
better formating of changelog
|
2014-07-19 18:41:25 +02:00 |
|
Torkel Ödegaard
|
9cc735bdf2
|
fixed small css bug with the 'no datapoints' warning introduced by legends makeover
|
2014-07-15 16:57:23 +02:00 |
|
Torkel Ödegaard
|
6e0e6f5ec4
|
updated changelog with PR #581
|
2014-07-14 17:26:16 +02:00 |
|
Torkel Ödegaard
|
eaa200a766
|
Fix for Max legend value when max value is zero (Issue #460)
|
2014-07-04 11:50:11 +02:00 |
|
Torkel Ödegaard
|
6911e184f9
|
New legend display option 'Right side', will show legend to the right of the graph (Closes #556)
|
2014-07-03 12:38:20 +02:00 |
|
Torkel Ödegaard
|
1dbbfbbba6
|
Enhanced InfluxDB series aliasing (legend names) with pattern replacements (Issue #525)
|
2014-07-02 15:21:29 +02:00 |
|
Torkel Ödegaard
|
14247ddabb
|
New legend display option 'Align as table' (Issue #136)
|
2014-07-02 12:13:42 +02:00 |
|
Torkel Ödegaard
|
91b48258f0
|
Refactoring PR #511, Allow filter notation [[..]] in text panels
|
2014-06-30 09:10:32 +02:00 |
|
Torkel Ödegaard
|
505f0f65d0
|
updated change log with PR #545
|
2014-06-30 07:56:35 +02:00 |
|
Torkel Ödegaard
|
c925014bb5
|
Use unix epoch for Graphite from/to for absolute time ranges, #536
|
2014-06-25 10:09:19 -04:00 |
|
Torkel Ödegaard
|
32b11b104f
|
updated version to 1.6.1
|
2014-06-24 15:06:51 +02:00 |
|
Torkel Ödegaard
|
d14a86069a
|
Auto-refresh caused 2 refreshes (and hence mulitple queries) each time (at least in firefox) (Fixes #342)
|
2014-06-22 18:51:27 +02:00 |
|
Torkel Ödegaard
|
9a53779b6c
|
Default property that marks which datasource is default in config.js is now optional (Fixes #526)
|
2014-06-22 18:02:43 +02:00 |
|
Torkel Ödegaard
|
551771c6cf
|
ixed influxdb issue with raw query that caused wrong value column detection (Fixes #504)
|
2014-06-22 12:01:41 +02:00 |
|
Torkel Ödegaard
|
ed0c71fa56
|
Series names and column name typeahead cache fix (Fixes #522)
|
2014-06-22 11:27:36 +02:00 |
|
Torkel Ödegaard
|
012ffcf6f6
|
Bug in when using % sign in legends (aliases), fixed by removing url decoding of metric names (Fixes #506)
|
2014-06-21 17:27:57 +02:00 |
|
Torkel Ödegaard
|
bef61cf019
|
Ability to set y min/max for right y-axis (RR #519, Closes #360)
|
2014-06-21 17:18:24 +02:00 |
|
Torkel Ödegaard
|
2fbb87e17a
|
fix jshint and updated changelog with PR #500
|
2014-06-17 18:09:10 +02:00 |
|
Torkel Ödegaard
|
011e95b331
|
Graphite query lexer change, can now handle regex parameters for aliasSub function (Fixes #126)
|
2014-06-16 08:14:34 +02:00 |
|
Torkel Ödegaard
|
da451d013a
|
Refactoring and rewrite parts of influxdb group by feature from PR #441
|
2014-06-14 14:40:22 +02:00 |
|
Torkel Ödegaard
|
6885cea0fd
|
Improvement and polish to the OpenTSDB query editor (Issue #492)
|
2014-06-14 11:38:27 +02:00 |
|
Torkel Ödegaard
|
191f9daf4d
|
update changelog
|
2014-06-07 08:16:34 +02:00 |
|
Torkel Ödegaard
|
f3698cd625
|
Cleanup of config.sample.js, removed graphiteUrl setting, it will still work for next release
|
2014-06-06 23:33:33 +02:00 |
|
Torkel Ödegaard
|
0ad4f3b85e
|
Row editing and adding new panel is now a lot quicker and easier with the new row menu (Issue #475)
|
2014-06-06 18:30:15 +02:00 |
|
Torkel Ödegaard
|
6e2348d2b1
|
renamed graphite panel to graph
|
2014-06-06 16:03:39 +02:00 |
|
Torkel Ödegaard
|
ea84149c87
|
Fix for exclusive series toggling (hold down CTRL, SHIFT or META key) and left click a series for exclusive toggling
CTRL does not work on MAC OSX but SHIFT or META should (depending on browser) (Closes #350, Fixes #472)
|
2014-06-06 11:23:17 +02:00 |
|
Torkel Ödegaard
|
af1855601b
|
Improvement to InfluxDB query editor and function/value column selection, more space efficient, Closes #473
|
2014-06-06 10:56:38 +02:00 |
|
Torkel Ödegaard
|
c2b8f21fd9
|
small changes to PR #327, Partial support for url encoded metric names when using graphite datasource
|
2014-06-05 20:50:14 -07:00 |
|
Torkel Ödegaard
|
c48b3ded2f
|
Fix for graphite function selection menu that some times draws outside screen. It now displays upward (Fixes #293)
|
2014-06-03 19:07:59 -07:00 |
|
Torkel Ödegaard
|
7137a9986f
|
Fix to series toggling bug that caused annotations to be hidden when toggling (hiding) series. Fixes #328
|
2014-06-03 06:28:16 -07:00 |
|