2019-11-05 09:41:06 +00:00
## v2.0.0-alpha.20 [unreleased]
### Bug Fixes
2019-11-06 01:13:13 +00:00
1. [15777 ](https://github.com/influxdata/influxdb/pull/15777 ): Fix long startup when running 'influx help'
2019-11-01 15:10:29 +00:00
1. [15713 ](https://github.com/influxdata/influxdb/pull/15713 ): Mock missing Flux dependencies when creating tasks
2019-11-05 09:41:06 +00:00
1. [15731 ](https://github.com/influxdata/influxdb/pull/15731 ): Ensure array cursor iterator stats accumulate all cursor stats
2019-10-30 21:22:45 +00:00
## v2.0.0-alpha.19 [2019-10-30]
2019-10-03 20:08:25 +00:00
### Features
2019-10-18 16:35:44 +00:00
2019-10-03 20:08:25 +00:00
1. [15313 ](https://github.com/influxdata/influxdb/pull/15313 ): Add shortcut for toggling comments in script editor
2019-10-30 00:24:41 +00:00
1. [15650 ](https://github.com/influxdata/influxdb/pull/15650 ): Expose last run status and last run error in task API
2019-10-03 20:08:25 +00:00
2019-10-15 20:54:33 +00:00
### UI Improvements
2019-11-01 15:10:29 +00:00
2019-10-18 21:13:23 +00:00
1. [15503 ](https://github.com/influxdata/influxdb/pull/15503 ): Redesign page headers to be more space efficient
2019-10-15 20:54:33 +00:00
1. [15426 ](https://github.com/influxdata/influxdb/pull/15426 ): Add 403 handler that redirects back to the sign-in page on oats-generated routes.
2019-11-01 02:52:46 +00:00
1. [15710 ](https://github.com/influxdata/influxdb/pull/15710 ): Add button to nginx and redis configuration sections to make interaction more clear
2019-10-15 20:54:33 +00:00
2019-09-27 18:43:19 +00:00
### Bug Fixes
2019-10-18 16:35:44 +00:00
2019-10-01 08:05:04 +00:00
1. [15295 ](https://github.com/influxdata/influxdb/pull/15295 ): Ensures users are created with an active status
2019-10-08 19:23:16 +00:00
1. [15306 ](https://github.com/influxdata/influxdb/pull/15306 ): Added missing string values for CacheStatus type
1. [15348 ](https://github.com/influxdata/influxdb/pull/15348 ): Disable saving for threshold check if no threshold selected
2019-10-07 23:37:48 +00:00
1. [15354 ](https://github.com/influxdata/influxdb/pull/15354 ): Query variable selector shows variable keys, not values
2019-10-15 22:08:29 +00:00
1. [15246 ](https://github.com/influxdata/influxdb/pull/15427 ): UI/Telegraf filter functionality shows results based on input name
2019-10-18 16:35:44 +00:00
1. [13940 ](https://github.com/influxdata/influxdb/pull/15443 ): Create Label Overlay UI will disable the submit button and return a UI error if the name field is empty
2019-10-17 16:57:01 +00:00
1. [15452 ](https://github.com/influxdata/influxdb/pull/15452 ): Log error as info message on unauthorized API call attempts
2019-10-21 21:37:30 +00:00
1. [15504 ](https://github.com/influxdata/influxdb/pull/15504 ): Ensure members& owners eps 404 when /org resource does not exist
2019-10-22 18:26:21 +00:00
1. [15510 ](https://github.com/influxdata/influxdb/pull/15510 ): UI/Telegraf sort functionality fixed
2019-10-23 20:45:27 +00:00
1. [15549 ](https://github.com/influxdata/influxdb/pull/15549 ): UI/Task edit functionality fixed
2019-10-22 22:31:35 +00:00
1. [15559 ](https://github.com/influxdata/influxdb/pull/15559 ): Exiting a configuration of a dashboard cell now properly renders the cell content
2019-10-24 21:13:41 +00:00
1. [15556 ](https://github.com/influxdata/influxdb/pull/15556 ): Creating a check now displays on the checklist
2019-10-26 04:03:03 +00:00
1. [15592 ](https://github.com/influxdata/influxdb/pull/15592 ): Changed task runs success status code from 200 to 201 to match Swagger documentation.
2019-10-25 19:05:34 +00:00
1. [15634 ](https://github.com/influxdata/influxdb/pull/15634 ): TextAreas have the correct height
2019-10-31 16:30:36 +00:00
1. [15647 ](https://github.com/influxdata/influxdb/pull/15647 ): Ensures labels are unique by organization in the kv store
2019-11-04 20:28:21 +00:00
1. [15695 ](https://github.com/influxdata/influxdb/pull/15695 ): Ensures variable names are unique by organization
2019-09-27 18:43:19 +00:00
2019-09-26 21:06:14 +00:00
## v2.0.0-alpha.18 [2019-09-26]
2019-09-04 19:42:01 +00:00
### Features
2019-09-19 11:31:40 +00:00
1. [15151 ](https://github.com/influxdata/influxdb/pull/15151 ): Add jsonweb package for future JWT support
2019-09-26 19:21:12 +00:00
1. [15168 ](https://github.com/influxdata/influxdb/pull/15168 ): Added the JMeter Template dashboard
2019-09-27 11:12:41 +00:00
1. [15152 ](https://github.com/influxdata/influxdb/pull/15152 ): Add JWT support to http auth middleware
2019-09-19 11:31:40 +00:00
2019-09-04 19:42:01 +00:00
### UI Improvements
2019-09-10 18:14:10 +00:00
2019-09-19 22:56:24 +00:00
1. [15211 ](https://github.com/influxdata/influxdb/pull/15211 ): Display dashboards index as a grid
2019-09-10 18:14:10 +00:00
1. [15099 ](https://github.com/influxdata/influxdb/pull/15099 ): Add viewport scaling to html meta for responsive mobile scaling
2019-09-09 20:12:20 +00:00
1. [15056 ](https://github.com/influxdata/influxdb/pull/15056 ): Remove rename and delete functionality from system buckets
2019-09-10 18:14:10 +00:00
1. [15056 ](https://github.com/influxdata/influxdb/pull/15056 ): Prevent new buckets from being named with the reserved "\_" prefix
2019-09-09 20:12:20 +00:00
1. [15056 ](https://github.com/influxdata/influxdb/pull/15056 ): Prevent user from selecting system buckets when creating Scrapers, Telegraf configurations, read/write tokens, and when saving as a task
1. [15056 ](https://github.com/influxdata/influxdb/pull/15056 ): Limit values from draggable threshold handles to 2 decimal places
2019-09-06 23:30:39 +00:00
1. [15040 ](https://github.com/influxdata/influxdb/pull/15040 ): Redesign check builder UI to fill the screen and make more room for composing message templates
2019-09-05 23:17:22 +00:00
1. [14990 ](https://github.com/influxdata/influxdb/pull/14990 ): Move Tokens tab from Settings to Load Data page
1. [14990 ](https://github.com/influxdata/influxdb/pull/14990 ): Expose all Settings tabs in navigation menu
2019-09-26 21:04:23 +00:00
1. [15289 ](https://github.com/influxdata/influxdb/pull/15289 ): Added Stream and table functions to query builder
2019-09-04 19:42:01 +00:00
### Bug Fixes
2019-09-10 18:14:10 +00:00
1. [14931 ](https://github.com/influxdata/influxdb/pull/14931 ): Remove scrollbars blocking onboarding UI step.
2019-09-04 19:42:01 +00:00
## v2.0.0-alpha.17 [2019-08-14]
2019-07-25 22:50:15 +00:00
2019-07-25 22:23:46 +00:00
### Features
2019-09-10 18:14:10 +00:00
2019-08-26 22:54:52 +00:00
1. [14809 ](https://github.com/influxdata/influxdb/pull/14809 ): Add task middleware's for checks and notifications
2019-07-29 19:47:55 +00:00
1. [14495 ](https://github.com/influxdata/influxdb/pull/14495 ): optional gzip compression of the query CSV response.
2019-08-06 16:27:52 +00:00
1. [14567 ](https://github.com/influxdata/influxdb/pull/14567 ): Add task types.
2019-08-07 22:03:13 +00:00
1. [14604 ](https://github.com/influxdata/influxdb/pull/14604 ): When getting task runs from the API, runs will be returned in order of most recently scheduled first.
2019-08-14 18:01:19 +00:00
1. [14631 ](https://github.com/influxdata/influxdb/pull/14631 ): Added Github and Apache templates
1. [14631 ](https://github.com/influxdata/influxdb/pull/14631 ): Updated name of Local Metrics template
1. [14631 ](https://github.com/influxdata/influxdb/pull/14631 ): Dashboards for all Telegraf config bundles now created
2019-08-16 18:16:46 +00:00
1. [14694 ](https://github.com/influxdata/influxdb/pull/14694 ): Add ability to find tasks by name.
2019-09-04 13:57:36 +00:00
1. [14901 ](https://github.com/influxdata/influxdb/pull/14901 ): Add ability to Peek() on reads package StreamReader types.
2019-07-25 22:50:15 +00:00
2019-07-25 22:23:46 +00:00
### UI Improvements
2019-09-10 18:14:10 +00:00
2019-09-04 00:54:52 +00:00
1. [14917 ](https://github.com/influxdata/influxdb/pull/14917 ): Make first steps in Monitoring & Alerting more obvious
2019-08-30 19:08:11 +00:00
1. [14889 ](https://github.com/influxdata/influxdb/pull/14889 ): Make adding data to buckets more discoverable
2019-08-20 17:24:49 +00:00
1. [14709 ](https://github.com/influxdata/influxdb/pull/14709 ): Move Buckets, Telgrafs, and Scrapers pages into a tab called "Load Data" for ease of discovery
2019-08-28 23:03:39 +00:00
1. [14846 ](https://github.com/influxdata/influxdb/pull/14846 ): Standardize formatting of "updated at" timestamp in all resource cards
2019-08-30 17:56:30 +00:00
1. [14887 ](https://github.com/influxdata/influxdb/pull/14887 ): Move no buckets warning in telegraf tab above the search box
2019-07-25 22:23:46 +00:00
2019-07-25 22:50:15 +00:00
### Bug Fixes
2019-07-25 22:23:46 +00:00
2019-07-26 15:37:45 +00:00
1. [14480 ](https://github.com/influxdata/influxdb/pull/14480 ): Fix authentication when updating a task with invalid org or bucket.
2019-07-29 20:33:30 +00:00
1. [14497 ](https://github.com/influxdata/influxdb/pull/14497 ): Update the documentation link for Telegraf.
2019-07-31 09:46:28 +00:00
1. [14492 ](https://github.com/influxdata/influxdb/pull/14492 ): Fix to surface errors properly as task notifications on create.
2019-08-05 22:13:17 +00:00
1. [14569 ](https://github.com/influxdata/influxdb/pull/14569 ): Fix limiting of get runs for task.
2019-08-23 19:05:13 +00:00
1. [14779 ](https://github.com/influxdata/influxdb/pull/14779 ): Refactor tasks coordinator.
2019-08-28 23:03:39 +00:00
1. [14846 ](https://github.com/influxdata/influxdb/pull/14846 ): Ensure onboarding "advanced" button goes to correct location
2019-07-26 15:37:45 +00:00
2019-07-25 22:23:46 +00:00
## v2.0.0-alpha.16 [2019-07-25]
2019-07-25 21:45:13 +00:00
2019-07-25 21:35:25 +00:00
### Bug Fixes
2019-07-25 22:50:15 +00:00
1. [14385 ](https://github.com/influxdata/influxdb/pull/14385 ): Add link to Documentation text in line protocol upload overlay
2019-07-25 21:45:13 +00:00
1. [14344 ](https://github.com/influxdata/influxdb/pull/14344 ): Fix issue in Authorization API, can't create auth for another user.
1. [14352 ](https://github.com/influxdata/influxdb/pull/14352 ): Fix Influx CLI ignored user flag for auth creation.
2019-07-25 21:46:14 +00:00
1. [14379 ](https://github.com/influxdata/influxdb/pull/14379 ): Fix the map example in the documentation
1. [14423 ](https://github.com/influxdata/influxdb/pull/14423 ): Ignore null/empty Flux rows which prevents a single stat/gauge crash.
1. [14434 ](https://github.com/influxdata/influxdb/pull/14434 ): Fixes an issue where clicking on a dashboard name caused an incorrect redirect.
1. [14441 ](https://github.com/influxdata/influxdb/pull/14441 ): Upgrade templates lib to 0.5.0
1. [14453 ](https://github.com/influxdata/influxdb/pull/14453 ): Upgrade giraffe lib to 0.16.1
2019-07-25 22:50:15 +00:00
1. [14412 ](https://github.com/influxdata/influxdb/pull/14412 ): Fix incorrect notification type for manually running a Task
1. [14356 ](https://github.com/influxdata/influxdb/pull/14356 ): Fix an issue where canceled tasks did not resume.
2019-07-25 21:35:25 +00:00
2019-07-11 21:00:36 +00:00
## v2.0.0-alpha.15 [2019-07-11]
2019-07-11 16:45:45 +00:00
2019-07-11 16:50:16 +00:00
### Features
1. [14256 ](https://github.com/influxdata/influxdb/pull/14256 ): Add time zone support to UI
2019-07-11 21:00:36 +00:00
2. [14243 ](https://github.com/influxdata/influxdb/pull/14243 ): Addded new storage inspection tool to verify tsm files
2019-07-15 21:28:54 +00:00
3. [14353 ](https://github.com/influxdata/influxdb/pull/14353 ): Require a token to be supplied for all task creation
2019-07-11 16:50:16 +00:00
2019-07-11 16:45:45 +00:00
### Bug Fixes
2019-07-15 21:28:54 +00:00
1. [14287 ](https://github.com/influxdata/influxdb/pull/14287 ): Fix incorrect reporting of task as successful when error occurs during result iteration
1. [14412 ](https://github.com/influxdata/influxdb/pull/14412 ): Fix incorrect notification type for manually running a Task
2019-07-11 16:45:45 +00:00
2019-07-11 21:00:36 +00:00
### Known Issues
2019-07-11 21:05:29 +00:00
1. [influxdata/flux#1492 ](https://github.com/influxdata/flux/issues/1492 ): Null support in Flux was introduced in Alhpa 14. Several null issues were fixed in this release, but one known issue remains - Users may hit a panic if the first record processed by a map function has a null value.
2019-07-11 21:00:36 +00:00
2019-06-28 14:13:41 +00:00
## v2.0.0-alpha.14 [2019-06-28]
2019-06-18 21:48:33 +00:00
### Features
2019-06-27 23:02:20 +00:00
1. [14221 ](https://github.com/influxdata/influxdb/pull/14221 ): Add influxd inspect verify-wal tool
2019-06-28 14:13:41 +00:00
1. [14218 ](https://github.com/influxdata/influxdb/commit/4faf2a24def4f351aef5b3c0f2907c385f82fdb9 ): Move to Flux .34.2 - which includes new string functions and initial multi-datasource support with Sql.from()
2019-06-28 14:27:25 +00:00
1. [14164 ](https://github.com/influxdata/influxdb/pull/14164 ): Only click save once to save cell
1. [14188 ](https://github.com/influxdata/influxdb/pull/14188 ): Enable selecting more columns for line visualizations
2019-06-18 21:48:33 +00:00
### UI Improvements
2019-06-28 14:23:49 +00:00
1. [14194 ](https://github.com/influxdata/influxdb/pull/14194 ): Draw gauges correctly on HiDPI displays
1. [14194 ](https://github.com/influxdata/influxdb/pull/14194 ): Clamp gauge position to gauge domain
1. [14168 ](https://github.com/influxdata/influxdb/pull/14168 ): Improve display of error messages
2019-06-18 21:48:33 +00:00
1. [14157 ](https://github.com/influxdata/influxdb/pull/14157 ): Remove rendering bottleneck when streaming Flux responses
2019-06-19 22:21:45 +00:00
1. [14165 ](https://github.com/influxdata/influxdb/pull/14165 ): Prevent variable dropdown from clipping
2019-06-18 21:48:33 +00:00
2019-06-13 23:57:56 +00:00
## v2.0.0-alpha.13 [2019-06-13]
2019-06-03 20:09:01 +00:00
### Features
2019-06-13 21:10:39 +00:00
1. [14130 ](https://github.com/influxdata/influxdb/pull/14130 ): Add static templates for system, docker, redis, kubernetes
2019-07-25 22:50:15 +00:00
1. [14189 ](https://github.com/influxdata/influxdb/pull/14189 ): Add option to select a token when creating a task
1. [14200 ](https://github.com/influxdata/influxdb/pull/14200 ): Add the ability to update a token when updating a task
2019-06-13 23:57:56 +00:00
## v2.0.0-alpha.12 [2019-06-13]
### Features
2019-06-03 20:09:01 +00:00
1. [14059 ](https://github.com/influxdata/influxdb/pull/14059 ): Enable formatting line graph y ticks with binary prefix
2019-06-13 18:12:08 +00:00
1. [14052 ](https://github.com/influxdata/influxdb/pull/14052 ): Add x and y column pickers to graph types
2019-06-12 22:35:22 +00:00
1. [14128 ](https://github.com/influxdata/influxdb/pull/14128 ): Add option to shade area below line graphs
2019-06-03 20:09:01 +00:00
### Bug Fixes
2019-06-07 21:36:23 +00:00
1. [14085 ](https://github.com/influxdata/influxdb/pull/14085 ): Fix performance regression in graph tooltips
2019-06-03 20:09:01 +00:00
### UI Improvements
2019-05-31 15:41:11 +00:00
## v2.0.0-alpha.11 [2019-05-31]
2019-05-30 23:50:29 +00:00
1. [14031 ](https://github.com/influxdata/influxdb/pull/14031 ): Correctly check if columnKeys include xColumn in heatmap
2019-05-30 17:22:40 +00:00
## v2.0.0-alpha.10 [2019-05-30]
2019-05-08 18:16:20 +00:00
2019-05-01 21:00:26 +00:00
### Features
2019-05-02 15:56:50 +00:00
2019-05-17 19:00:58 +00:00
1. [13945 ](https://github.com/influxdata/influxdb/pull/13945 ): Add heatmap visualization type
2019-05-28 20:15:29 +00:00
1. [13961 ](https://github.com/influxdata/influxdb/pull/13961 ): Add scatter graph visualization type
2019-05-17 19:00:58 +00:00
1. [13850 ](https://github.com/influxdata/influxdb/pull/13850 ): Add description field to Tasks
1. [13924 ](https://github.com/influxdata/influxdb/pull/13924 ): Add CLI arguments for configuring session length and renewal
2019-05-17 20:24:44 +00:00
1. [13961 ](https://github.com/influxdata/influxdb/pull/13961 ): Add smooth interpolation option to line graphs
2019-05-08 18:16:20 +00:00
2019-05-01 21:00:26 +00:00
### Bug Fixes
2019-05-08 18:16:20 +00:00
2019-05-02 15:56:50 +00:00
1. [13753 ](https://github.com/influxdata/influxdb/pull/13753 ): Removed hardcoded bucket for Getting Started with Flux dashboard
2019-05-03 22:10:08 +00:00
1. [13783 ](https://github.com/influxdata/influxdb/pull/13783 ): Ensure map type variables allow for selecting values
2019-05-06 18:50:48 +00:00
1. [13800 ](https://github.com/influxdata/influxdb/pull/13800 ): Generate more idiomatic Flux in query builder
2019-05-06 18:20:36 +00:00
1. [13797 ](https://github.com/influxdata/influxdb/pull/13797 ): Expand tab key presses to 2 spaces in the Flux editor
2019-05-07 20:54:34 +00:00
1. [13823 ](https://github.com/influxdata/influxdb/pull/13823 ): Prevent dragging of Variable Dropdowns when dragging a scrollbar inside the dropdown
2019-05-08 18:47:12 +00:00
1. [13853 ](https://github.com/influxdata/influxdb/pull/13853 ): Improve single stat computation
2019-05-17 19:00:58 +00:00
1. [13945 ](https://github.com/influxdata/influxdb/pull/13945 ): Fix crash when opening histogram settings with no data
2019-05-02 15:56:50 +00:00
2019-05-01 21:00:26 +00:00
### UI Improvements
2019-07-15 21:28:54 +00:00
2019-05-07 22:48:45 +00:00
1. [#13835 ](https://github.com/influxdata/influxdb/pull/13835 ): Render checkboxes in query builder tag selection lists
2019-05-08 22:41:26 +00:00
1. [#13856 ](https://github.com/influxdata/influxdb/pull/13856 ): Fix jumbled card text in Telegraf configuration wizard
2019-05-10 23:36:24 +00:00
1. [#13888 ](https://github.com/influxdata/influxdb/pull/13888 ): Change scrapers in scrapers list to be resource cards
2019-05-14 20:18:20 +00:00
1. [#13925 ](https://github.com/influxdata/influxdb/pull/13925 ): Export and download resource with formatted resource name with no spaces
2019-05-01 21:00:26 +00:00
2019-05-01 20:24:28 +00:00
## v2.0.0-alpha.9 [2019-05-01]
2019-04-19 14:37:59 +00:00
**NOTE: This will remove all tasks from your InfluxDB v2.0 instance.**
2019-04-12 22:39:33 +00:00
### Features
2019-07-15 21:28:54 +00:00
2019-04-11 20:53:08 +00:00
1. [13423 ](https://github.com/influxdata/influxdb/pull/13423 ): Set autorefresh of dashboard to pause if absolute time range is selected
2019-04-19 14:37:59 +00:00
1. [13473 ](https://github.com/influxdata/influxdb/pull/13473 ): Switch task back end to a more modular and flexible system
2019-04-17 19:04:16 +00:00
1. [13493 ](https://github.com/influxdata/influxdb/pull/13493 ): Add org profile tab with ability to edit organization name
2019-04-30 04:56:36 +00:00
1. [13510 ](https://github.com/influxdata/influxdb/pull/13510 ): Add org name to dahboard page title
2019-04-18 20:47:36 +00:00
1. [13520 ](https://github.com/influxdata/influxdb/pull/13520 ): Add cautioning to bucket renaming
2019-04-19 22:49:45 +00:00
1. [13560 ](https://github.com/influxdata/influxdb/pull/13560 ): Add option to generate all access token in tokens tab
2019-04-24 17:40:10 +00:00
1. [13601 ](https://github.com/influxdata/influxdb/pull/13601 ): Add option to generate read/write token in tokens tab
2019-04-30 19:31:39 +00:00
1. [13715 ](https://github.com/influxdata/influxdb/pull/13715 ): Added a new Local Metrics Dashboard template that is created during Quick Start
2019-04-12 22:39:33 +00:00
### Bug Fixes
2019-07-15 21:28:54 +00:00
2019-04-23 21:56:01 +00:00
1. [13584 ](https://github.com/influxdata/influxdb/pull/13584 ): Fixed scroll clipping found in label editing flow
2019-04-23 19:10:28 +00:00
1. [13585 ](https://github.com/influxdata/influxdb/pull/13585 ): Prevent overlapping text and dot in time range dropdown
2019-04-25 00:03:46 +00:00
1. [13602 ](https://github.com/influxdata/influxdb/pull/13602 ): Updated link in notes cell to a more useful site
2019-04-24 20:32:15 +00:00
1. [13618 ](https://github.com/influxdata/influxdb/pull/13618 ): Show error message when adding line protocol
2019-04-30 04:56:36 +00:00
1. [13657 ](https://github.com/influxdata/influxdb/pull/13657 ): Update UI Flux function documentation
2019-04-30 21:13:23 +00:00
1. [13718 ](https://github.com/influxdata/influxdb/pull/13718 ): Updated System template to support math with floats
2019-05-01 17:38:18 +00:00
1. [13732 ](https://github.com/influxdata/influxdb/pull/13732 ): Fixed the window function documentation
2019-05-01 19:26:15 +00:00
1. [13738 ](https://github.com/influxdata/influxdb/pull/13738 ): Fixed typo in the `range` Flux function example
2019-05-01 20:17:36 +00:00
1. [13742 ](https://github.com/influxdata/influxdb/pull/13742 ): Updated the `systemTime` function to use `system.time`
2019-04-12 22:39:33 +00:00
### UI Improvements
2019-07-15 21:28:54 +00:00
2019-04-16 20:58:27 +00:00
1. [13424 ](https://github.com/influxdata/influxdb/pull/13424 ): Add general polish and empty states to Create Dashboard from Template overlay
2019-04-12 22:39:33 +00:00
## v2.0.0-alpha.8 [2019-04-12]
2019-03-29 00:54:27 +00:00
### Features
2019-03-27 20:32:12 +00:00
2019-03-25 22:11:50 +00:00
1. [13024 ](https://github.com/influxdata/influxdb/pull/13024 ): Add the ability to edit token's description
2019-03-27 20:32:12 +00:00
1. [13078 ](https://github.com/influxdata/influxdb/pull/13078 ): Add the option to create a Dashboard from a Template.
2019-04-04 17:44:03 +00:00
1. [13161 ](https://github.com/influxdata/influxdb/pull/13161 ): Add the ability to add labels on variables
2019-04-04 20:52:26 +00:00
1. [13171 ](https://github.com/influxdata/influxdb/pull/13171 ): Add switch organizations dropdown to home navigation menu item.
2019-04-10 23:19:51 +00:00
1. [13173 ](https://github.com/influxdata/influxdb/pull/13173 ): Add create org to side nav
2019-04-12 20:10:04 +00:00
1. [13345 ](https://github.com/influxdata/influxdb/pull/13345 ): Added a new Getting Started with Flux Template
2019-03-29 00:54:27 +00:00
### Bug Fixes
2019-07-15 21:28:54 +00:00
2019-04-10 23:19:51 +00:00
1. [13284 ](https://github.com/influxdata/influxdb/pull/13284 ): Update shift to timeShift in the flux functions side bar
2019-03-29 00:54:27 +00:00
### UI Improvements
2019-07-15 21:28:54 +00:00
2019-04-10 23:19:51 +00:00
1. [13287 ](https://github.com/influxdata/influxdb/pull/13287 ): Update cursor to grab when hovering draggable areas
1. [13311 ](https://github.com/influxdata/influxdb/pull/13311 ): Sync note editor text and preview scrolling
1. [13249 ](https://github.com/influxdata/influxdb/pull/13249 ): Add the ability to create a bucket when creating an organization
2019-03-29 00:54:27 +00:00
## v2.0.0-alpha.7 [2019-03-28]
2019-03-15 23:30:55 +00:00
### Features
2019-03-18 15:41:57 +00:00
2019-03-15 23:43:46 +00:00
1. [12663 ](https://github.com/influxdata/influxdb/pull/12663 ): Insert flux function near cursor in flux editor
2019-03-18 15:41:57 +00:00
1. [12678 ](https://github.com/influxdata/influxdb/pull/12678 ): Enable the use of variables in the Data Explorer and Cell Editor Overlay
2019-03-12 18:10:46 +00:00
1. [12655 ](https://github.com/influxdata/influxdb/pull/12655 ): Add a variable control bar to dashboards to select values for variables.
2019-03-18 21:40:59 +00:00
1. [12706 ](https://github.com/influxdata/influxdb/pull/12706 ): Add ability to add variable to script from the side menu.
2019-03-20 20:41:55 +00:00
1. [12791 ](https://github.com/influxdata/influxdb/pull/12791 ): Use time range for metaqueries in Data Explorer and Cell Editor Overlay
2019-03-21 20:31:09 +00:00
1. [12827 ](https://github.com/influxdata/influxdb/pull/12827 ): Fix screen tearing bug in Raw Data View
2019-03-21 23:52:24 +00:00
1. [12843 ](https://github.com/influxdata/influxdb/pull/12843 ): Add copy to clipboard button to export overlays
2019-03-21 19:03:35 +00:00
1. [12826 ](https://github.com/influxdata/influxdb/pull/12826 ): Enable copying error messages to the clipboard from dashboard cells
2019-03-25 18:08:32 +00:00
1. [12876 ](https://github.com/influxdata/influxdb/pull/12876 ): Add the ability to update token's status in Token list
2019-03-19 18:05:31 +00:00
1. [12821 ](https://github.com/influxdata/influxdb/pull/12821 ): Allow variables to be re-ordered within control bar on a dashboard.
2019-03-26 00:03:10 +00:00
1. [12888 ](https://github.com/influxdata/influxdb/pull/12888 ): Add the ability to delete a template
2019-03-26 00:35:23 +00:00
1. [12901 ](https://github.com/influxdata/influxdb/pull/12901 ): Save user preference for variable control bar visibility and default to visible
2019-03-26 20:49:54 +00:00
1. [12910 ](https://github.com/influxdata/influxdb/pull/12910 ): Add the ability to clone a template
2019-03-27 00:11:55 +00:00
1. [12958 ](https://github.com/influxdata/influxdb/pull/12958 ): Add the ability to import a variable
2019-03-15 23:30:55 +00:00
### Bug Fixes
2019-03-12 18:10:46 +00:00
1. [12684 ](https://github.com/influxdata/influxdb/pull/12684 ): Fix mismatch in bucket row and header
2019-03-18 17:42:46 +00:00
1. [12703 ](https://github.com/influxdata/influxdb/pull/12703 ): Allows user to edit note on cell
2019-03-19 23:10:05 +00:00
1. [12764 ](https://github.com/influxdata/influxdb/pull/12764 ): Fix empty state styles in scrapers in org view
2019-03-20 20:30:44 +00:00
1. [12790 ](https://github.com/influxdata/influxdb/pull/12790 ): Fix bucket creation error when changing rentention rules types.
2019-03-20 21:07:31 +00:00
1. [12793 ](https://github.com/influxdata/influxdb/pull/12793 ): Fix task creation error when switching schedule types.
2019-03-20 22:59:16 +00:00
1. [12805 ](https://github.com/influxdata/influxdb/pull/12805 ): Fix hidden horizonal scrollbars in flux raw data view
2019-03-19 18:05:31 +00:00
1. [12827 ](https://github.com/influxdata/influxdb/pull/12827 ): Fix screen tearing bug in Raw Data View
2019-03-28 22:05:26 +00:00
1. [12961 ](https://github.com/influxdata/influxdb/pull/12961 ): Fix scroll clipping in graph legends & dropdown menus
2019-03-27 22:09:55 +00:00
1. [12959 ](https://github.com/influxdata/influxdb/pull/12959 ): Fix routing loop
2019-03-15 23:30:55 +00:00
### UI Improvements
2019-03-20 20:06:30 +00:00
1. [12782 ](https://github.com/influxdata/influxdb/pull/12782 ): Move bucket selection in the query builder to the first card in the list
2019-03-22 21:55:02 +00:00
1. [12850 ](https://github.com/influxdata/influxdb/pull/12850 ): Ensure editor is automatically focused in note editor
2019-03-26 21:16:38 +00:00
1. [12915 ](https://github.com/influxdata/influxdb/pull/12915 ): Add ability to edit a template's name.
2019-03-20 20:06:30 +00:00
2019-03-15 23:30:55 +00:00
## v2.0.0-alpha.6 [2019-03-15]
### Release Notes
2019-03-12 18:10:46 +00:00
We have updated the way we do predefined dashboards to [include Templates ](https://github.com/influxdata/influxdb/pull/12532 ) in this release which will cause existing Organizations to not have a System dashboard created when they build a new Telegraf configuration. In order to get this functionality, remove your existing data and start from scratch.
2019-03-15 23:30:55 +00:00
2019-03-15 23:54:00 +00:00
**NOTE: This will remove all data from your InfluxDB v2.0 instance including timeseries data.**
2019-03-15 23:30:55 +00:00
2019-03-15 23:54:00 +00:00
On most `linux` systems including `macOS` :
2019-03-15 23:30:55 +00:00
```sh
2019-03-15 23:54:00 +00:00
$ rm -r ~/.influxdbv2
2019-03-15 23:30:55 +00:00
```
Once completed, `v2.0.0-alpha.6` can be started.
2019-03-08 20:24:23 +00:00
### Features
2019-03-14 20:15:21 +00:00
2019-03-08 02:21:35 +00:00
1. [12496 ](https://github.com/influxdata/influxdb/pull/12496 ): Add ability to import a dashboard
2019-03-11 23:13:07 +00:00
1. [12524 ](https://github.com/influxdata/influxdb/pull/12524 ): Add ability to import a dashboard from org view
2019-03-12 00:08:07 +00:00
1. [12531 ](https://github.com/influxdata/influxdb/pull/12531 ): Add ability to export a dashboard and a task
2019-03-13 23:24:46 +00:00
1. [12615 ](https://github.com/influxdata/influxdb/pull/12615 ): Add `run` subcommand to influxd binary. This is also the default when no subcommand is specified.
2019-03-11 18:21:43 +00:00
1. [12523 ](https://github.com/influxdata/influxdb/pull/12523 ): Add ability to save a query as a variable from the Data Explorer.
2019-03-15 23:30:55 +00:00
1. [12532 ](https://github.com/influxdata/influxdb/pull/12532 ): Add System template on onboarding
2019-03-11 18:21:43 +00:00
2019-03-08 20:24:23 +00:00
### Bug Fixes
2019-03-12 18:10:46 +00:00
2019-03-15 23:30:55 +00:00
1. [12641 ](https://github.com/influxdata/influxdb/pull/12641 ): Stop scrollbars from covering text in flux editor
2019-03-08 20:24:23 +00:00
### UI Improvements
2019-03-14 20:15:21 +00:00
1. [12610 ](https://github.com/influxdata/influxdb/pull/12610 ): Fine tune keyboard interactions for managing labels from a resource card
2019-03-08 20:24:23 +00:00
## v2.0.0-alpha.5 [2019-03-08]
2019-02-22 00:43:31 +00:00
2019-03-07 10:50:47 +00:00
### Release Notes
This release includes a [breaking change ](https://github.com/influxdata/influxdb/pull/12391 ) to the format that TSM and index data are stored on disk.
Any existing local data will not be queryable once InfluxDB is upgraded to this release.
Prior to installing this release we recommend all storage-engine data is removed from your local InfluxDB `2.x` installation; this can be achieved without losing any of your other InfluxDB `2.x` data (settings etc).
To remove only local storage data, run the following in a terminal.
On most `linux` systems:
```sh
2019-03-07 21:46:39 +00:00
# Replace <username> with your actual username.
2019-03-07 10:50:47 +00:00
$ rm -r /home/< username > /.influxdbv2/engine
```
On `macOS` :
```sh
# Replace <username> with your actual username.
$ rm -r /Users/< username > /.influxdbv2/engine
```
Once completed, `v2.0.0-alpha.5` can be started.
2019-02-22 00:43:31 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-21 19:18:26 +00:00
1. [12096 ](https://github.com/influxdata/influxdb/pull/12096 ): Add labels to cloned tasks
2019-02-27 19:21:21 +00:00
1. [12111 ](https://github.com/influxdata/influxdb/pull/12111 ): Add ability to filter resources by clicking a label
2019-03-04 23:43:24 +00:00
1. [12401 ](https://github.com/influxdata/influxdb/pull/12401 ): Add ability to add a member to org
2019-03-07 10:50:47 +00:00
1. [12391 ](https://github.com/influxdata/influxdb/pull/12391 ): Improve representation of TSM tagsets on disk
2019-03-07 21:46:39 +00:00
1. [12437 ](https://github.com/influxdata/influxdb/pull/12437 ): Add ability to remove a member from org
2019-02-22 00:43:31 +00:00
### Bug Fixes
2019-03-01 20:33:37 +00:00
1. [12302 ](https://github.com/influxdata/influxdb/pull/12302 ): Prevent clipping of code snippets in Firefox
2019-03-05 23:50:24 +00:00
1. [12379 ](https://github.com/influxdata/influxdb/pull/12379 ): Prevent clipping of cell edit menus in dashboards
2019-03-01 20:53:27 +00:00
2019-02-22 00:43:31 +00:00
### UI Improvements
2019-03-01 20:33:37 +00:00
1. [12302 ](https://github.com/influxdata/influxdb/pull/12302 ): Make code snippet copy functionality easier to use
2019-03-01 20:53:27 +00:00
1. [12304 ](https://github.com/influxdata/influxdb/pull/12304 ): Always show live preview in Note Cell editor
2019-03-04 23:39:23 +00:00
1. [12317 ](https://github.com/influxdata/influxdb/pull/12317 ): Redesign Create Scraper workflow
1. [12317 ](https://github.com/influxdata/influxdb/pull/12317 ): Show warning in Telegrafs and Scrapers lists when user has no buckets
2019-03-08 17:38:10 +00:00
1. [12384 ](https://github.com/influxdata/influxdb/pull/12384 ): Streamline label addition, removal, and creation from the dashboards list
2019-03-11 17:27:23 +00:00
1. [12464 ](https://github.com/influxdata/influxdb/pull/12464 ): Improve label color selection
2019-03-01 20:53:27 +00:00
2019-02-22 00:43:31 +00:00
## v2.0.0-alpha.4 [2019-02-21]
2019-02-15 21:59:00 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-15 22:11:53 +00:00
1. [11954 ](https://github.com/influxdata/influxdb/pull/11954 ): Add the ability to run a task manually from tasks page
2019-02-14 02:19:36 +00:00
1. [11990 ](https://github.com/influxdata/influxdb/pull/11990 ): Add the ability to select a custom time range in explorer and dashboard
2019-02-20 19:21:55 +00:00
1. [12009 ](https://github.com/influxdata/influxdb/pull/12009 ): Display the version information on the login page
2019-02-19 22:05:13 +00:00
1. [12011 ](https://github.com/influxdata/influxdb/pull/12011 ): Add the ability to update a Variable's name and query.
2019-02-20 23:55:33 +00:00
1. [12026 ](https://github.com/influxdata/influxdb/pull/12026 ): Add labels to cloned dashboard
2019-02-21 23:39:56 +00:00
1. [12018 ](https://github.com/influxdata/influxdb/pull/12057 ): Add ability filter resources by label name
1. [11973 ](https://github.com/influxdata/influxdb/pull/11973 ): Add ability to create or add labels to a resource from labels editor
2019-02-15 21:59:00 +00:00
### Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-20 01:17:39 +00:00
1. [11997 ](https://github.com/influxdata/influxdb/pull/11997 ): Update the bucket retention policy to update the time in seconds
2019-02-15 21:59:00 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-20 21:44:11 +00:00
1. [12016 ](https://github.com/influxdata/influxdb/pull/12016 ): Update the preview in the label overlays to be shorter
2019-03-04 23:43:24 +00:00
1. [12012 ](https://github.com/influxdata/influxdb/pull/12012 ): Add notifications to scrapers page for created/deleted/updated scrapers
2019-02-20 23:11:49 +00:00
1. [12023 ](https://github.com/influxdata/influxdb/pull/12023 ): Add notifications to buckets page for created/deleted/updated buckets
2019-02-21 21:09:14 +00:00
1. [12072 ](https://github.com/influxdata/influxdb/pull/12072 ): Update the admin page to display error for password length
2019-02-15 21:59:00 +00:00
## v2.0.0-alpha.3 [2019-02-15]
2019-02-05 18:06:24 +00:00
2019-02-08 00:37:35 +00:00
### Features
2019-03-04 23:43:24 +00:00
2019-02-12 00:04:37 +00:00
1. [11809 ](https://github.com/influxdata/influxdb/pull/11809 ): Add the ability to name a scraper target
2019-02-12 18:07:55 +00:00
1. [11821 ](https://github.com/influxdata/influxdb/pull/11821 ): Display scraper name as the first and only updatable column in scrapers list
2019-02-12 18:01:12 +00:00
1. [11804 ](https://github.com/influxdata/influxdb/pull/11804 ): Add the ability to view runs for a task
2019-02-12 19:13:46 +00:00
1. [11824 ](https://github.com/influxdata/influxdb/pull/11824 ): Display last completed run for tasks list
2019-02-12 22:14:15 +00:00
1. [11836 ](https://github.com/influxdata/influxdb/pull/11836 ): Add the ability to view the logs for a specific task run
2019-02-08 00:37:35 +00:00
### Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-12 18:01:12 +00:00
1. [11819 ](https://github.com/influxdata/influxdb/pull/11819 ): Update the inline edit for resource names to guard for empty strings
2019-02-13 18:01:37 +00:00
1. [11852 ](https://github.com/influxdata/influxdb/pull/11852 ): Prevent a new template dashboard from being created on every telegraf config update
2019-02-13 01:32:06 +00:00
1. [11848 ](https://github.com/influxdata/influxdb/pull/11848 ): Fix overlapping buttons in the telegrafs verify data step
2019-02-13 18:01:37 +00:00
2019-02-08 00:37:35 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-07 20:02:48 +00:00
1. [11764 ](https://github.com/influxdata/influxdb/pull/11764 ): Move the download telegraf config button to view config overlay
2019-02-13 22:07:45 +00:00
1. [11879 ](https://github.com/influxdata/influxdb/pull/11879 ): Combine permissions for user by type
2019-02-19 17:34:06 +00:00
1. [11938 ](https://github.com/influxdata/influxdb/pull/11938 ): Add ordering to UI list items
2019-02-08 00:37:35 +00:00
## v2.0.0-alpha.2 [2019-02-07]
### Features
2019-03-04 23:43:24 +00:00
2019-02-06 17:04:30 +00:00
1. [11677 ](https://github.com/influxdata/influxdb/pull/11677 ): Add instructions button to view `$INFLUX_TOKEN` setup for telegraf configs
2019-03-04 23:43:24 +00:00
1. [11693 ](https://github.com/influxdata/influxdb/pull/11693 ): Save the \$INFLUX_TOKEN environmental variable in telegraf configs
2019-02-06 23:52:44 +00:00
1. [11700 ](https://github.com/influxdata/influxdb/pull/11700 ): Update Tasks tab on Org page to look like Tasks Page
2019-02-06 23:55:10 +00:00
1. [11740 ](https://github.com/influxdata/influxdb/pull/11740 ): Add view button to view the telegraf config toml
1. [11522 ](https://github.com/influxdata/influxdb/pull/11522 ): Add plugin information step to allow for config naming and configure one plugin at a time
2019-02-07 20:30:37 +00:00
1. [11758 ](https://github.com/influxdata/influxdb/pull/11758 ): Update Dashboards tab on Org page to look like Dashboards Page
2019-02-06 22:54:03 +00:00
1. [11810 ](https://github.com/influxdata/influxdb/pull/11810 ): Add tab for template variables under organizations page
2019-02-08 18:59:41 +00:00
2019-02-07 20:30:37 +00:00
## Bug Fixes
2019-03-04 23:43:24 +00:00
2019-02-05 18:06:24 +00:00
1. [11678 ](https://github.com/influxdata/influxdb/pull/11678 ): Update the System Telegraf Plugin bundle to include the swap plugin
2019-02-06 20:54:09 +00:00
1. [11722 ](https://github.com/influxdata/influxdb/pull/11722 ): Revert behavior allowing users to create authorizations on behalf of another user
2019-02-05 18:06:24 +00:00
2019-02-08 00:37:35 +00:00
### UI Improvements
2019-03-04 23:43:24 +00:00
2019-02-05 19:32:19 +00:00
1. [11683 ](https://github.com/influxdata/influxdb/pull/11683 ): Change the wording for the plugin config form button to Done
2019-02-05 21:25:32 +00:00
1. [11689 ](https://github.com/influxdata/influxdb/pull/11689 ): Change the wording for the Collectors configure step button to Create and Verify
2019-02-06 01:33:44 +00:00
1. [11697 ](https://github.com/influxdata/influxdb/pull/11697 ): Standardize page loading spinner styles
2019-02-06 17:05:36 +00:00
1. [11711 ](https://github.com/influxdata/influxdb/pull/11711 ): Show checkbox on Save As button in data explorer
2019-02-06 01:19:39 +00:00
1. [11705 ](https://github.com/influxdata/influxdb/pull/11705 ): Make collectors plugins side bar visible in only the configure step
2019-02-07 00:34:11 +00:00
1. [11745 ](https://github.com/influxdata/influxdb/pull/11745 ): Swap retention policies on Create bucket page
2019-02-05 18:06:24 +00:00
2019-01-23 21:14:11 +00:00
## v2.0.0-alpha.1 [2019-01-23]
### Release Notes
This is the initial alpha release of InfluxDB 2.0.