Skip to content

Commit

Permalink
feat: remove ui feature flags for permanent features (#21531)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored May 21, 2021
1 parent fee3c46 commit 3f3670f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. [19811](https://github.com/influxdata/influxdb/pull/19811): Add Geo graph type to be able to store in Dashboard cells.
1. [21218](https://github.com/influxdata/influxdb/pull/21218): Add the properties of a static legend for line graphs and band plots.
1. [21367](https://github.com/influxdata/influxdb/pull/21367): List users via the API now supports pagination
1. [21531](https://github.com/influxdata/influxdb/pull/21531): Remove feature flags for permanent UI features

### Bug Fixes

Expand Down
32 changes: 0 additions & 32 deletions flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@
contact: Query Team
lifetime: permanent

- name: Band Plot Type
description: Enables the creation of a band plot in Dashboards
key: bandPlotType
default: true
contact: Monitoring Team
expose: true
lifetime: temporary

- name: Mosaic Graph Type
description: Enables the creation of a mosaic graph in Dashboards
key: mosaicGraphType
default: true
contact: Monitoring Team
expose: true
lifetime: temporary

- name: Notebooks
description: Determine if the notebook feature's route and navbar icon are visible to the user
key: notebooks
Expand Down Expand Up @@ -106,14 +90,6 @@
default: false
expose: true

- name: Axis Tick Generator
description: Allows for controlling how many axis ticks there are on a graph
key: axisTicksGenerator
default: true
contact: Monitoring Team
expose: true
lifetime: temporary

- name: UI CSV Uploader
description: Adds the ability to upload data from a CSV file to a bucket
key: csvUploader
Expand All @@ -130,14 +106,6 @@
expose: true
lifetime: temporary

- name: Legend Orientation in the UI
description: Change the appearance of the legend
key: legendOrientation
default: true
contact: Monitoring Team
expose: true
lifetime: temporary

- name: Default Monaco Selection to EOF
description: Positions the cursor at the end of the line(s) when using the monaco editor
key: cursorAtEOF
Expand Down
64 changes: 0 additions & 64 deletions kit/feature/list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f3670f

Please sign in to comment.