Torkel Ödegaard
99ee38cea3
feat(tablepanel): minor change
2015-11-10 08:38:34 +01:00
Torkel Ödegaard
d06b9401ea
feat(tablepanel): added support for column sorting
2015-11-09 17:58:02 +01:00
Torkel Ödegaard
673ae1edc0
Merge branch 'tablepanel2' into develop
2015-11-09 11:26:06 +01:00
Torkel Ödegaard
b25b31e4a0
Merge branch 'master' into develop
2015-11-09 11:25:22 +01:00
Torkel Ödegaard
5d166dc8cb
feat(tablepanel): added new renderer spec
2015-11-09 09:46:49 +01:00
utkarshcmu
efc0b60d41
Fixed opentsdb queryctrl uncheck Rate UI bug
2015-11-08 21:44:58 -08:00
Torkel Ödegaard
b8e6fcfeae
feat(tablepanel): worked on cell / value threshold coloring
2015-11-06 13:16:17 +01:00
Torkel Ödegaard
e1433ebb41
feat(tablepanel) more refactoring
2015-11-05 12:42:47 -05:00
Torkel Ödegaard
1b83742e3e
feat(tablepanel): began refactorin out table row html generation to write unit tests for it
2015-11-05 15:55:42 +01:00
Torkel Ödegaard
90cca93951
feat(tablepanel): lots of work on table panel
2015-11-05 13:13:13 +01:00
Torkel Ödegaard
4e37290a7f
feat(tablepanel/elasticsearch): extended elasticsearch data source and query editor to support document queries
2015-11-05 09:56:19 +01:00
Torkel Ödegaard
7d3146ed8d
feat(tablepanel): fixed header, and pagination styling
2015-11-05 08:36:51 +01:00
Torkel Ödegaard
0a1af65a4c
feat(tablepanel): more column style rules
2015-11-05 07:43:06 +01:00
Torkel Ödegaard
60c7bfe9a7
feat(tablepanel): work on table panel options
2015-11-04 22:44:08 +01:00
Torkel Ödegaard
7387f2e490
feat(tablepanel): fixed header, and pagination styling
2015-11-04 17:23:16 +01:00
Torkel Ödegaard
93b4f3fac8
feat(tablepanel): minor progress on table panel
2015-11-04 12:56:53 +01:00
Torkel Ödegaard
6062930f9a
feat(tablepanel): added more unit tests for table transforms
2015-11-04 09:41:03 +01:00
Torkel Ödegaard
867b838053
feat(tablepanel): work on table panel
2015-11-03 16:19:51 +01:00
Torkel Ödegaard
da9c792ca2
feat(tablepanel): minor progress
2015-11-03 08:18:35 +01:00
Torkel Ödegaard
8171cd51c4
feat(tablepanel): minor progress on table panel
2015-11-02 20:51:49 +01:00
Torkel Ödegaard
36c4d01ef8
feat(tablepanel) began work on new table panel
2015-11-02 17:00:47 +01:00
Torkel Ödegaard
e51d403420
rename: moved test file
2015-11-02 15:14:35 +01:00
utkarshcmu
8448e3970b
Removed unnecessary components.
2015-11-01 09:48:27 -08:00
Torkel Ödegaard
d8f68eb118
refactoring: moving and renaming things
2015-10-30 16:06:29 +01:00
Torkel Ödegaard
97697b93ed
refactoring: moving and renaming things
2015-10-30 15:58:20 +01:00
Torkel Ödegaard
152b484eb5
refactoring: moved app/controllers -> app/core/controllers
2015-10-30 15:16:05 +01:00
Torkel Ödegaard
97de8c1cc2
refactoring: move moving stuff around
2015-10-30 15:04:27 +01:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +01:00
Torkel Ödegaard
1665cb4282
refactoring: moving components -> core
2015-10-30 14:24:04 +01:00
Torkel Ödegaard
1113081aab
refactoring: moving components -> core
2015-10-30 14:19:02 +01:00
Torkel Ödegaard
39bc3cb532
refactoring: moving stuff around
2015-10-30 14:04:25 +01:00
Torkel Ödegaard
0a0a0776e4
Merge pull request #3088 from utkarshcmu/suggest-opentsdb
...
Tag suggestions fixed for v2.1.1 & above by using Suggest Api.
2015-10-30 10:34:44 +01:00
utkarshcmu
8b9d13491f
Fixed some more typos in docs
2015-10-30 02:07:08 -07:00
Torkel Ödegaard
4dcd2ceb01
fix(graph): fixed for color picker layout issue when right side legend was used, fixes #3093
2015-10-30 09:31:04 +01:00
King'ori Maina
f1847d4501
Correct object key typo
...
Should be ‘message’ not ‘messsage’.
2015-10-30 09:52:33 +02:00
utkarshcmu
a27186e34f
Cleaned the codebase :D
2015-10-29 11:28:38 -07:00
utkarshcmu
2a8904f844
Fixed queryCtrl to use suggest API
2015-10-29 11:13:38 -07:00
Torkel Ödegaard
59fc72d37e
Merge branch 'prometheus-fix_step_calculation' of https://github.com/dan-cleinmark/grafana into dan-cleinmark-prometheus-fix_step_calculation
2015-10-29 16:50:18 +01:00
Torkel Ödegaard
34e3683ded
fix(cloudwatch): fixed limiting of cloudwatch period so it works for long time ranges in all cases, fixes #3086
2015-10-29 16:46:58 +01:00
Torkel Ödegaard
13760b1bdd
fix(influxdb): fixed handling of relative time ranges like last x years, or last x months, fixes #3067
2015-10-29 15:53:15 +01:00
Dan Cleinmark
963f9fdf40
Ensure Promtheus step interval is always < 11000
...
Using a 2 week window (1209600 seconds) and a 60s step, Math.floor()
recalculates a step of 109 and results in 11097 data points in the
Prometheus query (> the 11000 max set by Prometheus). Math.ceil()
returns a step of 110 and 10996 data points.
2015-10-29 07:24:42 -07:00
Torkel Ödegaard
299a2457cd
Merge branch 'master' of github.com:grafana/grafana
2015-10-29 14:05:19 +01:00
Torkel Ödegaard
3de4707c98
feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061
2015-10-29 14:05:05 +01:00
Torkel Ödegaard
603ec65e91
Merge pull request #3059 from mtanda/cloudwatch_template_fix
...
fix panel repeat for cloudwatch
2015-10-29 12:38:22 +01:00
Torkel Ödegaard
cdcffcd31e
fix(css): restored tooltip background to dark for white theme #3079
2015-10-29 12:32:32 +01:00
Torkel Ödegaard
f8a1c7c8a1
docs(cloudwatch): updated docs with info about #3080
2015-10-29 12:22:01 +01:00
Torkel Ödegaard
5d64568f3e
refactoring: some minor refactoring and changes to AWS profile PR #3053
2015-10-29 11:44:34 +01:00
Torkel Ödegaard
374fbad06d
Merge branch 'master' into peekeri-support_aws_profiles
2015-10-29 11:19:15 +01:00
Torkel Ödegaard
135ba68ff5
Merge branch 'support_aws_profiles' of https://github.com/peekeri/grafana into peekeri-support_aws_profiles
2015-10-29 11:14:04 +01:00
utkarshcmu
d3ee81bb5a
Added tooltip for cloudwatch datasource
2015-10-28 10:18:44 -07:00