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 stale feature flags #1597

Merged
merged 3 commits into from
Jun 2, 2021
Merged

chore: remove stale feature flags #1597

merged 3 commits into from
Jun 2, 2021

Conversation

asalem1
Copy link
Contributor

@asalem1 asalem1 commented Jun 2, 2021

Closes #1590

@asalem1 asalem1 requested review from a team and joelfried and removed request for a team June 2, 2021 20:08
Copy link
Contributor Author

@asalem1 asalem1 left a comment

Choose a reason for hiding this comment

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

RIP

`c` with a reference to its parent `b`, which should have a reference to its parent `a`
*/

const postOrderDFS = (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

RIP hard work

@@ -36,7 +33,7 @@ export class TelegrafConfig extends PureComponent<Props> {
<Editor
script={config}
onChangeScript={onChangeConfig}
readOnly={isFlagEnabled('editTelegrafs') === false}
readOnly={false}
Copy link
Contributor

Choose a reason for hiding this comment

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

i think this should be true

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but true === false will return false

title={`${titleVerb}Telegraf Configuration`}
onDismiss={onClose}
/>
<Overlay.Header title="Edit Telegraf Configuration" onDismiss={onClose} />
Copy link
Contributor

Choose a reason for hiding this comment

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

this should be Telegraf Configuration

Copy link
Contributor Author

Choose a reason for hiding this comment

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

but it's set to true currently

Copy link
Contributor

Choose a reason for hiding this comment

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

oh, nm

Copy link
Contributor

@drdelambre drdelambre left a comment

Choose a reason for hiding this comment

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

i think you're supposed to flip those conditions

@asalem1
Copy link
Contributor Author

asalem1 commented Jun 2, 2021

i think you're supposed to flip those conditions

I don't think so

@ui-ci-bot-influx
Copy link

Metric Score Level
performance 53 🔴
accessibility 96 🟢
seo 90 🟢
pwa null 💩
best-practices 100 🟢

Compare your scores with master branch

@asalem1 asalem1 merged commit 9a734ff into master Jun 2, 2021
@asalem1 asalem1 deleted the UI-1590 branch June 2, 2021 21:13
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.

Chore: Remove Editable Telegraf Configurations Feature Flag
3 participants