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

WIP Separate out Dashboard into it's own package #26

Closed
wants to merge 6 commits into from

Commits on May 14, 2021

  1. Core Dashboard Plugin

    - DashboardContainer now takes plugins that register components, can add event handlers, emit events, hydrate/dehydrate panels
    - All of our redux has moved to @deephaven/redux. I'd like to use React Contexts only for dashboards, and get rid of redux, but one step at a time
    - The CoreDashboardPlugin just has all the functionality in it right now. Need to break that down further
    - Need to break DashboardContainer into it's own package
    mofojed committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0139a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155e9b6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    6022d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855b268 View commit details
    Browse the repository at this point in the history
  3. Change @deephaven/log to read in log level from DEEPHAVEN_LOG_LEVEL

    Also made it default to SILENT mode when in 'test' mode, and DEBUG2 when in 'development' mode.
    mofojed committed May 17, 2021
    Configuration menu
    Copy the full SHA
    80d553a View commit details
    Browse the repository at this point in the history
  4. Clean up from self review

    mofojed committed May 17, 2021
    Configuration menu
    Copy the full SHA
    a82c232 View commit details
    Browse the repository at this point in the history