From 18cc5fa20f3063c03b6bf0ba88cacee53550f3a1 Mon Sep 17 00:00:00 2001 From: Nora Date: Mon, 14 Oct 2019 11:21:54 -0700 Subject: [PATCH 1/4] Add alpha 19 changelog (addresses #518 ) --- content/v2.0/reference/release-notes/influxdb.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index 0dccc200c..c0b27b236 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -7,6 +7,17 @@ menu: parent: Release notes weight: 101 --- +## v2.0.0-alpha.19 [2019-10-14] + +### Features +- Add shortcut for toggling comments and submitting in Script Editor. + +### Bug Fixes +- Ensure users are created with an active status. +- Added missing string values for `CacheStatus` type. +- Disable saving for threshold check if no threshold selected. +- Query variable selector shows variable keys, not values. + ## v2.0.0-alpha.18 [2019-09-26] ### Features From 0c5169147ab96ede5ad6dc5452ae6d57a8d85f03 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 22 Oct 2019 11:49:53 -0700 Subject: [PATCH 2/4] Updated changelog --- content/v2.0/reference/release-notes/influxdb.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index c0b27b236..bb7ac06f3 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -12,11 +12,20 @@ weight: 101 ### Features - Add shortcut for toggling comments and submitting in Script Editor. +### UI Improvements +- Redesign page headers to be more space-efficient. +- Add 403 handler that redirects back to the sign-in page on oats-generated routes. + ### Bug Fixes - Ensure users are created with an active status. - Added missing string values for `CacheStatus` type. - Disable saving for threshold check if no threshold selected. - Query variable selector shows variable keys, not values. +- Create Label overlay disables the submit button and returns a UI error if name field is empty. +- Log error as info message on unauthorized API call attempts. +- Ensure `members` and `owners` endpoints lead to 404 when organization resource does not exist. +- Telegraf UI filter functionality shows results based on input name. +- Fix Telegraf UI sort functionality. ## v2.0.0-alpha.18 [2019-09-26] From d33f522a0c3857d2a86dfad72e912d3a0211e6ef Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 23 Oct 2019 14:20:34 -0700 Subject: [PATCH 3/4] Fix date --- content/v2.0/reference/release-notes/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index bb7ac06f3..c5ed8d614 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -7,7 +7,7 @@ menu: parent: Release notes weight: 101 --- -## v2.0.0-alpha.19 [2019-10-14] +## v2.0.0-alpha.19 [2019-10-24] ### Features - Add shortcut for toggling comments and submitting in Script Editor. From 810a0abb1a355dbb9cc9826c0a6815e5b75d290b Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 30 Oct 2019 10:32:24 -0700 Subject: [PATCH 4/4] Additional bug fixes --- content/v2.0/reference/release-notes/influxdb.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/influxdb.md b/content/v2.0/reference/release-notes/influxdb.md index c5ed8d614..af7ae46b7 100644 --- a/content/v2.0/reference/release-notes/influxdb.md +++ b/content/v2.0/reference/release-notes/influxdb.md @@ -7,7 +7,7 @@ menu: parent: Release notes weight: 101 --- -## v2.0.0-alpha.19 [2019-10-24] +## v2.0.0-alpha.19 [2019-10-30] ### Features - Add shortcut for toggling comments and submitting in Script Editor. @@ -26,6 +26,11 @@ weight: 101 - Ensure `members` and `owners` endpoints lead to 404 when organization resource does not exist. - Telegraf UI filter functionality shows results based on input name. - Fix Telegraf UI sort functionality. +- Fix task UI sort functionality. +- Exiting a configuration of a dashboard cell properly renders the cell content. +- Newly created checks appear on the checklist. +- Changed task runs success status code from 200 to 201 to match Swagger documentation. +- Text areas have the correct height. ## v2.0.0-alpha.18 [2019-09-26]