Torkel Ödegaard
15e6a4266c
Fixed OR statement for influxdb 0.9 editor, #1525
2015-06-29 16:03:30 +02:00
Torkel Ödegaard
11170dd34c
feat(singlestat): Added support for string values, Closes #2203
2015-06-29 09:22:08 +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
Torkel Ödegaard
6e8505ae61
Merge pull request #2242 from sbouchex/master
...
Added Pressure units (mbar and hPa) and db unit
2015-06-29 08:14:40 +02:00
Torkel Ödegaard
aaeab3177e
Merge pull request #2243 from craftytrickster/blank-variable-fix
...
Added fix for template variables when no options are available to select
2015-06-29 08:14:01 +02:00
James Turnbull
f14c6efaf8
Capitalise panel menu items
...
It's a minor thing but other options seem to be generally capitalised. This felt discordant.
2015-06-28 14:42:39 -04:00
Sébastien Bouchex Bellomié
9d4cce74b2
Added dB unit
2015-06-27 16:59:34 +02:00
Sébastien Bouchex Bellomié
05fc34533f
Merge remote-tracking branch 'grafana/master'
2015-06-26 20:21:32 +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
20d5d0eee6
Fixed issue with annotations that only occurs in optimized build, Fixes #2176 , Fixes #2239
2015-06-26 19:42:33 +02:00
Torkel Ödegaard
693af182c7
Fixed broken playlist in master, Fixes #2240
2015-06-26 19:11:52 +02:00
Torkel Ödegaard
2dbb370955
Working on resize handle, drag to resize panels & rows
2015-06-26 18:45:23 +02:00
aba824a317
Added Pressure units (mbar and hPa)
2015-06-26 17:34:21 +02:00
5f513773c1
Added Pressure units (mbar and hPa)
2015-06-26 17:28:53 +02:00
999894cccb
Added Pressure unit (mbar and hPa)
2015-06-26 17:22:41 +02:00
Torkel Ödegaard
906e70e599
Batch all influxdb 0.9 queries (per panel) in one request, #1525
2015-06-26 11:27:49 +02: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
dd8d6bc705
Changed regex typeahead lookup, also works with literal regex patterns
2015-06-26 09:40:55 +02:00
Torkel Ödegaard
43afd7dff9
Fixed on blur event for influxdb 0.9 raw query editor, #1525
2015-06-26 07:54:55 +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
7806da11e6
Fixed issue with test data source connection and direct access, Fixes #2219
2015-06-24 21:31:16 +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
ba2deb5f7b
Merge branch 'master' of github.com:grafana/grafana
2015-06-22 22:30:03 +02:00
Torkel Ödegaard
7794442277
Make influxdb 0.9 raw query mode still show alias input field, #1525
2015-06-22 22:29:49 +02:00
Torkel Ödegaard
fb8775124c
Merge pull request #2207 from lahma/features/influxdb-scoped-vars
...
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 21:26:09 +02:00
Marko Lahma
680865f13c
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 22:22:29 +03:00
Torkel Ödegaard
98a07eff81
Worked on enhancing panel links to support dash link features, like auto variable to url params includes, Closes #2200
2015-06-22 17:44:46 +02:00
Torkel Ödegaard
3f917b0af5
Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198
2015-06-22 08:13:21 +02:00
Torkel Ödegaard
d3c6db1ba8
Fixed tabindex for organization dropdown, Fixes #2150
2015-06-19 16:42:45 -04: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
021c6ac1cb
fixed panel menu while in fullscreen mode
2015-06-19 12:42:10 -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
Anthony Woods
196b7846cc
add support for robots.txt file
2015-06-15 19:02:38 -04:00
Torkel Ödegaard
9b12350855
Added support for templated email subjects
2015-06-14 06:07:36 +02:00
Torkel Ödegaard
fd319bd5f5
Moved requirejs to bower, #677
2015-06-13 23:01:54 +02: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
2c88b418fd
Fix import from elasticsearch limit, Fixes #1843 , Fixes 2154
2015-06-13 20:20:48 +02:00
Torkel Ödegaard
4a9bc70ca0
Added new style override, transform negative-Y, Closes #2162
2015-06-13 20:01:15 +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
5962bcbc6c
Do not show create org link when allow_org_create is set to false, Fixes #2135
2015-06-11 08:16:09 +02:00
Torkel Ödegaard
b39f8fb4de
Do not show Switch to Org item for current organization in the org dropdown, Fixes #2136
2015-06-11 08:05:33 +02:00
Torkel Ödegaard
ca67b49d67
Merge branch 'restrict-tag-keys-values' of https://github.com/lexh/grafana into lexh-restrict-tag-keys-values
2015-06-10 10:07:23 +02:00
Torkel Ödegaard
63cc794f37
Small style fix to login page
2015-06-10 08:27:38 +02:00
Torkel Ödegaard
fca6c85abb
Fixed clear selections icon for new variable dropdown, #2080
2015-06-09 10:30:51 +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
c20fa85b82
Renamed variable value select to select dropdown
2015-06-09 09:45:24 +02:00
Torkel Ödegaard
db0c442eaf
Added configuration options for smtp
2015-06-08 17:56:56 +02:00
Torkel Ödegaard
c8bc0b3bf8
Lots of work on user password reset, #1456
2015-06-08 13:39:02 +02:00
Torkel Ödegaard
aa4d60c21e
Worked on reset password views, refactored out password strength to a reusable directive
2015-06-08 10:57:01 +02:00
Torkel Ödegaard
e40b462040
began work on reset password view, and angular controller
2015-06-05 11:45:04 +02:00
Torkel Ödegaard
89418a155a
More work on email and notification infra #1456
2015-06-05 11:08:19 +02:00
Lex Herbert
463a750c07
OpenTSDB: Restrict typeahead tag keys and values
...
When selecting metric tag keys, we only are interested in keys which are
associated with this metric. Likewise, when selecting a value for a
certain key, we only want to consider values which apply to the given
key and metric.
2015-06-04 17:45:09 -07:00
Masaori Koshiba
4d0c04b80d
Add tag support
2015-06-04 01:23:58 +09:00
Masaori Koshiba
e9a842259a
Add metricFindQuery in KairosDBDatasource
2015-06-03 22:55:31 +09:00
Torkel Ödegaard
c821568ac7
Merged new template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
1c38619d8c
Fixed intendation
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8cfe89eaf9
Updated variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
cb63344394
Added hover tooltip for tags
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8934c83742
Small fixes for template variable groups (tags)
2015-06-03 14:53:52 +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
f48d0fcb13
More work on tags in variable dropdown, now the actual tag values query is hooked up and works, #2080
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
d96f5598ca
Breaking out logic for variable dropdown into a controller, this needs some unit tests
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
137cbe5bb4
work on variable multi select
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6f783f5a3b
Single variable select state highlight fixed, Closes #2073
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6ed17fe62f
Removed selection state for single select variables
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
7d25d6f191
progress on tag selection in variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0bd50c06d7
Template varaible dropdown work
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
9a74105103
Trying out dark headers and footers for template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
a433e0e79c
More work on variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
483ef20527
Reworking variable value dropdown, take3
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
5c8b571c3f
Fixed look of tag cloud in search
2015-06-02 13:44:46 +02:00
Torkel Ödegaard
bfe5a56a47
Updated dashboard links editor, just changed With tag > With tags
2015-06-02 12:52:31 +02:00
Torkel Ödegaard
8cfbd2f8bf
Increased width of query input field in dashlist panel editor
2015-06-02 11:05:48 +02:00
Torkel Ödegaard
50a1feb90a
Dashboard list panel: Now supports search by multiple tags, Closes #2096
2015-06-02 11:04:06 +02:00
Torkel Ödegaard
6df9012141
Updated dashboard links feature to support search by my multiple tags, #1944
2015-06-02 10:35:10 +02:00
Torkel Ödegaard
dc607b8e8a
Dashboard search now supports filtering by multiple dashboard tags, Closes #2095
2015-06-02 10:24:20 +02:00
robert jakub
153ab4afaa
new role Read Only Editor - admin (small fix for #2088 )
2015-06-01 20:26:41 +02:00
Torkel Ödegaard
ff3843bc7f
Roles: New user role that replaces the old role behavior, Closes #2088
2015-06-01 17:01:04 +02:00
Torkel Ödegaard
86f5152092
When role is viewer and edit URL is loaded view mode will be loaded instead, Closes #2089
2015-06-01 16:49:14 +02:00
Torkel Ödegaard
85c3a0aa14
Panel menu now hides edit actions for users with role Viewer, Closes #1826
2015-06-01 16:36:15 +02:00
Torkel Ödegaard
50645cc36b
Added test connection action to all data sources, Closes #1997
2015-06-01 14:16:59 +02:00
Torkel Ödegaard
afede880e6
added url validation when adding data source, Fixes #2043
2015-06-01 14:02:24 +02:00
Torkel Ödegaard
e2f6633d57
Began work on data source test / validation, #1997 & #2043
2015-06-01 12:15:49 +02:00
Torkel Ödegaard
57fac6b9aa
Removed invalid scripted dashboard example, Closes #2063
2015-05-28 11:41:32 +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
96bd66e811
Made the annotation tags support more cross datasource compatible
2015-05-27 14:30:23 +02:00
Torkel Ödegaard
494ede5bbf
Big refactoring/rewrite for how annotation tooltips are shown, also work on #1474
2015-05-27 13:11:32 +02:00
Torkel Ödegaard
e76d2ec9c2
worked on tags in search and dashboards
2015-05-27 11:16:15 +02:00
Torkel Ödegaard
7b972926ae
Merge branch 'variable-tags'
2015-05-27 10:43:02 +02:00
Torkel Ödegaard
4a71a79cb8
Slight refactoring in annotationSrv
2015-05-27 10:42:52 +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
0047ce067d
SingleStatPanel: fix for color thresholds and value to text mapping combo, Fixes #2044
2015-05-25 10:24:01 +02:00
robert jakub
3dc2a114fa
add pps (packet per second) format
2015-05-22 17:08:10 +02:00
David Raifaizen
2191921690
Fixed variable name for annotations
2015-05-21 14:36:35 -04:00
Torkel Ödegaard
ba3f6f9d3e
InfluxDB 09 fix, do not treat empty results as an error
2015-05-21 10:20:49 +02:00
Torkel Ödegaard
2202094e41
work on tags in variables
2015-05-20 18:18:03 +02:00
Torkel Ödegaard
3354365177
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
2015-05-20 14:59:38 +02:00
Torkel Ödegaard
25c6b64fed
Began working on exploring variable value groups/tags
2015-05-19 16:54:08 +02:00
Torkel Ödegaard
a8aab0cb2b
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
2015-05-19 11:47:14 +02:00
Torkel Ödegaard
788e7fd36d
Lots of api refactoring for org routes, #2014
2015-05-19 10:16:32 +02:00
Torkel Ödegaard
74bf1f23fb
Small progress on #2014
2015-05-19 09:09:21 +02:00
Torkel Ödegaard
bfe6d5434e
Fixed placeholder text in templating editor
2015-05-19 08:46:45 +02:00
Torkel Ödegaard
f81bde5643
Refactoring some api handlers to use the new Response return object
2015-05-18 21:23:40 +02:00
Torkel Ödegaard
fbc6bb2112
More refactoring of user http api, trying to reuse handlers for sign in user and admin operations
2015-05-18 19:06:19 +02:00
Torkel Ödegaard
62e8841e8c
Fixed spelling of Peta unit Quadr
2015-05-18 17:54:12 +02:00
Torkel Ödegaard
5270c4bc74
refactorin api code for user routes, preparation for admin improvements, #2014
2015-05-18 17:52:23 +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
f41c314329
Minor layout fix to templating editor, making input fields a little less wide
2015-05-18 11:47:12 +02:00
Torkel Ödegaard
84618a6076
Style and layout changes for InfluxDB 0.9 editor #1525
2015-05-18 11:40:50 +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
Masaori Koshiba
41a73a7adb
Expand variables in KairosDB Plugin
2015-05-17 21:46:14 +09: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
a258e2e608
Added log base 2 graph y axis scale
2015-05-14 17:39:31 +02:00
Torkel Ödegaard
8c0e1060e6
Graph: Define series color using regex rule, Closes #590
2015-05-14 12:34:30 +02:00
Torkel Ödegaard
2dac975805
began work on color by regex / series override for color, #590
2015-05-13 21:34:50 +02:00
Torkel Ödegaard
ea54f6923b
Added graphite function changed, closes #1961
2015-05-13 16:32:33 +02:00
Torkel Ödegaard
448a8b8d1c
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
2015-05-13 13:36:24 +02:00
Torkel Ödegaard
bb7d79e6d2
Refactoring search to support more than just db dashboards
2015-05-13 10:45:53 +02:00
Torkel Ödegaard
187834b17c
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
2015-05-13 09:58:45 +02:00
Torkel Ödegaard
4822d02787
Things are starting to work again
2015-05-12 19:24:11 +02:00
Torkel Ödegaard
35cc0a1cc0
Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960
2015-05-12 17:39:56 +02:00
Torkel Ödegaard
b3be51f17f
Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
2015-05-12 14:11:30 +02:00
Torkel Ödegaard
48ddd7213f
Removed unused keybinding, ctrl+l, Fixes #1962
2015-05-11 10:03:34 +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
5aa495d0e4
Restored some previous grafana modifications to jquery flot
2015-05-09 19:47:21 +02:00
Torkel Ödegaard
2e6c2347eb
Did some jquery flot performance tuning, added text size cache that reduced render times by 25% (for single serie graphs)
2015-05-09 19:31:00 +02:00
Torkel Ödegaard
b7a8551290
Merge pull request #1946 from DaveBlooman/theme_colour
...
Add Android 5 theme colour
2015-05-09 15:33:38 +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
59a2109cab
Investigating some performance optimizations, added more perf instrumentation & measurements
2015-05-09 15:26:39 +02:00
Torkel Ödegaard
2dcb98a8ed
Merge branch 'master' of github.com:grafana/grafana
2015-05-08 11:03:25 +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
Anders Brander
e906a1979c
Allow kbn.secondsToHms() to return result in milliseconds.
2015-05-07 22:33:32 +02:00
Anders Brander
5eee33a11f
Quote 'measurement' properly in getAltSegments() to allow for dots in measurement identifier (Influxdb 0.9).
2015-05-07 19:51:55 +02:00
Torkel Ödegaard
4b4f398e83
more work on dashboard links, this feature is taking forever, dam angular, and dam complexity
2015-05-07 19:14:13 +02:00
Torkel Ödegaard
9655014041
More polish and refinements to dashboard links
2015-05-07 13:10:04 +02:00
Torkel Ödegaard
85e65e61d3
More work on dashboards links
2015-05-07 09:35:39 +02:00
Torkel Ödegaard
15137422a6
More work on dashboards links
2015-05-06 16:40:43 +02:00
Torkel Ödegaard
1f48c07395
more work on dash links
2015-05-06 10:57:32 +02:00
Torkel Ödegaard
26c9a19392
A lot of css style polish for submenu (template var selection, and new dashlinks)
2015-05-06 09:41:30 +02:00
Torkel Ödegaard
2c3aad785d
Fix in unsaved changes service
2015-05-06 07:59:47 +02:00
Torkel Ödegaard
ece9e8dcea
Merge branch 'master' into dashlinks
2015-05-06 07:48:45 +02:00
DaveBlooman
85c45c2b8f
Add Android 5 theme colour
2015-05-05 22:42:56 +01:00
Torkel Ödegaard
8149381f01
minor refactoring and markup fix
2015-05-05 20:59:21 +02:00
Torkel Ödegaard
e221cbfbd6
Merge branch 'sidemenu_default_open' of https://github.com/raintank/grafana
2015-05-05 20:34:07 +02:00
Torkel Ödegaard
0c56ae4f32
more work on, #1944
2015-05-05 20:33:06 +02:00
Torkel Ödegaard
1e196fc091
Began work on dashboard links and nav feature, #1944
2015-05-05 19:56:49 +02:00
Torkel Ödegaard
d4c0d5d81b
changed position for checkbox label
2015-05-05 13:37:20 +02:00
Torkel Ödegaard
12c770f0ab
markup update for templating editor
2015-05-05 13:33:57 +02:00
Torkel Ödegaard
637988b104
UI Polish, refactoring markup
2015-05-05 13:26:42 +02:00
Torkel Ödegaard
71edd9ff1b
DashEditView: fix for small ui bug, when having dashboard settings view open and entering panel edit mode, did not cause dash edit view to be closed
2015-05-05 12:38:18 +02:00
Torkel Ödegaard
e458ca7b47
Templating: updated template editor view & form
2015-05-05 10:56:39 +02:00
Anthony Woods
b915bb98fb
fix whitespace
2015-05-05 16:21:37 +08:00
Anthony Woods
8aef297e71
show sidemenu when admin user logs in the first time. #54
2015-05-05 10:43:19 +08:00
Torkel Ödegaard
c628ac9bbb
Upgraded to JQuery 2.1.1 -> 2.1.3, and spectrum.js, Fixes #1932
2015-05-04 14:36:46 +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
e7ac367392
SignUp: password strength meter updated, Fixes #1892
2015-05-01 11:22:21 +02:00
Anthony Woods
7a8851c5ab
default sidemenu to open #54
2015-05-01 17:02:00 +08:00
Torkel Ödegaard
e771d8e944
Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899
2015-05-01 09:48:07 +02:00
Torkel Ödegaard
b48b11e902
Added new graphite function spec, weightedAverage, Closes #1879
2015-05-01 08:52:34 +02:00
Torkel Ödegaard
5de9230924
Security: New config option to disable the use of gravatar for profile images, Closes #1891
2015-05-01 08:40:13 +02:00
Torkel Ödegaard
95fcddcd95
More work on panel & row repeats, #1888 , updated changelog
2015-05-01 08:07:57 +02:00
Torkel Ödegaard
e17f56b4ad
Final polish on panel & row repeats, #1888 , still some missing places where scopedVars needs to be used
2015-04-30 11:15:26 +02:00
Torkel Ödegaard
32e0ce1beb
Minor code refinements to panel repeat code, #1888
2015-04-30 10:50:23 +02:00
Torkel Ödegaard
25ef49494b
Final polish on repeat panel variable selection, #1888
2015-04-30 10:47:51 +02:00
Torkel Ödegaard
3ee1ea28e1
Templating: Support for search filtering and keyboard up/down filtering in the new multi variable value selector dropdown, #1144
2015-04-30 09:09:12 +02:00
Torkel Ödegaard
dbc64c21a7
Merge branch 'master' into panel_repeat
2015-04-29 18:03:26 +02:00
Torkel Ödegaard
294f7f1f0d
Merge branch 'v2.0.x'
...
Conflicts:
conf/sample.ini
2015-04-29 15:59:35 +02:00
Torkel Ödegaard
d10ce90936
Fixed XSS issue with file based dashboards, was really casued by an issue with alertSrv accepting html in message alerts
2015-04-29 15:50:47 +02:00
Torkel Ödegaard
fe0bf876d9
Style changes and polish to multi variable value selection, #1144
2015-04-29 15:34:14 +02:00
Torkel Ödegaard
c5be95e46c
Began polish and tweaks of new template variable multi select dropdown
2015-04-29 14:23:29 +02:00
Torkel Ödegaard
b762f56aee
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/templating/templateValuesSrv.js
2015-04-29 13:59:15 +02:00
Torkel Ödegaard
a38da2f7c6
Merge pull request #1901 from davidak/master
...
add gigabytes as unit
2015-04-29 10:29:49 +02:00
Torkel Ödegaard
593f2e0851
Merge pull request #1903 from craftytrickster/influx09-annotation-bugfix
...
Fixed Annotations with InfluxDb9 Datasources
2015-04-29 10:29:29 +02:00
Torkel Ödegaard
0d3fbb8659
Added message alerts when login failed due to github team membership or email domain requirement, #1731 , #1660
2015-04-29 10:08:01 +02:00
Torkel Ödegaard
52c32d8b10
Merge branch 'issue1862' of https://github.com/raintank/grafana into raintank-issue1862
2015-04-29 09:31:21 +02:00
Anthony Woods
b72eba1ef2
refactor handling of refresh when urlValues being used for templates. fixes #1862
2015-04-29 14:55:39 +08:00
David Raifaizen
e5844afb0f
Corrected missing annotations: true tag from the influxdb9 plugin json and fixed influxseries data handling
2015-04-28 16:29:32 -04:00
davidak
c4ac3d61b1
add gigabytes as unit
2015-04-28 20:53:29 +02:00
Torkel Ödegaard
8c14e565a7
Restored the variable color for the label/name in the submenu
2015-04-28 17:54:22 +02:00
Torkel Ödegaard
53cb0feda9
Various fixes, restored search auto focus
2015-04-28 17:28:34 +02:00
Torkel Ödegaard
14e8c15a3a
Lots of new unit tests for unsaved changes service
2015-04-28 16:42:40 +02:00
Torkel Ödegaard
aaea80e053
A lot of refactoring opf unsaved changes service so it can be unit tested better
2015-04-28 13:45:59 +02:00
Torkel Ödegaard
f6a61c1ec5
Changes to unsaved changes service to ignore repeated panels and rows, #1888
2015-04-28 12:02:39 +02:00
Torkel Ödegaard
5768f10769
More optimizations and unit tests for panel repeats #1888
2015-04-28 10:23:35 +02:00
Torkel Ödegaard
bcb80eb38f
more tweaks
2015-04-28 09:26:20 +02:00
Torkel Ödegaard
9590f485f1
More optimizations and unit tests for panel repeats, this time reuse rows, #1888
2015-04-28 09:24:07 +02:00
Torkel Ödegaard
32fe723da6
More optimizations and unit tests for panel repeats, #1888
2015-04-28 08:44:48 +02:00
Torkel Ödegaard
48b25bc327
Fix to graph panel, and width=0 bug
2015-04-28 06:40:23 +02:00
Torkel Ödegaard
3044a74a52
Optimization and unit tests for panel and row repeat feature, #1888
2015-04-27 18:37:39 +02:00
Torkel Ödegaard
ca7aa294e0
Began wriing unit test for new panel repeat features, #1888
2015-04-27 17:20:32 +02:00
Torkel Ödegaard
158b77d54e
small update to panel repeats
2015-04-27 15:01:27 +02:00
Torkel Ödegaard
f8f302faad
Merge branch 'panel_repeat' of github.com:grafana/grafana into panel_repeat
...
Conflicts:
public/app/partials/submenu.html
public/css/less/submenu.less
src/app/partials/roweditor.html
2015-04-27 14:01:55 +02:00
Torkel Ödegaard
3f97bd8212
Added files removed in merge
2015-04-27 13:59:20 +02:00
Torkel Ödegaard
bf6f0f1a65
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/dashboard/dashboardCtrl.js
public/app/partials/submenu.html
public/css/less/submenu.less
public/test/specs/templateSrv-specs.js
src/app/partials/roweditor.html
2015-04-27 13:53:02 +02:00
Torkel Ödegaard
8a986ec340
Using CTRL+S should not work when dashboardMeta.canSave is false, #1834
2015-04-27 10:59:14 +02:00
Torkel Ödegaard
b0ef659add
Stop users from entering panel edit mode when dashboard editable is false, #1834
2015-04-27 10:56:36 +02:00
Torkel Ödegaard
29a7490af2
Small fix for unsaved changes when using save as feature
2015-04-27 10:29:04 +02:00
Torkel Ödegaard
ad45b63e79
Merge branch 'editable_false' of github.com:grafana/grafana into editable_false
2015-04-27 10:10:01 +02:00
Torkel Ödegaard
16fc6e8b42
More work on editable false dashboards, #1834
2015-04-27 10:09:32 +02:00
Torkel Ödegaard
af277f560f
Merge branch 'master' into editable_false
2015-04-27 08:53:57 +02:00
Masaori Koshiba
df9403809b
Fix conflict
2015-04-26 23:14:50 +09:00
Masaori Koshiba
d86814b6c5
Refactoring of tag suggestion
2015-04-26 23:02:40 +09:00
Torkel Ödegaard
87007994af
Merge branch 'kairosdb-metric-text' of https://github.com/masaori335/grafana into kariosdb
2015-04-26 15:22:21 +02:00
Torkel Ödegaard
03e4afa736
Merge pull request #1882 from masaori335/kairosdb-appearance
...
Fix query editor appearance of KairosDB Plugin
2015-04-26 15:15:05 +02:00
Masaori Koshiba
7e044e29ba
Change metric form input text
...
Preparation of templated dashboard support.
2015-04-26 19:31:04 +09:00
Masaori Koshiba
63ac6640e6
Merge branch 'master' into kairosdb-merge-master
2015-04-26 11:04:02 +09:00
Masaori Koshiba
5d57931060
Fix appearance of query editor
2015-04-26 00:24:04 +09:00
Torkel Ödegaard
a0cbca4cad
more work on editable false, #1834
2015-04-25 11:10:28 +02:00
Masaori Koshiba
0a23a996bc
Remove targetLetters
2015-04-25 16:12:10 +09:00
Torkel Ödegaard
bad2d1a974
Merge pull request #1869 from marknoe1/extra_uom
...
Added units for voltage, current and frequency
2015-04-24 15:55:53 +02:00
Torkel Ödegaard
fd274592d4
Merge branch 'master' into editable_false
2015-04-24 12:06:50 +02:00
Torkel Ödegaard
7064d87106
Firefox/IE issue, invisible text in dashboard search fixed, Fixes #1872
2015-04-24 11:20:09 +02:00
Mark Oellermann
f8ceb341d6
Added units for voltage, current and frequency
2015-04-24 13:23:54 +10:00
Anthony Woods
b6a4db3f8a
always refresh varible options if refresh=true
2015-04-24 00:19:16 +08:00
Torkel Ödegaard
236c4e65f8
Began work on dashboard: editable flag, that actually stops users from changing anything, #1834
2015-04-23 15:26:48 +02:00
Torkel Ödegaard
2c52224013
/api/login/ping Fix for issue when behind reverse proxy and subpath, Fixes #1857
2015-04-23 08:24:30 +02:00
Mike Kobyakov
e395211654
Instead of hard-coding the OpenTsdb aggregators list, pull the supported
...
aggregators from the datasource directly.
2015-04-22 12:02:45 -07:00
Torkel Ödegaard
1dfc576263
Panel timeshift: You can now use panel timeshift without a relative time override, Fixes #1848
2015-04-22 13:54:31 +02:00
Torkel Ödegaard
a11b180480
Snapshots: Fixed issue with snapshoting dashboards with an interval template variable, Fixes #1846
2015-04-22 12:27:12 +02:00
Torkel Ödegaard
dc88fff704
Migration: Import dashboards from Elasticsearch was capped at 100, now capped at 10000, Fixes #1843
2015-04-22 07:50:23 +02:00
Torkel Ödegaard
8ff316252e
Update info text in grafana test data source, Fixes #1840
2015-04-21 21:17:32 +02:00
Torkel Ödegaard
dabdf1b7fd
Graph Panel + Legend Table mode: Many series casued zero height graph, now legend will never reduce the height of the graph below 50% of row height, Fixes #1832
2015-04-21 18:46:44 +02:00
Torkel Odegaard
73b512859a
Small ui align fix to graph axis and grid edit ui
2015-04-21 09:48:50 +02:00
carl bergquist
74c5015648
Change default values for linewidth and fill.
2015-04-21 09:27:15 +02:00
Masaori Koshiba
c762ad8db2
Refactoring KairosDB Plugin
2015-04-21 00:48:25 +09:00
Torkel Ödegaard
b286ed6bb8
Small UI polish to playlist creation view
2015-04-20 11:47:09 +02:00
Torkel Odegaard
bb7ee1c5a3
Panel title: switched from context-menu cursor to pointer, context-menu does not work on windows in chrome and firefox, but works on other platforms :(
2015-04-20 07:29:25 +02:00
Masaori Koshiba
cc9d2fc139
Suppress LOG in test
2015-04-20 00:51:43 +09:00
Masaori Koshiba
dbc07827cf
Add a basic test of KairosDBDatasource
2015-04-19 23:47:29 +09:00
Masaori Koshiba
05c27d8340
Rename 'KairosDBTargetCtrl' to 'KairosDBQueryCtrl'
2015-04-19 21:52:04 +09:00
Masaori Koshiba
d57ffad5e1
Add a space between arguments
2015-04-19 21:43:18 +09:00
William Wei
76b517b361
allow graphite metrics name contain '~'
...
when a metrics name contains '~', id does not impact graph display.
but you can not use grafana UI to edit metrics with realtime
graphite query.
2015-04-17 15:51:26 +08:00
Torkel Ödegaard
a446286869
Fixed issue with unsaved changes srv being triggerd by starring / unstarring a dashboard, Fixes #1795
2015-04-16 17:21:03 +02:00
Torkel Ödegaard
649d40ed66
Data source proxy: Fixed issue with using data source proxy when grafana is behind nginx suburl, Fixes #1784
2015-04-15 15:13:52 +02:00
Torkel Ödegaard
d71b626114
Graph Panel: Legend in table mode now aligns, graph area is reduced depending on how many series, Fixes #1786 , Fixes #1749
2015-04-15 14:53:20 +02:00
Torkel Ödegaard
6ba8854854
Readded link in top header, Fixes #1756
2015-04-15 12:17:31 +02:00
Torkel Ödegaard
53b1d6a5b2
Row editor: increased width of title field, Fixes #1755
2015-04-15 10:52:09 +02:00
Torkel Ödegaard
140f1307b4
Small fix to singlestat panel and unit selector
2015-04-14 17:13:39 +02:00
Torkel Ödegaard
2bb85d216e
Fixed fixed decimal option bug, when fixed decimal value was set to zero, Fixes #1764
2015-04-13 09:05:42 +02:00
Torkel Ödegaard
32275cb009
Merge pull request #1760 from masaori335/kairosdb-cleanup
...
Cleanup KairosDB Plugin
2015-04-12 15:37:45 +02:00
Masaori Koshiba
88bf0cdb9e
Fix styles around 'function'
2015-04-12 20:51:35 +09:00
Masaori Koshiba
a2b751976e
Add space before and after binary operators
2015-04-12 20:41:09 +09:00
Masaori Koshiba
ddb4b928a0
Delete MetricListToObject which never used
2015-04-12 20:28:01 +09:00
Masaori Koshiba
2b5fa599fb
Fix styles warned by jshint
2015-04-12 20:28:00 +09:00
Masaori Koshiba
ae2201ef6f
Add space after keywords
2015-04-12 20:28:00 +09:00
Masaori Koshiba
ed69ddedbf
Fix styles warned by jscs
2015-04-12 20:27:51 +09:00
Masaori Koshiba
66f5411402
Fix class names in query.editor.html of KairosDB Plugin
2015-04-12 18:39:41 +09:00
Torkel Ödegaard
cc14705404
Update changelog
2015-04-12 09:42:27 +02:00
Torkel Ödegaard
00cdb5e36a
Merge pull request #1738 from mtanda/suppress_redrawing_by_tooltip
...
Suppress redrawing when Shared Crosshair is disabled
2015-04-10 17:44:39 +02:00
Torkel Ödegaard
437cd50039
Merge pull request #1740 from craftytrickster/master
...
When performing a metric find query, the InfluxDb9 datasource needs a qu...
2015-04-10 17:41:56 +02:00
Matt
40b2535728
Typo fix in help_modal.html
...
Fixed typo in header (Keyboard shutcuts -. Keyboard shortcuts)
2015-04-09 16:18:15 -04:00
David Raifaizen
2d016c5a3f
When performing a metric find query, the InfluxDb9 datasource needs a query type in order to return results succesfully. This parameter is not available when called from the templateValuesSrv, which is causing an error
2015-04-09 12:05:18 -04:00
Mitsuhiro Tanda
ba3bb57926
suppress all graph redrawing when shared tooltip is enabled
2015-04-10 00:34:23 +09:00
Torkel Ödegaard
f28af4f369
OpenTSDB: another improvement to OpenTSDB query -> query result matching
2015-04-07 21:47:06 +02:00
Torkel Ödegaard
1bd238191c
OpenTSDB: better matching for query -> query result series
2015-04-07 21:42:21 +02:00
Torkel Ödegaard
01c97e69dd
Updated influxdb 0.9 datasource config view to mention incomplete state of data source
2015-04-07 13:56:35 +02:00
Torkel Ödegaard
646298f5c5
Handle errors when loading dashboard with template variables that query data sources that cannot be found
2015-04-07 13:48:26 +02:00
Torkel Ödegaard
8f73328e25
Fixed datasource proxy and session timeout issue for OpenTSDB, #1667
2015-04-07 09:53:59 +02:00
Torkel Ödegaard
b5112aeee2
Data source proxy, and session timeout fix for influxdb, #1667
2015-04-07 09:50:03 +02:00
Torkel Ödegaard
22adf0d06e
Datasource proxy & session timeout fix (casued 401 Unauthorized error after a while), Fixes #1667
2015-04-07 09:25:00 +02:00
Torkel Ödegaard
382f7066d9
Fixed importing dashboards from graphite web issue
2015-04-06 14:46:06 +02:00
Torkel Ödegaard
7a95451288
Fixed graph tooltip lingering when changing dashboard using keyboard, Fixes #1700
2015-04-06 11:42:50 +02:00
Torkel Ödegaard
538ec7c0a0
Unsaved changes: Do not show for snapshots, scripted and file based dashboards, Fixes #1707
2015-04-06 11:22:35 +02:00
Torkel Ödegaard
ea800dd838
Added login to organization users table, Fixes #1683
2015-04-04 10:14:51 +02:00
Torkel Ödegaard
1e1a6df480
Playlist: fixed issue where dashboard title was not visible when playing playlist
2015-04-02 15:37:03 +02:00
Torkel Ödegaard
7aa1ab855e
Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
2015-04-02 10:05:33 +02:00
Torkel Ödegaard
776f15055a
Fixed grafana version in dash settings footer, Fixes #1699
2015-04-02 09:50:57 +02:00
Torkel Ödegaard
b291b18a87
Unsaved changes improvements: ignore row collapse state, ignore graph legend sort order, Closes #1702
2015-04-02 09:44:16 +02:00
Torkel Ödegaard
e6492f7db9
Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701
2015-04-02 09:21:38 +02:00
Torkel Ödegaard
3b737999d6
Unsaved changes: Do not show for users with role , Fixes #1703
2015-04-02 08:08:22 +02:00
Torkel Ödegaard
4ca125da41
Delete snapshot fix: the action is now shows confirmation directly in the modal (not opening a new tab with api call as in beta1), Fixes #1682
2015-04-01 08:24:03 +02:00
Torkel Ödegaard
03e336ba9e
Fixed minor issue doing snapshot from home (root) dashboard
2015-03-31 21:48:54 +02:00
Torkel Ödegaard
463c519954
Dashlist panel: added fresh panel when changing limit, Fixes #1677
2015-03-31 17:30:27 +02:00
Torkel Ödegaard
1d0a3660bd
Fixed issue with updating default data source, it required page reload to take effect, should not be required, now fixed, Fixes #1671
2015-03-31 14:31:47 +02:00
Torkel Ödegaard
b83367063e
Small improvement to dashboard loading error handling
2015-03-31 14:03:01 +02:00
Torkel Ödegaard
aa724fc11e
Remove datasource names in panels from snapshots
2015-03-31 10:48:14 +02:00
Torkel Ödegaard
dc03ca8879
Opening search closes fullscreen edit or fullscreen view
2015-03-30 12:25:17 +02:00
Torkel Ödegaard
de51aeab7b
updates to whats new doc, and building from source, also small fix for panel snapshot, single panelsnapshot should expand panel span to 12
2015-03-30 11:08:46 +02:00
Torkel Ödegaard
8e33c2c4d3
Mini work on InfluxDB 0.9 datasource, still needs a lot of work
2015-03-29 20:47:34 +02:00
Torkel Ödegaard
795cee13c8
KairosDB data source plugin is messy, needs a lot of clean up & refactoring, please help
2015-03-29 20:30:59 +02:00
Torkel Ödegaard
15188c4a88
Moved kairosdb data source to correct folder
2015-03-29 20:13:32 +02:00
Torkel Ödegaard
c42d09b267
Enabled snapshot sharing of single panels, enabled sharing of snapshot dashboards (but you cannot snapshot a snapshot
2015-03-29 15:01:27 +02:00
Torkel Ödegaard
0f791c9fa8
Refactoring of share modal
2015-03-29 14:30:03 +02:00
Torkel Ödegaard
ce99e7b294
Updated gitignore and added config.js
2015-03-29 13:41:01 +02:00
Torkel Ödegaard
b48b2ac656
Updated grunt tasks for the src -> public directory change
2015-03-29 13:06:53 +02:00
Torkel Ödegaard
fde11be279
Renamed src directory to public
2015-03-29 12:57:28 +02:00