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

fix: handle lack of dynamic plugins #13141

Merged
merged 3 commits into from
Feb 17, 2021
Merged

Conversation

suddjian
Copy link
Member

@suddjian suddjian commented Feb 15, 2021

SUMMARY

Fixes an issue with dynamic plugin state if there are no registered plugins. The state previously would get stuck in "loading" mode.

A more refined future solution will be to distinguish between plugins that are "fetched" aka their metadata is known, and plugins that have been "mounted" aka their bundle is imported and their code has run. That will be a bigger PR than this one :)

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TEST PLAN

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Requires DB Migration.
  • Confirm DB Migration upgrade and downgrade tested.
  • Introduces new feature or API
  • Removes existing feature or API

@amitmiran137 amitmiran137 merged commit e01015f into master Feb 17, 2021
@amitmiran137 amitmiran137 deleted the dynamic-plugin-load-fix branch February 17, 2021 18:08
@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 preset-io size/XS viz:dynamic-plugins 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants