-
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 ENABLE_EXPLORE_DRAG_AND_DROP feature flag #26343
Merged
michael-s-molina
merged 5 commits into
apache:master
from
michael-s-molina:remove-drag-drop-ff
Jan 16, 2024
Merged
refactor: Removes the deprecated ENABLE_EXPLORE_DRAG_AND_DROP feature flag #26343
michael-s-molina
merged 5 commits into
apache:master
from
michael-s-molina:remove-drag-drop-ff
Jan 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michael-s-molina
added
risk:breaking-change
Issues or PRs that will introduce breaking changes
hold!
On hold
v4.0
Label added by the release manager to track PRs to be included in the 4.0 branch
labels
Dec 22, 2023
michael-s-molina
force-pushed
the
remove-drag-drop-ff
branch
from
December 22, 2023 12:41
9026f5c
to
9457aea
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #26343 +/- ##
==========================================
- Coverage 69.00% 59.08% -9.92%
==========================================
Files 1948 1948
Lines 76062 76034 -28
Branches 8492 8478 -14
==========================================
- Hits 52483 44924 -7559
- Misses 21399 28943 +7544
+ Partials 2180 2167 -13
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
changed the title
refactor: Removes the ENABLE_EXPLORE_DRAG_AND_DROP feature flag
refactor: Removes the deprecated ENABLE_EXPLORE_DRAG_AND_DROP feature flag
Dec 26, 2023
michael-s-molina
force-pushed
the
remove-drag-drop-ff
branch
from
December 26, 2023 14:21
9457aea
to
c2621ae
Compare
john-bodley
reviewed
Dec 26, 2023
geido
approved these changes
Jan 5, 2024
superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts
Outdated
Show resolved
Hide resolved
michael-s-molina
requested review from
jinghua-qa,
eschutho,
rusackas and
betodealmeida
as code owners
January 5, 2024 18:54
john-bodley
approved these changes
Jan 10, 2024
9 tasks
sfirke
pushed a commit
to sfirke/superset
that referenced
this pull request
Mar 22, 2024
mistercrunch
added
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
🚢 4.0.0
labels
Apr 17, 2024
vinothkumar66
pushed a commit
to vinothkumar66/superset
that referenced
this pull request
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
risk:breaking-change
Issues or PRs that will introduce breaking changes
size/L
v4.0
Label added by the release manager to track PRs to be included in the 4.0 branch
🚢 4.0.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
As part of the 4.0 approved initiatives, this PR removes the
ENABLE_EXPLORE_DRAG_AND_DROP
feature flag.The previous value of the feature flag was
True
and now the feature is permanently enabled.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