-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enable notebooks and annotations #21972
Conversation
@@ -94,22 +74,6 @@ | |||
default: false | |||
expose: true | |||
|
|||
- name: UI CSV Uploader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed from the UI in influxdata/ui#1130
expose: true | ||
lifetime: temporary | ||
|
||
- name: Editable Telegraf Configurations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed from the UI in influxdata/ui#1597
# not if the notebooks button is enabled on the sidebar. The notebooks flag (above) controls | ||
# the display of the notebooks button on the sidebar. The notebooksAPI flag should be set to true | ||
# to ensure the UI sends requests that the OSS backend can handle. | ||
- name: Notebooks Service API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed from the UI in influxdata/ui#1809
@@ -55,26 +55,6 @@ | |||
contact: Query Team | |||
lifetime: permanent | |||
|
|||
- name: Notebooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed from the UI in influxdata/ui#1995
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good.
Closes #21217
Closes #21266
This PR enables notebooks and annotations by removing the feature flag for
notebooks
andnotebooksApi
, both of which are no longer checked for in the UI (they are always on in the latest UI), and turns the feature flag forannotations
to betrue
by default.I also cleaned up a few other UI-related feature flags that have been removed from the UI