-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
feat(native-filters): add storybook entry for select filter #13005
Conversation
…filters-ui � Conflicts: � superset-frontend/package-lock.json � superset-frontend/package.json � superset-frontend/src/explore/components/controls/VizTypeControl.jsx � superset-frontend/src/filters/components/Range/AntdRangeFilter.tsx � superset-frontend/src/filters/components/Range/index.ts � superset-frontend/src/filters/components/Select/index.ts
Codecov Report
@@ Coverage Diff @@
## master #13005 +/- ##
==========================================
+ Coverage 53.06% 61.69% +8.63%
==========================================
Files 489 553 +64
Lines 17314 20254 +2940
Branches 4482 5300 +818
==========================================
+ Hits 9187 12495 +3308
+ Misses 8127 7546 -581
- Partials 0 213 +213
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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
…3005) * refactor: update native filters ignores * refactor: use behaviour variable * refactor: move story for Filter select * chore: update dependencies * lint: fix lint * remove unnecessary changes Co-authored-by: Ville Brofeldt <[email protected]>
* master: (30 commits) refactor(native-filters): decouple params from filter config modal (first phase) (apache#13021) fix(native-filters): set currentValue null when empty (apache#13000) Custom superset_config.py + secret envs (apache#13096) Update http error code from 400 to 403 (apache#13061) feat(native-filters): add storybook entry for select filter (apache#13005) feat(native-filters): Time native filter (apache#12992) Force pod restart on config changes (apache#13056) feat(cross-filters): add cross filters (apache#12662) fix(explore): Enable selecting an option not included in suggestions (apache#13029) Improves RTL configuration (apache#13079) Added a note about the ! prefix for breaking changes to CONTRIBUTING.md (apache#13083) chore: lock down npm to v6 (apache#13069) fix: API tests, make them possible to run independently again (apache#13076) fix: add config to disable dataset ownership on the old api (apache#13051) add required * indicator to message content/notif method (apache#12931) fix: Retroactively add granularity param to charts (apache#12960) fix(ci): multiline regex in change detection (apache#13075) feat(style): hide dashboard header by url parameter (apache#12918) fix(explore): pie chart label bugs (apache#13052) fix: Disabled state button transition time (apache#13008) ...
SUMMARY
Migrate storybook entry for Select Filter
superset-ui
.SCREENSHOT
TEST PLAN
ADDITIONAL INFORMATION