Skip to content
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

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

michael-s-molina
Copy link
Member

@michael-s-molina michael-s-molina commented Apr 7, 2021

SUMMARY

  • Migrates the Slider component from Bootstrap to AntD
  • Creates a storybook entry for Slider
  • Removes 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

Screen Shot 2021-04-07 at 8 41 49 AM

Screen Shot 2021-04-07 at 8 58 19 AM

Screen Shot 2021-04-07 at 8 47 15 AM

TEST PLAN

1 - Execute all tests
2 - All tests should pass
3 - Additional testing can be done using Storybook

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@codecov
Copy link

codecov bot commented Apr 7, 2021

Codecov Report

Merging #13989 (797d4c7) into master (8b9c142) will increase coverage by 1.34%.
The diff coverage is 85.33%.

❗ Current head 797d4c7 differs from pull request most recent head 432f063. Consider uploading reports for the commit 432f063 to get more accurate results
Impacted file tree graph

@@            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     
Flag Coverage Δ
cypress 56.06% <66.66%> (+5.29%) ⬆️
javascript 68.46% <78.26%> (+1.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rset-frontend/src/components/ErrorMessage/types.ts 100.00% <ø> (ø)
...src/dashboard/components/PropertiesModal/index.jsx 85.61% <ø> (ø)
...shboard/components/filterscope/FilterFieldItem.jsx 100.00% <ø> (+50.00%) ⬆️
...shboard/components/filterscope/FilterFieldTree.jsx 66.66% <ø> (+22.22%) ⬆️
...hboard/components/filterscope/FilterScopeModal.tsx 75.00% <ø> (ø)
...ard/components/filterscope/FilterScopeSelector.jsx 87.67% <ø> (+85.61%) ⬆️
...shboard/components/filterscope/FilterScopeTree.jsx 70.00% <ø> (+20.00%) ⬆️
...ponents/filterscope/renderFilterFieldTreeNodes.jsx 90.00% <ø> (+90.00%) ⬆️
...ponents/filterscope/renderFilterScopeTreeNodes.jsx 86.66% <ø> (+86.66%) ⬆️
...oard/components/nativeFilters/FilterBar/Header.tsx 87.09% <0.00%> (ø)
... and 87 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b9c142...432f063. Read the comment docs.

@junlincc
Copy link
Member

junlincc commented Apr 8, 2021

@michael-s-molina this is awesome Michael! we are finally back on the migration.

@junlincc
Copy link
Member

junlincc commented Apr 8, 2021

/testenv up

@junlincc junlincc added migration:library frontend:refactor Related to refactoring the frontend and removed migration:library labels Apr 8, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2021

@junlincc Ephemeral environment spinning up at http://35.167.16.117:8080. Credentials are admin/admin. Please allow several minutes for bootstrapping and startup.

@Steejay
Copy link

Steejay commented Apr 8, 2021

looks good to me. cc @mihir174

Copy link
Member

@suddjian suddjian left a 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.

@michael-s-molina
Copy link
Member Author

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!

@michael-s-molina
Copy link
Member Author

@suddjian I was reviewing the code and turns out that:

BootstrapSliderWrapper/index.jsx was renamed to Slider/Slider.stories.tsx
BootstrapSliderWrapper.less was renamed to Slider/index.tsx

So they were in fact deleted 😄

Copy link
Member

@suddjian suddjian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Member

@pkdotson pkdotson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@pkdotson pkdotson merged commit 92a6692 into apache:master Apr 12, 2021
@github-actions
Copy link
Contributor

Ephemeral environment shutdown and build artifacts deleted.

amitmiran137 pushed a commit that referenced this pull request Apr 13, 2021
* 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
amitmiran137 pushed a commit that referenced this pull request Apr 13, 2021
* 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)
  ...
allanco91 pushed a commit to allanco91/superset that referenced this pull request May 21, 2021
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.0 labels Mar 12, 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 frontend:refactor Related to refactoring the frontend size/M 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants