-
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
refactor: Removes the deprecated DASHBOARD_FILTERS_EXPERIMENTAL feature flag #26330
refactor: Removes the deprecated DASHBOARD_FILTERS_EXPERIMENTAL feature flag #26330
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26330 +/- ##
==========================================
+ Coverage 69.26% 69.30% +0.03%
==========================================
Files 1924 1918 -6
Lines 75030 74982 -48
Branches 8427 8410 -17
==========================================
- Hits 51973 51968 -5
+ Misses 20910 20867 -43
Partials 2147 2147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@michael-s-molina was there broad agreement to remove the groupby Filter? The reason I ask is because I don't think it's been marked as deprecated, and I believe some orgs may be using it. Ping @amitmiran137 @simcha90 @cccs-jc @cccs-rc for heads up and any concerns if you missed the discussion (not sure if this is relevant for your orgs or not). While I'm sure this should rather be brought up in the town hall, I think there's good use cases for the groupby filter, and cleaning it up and adding full support to the ECharts plugin package could be a fairly low hanging fruit, and one that I could potentially take on if this is still deemed relevant for other users. |
@villebro It's a good question. We can submit a specific proposal for lazy consensus for removing the |
The drill by feature provides a similar functionality as the |
Thanks for the heads up @villebro! We're not currently using the Group By filters, but admittedly that's only because I hadn't spotted the feature flag before. I agree there are good use cases for it that aren't entirely covered by the drill by feature. |
SUMMARY
As part of the 4.0 approved initiatives, this PR removes the
DASHBOARD_FILTERS_EXPERIMENTAL
feature flag and the associatedGroupByFilterPlugin
.The previous value of the feature flag was
False
and now the feature is permanently removed.TESTING INSTRUCTIONS
CI should be sufficient for merging this PR. We'll do a complete testing of 4.0 after all approved proposals are merged.
ADDITIONAL INFORMATION