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

Explore: Allow the use of plugin panels #66982

Merged
merged 7 commits into from
Jul 7, 2023
Merged

Explore: Allow the use of plugin panels #66982

merged 7 commits into from
Jul 7, 2023

Commits on Apr 20, 2023

  1. Explore: Allow the use of plugin panels

    Allow plugins to define a visualisation to use in explore that comes from a plugin.
    Umaaz committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ff18452 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Explore: Allow the use of plugin panels

    Rename ExplorePanel to CustomContainer
    Umaaz committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0e60267 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge branch 'main' into main

    Umaaz committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a960f1a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Explore: Allow the use of plugin panels

    Changed CustomContainer to take all frames for plugin id.
    Add field preferredVisualisationPluginId to frame metadata.
    Updated decorators to check for plugin and fallback to preferredVisualisationType if plugin cannot be found.
    Umaaz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    70f23d4 View commit details
    Browse the repository at this point in the history
  2. Explore: Allow the use of plugin panels

    Handle case where there are no custom frames
    Umaaz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6d849cc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Explore: Allow the use of plugin panels

    Add test cases
    Umaaz committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4cdbf01 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    b5055a6 View commit details
    Browse the repository at this point in the history