-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: Adding/categorizing missing flags in FEATURE_FLAGS.md
#21474
Conversation
FEATURE_FLAGS.md
, and a new/temp TODO
categoryFEATURE_FLAGS.md
, and a new/temp TODO
category
Codecov Report
@@ Coverage Diff @@
## master #21474 +/- ##
===========================================
- Coverage 66.65% 55.37% -11.28%
===========================================
Files 1791 1791
Lines 68476 68476
Branches 7286 7286
===========================================
- Hits 45643 37919 -7724
- Misses 20963 28687 +7724
Partials 1870 1870
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@rusackas Following feature flags are also missing. Can you please add them in this PR. DASHBOARD_EDIT_CHART_IN_NEW_TAB (@kgabryje) I also suggest we should add one liner description in front of each feature flag to indicate what feature is hidden behind them. I can collect those descriptions from their original PR's and submit it as separate PR. What are your thoughts about this? |
It's in the "In Testing" section
These are in the "Stable" section
It's in the "In Testing" section
Unless I'm mistaken this is not a feature flag... but perhaps it should be, @betodealmeida ?
It's in the "Deprecated" section
These are both in the "In Testing" section
I'd welcome that PR with open arms :) Ping me (or any of us on the thread) when it's ready for review! |
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.
Thanks @rusackas!
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
@rusackas Thank you so much for the detailed reply. I must have seen the latest commit instead of all changes in the PR and hence didn't notice that most of them you have already added. |
Taking DASHBOARD_FILTERS_EXPERIMENTAL at face value - moving to testing
Still in need of a few more clarifications, if any of ya can help categorize:
|
I just went through the list on our deployment as well. The default config has a few more descriptions than the docs: https://github.com/apache/superset/blob/master/superset/config.py#L375 |
Fair, but I guess I'm just trying to address the initial complaint that not all the flags were categorized. Documenting their perils and pitfalls might be a separate effort - copy/pasting comments is one option, but things might need another layer of color (risks, timelines, etc). |
FEATURE_FLAGS.md
, and a new/temp TODO
categoryFEATURE_FLAGS.md
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.
LGTM
SUMMARY
It was mentioned that the
DRILL_TO_DETAIL
flag was not categorized in theFEATURE_FLAGS.md
file. I went to add it, and noticed several others were missing, too!Some of these, I'm not personally sure of how to categorize. I've placed the handle of either the author or someone knowledgeable in this area next to each one, below. With these mentions, I hope y'all can make comments/suggestions on this PR and help get them in the right category.
These are the ones in need of categorization at the moment. Please help!
TESTING INSTRUCTIONS
N/A - it's just markdown :) Check my spelling/formatting, though!
ADDITIONAL INFORMATION