Skip to content
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

chore: remove feature flag influxqlUI #6809

Merged
merged 4 commits into from
Sep 25, 2023

Conversation

appletreeisyellow
Copy link
Contributor

Part of #6800

The feature flag influxqlUI has been on in production for two weeks without any issues, so removing it in this PR

Checklist

Authors and Reviewer(s), please verify the following:

  • A PR description, regardless of the triviality of this change, that communicates the value of this PR
  • Well-formatted conventional commit messages that provide context into the change
  • Documentation updated or issue created (provide link to issue/PR)
  • Signed CLA (if not already signed)
  • Feature flagged, if applicable

@appletreeisyellow appletreeisyellow requested a review from a team as a code owner September 25, 2023 20:20
wdoconnell
wdoconnell previously approved these changes Sep 25, 2023
cypress/support/commands.ts Outdated Show resolved Hide resolved
@@ -111,7 +112,10 @@ const SaveAsScript: FC<Props> = ({language, onClose, setOverlayType, type}) => {
setResult(null)
clearViewOptions()

if (isIoxOrg || isFlagEnabled('influxqlUI')) {
// InfluxQL works on both IOx and TSM, so if an account has
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will also work in OSS, correct? The only different thing I could think of doing differently here is if we need a CLOUD check.

Copy link
Contributor Author

@appletreeisyellow appletreeisyellow Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InfluxQL will not show up in OSS because of this line, so OSS users will never need to save an InfluxQL script, so no need CLOUD here 👍

@appletreeisyellow appletreeisyellow self-assigned this Sep 25, 2023
@appletreeisyellow appletreeisyellow added this pull request to the merge queue Sep 25, 2023
Merged via the queue into master with commit da2a963 Sep 25, 2023
1 check passed
@appletreeisyellow appletreeisyellow deleted the chunchun/rm-flag-influxqlUI branch September 25, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants