Andrew Widdersheim
e20e2117f7
Fix 'paranthesis' typo to 'parenthesis'
...
This typo is most noticable in the Graphite lexer error hint message.
2015-07-05 21:22:40 -04:00
Torkel Ödegaard
e508db994e
OpenTSDB: Support for template variable values lookup queries, Closes #1250
2015-06-30 15:32:43 +02:00
Torkel Ödegaard
15e6a4266c
Fixed OR statement for influxdb 0.9 editor, #1525
2015-06-29 16:03:30 +02:00
Torkel Ödegaard
68a45608e6
Merge branch 'master' of github.com:grafana/grafana
2015-06-29 09:02:39 +02:00
Torkel Ödegaard
0838f432ca
refactor(influxdb series handling): performance and refactoring of PR #2179 , also switched to InfluxDB epoch json format
2015-06-29 09:02:07 +02:00
Torkel Ödegaard
c0d2241523
Merge branch 'topic-multi-select-influxdb9' of https://github.com/randywallace/grafana into randywallace-topic-multi-select-influxdb9
2015-06-29 08:20:10 +02:00
David Raifaizen
ca42d976a7
Added fix for template variables when no options are available to select
2015-06-26 14:15:14 -04:00
Torkel Ödegaard
3f167d7fd1
more work on influxdb 0.9 query editor and query builder, can now handle regex conditions, tag operator and tag value quotes changes automatically depending if the tag value is a regex or not, #1525
2015-06-26 10:38:39 +02:00
Torkel Ödegaard
9266d3789b
Merge remote-tracking branch 'origin/kariosdb'
...
Conflicts:
public/test/test-main.js
2015-06-25 18:34:41 +02:00
Torkel Ödegaard
ec98f9181b
Fixed issue with new variable value select dropdown and parent -> child updates, Fixes #2215
2015-06-23 20:09:17 +02:00
Torkel Ödegaard
2a693f7f08
Fixed issue with multi select template variable and restoring state from url, #2196
2015-06-19 15:10:34 -04:00
Torkel Ödegaard
26e5d7a3de
Graph: fixed PNG rendering of panels with legend table to the right, #2185
2015-06-19 14:13:25 -04:00
Torkel Ödegaard
261e5ebbd4
Fixed bug in singlestat panel and null value handling, #2189
2015-06-19 11:51:46 -04:00
Randy D. Wallace Jr
5e6d876bd0
Support Multiple Fields in InfluxDB 0.9+
...
* Update influxdb 0.9 plugin to iterate thru fields returned by InfluxDB
and output ea. field metric separately
* Updates default label to include Field Name
* Update spec to include updated label
* Add spec for multiple fields
* Do not print the field in the label when the name is value
2015-06-17 14:43:54 -04:00
Torkel Ödegaard
6f982b2791
Moved angular-bindonce to bower
2015-06-13 22:20:39 +02:00
Torkel Ödegaard
05f934548b
Moved angular-native-dragdrop to bower
2015-06-13 22:17:28 +02:00
Torkel Ödegaard
f22bffe98a
Upgraded angular to 1.4.0 and moved angular dependency to bower, #677
2015-06-13 21:14:08 +02:00
Torkel Ödegaard
87c65bcea0
Migrating to use bower for component dependencies
2015-06-13 20:53:08 +02:00
Torkel Ödegaard
48175101c6
Fixes to template variable with tags and inital state after dashboard load, #2080
2015-06-11 13:38:13 +02:00
Torkel Ödegaard
e5280d55b3
Make template variables work in row titles, #1956
2015-06-11 09:35:59 +02:00
Torkel Ödegaard
604f8a22f7
Fixed state issue with variable value dropdown, #2080
2015-06-09 10:22:43 +02:00
Torkel Ödegaard
f6845cd107
Variable value select fixes and refactorings
2015-06-09 10:06:36 +02:00
Torkel Ödegaard
b0451dc1b3
More refinements of tag selection and state restoration after dashboard load
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
b5a846154a
Trying to make progres on persisting selection state, restoring selection state for new multi variable dropdown, proving to be really complex
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
650d3d5046
Fixed tag selection issues
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0992b6a616
Progress on template variable dropdown, lots of unit tests for selection behavior,
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
53ed407448
Lots of refactoring of variable dropdown trying to clean up code and make it unit testable
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
aeb8bc8755
Share link should always have absolute time range, Closes #2060
2015-05-28 09:35:55 +02:00
Torkel Ödegaard
99556057d1
Fixed bug with auto refresh option being reset when changing relative time when now delay is configured, Fixes #2042
2015-05-26 16:48:23 +02:00
Torkel Ödegaard
921d672a2c
Worked on alias pattern for InfluxDB 0.9 editor, #1525
2015-05-26 11:01:28 +02:00
Torkel Ödegaard
788e7fd36d
Lots of api refactoring for org routes, #2014
2015-05-19 10:16:32 +02:00
Torkel Ödegaard
5896903bd3
Began work on alias support and alias patterns for InfluxDB 0.9, #1525
2015-05-18 15:01:05 +02:00
Torkel Ödegaard
b61f30de94
Lots of progress on InfluxDB Query Editor, show tag keys, values and measurement dropdowns now take into account already selected tags or measurements, so you can start with tag keys and the select measurement, #1525
2015-05-18 10:49:45 +02:00
Torkel Ödegaard
05d725d0b8
Slight refactoring, #1525
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
7a41ecb63f
Minor work on InfluxDB 0.9 query editor, #1525 , hit a roadblock with the new InfluxDB query language, does not support tag and tag values discovery queries with filters, not sure if I need to move to SHOW SERIES style queries
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
6fd37779b8
More work on new influxdb query editor, #1525
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
5ca8d590bd
Working on new query editor for influxdb 0.9, looking good! #1525
2015-05-15 15:58:07 +02:00
Torkel Ödegaard
11c8e80ea9
Working on new query editor for influxdb 0.9, #1525
2015-05-15 11:38:37 +02:00
Torkel Ödegaard
8c0e1060e6
Graph: Define series color using regex rule, Closes #590
2015-05-14 12:34:30 +02:00
Torkel Ödegaard
4822d02787
Things are starting to work again
2015-05-12 19:24:11 +02:00
Torkel Ödegaard
582e680b12
Singlestat: threshold checks are now done on a rounded value, rounded to same number of decimals as is shown, Fixes #1983
2015-05-11 09:57:10 +02:00
Torkel Ödegaard
8f0269de76
Merge branch 'subsecond-influx' of https://github.com/abrander/grafana
2015-05-09 15:28:39 +02:00
Torkel Ödegaard
0bde1bb857
Dashboard and nav links are near completion now, #1944
2015-05-08 10:56:54 +02:00
Anders Brander
d685644dee
Updated test to match e906a19
2015-05-07 22:48:44 +02:00
Torkel Ödegaard
e458ca7b47
Templating: updated template editor view & form
2015-05-05 10:56:39 +02:00
Torkel Ödegaard
385048b620
Templating: You can now select multiple template variables values at the same time. Closes #1922
2015-05-04 10:13:12 +02:00
Torkel Ödegaard
e5c1169120
HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928
2015-05-04 08:36:44 +02:00
Torkel Ödegaard
95fcddcd95
More work on panel & row repeats, #1888 , updated changelog
2015-05-01 08:07:57 +02:00
Torkel Ödegaard
25ef49494b
Final polish on repeat panel variable selection, #1888
2015-04-30 10:47:51 +02:00
Torkel Ödegaard
53cb0feda9
Various fixes, restored search auto focus
2015-04-28 17:28:34 +02:00