Mitsuhiro Tanda
|
ebebbddb2d
|
allow ":" character for metric name
|
2017-10-17 19:44:59 +09:00 |
|
Torkel Ödegaard
|
eda3cffe22
|
build: added imports of rxjs utility functions
|
2017-10-17 12:14:54 +02:00 |
|
Torkel Ödegaard
|
e375159eec
|
grid: row work
|
2017-10-17 12:04:18 +02:00 |
|
Torkel Ödegaard
|
d8230f8fa7
|
Merge branch 'master' into develop
|
2017-10-17 11:17:28 +02:00 |
|
Carl Bergquist
|
4cc9f4f075
|
Merge pull request #9558 from mtanda/cw_fix_expand_46
(cloudwatch) fix template variable expanding
|
2017-10-17 11:15:44 +02:00 |
|
Mitsuhiro Tanda
|
0f87279ab8
|
fix template variable expanding
|
2017-10-17 18:11:21 +09:00 |
|
Torkel Ödegaard
|
233062229a
|
Update CHANGELOG.md
|
2017-10-17 11:08:43 +02:00 |
|
krise3k
|
45a572ebd8
|
annotations: quote reserved fields (#9550)
|
2017-10-17 11:03:19 +02:00 |
|
Carl Bergquist
|
c144dc86f2
|
Update CHANGELOG.md
|
2017-10-17 10:59:23 +02:00 |
|
Carl Bergquist
|
7923864935
|
Update CHANGELOG.md
|
2017-10-17 10:57:33 +02:00 |
|
Carl Bergquist
|
702c9f7cc5
|
Update CHANGELOG.md
|
2017-10-17 10:53:13 +02:00 |
|
Torkel Ödegaard
|
574afe8568
|
fix: fixed color pickers that were broken in minified builds, fixes #9549
|
2017-10-17 10:51:42 +02:00 |
|
Torkel Ödegaard
|
b86ae3f0e8
|
ux: align alert and btn colors
|
2017-10-17 09:35:14 +02:00 |
|
Torkel Ödegaard
|
8ff7e1d05d
|
docs: doc updates
|
2017-10-17 09:35:14 +02:00 |
|
Torkel Ödegaard
|
00c2153edd
|
Merge branch 'develop' of github.com:grafana/grafana into develop
|
2017-10-17 09:21:45 +02:00 |
|
Carl Bergquist
|
24a0eb909c
|
Merge pull request #9553 from ryantxu/typo
Fix typo in PLUGIN_DEV.md
|
2017-10-17 07:05:06 +02:00 |
|
Mitsuhiro Tanda
|
c4c64365f1
|
remove duplicative prometheus function
|
2017-10-17 12:24:29 +09:00 |
|
Mitsuhiro Tanda
|
c51f84a12e
|
remove label match operator from keyword.operator
|
2017-10-17 12:19:56 +09:00 |
|
Mitsuhiro Tanda
|
8580b78ce6
|
remove label match operator from keyword.operator
|
2017-10-17 12:19:42 +09:00 |
|
Mitsuhiro Tanda
|
cc1e69ace3
|
remove extra state push
|
2017-10-17 11:50:33 +09:00 |
|
ryan
|
85e3ed623a
|
fix typo
|
2017-10-17 01:10:40 +02:00 |
|
Carl Bergquist
|
11e3876a16
|
Update CHANGELOG.md
|
2017-10-16 21:27:30 +02:00 |
|
Torkel Ödegaard
|
cd10be0f52
|
newgrid: row progress
|
2017-10-16 16:09:23 +02:00 |
|
Daniel Lee
|
5f6ab1e370
|
styleguide: fix link in index
|
2017-10-16 14:11:52 +02:00 |
|
Daniel Lee
|
b866383ec0
|
api: fix for dashboard version history
|
2017-10-16 14:09:52 +02:00 |
|
Daniel Lee
|
14241404ff
|
textpanel: fixes #9491
|
2017-10-16 13:39:16 +02:00 |
|
Alexander Zobnin
|
199d0d152e
|
graphite: datasource refactor
|
2017-10-16 14:23:29 +03:00 |
|
Daniel Lee
|
f3ec139eab
|
csv: fix import for saveAs shim
After switch from systemjs to webpack, needed to import the
file-saver saveAs shim for it work. Fixes #9525
|
2017-10-16 13:20:37 +02:00 |
|
Torkel Ödegaard
|
a979767439
|
grid: minor progress on new row concept
|
2017-10-16 10:58:08 +02:00 |
|
Torkel Ödegaard
|
2ff4b86781
|
ux: add panel progress
|
2017-10-16 10:39:50 +02:00 |
|
bergquist
|
9de4d0fa6b
|
alert_tab: clear test result when testing rules
closes #9539
|
2017-10-16 10:31:09 +02:00 |
|
Torkel Ödegaard
|
772ab7812f
|
ux: worked on add panel function
|
2017-10-16 09:55:55 +02:00 |
|
Daniel Lee
|
eb4e71e2c6
|
plugins: expose more util and flot dependencies
Also, fix for coremodules export. Have to add the __esModule
attribute to fool SystemJS.
|
2017-10-16 09:06:34 +02:00 |
|
Carl Bergquist
|
c215f0b5ec
|
Merge pull request #9528 from ericdahl/tsdb_cloudwatch_req_per_target
CloudWatch: Add ALB RequestCountPerTarget metric
|
2017-10-16 08:41:31 +02:00 |
|
Mitsuhiro Tanda
|
7edc95cc35
|
(cloudwatch) fix cloudwatch query error over 24h (#9536)
fix cloudwatch query error over 24h
|
2017-10-16 08:31:05 +02:00 |
|
Carl Bergquist
|
2d840f12e0
|
Merge pull request #9534 from mtanda/cw_improve_err_msg
(cloudwatch) show error message when cloudwatch datasource can't add
|
2017-10-16 08:08:35 +02:00 |
|
Joaquin Casares
|
fa68eb9be6
|
Add autofocus tag for username field on login.html (#9526)
|
2017-10-16 07:25:30 +02:00 |
|
Mitsuhiro Tanda
|
40b11654fd
|
show error message when cloudwatch datasource can't add
|
2017-10-16 13:05:53 +09:00 |
|
Torkel Ödegaard
|
48b6692491
|
ux: minor button changes
|
2017-10-15 12:25:31 +02:00 |
|
Eric Dahl
|
888d608090
|
CloudWatch: Add ALB RequestCountPerTarget metric
This commit adds the new ALB metric `RequestCountPerTarget` which was
released in July 2017.
|
2017-10-14 21:50:23 -07:00 |
|
Torkel Ödegaard
|
9b7d346d3f
|
ux: color tweaks
|
2017-10-14 21:51:36 +02:00 |
|
Torkel Ödegaard
|
a3bd761b0c
|
ux: testing out new icons
|
2017-10-14 21:17:16 +02:00 |
|
Torkel Ödegaard
|
7e16254b1a
|
Merge branch 'develop' of github.com:grafana/grafana into develop
|
2017-10-14 08:21:55 +02:00 |
|
bergquist
|
91f60bb6c4
|
set nightly version to v4.7.0-pre1
|
2017-10-13 17:12:40 +02:00 |
|
bergquist
|
86b2048d3b
|
changelog: adds release date for v4.6.0-beta1
|
2017-10-13 17:12:40 +02:00 |
|
Torkel Ödegaard
|
825cac38b4
|
ux: minor fixes
|
2017-10-13 17:01:38 +02:00 |
|
Torkel Ödegaard
|
0c31d23086
|
grid: fixed grid width issues
|
2017-10-13 15:11:05 +02:00 |
|
Torkel Ödegaard
|
70005d3e37
|
grid: repeat refactoring and unit tests
|
2017-10-13 14:50:16 +02:00 |
|
Carl Bergquist
|
a316b5fb80
|
Merge pull request #9519 from Foxboron/patch-1
Missing dot in aws credentials path
|
2017-10-13 14:22:21 +02:00 |
|
Morten Linderud
|
4a22d22857
|
Missing dot in aws credentials path
As far as i know the path hasn't changed, but the dot is missing in one place.
|
2017-10-13 14:08:37 +02:00 |
|