Torkel Ödegaard
e170e47e7c
ux(dashboard): minor updates
2016-10-28 16:41:48 +02:00
Torkel Ödegaard
3fc6f6d730
ux(dashboard): minor fixes
2016-10-28 16:37:13 +02:00
Torkel Ödegaard
366650e1ae
ux(dashboard): fixed scss issue
2016-10-28 16:30:16 +02:00
Torkel Ödegaard
be99c3e20a
updates to dashboard edit mode
2016-10-28 16:26:53 +02:00
Torkel Ödegaard
30789308d7
minor change
2016-10-28 14:49:34 +02:00
Torkel Ödegaard
155cce959f
more polish on edit mode
2016-10-28 14:38:48 +02:00
Torkel Ödegaard
e215ba821c
ux(): edit mode polish
2016-10-28 14:13:11 +02:00
Torkel Ödegaard
f1a44ad090
ux(): progress on row ux
2016-10-28 13:36:27 +02:00
Eric Uldall
658fc1a67a
added hosted domain suppport to google oauth login ( #6372 )
2016-10-28 12:00:47 +02:00
seanclerkin
7acdbde8f0
Cloudwatch: add support for Aurora specific RDS metrics ( #6378 )
2016-10-28 12:00:22 +02:00
Hans Kristian Flaatten
b5eaa5ea59
Add missing closing " in Docker README ( #6413 )
2016-10-28 11:55:47 +02:00
Torkel Ödegaard
517ebfaf6d
Merge branch 'dash-edit-mode' of github.com:grafana/grafana into dash-edit-mode
2016-10-27 22:11:08 +02:00
Torkel Ödegaard
f8395666e6
minor update
2016-10-27 22:11:00 +02:00
Torkel Ödegaard
9c50893221
progress on new design
2016-10-27 21:51:57 +02:00
Matt
b58c38a5db
Refactored to be a proper list, added x button in upper right. Before cleaning up the CSS, want trent to set some eyes on it and make it look better.
2016-10-27 11:36:46 +02:00
Matt
4633da47ef
Merge branch 'dash-edit-mode' of https://github.com/grafana/grafana into dash-edit-mode
2016-10-26 17:52:41 +02:00
Matt
e7f5b76570
Added styles and new markup for dashlist panel
2016-10-26 17:52:37 +02:00
Torkel Ödegaard
c609586ff0
ux(dashboard): making progress on new add panel experiance
2016-10-26 17:42:39 +02:00
Torkel Ödegaard
f1f923abb9
build fix
2016-10-26 14:31:47 +02:00
Torkel Ödegaard
113a772e33
ux(dashboard): add panel stuff
2016-10-26 12:19:18 +02:00
Torkel Ödegaard
280709327c
updated
2016-10-25 17:33:22 +02:00
Torkel Ödegaard
7b0eb6d0bb
feat(dashboard): progress on dash edit mode
2016-10-25 16:36:40 +02:00
Utkarsh Bhatnagar
b382d17e34
Fixed alerting bug for mysql ( #6375 )
2016-10-25 14:52:20 +02:00
Torkel Ödegaard
5e1f1c0989
updated
2016-10-25 12:12:59 +02:00
Torkel Ödegaard
b45bd07032
ux(dashboard): when saving dashbord with default new dashboard title show Save As Dialog, #6099
2016-10-25 11:11:21 +02:00
Torkel Ödegaard
8a715cd122
using gf-form in row header
2016-10-25 10:47:13 +02:00
Torkel Ödegaard
d1cc890ed3
Merge branch 'master' into dash-edit-mode
2016-10-24 14:57:30 +02:00
Torkel Ödegaard
556547b316
ux(panel resize): snap to even 12ths spans
2016-10-24 14:57:13 +02:00
Torkel Ödegaard
d6c07d242c
Merge branch 'master' into dash-edit-mode
2016-10-24 14:51:35 +02:00
Torkel Ödegaard
4db723ea81
ux(panel resize): snap to even 12ths spans
2016-10-24 14:40:46 +02:00
Torkel Ödegaard
6fb81f54bb
ux(): minor fix
2016-10-24 14:12:19 +02:00
Torkel Ödegaard
01627b3a68
feat(ux): dashboard edit mode progress
2016-10-24 13:50:38 +02:00
Utkarsh Bhatnagar
10a42cc98c
CHANGELOG entry ( #6362 )
2016-10-24 11:11:44 +02:00
Noah Heil
56ccd80cce
Added two hints to help newer users
...
I spent a couple of hours trying to figure out why the cloudwatch datasource was not working and the "internal error" notice was not helpful. So I added some hints so that people who are a little newer to linux/aws/grafana wont have to suffer like I did.
2016-10-24 03:05:16 -06:00
Utkarsh Bhatnagar
86ca7ddda4
Added explicitTags support for OpenTSDB>=2.3 ( #6361 )
2016-10-24 09:15:19 +02:00
Torkel Ödegaard
29e834e74b
feat(UX): revived dash-edit-mode branch, #6099
2016-10-23 10:05:31 +02:00
Torkel Ödegaard
1bb8192a38
Merge branch 'master' into dash-edit-mode
2016-10-23 10:03:55 +02:00
Torkel Ödegaard
42961ef8a0
fix(dashbard): fixed issue confirmig when saving a dashboard with conflict
2016-10-22 12:34:18 +02:00
Torkel Ödegaard
8735a84685
Merge branch 'master' of github.com:grafana/grafana
2016-10-22 11:51:48 +02:00
Torkel Ödegaard
8bb2f11505
Merge branch 'alerting_keeplast'
2016-10-22 11:51:16 +02:00
Carl Bergquist
bc90e6ce46
Alerting: Keep last state on no data ( #6354 )
...
* feat(alerting): add support to keep last state on no data
closes #6332
* refactoring(alerting PR #6354 ): added new option type for NoData option so AlertStateType does not have to contain invalid state, #6354
2016-10-22 10:56:04 +02:00
Torkel Ödegaard
a2e14f56e4
refactoring(alerting PR #6354 ): added new option type for NoData option so AlertStateType does not have to contain invalid state, #6354
2016-10-22 10:54:50 +02:00
Torkel Ödegaard
4999fff29b
fix(alerting): fixed email notification so it splits email address multiple ways, fixes #6353
2016-10-22 10:24:31 +02:00
Torkel Ödegaard
b32bbbd1a2
fix(influxdb): enforce database restriction, fixes #6352
2016-10-22 10:03:02 +02:00
Torkel Ödegaard
401c67d136
fix(dashboard): re-render panels when leaving fullscreen mode, fixes #6312
2016-10-22 09:51:18 +02:00
Torkel Ödegaard
1581bf8d5b
fix(docs): added api_url to configuration docs, fixes #6351
2016-10-22 08:51:32 +02:00
bergquist
6e65c93203
fix(cli): improve error handling
2016-10-21 16:03:02 +02:00
bergquist
2c7dbde06a
feat(alerting): recover from panic
2016-10-21 14:46:58 +02:00
bergquist
ad56f67ad1
feat(alerting): add support to keep last state on no data
...
closes #6332
2016-10-21 14:00:20 +02:00
Torkel Ödegaard
96008c9738
Squashed commit of the following:
...
commit 4113ed00782590187d19dd2f8cbae683f164142c
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Fri Oct 21 10:47:35 2016 +0200
docs(): minor fix for docs index page
commit 45478d120571519462fac905aadeab5954696690
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Thu Oct 20 14:28:21 2016 +0200
updated
commit c9c1c1d5a462f85e8001a45218f24102583d7aee
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Thu Oct 20 14:27:34 2016 +0200
docs(): updated image refs
commit 5fa0f27963968d77bbbbb7edd973847ea72135e3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Wed Oct 19 14:33:04 2016 +0200
docs is almost done
commit 6b988c90cb08563e2c27212338c2947e69f6fcc3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 20:45:28 2016 +0200
almost done
commit 17757c21ed813892ddb1f289f2e52613caf7bcef
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Tue Oct 18 16:45:48 2016 +0200
making progress on docs
commit f06c815991dd81b8893912a6da04a17b80b63fda
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 14:30:55 2016 +0200
progress on new docs
commit 5197237426252623de2d8b9cc22ddbbdbb240763
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 13:25:26 2016 +0200
making progress
commit 33e2b6b617f16f65878141cf11e54b2817a2ea96
Merge: de385e5 ecb4a99
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Tue Oct 18 12:17:58 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit ecb4a99dd54aa39f17d9bf4d7e132a389812f8fd
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Tue Oct 18 10:39:59 2016 +0200
keep urls for now
commit de385e56d86b071cf2150ccf9f1aa06ec5187277
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 17:56:18 2016 +0200
more progress
commit 8469ebc239ab2316cbbc01862e5026737f272f00
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 17:08:06 2016 +0200
progress on new docs
commit e755f656b12534cfcb23bad11f1fa696e43f7428
Merge: 4644a35 35cce3b
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 12:21:27 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit 4644a35102555204787e91041b50dcbfe0f7a213
Merge: 25c4bef 977cdd5
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Mon Oct 17 12:21:11 2016 +0200
Merge branch 'master' of github.com:grafana/grafana into new-docs
commit 35cce3bef802fac020a53693b02c112a91a096fc
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Mon Oct 17 09:31:17 2016 +0200
progress on #6170
commit 25c4bef629de7d77218ba95cc3bd25fb50bb19d6
Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
Date: Sun Oct 16 15:05:30 2016 +0200
fix for osx
commit 6c6b52f975630be87da23dd51beafaecb820cec2
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sun Oct 16 12:56:39 2016 +0200
progress on new docs
commit 6a09633981ab26191d5542dbe3a788846ac6b73d
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sat Oct 15 11:39:49 2016 +0200
progress on new docs
commit 7d533fbc23e41b86fd1ba9c955dd17ae1ad977e5
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Mon Oct 10 09:25:12 2016 +0200
making progress on new docs site
commit 50392ce98edfa201977716e92e4a86f9d48ae386
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sun Oct 9 20:02:28 2016 +0200
feat(new docs): progress on new docs site
commit 81a3d3d0952d3a5d790412e90d01ac5a247e0686
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Fri Oct 7 07:52:11 2016 +0200
new docs site experiment
commit 704adc98664665b3624087ab38ce29fc9da005f1
Author: Torkel Ödegaard <torkel@grafana.org>
Date: Sat Oct 1 20:46:53 2016 +0200
new docs poc
2016-10-21 11:01:34 +02:00