Merge pull request #520 from influxdata/alpha-19-changelog

Alpha 19 changelog
pull/578/head
noramullen1 2019-10-30 10:33:50 -07:00 committed by GitHub
commit 1c64607d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -7,6 +7,31 @@ menu:
parent: Release notes
weight: 101
---
## v2.0.0-alpha.19 [2019-10-30]
### 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.
- 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]
### Features