From 96a0d0aefa0005211d35f2c2af43731e1fa2384e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 13 Sep 2014 16:38:01 +0200 Subject: [PATCH 01/24] fixed changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6c63ee023..2301c2b35a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.8.0 (2014-09-12) +# 1.8.0 (unreleased) **Fixes** - [Issue #802](https://github.com/grafana/grafana/issues/802). Annotations: Fix when using InfluxDB datasource From 92bec31ccb158a5edd234e302adae2262cb46ff1 Mon Sep 17 00:00:00 2001 From: starshayayord Date: Mon, 15 Sep 2014 18:51:58 +0600 Subject: [PATCH 02/24] Update index.html disable google translate plugin --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 63e837abfcd..d47f9df9196 100644 --- a/src/index.html +++ b/src/index.html @@ -5,6 +5,7 @@ + Grafana From 32a41a8422b8b5c4381efd0aacbe989e747b4d8c Mon Sep 17 00:00:00 2001 From: Lorenzo Pierfederici Date: Mon, 15 Sep 2014 18:12:20 -0700 Subject: [PATCH 03/24] add override options to allow multiple stacks --- src/app/panels/graph/seriesOverridesCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/graph/seriesOverridesCtrl.js b/src/app/panels/graph/seriesOverridesCtrl.js index 4f54c6d0e6f..1b6b1dfc144 100644 --- a/src/app/panels/graph/seriesOverridesCtrl.js +++ b/src/app/panels/graph/seriesOverridesCtrl.js @@ -70,7 +70,7 @@ define([ $scope.addOverrideOption('Staircase line', 'steppedLine', [true, false]); $scope.addOverrideOption('Points', 'points', [true, false]); $scope.addOverrideOption('Points Radius', 'pointradius', [1,2,3,4,5]); - $scope.addOverrideOption('Stack', 'stack', [true, false]); + $scope.addOverrideOption('Stack', 'stack', [true, false, 2, 3, 4, 5]); $scope.addOverrideOption('Y-axis', 'yaxis', [1, 2]); $scope.addOverrideOption('Z-index', 'zindex', [-1,-2,-3,0,1,2,3]); $scope.updateCurrentOverrides(); From ff91430fcc9e539671cde35e27a04101a8b202bb Mon Sep 17 00:00:00 2001 From: Torkel Odegaard Date: Tue, 16 Sep 2014 08:01:18 +0200 Subject: [PATCH 04/24] added favicons --- src/app/partials/dashboard_topnav.html | 2 +- src/img/fav16.png | Bin 0 -> 639 bytes src/img/fav32.png | Bin 0 -> 1344 bytes src/index.html | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/img/fav16.png create mode 100644 src/img/fav32.png diff --git a/src/app/partials/dashboard_topnav.html b/src/app/partials/dashboard_topnav.html index 15ea694058c..689b8374b1c 100644 --- a/src/app/partials/dashboard_topnav.html +++ b/src/app/partials/dashboard_topnav.html @@ -1,7 +1,7 @@