-
Notifications
You must be signed in to change notification settings - Fork 14k
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: Bootstrap to AntD - Slider #13989
refactor: Bootstrap to AntD - Slider #13989
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13989 +/- ##
==========================================
+ Coverage 77.87% 79.22% +1.34%
==========================================
Files 935 936 +1
Lines 47375 47409 +34
Branches 5964 5941 -23
==========================================
+ Hits 36895 37561 +666
+ Misses 10323 9721 -602
+ Partials 157 127 -30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@michael-s-molina this is awesome Michael! we are finally back on the migration. |
/testenv up |
@junlincc Ephemeral environment spinning up at http://35.167.16.117:8080. Credentials are |
looks good to me. cc @mihir174 |
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.
Nice! Good to see the migration continuing. We should probably remove the BootstrapSliderWrapper
component as well.
Strange.. the PR's description is stating that I removed the file. Maybe I forgot to commit? Anyway, I'll delete it. Thanks for catching that @suddjian! |
@suddjian I was reviewing the code and turns out that:
So they were in fact deleted 😄 |
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.
Looks good!
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!
Ephemeral environment shutdown and build artifacts deleted. |
* master: fix: unable to apply logging format (#14074) refactor: Bootstrap to AntD - Slider (#13989) chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) fix(listview): update listview feature flag (#13906) Add docs for configuring Docker Compose setup (#13961) feat: invalid password error message (Postgres) (#14038) fix: flacky test in test_update_dataset_item_w_override_columns (#14082) feat: Implement Celery SoftTimeLimit handling (#13740) feat: only send alert error emails to owners of the alert (#13862) feat: add descriptions to report emails (#13827) Make chart exclude itself from cross filtering (#14046) fix: fix bug when remove chart not removing it's related cross filter data (#14081) feat(native-filters): Add default first value to select filter (#13726) feat: Make async query JWT cookie domain configurable (#14007) fix: add exception to catch session not having JWT (#14036) # Conflicts: # superset-frontend/src/dashboard/actions/hydrate.js # superset/views/core.py
* master: (53 commits) test: Adds tests to the UndoRedoKeyListeners component (#13919) chore: Adds dataMask reducer to reducerIndex (#13951) test: Tests audit for the Dashboard FilterBar (#13916) fix: unable to apply logging format (#14074) refactor: Bootstrap to AntD - Slider (#13989) chore(spa refactor): refactoring dashboard to use api's instead of bootstrapdata (#13306) fix(listview): update listview feature flag (#13906) Add docs for configuring Docker Compose setup (#13961) feat: invalid password error message (Postgres) (#14038) fix: flacky test in test_update_dataset_item_w_override_columns (#14082) feat: Implement Celery SoftTimeLimit handling (#13740) feat: only send alert error emails to owners of the alert (#13862) feat: add descriptions to report emails (#13827) Make chart exclude itself from cross filtering (#14046) fix: fix bug when remove chart not removing it's related cross filter data (#14081) feat(native-filters): Add default first value to select filter (#13726) feat: Make async query JWT cookie domain configurable (#14007) fix: add exception to catch session not having JWT (#14036) Use consistent chart value (#14031) fix: Use superset generic db to catch external_metadata queries (#13974) ...
SUMMARY
Slider
component from Bootstrap to AntDSlider
ReactBootstrapSlider
PS: No tests were added because we don't add any custom behavior to the component. Relying on AntD tests.
See: #10254
@mihir174 I didn't found the
Slider
component in the North Star specification so I used AntD default, which I think fits very well with our theme. Let me know if we need to change it.@rusackas @junlincc @pkdotson
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
1 - Execute all tests
2 - All tests should pass
3 - Additional testing can be done using Storybook
ADDITIONAL INFORMATION