woodsaj
1b5c40dd1f
add role access limitions for menu items.
...
This allows external-plugin menu items to conditionally
be added to the UI depending on the logged in users
current role.
2015-11-27 16:27:14 +08:00
woodsaj
700b77c450
implement role access checks on external-plugin routes.
2015-11-27 16:26:30 +08:00
woodsaj
8449017592
Add plugin type field to externalPlugin model
2015-11-27 15:21:57 +08:00
Torkel Ödegaard
bd8f5e9bfd
fix(build): fixed build after change that made panels into proper plugins
2015-11-21 13:53:33 +01:00
Torkel Ödegaard
29f6283eab
Merge branch 'master' into external-plugins
2015-11-21 13:48:31 +01:00
Torkel Ödegaard
396f53d20e
fix(tests): removed it.only accidentally cecked in
2015-11-21 13:48:12 +01:00
Torkel Ödegaard
4a69de1f30
feat(plugins): made panels work as plugins
2015-11-21 13:46:43 +01:00
Torkel Ödegaard
bd6e2d6ca4
Merge branch 'master' into external-plugins
2015-11-21 12:57:33 +01:00
Torkel Ödegaard
fc78e42a78
Merge pull request #3297 from utkarshcmu/db-update
...
Fixed created & updated columns update in dashboard table
2015-11-21 10:25:29 +01:00
Torkel Ödegaard
9d1906d333
fix(elasticsearch): fixed issue with disabling (hiding) query, fixes #3300
2015-11-21 10:22:59 +01:00
Torkel Ödegaard
4a3f50cef7
fix(docs): minor fix to http docs, fixes #3301
2015-11-21 10:07:33 +01:00
Torkel Ödegaard
4751e4b94e
feat(elasticsearch): a lot of work to support aggregation queries without date_histogram, queries that return metric aggregations now work with the table panel (json data type), #3219
2015-11-20 16:26:44 +01:00
utkarshcmu
1b7f4f31ca
Tired of gofmt
2015-11-20 04:52:50 -08:00
utkarshcmu
ca01604b43
Added statements in constructor
2015-11-20 04:37:24 -08:00
utkarshcmu
93f9a0c39c
Fixed created & updated columns in dashboard table
2015-11-20 03:10:24 -08:00
Torkel Ödegaard
93977316ce
revert #3288 for now since it breaks Elasticsearch 1.7
2015-11-20 10:48:10 +01:00
Torkel Ödegaard
7e49bdf5a8
revert #3288 for now since it breaks Elasticsearch 1.7
2015-11-20 10:45:48 +01:00
Torkel Ödegaard
df0bc7bbc4
feat(external_plugin): lots of refactoring for side menu link extensions and view data, #3185
2015-11-20 09:43:10 +01:00
Torkel Ödegaard
63b50ab9b1
Merge branch 'master' into external-plugins
2015-11-20 08:29:46 +01:00
Torkel Ödegaard
c0beef7572
Merge pull request #3252 from alechenninger/avg-ignore-null
...
Ignore nulls unless 'null as zero' for series.stats.avg
2015-11-20 08:27:45 +01:00
Torkel Ödegaard
5ec448861d
Merge pull request #3284 from mtanda/prometheus_null_point
...
(prometheus) support null point mode
2015-11-20 08:27:36 +01:00
Torkel Ödegaard
7d4326a397
Merge pull request #3292 from mtanda/cloudwatch_null_pointmode
...
(cloudwatch) fix null point mode
2015-11-20 08:24:51 +01:00
Torkel Ödegaard
cc43b94864
Merge pull request #3293 from jmcfarlane/prometheus-fix-step-calibration
...
[prometheus] Fix step calibration
2015-11-20 08:24:35 +01:00
Torkel Ödegaard
57a31828f8
fix(templating): very minor markup/css change
2015-11-20 08:18:03 +01:00
Torkel Ödegaard
0c7fccdcbe
Merge pull request #2812 from utkarshcmu/master
...
Duplicate button for template variables
2015-11-20 08:14:20 +01:00
Mitsuhiro Tanda
a1fcd3c5b6
import fix step calibration
2015-11-20 15:37:31 +09:00
John McFarlane
c4048f8f22
[prometheus] Fix step calibration
...
The step interval is (correctly) being converted to seconds, but the
unit of measure suffixed onto the end is preventing the subsequent
step calibration. Because the query upstream defaults to seconds as
the unit of measure, the suffix can simply be removed and everything
works as intended.
patchset 01: Also fix the spec.
2015-11-19 21:20:07 -08:00
Mitsuhiro Tanda
15dc30edf6
if there isn't enough datapoint, add null data point
2015-11-20 13:24:49 +09:00
Mitsuhiro Tanda
4254aa5f5a
(cloudwatch) fix null point mode
2015-11-20 13:06:35 +09:00
Torkel Ödegaard
924ecce2c3
Merge pull request #3288 from replay/fix_time_format
...
specify date format in elastic search query
2015-11-19 18:53:59 +01:00
Torkel Ödegaard
69daede583
feat(external plugins): worked on supporting external plugins better
2015-11-19 18:44:07 +01:00
Mauro Stettler
a6e8d61e8e
specify date format in elastic search query
2015-11-20 02:11:48 +09:00
Torkel Ödegaard
65a7fa320a
feat(plugins): made plugins that live outside public work
2015-11-19 16:50:17 +01:00
Torkel Ödegaard
be5e6d55fc
Merge pull request #3285 from ckrybus/patch-1
...
Fix recommended graphite version for better performance
2015-11-19 14:01:07 +01:00
Christoph Krybus
b0c01369c5
Fix recommended graphite version for better performance
...
There is no 0.9.13 graphite release, only 0.9.14.
2015-11-19 13:44:46 +01:00
Torkel Ödegaard
f6772bb896
feat(plugins): began work on supporting having plugins outside grafana, for example in grafana data dir, next step is to be able to easily specify what plugins you waant to install
2015-11-19 12:55:13 +01:00
Torkel Ödegaard
b21fa2daa0
Merge branch 'externalPlugin' of https://github.com/raintank/grafana into external-plugins
2015-11-19 11:05:27 +01:00
Torkel Ödegaard
730d4857ba
feat(elasticsearch): added caret arrow for metric / group by collapse/expand options
2015-11-19 11:04:21 +01:00
Torkel Ödegaard
0e1c12e65f
Merge pull request #3279 from mtanda/override_null
...
override null point mode
2015-11-19 08:42:01 +01:00
Mitsuhiro Tanda
37b125ca98
override null point mode
2015-11-19 15:20:34 +09:00
Torkel Ödegaard
2e9303cb6c
dependency(aws): updated aws go lib dependency
2015-11-18 17:26:35 +01:00
Torkel Ödegaard
7db38c80fc
Merge branch 'aws-sdk-go' of https://github.com/mischief/grafana into mischief-aws-sdk-go
2015-11-18 17:16:42 +01:00
Torkel Ödegaard
aad824a562
feat(tablepanel): completed work on time series aggregations table transform, #3219
2015-11-18 17:05:21 +01:00
Torkel Ödegaard
f0087c93b8
fix(admin settings view): always censor provider_config for system info view, fixes #3268
2015-11-18 15:55:45 +01:00
Torkel Ödegaard
e008473e47
Merge pull request #3249 from mtanda/cloudwatch_null_pointmode
...
(cloudwatch) support null point mode
2015-11-17 14:03:48 +01:00
Torkel Ödegaard
79313aa268
Merge pull request #3253 from mtanda/cloudwatch_ecs
...
(cloudwatch) support ECS suggestion
2015-11-17 14:00:31 +01:00
Torkel Ödegaard
a56f657fb1
Merge pull request #3254 from utkarshcmu/user-id
...
/api/admin/users returns user ID in JSON response
2015-11-16 17:47:11 +01:00
utkarshcmu
f5db9950f8
fixed gofmt tests
2015-11-16 07:28:38 -08:00
utkarshcmu
e5931e264b
Updated http_api docs
2015-11-16 06:56:46 -08:00
utkarshcmu
9485e8cfee
/api/admin/users returns user ID
2015-11-16 06:55:02 -08:00